body{
    background-color: #fff;
    font-size: 16px;
    font-family: 'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    overflow-x: hidden;
    line-height: 1.5;
	text-align:justify; 
	text-justify:inter-ideograph;
}

/*banner*/

.banner{margin:10px auto 0;width:1200px;height:368px;overflow:hidden;border-radius:10px;}
#banner{width:100%;height:36;overflow:hidden;}
.banner-img a{display: block; width: 100%;height:368px;}
#banner .swiper-slide{position:relative;overflow:hidden;}
#banner .swiper-slide img{top:0;left:50%;margin-left:-600px;position:absolute;}
#banner .pagination {bottom:20px;width:100%;z-index:9999;text-align:center;position:absolute;}
#banner .swiper-pagination-switch {margin:0 5px;width:36px;height:8px;cursor:pointer;display:inline-block;background:#3ab2ff;}
#banner .swiper-active-switch {background:#ffffff;}
#focus{height:368px; overflow:hidden}
#focus li{height:368px}
#focus li a{display:block;height:38px;width:1200px;}

/* .banner {width:100%; background:#3ab2ff;margin:0 auto; position:relative;}
 */#focus{height:368px; overflow:hidden}
#focus li{height:368px}
#focus li a{display:block;height:368px;width:100%;}
#ftrigger{width:100%;height:22px; position:absolute; bottom:40px; left:0; text-align:center;}
#ftrigger a{display:inline-block; width:12px; height:12px; background:url(http://corp.xuetue.com/images/btn-ftrigger.png) 0 0 no-repeat;cursor: pointer;margin:4px 8px;font-size:0;text-indent:-9999px;overflow:hidden}
#ftrigger a.current{background-position:0 -12px}

/*导航*/
.nav_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.nav_bg{
    padding-top: 20px;
    background: -webkit-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -moz-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -o-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.logo{
    display: inline-block;
}
.nav_left{
    width: 300px;
    float: left;
}
.nav_left p{
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 1.4rem;
    padding-left: 20px;
}
.nav_left p span{
    font-size: 18px;
    font-weight:bold;
    padding: 0 10px 0 12px;
}
.nav_left p em{
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}
.nav_ul{
    width: 700px;
    float: right;
}
.nav_ul li{
    width: 100px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
}
.nav_ul li a{
    color: #fff;
    position: relative;
}

.nav_ul li a span{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3086c0;
    transition: width .6s;
}
.nav_ul li:hover a span{
    width: 100%;
}
.nav_ul li.nav_active span{
    width: 100%;
}
.nav_kc{
    padding-right: 6px;
}
.nav_kc a{cursor: pointer;}
.nav_kc em{
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}
.nav_kc em img{
    animation:nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-moz-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-o-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}


/*页面导航*/
.cj_content{
    margin:0 auto;
	width:1200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cj_content li{
    display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}
.cj_content li a{
    display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.cj_content li a:hover{
    background:#eee;
}
.cj_content li .num{
    position: relative;
    color: #666666;
    font-size: 30px;
    font-family: 微软雅黑;
	font-weight:normal;
}
.cj_content li .num i{
    position: absolute;
    top:0;
    right: -20px;
    color: #777777;
    font-size: 14px;
    font-style: normal;
}
.cj_content li .cj_text{
    color: #777777;
    font-size: 14px;
}

/*title*/
.title{
    text-align: center;
	font-size: 36px;
    color: #333333;
    margin-top: 45px;
	font-weight:normal;
}
.title p{
    font-size: 18px;
    color: #666;
	line-height:32px;
}

/*第三部分课程*/
.ke_part3{
    margin-top: 50px;
}
.ke_part3_ul li{
    float: left;
    display: inline-block;
    width: 10%;
    padding-top: 39px;
    padding-bottom: 39px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.ke_bg{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.ke_part3_ul li > span{
    width: 114px;
    height: 114px;
    display: inline-block;
}
@media (max-width: 1700px){
    .ke_part3_ul li{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .ke_part3_ul li > span{
        width: 90px;
        height: 90px;
        display: inline-block;
    }
}
@media (max-width: 1400px){
    .ke_part3_ul li{
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .ke_part3_ul li > span{
        width: 90px;
        height: 90px;
        display: inline-block;
    }
}
.ke_part3_ul li > span >img{
    width: 100%;
}
.ke_part3_ul .ke_li_1{
    background: #cccccc;
}
.ke_part3_ul .ke_li_1 > span{
    background-position: left top;
}
.ke_part3_ul .ke_li_2{
    background: #999999;
}
.ke_part3_ul .ke_li_2 > span{
    background-position: -150px top;
}
.ke_part3_ul .ke_li_3{
    background: #cccccc;
}
.ke_part3_ul .ke_li_3 > span{
    background-position: -280px top;
}
.ke_part3_ul .ke_li_4{
    background: #999999;
}
.ke_part3_ul .ke_li_4 > span{
    background-position: -420px top;
}
.ke_part3_ul .ke_li_5{
    background: #cccccc;
}
.ke_part3_ul .ke_li_5> span{
    background-position: -585px top;
}
.ke_part3_ul .ke_li_6{
    background: #999999;
}
.ke_part3_ul .ke_li_6 >span{
    background-position: -750px top;
}
.ke_part3_ul .ke_li_7{
    background: #cccccc;
}
.ke_part3_ul .ke_li_7 >span{
    background-position: -900px top;
}
.ke_part3_ul .ke_li_8{
    background: #999999;
}
.ke_part3_ul .ke_li_8 >span{
    background-position: -1050px top;
}
.ke_part3_ul .ke_li_9{
    background: #cccccc;
}
.ke_part3_ul .ke_li_9 span{
    background-position: -1200px top;
}
.ke_part3_ul .ke_li_10{
    background: #999999;
}
.ke_part3_ul .ke_li_10 >span{
    background-position: -1350px top;
}
.ke_part3_ul .ke_li_11{
    background: #999999;
}
.ke_part3_ul .ke_li_11 >span{
    background-position: left bottom;
}
.ke_part3_ul .ke_li_12{
    background: #cccccc;
}
.ke_part3_ul .ke_li_12 span{
    background-position: -135px bottom;
}
.ke_part3_ul .ke_li_13{
    background: #999999;
}
.ke_part3_ul .ke_li_13 >span{
    background-position: -285px bottom;
}
.ke_part3_ul .ke_li_14{
    background: #cccccc;
}
.ke_part3_ul .ke_li_14 span{
    background-position: -438px bottom;
}
.ke_part3_ul .ke_li_15{
    background: #cccccc;
}
.ke_part3_ul .ke_li_15 >span{
    background-position: -580px bottom;
}
.ke_part3_ul .ke_li_16{
    background: #999999;
}
.ke_part3_ul .ke_li_16 >span{
    background-position: -740px bottom;
}
.ke_part3_ul .ke_li_17{
    background: #cccccc;
}
.ke_part3_ul .ke_li_17 >span{
    background-position: -880px bottom;
}
.ke_part3_ul .ke_li_18{
    background: #999999;
}
.ke_part3_ul .ke_li_18 >span{
    background-position: -1035px bottom;
}
.ke_part3_ul .ke_li_19{
     background: #999999;
 }
.ke_part3_ul .ke_li_19 >span{
    background-position: -1185px  bottom;
}
.ke_part3_ul .ke_li_20{
    background: #cccccc;
}
.ke_part3_ul .ke_li_20 >span{
    background-position: -1350px bottom;
}
/**/
.ke_pop{
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #1892c5;
    z-index: 9;
    padding-top: 20px;
    display: none \9;
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.ke_pop .ke_pop_img span{
     width: 80px;
    /*height: 80px;*/
    display: inline-block;
    /*background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/ke_pop_all.png") no-repeat top left;*/
}
.ke_pop .ke_pop_img_java span{
    width: 103px;
}
.ke_pop .ke_pop_img span img{
    max-width: 100%;
}
.ke_pop_tit{
    color: #fff;
    font-size: 20px;
    margin-top: -5px;
}
.ke_pop_text{
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}
.ke_pop_link{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
@media(max-width: 1700px){
    .ke_pop .ke_pop_img span{
        width: 60px;
    }
    .ke_pop_tit{
        color: #fff;
        font-size: 16px;
        margin-top: -5px;
    }
    .ke_pop_text{
        color: #fff;
        font-size: 12px;
        padding: 5px 0;
    }

}
@media(max-width: 1400px){
    .ke_pop .ke_pop_img span{
        width: 60px;
    }
    .ke_pop .ke_pop_img_java span{width: 80px;}

    .ke_pop_tit{
        color: #fff;
        font-size: 16px;
        margin-top: 5px;
    }
    .ke_pop_text{
        color: #fff;
        font-size: 12px;
        padding: 2px 0;
    }
    .ke_pop{padding-top: 10px;}
}
.ke_pop_1{
    background: #ce1b1e;
}
.ke_pop_2{
    background: #24353d;
}
.ke_pop_3{
    background: #ef4a1a;
}.ke_pop_4{
     background: #de2986;
 }
.ke_pop_5{
      background: #18a966;
  }
.ke_pop_6{
       background: #357dcf;
   }
.ke_pop_7{
        background: #4c97ce;
    }
.ke_pop_8{
         background: #1892c5;
     }
.ke_pop_9{
      background: #2cb0b5;
      }
.ke_pop_10{
           background: #5d50a0;
       }
.ke_pop_11{
    background: #ce1b1e;
}
.ke_pop_12{
    background: #314491;
}
.ke_pop_13{
    background: #f0a122;
}
.ke_pop_14{
    background: #7eb408;
}
.ke_pop_15{
    background: #68403e;
}
.ke_pop_16{
    background: #2d2d2d;
}
.ke_pop_17{
    background: #d47114;
}
.ke_pop_18{
    background: #0f8498;
}
.ke_pop_19{
    background: #3776ab;
}
.ke_part3_ul li .ke_pop_active{
    display: block \9;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

/*教学模式*/
.ms_part4{
    margin-top: 50px;
   /* margin-bottom: 100px;*/
    border-bottom: 1px solid #eeee;
    padding-bottom: 10px;
}

.ms_part4 .device {
    width: 1000px;
    position: relative;
    height: 350px;
}
.ms_part4 .swiper-container {
    width: 1000px;
    height: 350px;
    padding-top: 10px;
}
.ms_part4 .swiper-slide {
    opacity: 0.5;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
   /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);*/
}
.ms_part4 .swiper-slide-visible {
    opacity: 0.6;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.ms_part4 .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ms_part4 .device .arrow-left {
    position: absolute;
    left: -76px;
    top: 105px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #3ab2ff;
    border-radius: 100%;
    font-family:"微软雅黑";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}
.ms_part4 .device .arrow_active{
    background: #eeee !important;
}
.ms_part4 .device .arrow-right {
    position: absolute;
    right: -76px;
    top: 105px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #3ab2ff;
    border-radius: 100%;
    font-family:"微软雅黑";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}





.ms_main{
    width: 230px;
    background: #fff;
    color: #999;
    cursor: pointer;
   /* box-shadow: 0 2px 3px #cfcfcf;*/
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 10px;
}
.ms_img >img{
    display: block;
    width: 100%;
}
.ms_h{
    font-size: 16px;
    color: #333;
    font-weight:bold;
    padding: 10px 10px 0;
}
.ms_text{
    font-size: 13px;
    color: #999;
    padding:10px 10px 0;
}
.ms_link{
    padding:10px 10px 15px 10px;
    display: none;
}
.ms_link a{
    font-size: 14px;
    color: #3ab2ff;
}
.ms_main:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -4px;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)

}
.ms_main:hover .ms_link{
    display: block;
}
.global_link{
    text-align: center;
	margin:30px auto 10px;
}
.global_link >a{
    display: inline-block;
    width: 300px;
    height: 52px;
	margin:20px auto;
    border-radius: 25px;
    background: #3ab2ff;
    line-height: 52px;
    color: #fff;
    font-size: 18px;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.global_link >a:hover{
    background: #ff4f53;
    color: #fff;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*行业品质*/
.border_line{
    border-bottom: 1px solid #eeee;
}
.pz_part5{
   /* margin-top: 50px;*/
    padding-top: 1px;
    padding-bottom: 50px;
}

.pz_part5 .device {
    width: 1000px;
    height: 300px;
    position: relative;
}

.pz_part5 .swiper-container {
    width: 1000px;
    height: 360px;
}
.pz_part5 .swiper-container .swiper-slide {
    width: 1000px;
    color: #fff;
}
.pz_part5 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 10;
}
.pz_part5 .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #dddddd;
    margin: 0 3px;
    cursor: pointer;
}
.pz_part5 .swiper-container .swiper-active-switch {
    background: #3ab2ff;
}

.pz_ul{
margin: 0 -10px;
}
.pz_ul li{
    width: 25%;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;

}
.pz_ul li > div{
	background: #fff;
	padding: 30px 0 10px;
    height: 282px;
    margin-top: 5px;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}
.pz_ul li > div:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
.pz_img span{
    width: 86px;
    height: 68px;
    display: inline-block;
}
.pz_tit{
	font-size: 20px;
	color: #494949;
	padding-top: 30px;
}
.pz_del{
	font-size: 14px;
	color: #999;
	padding: 20px;
}
.pz_img_1 span{
     background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img1-1.png") no-repeat center;
 }
.pz_img_2 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img2-1.png") no-repeat center;
}
.pz_img_3 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img3-1.png") no-repeat center;
}
.pz_img_4 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img4-1.png") no-repeat center;
}
.pz_img_5 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img5-1.png") no-repeat center;
}
.pz_img_6 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img6-1.png") no-repeat center;
}
.pz_img_7 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img7-1.png") no-repeat center;
}
.pz_img_8 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img8-1.png") no-repeat center;
}
.pz_ul li > div:hover .pz_tit{
    color: #3ab2ff;
}
.pz_ul li > div:hover .pz_img_1 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img1-2.png") no-repeat center;
}
.pz_ul li > div:hover .pz_img_2 span{
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/model-img2-2.png") no-repeat center;
}

/*四大领域*/
.bz_part6{

    padding-bottom: 20px;
    padding-top: 1px;
}
.bz_tit{
    padding-bottom: 60px;
}
.bz_part6 .bz_device {
    margin-left: 256px;
    width: 488px;
    height: 294px;
    position: relative;
    background: url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/bz_bg.jpg") no-repeat center;
    padding-top: 17px;
}

.bz_part6 .swiper-container {
    width: 368px;
    height: 230px;
}
.bz_part6 .swiper-container .swiper-slide {
    width: 368px;
    color: #fff;
    background: #ff7200;
}
.bz_part6 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 10;
}
.bz_part6 .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.bz_part6 .swiper-container .swiper-active-switch {
    background: #3ab2ff;
}
.bz_tab{
    width: 256px;
    position: absolute;
    text-align: right;
    cursor: pointer;
}
.bz_tab_01{
    left: 0;
    top:25px;
    padding-right: 45px;
}

.bz_tab_02{
    left: 0;
    bottom:40px;
    padding-right: 45px;
}
.bz_tab_03{
    right: 0;
    top:25px;
    padding-left: 45px;
    text-align: left;
}

.bz_tab_04{
    right: 0;
    bottom:40px;
    padding-left: 45px;
    text-align: left;
}

.bz_tab h3{
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.bz_tab h3 > span{
    display: inline-block;
    position: absolute;
    right: -60px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #f0f2f5;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    top: -6px;
    padding-right: 3px;
}
.bz_tab h3 > span img{
    display: inline-block;
}
.bz_tab p{
    margin-top: 14px;
    font-size: 14px;
    color: #999;
}
.bz_tab_03 h3 > span, .bz_tab_04 h3 > span{
    left: -60px;
}

.tab_active h3 > span{
    background: #3ab2ff;
}
.tab_active h3{
    color: #3ab2ff;
}


/*技术大拿*/
.ms_part7{

}
.tBox{
    width: 1000px;
    height:445px;
    margin: 60px auto 0;
}
.tBox .top{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eeee;
    position: relative;
}
.tBox .top em{
    width: 8px;
    height: 13px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.tBox .top em.fir{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/pre01.png) no-repeat;
    left: 0;
}
.tBox .top em.sec{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/next02.png) no-repeat;
    right: 0;
}
.tBox .top em.fir:hover{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/pre1.png) no-repeat;
}
.tBox .top em.sec:hover{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/next2.png) no-repeat;
}
.tBox .top .rollBox{
    width: 922px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.tBox .top .rollBox .rollW{
    width:1844px;
    position: absolute;
    left: 0;
    top: 0;
}
.tBox .top .rollBox .rollW li{
    width: 60px;
    height: 30px;
    text-align:center;
    margin-right: 26px;
    position: relative;
    float: left;
}
.tBox .top .rollBox .rollW a{
    font-size: 14px;
    color: #74777b;
    display: block;
    width: 100%;
    height: 100%;
}
.tBox .top .rollBox .rollW li i{
    width: 100%;
    height: 4px;
    background: #3ab2ff;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: 0.2s;
}
.tBox .top .rollBox .rollW li i.opa{
    opacity: 1;
}
.tBox .bottom{
    width: 1000px;
    margin: 26px auto 0;
    height:380px;
    position: relative;
}
.tBox .bottom ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.tBox .bottom ul.opa{
    display: block;
}
.tBox .bottom ul li{
    width: 240px;
    height: 350px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.tBox .bottom ul li.last{
    margin-right: -13px;
}
.tBox .bottom ul li h3{
    width: 100%;
    height:80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
}
.tBox .bottom ul li:hover h3{
    height:100%;
}
.tBox .bottom ul li:hover h3 p{
    padding-top: 35%;
}
.tBox .bottom ul .topC2:hover h3 p{
    padding-top: 10%;
}


.tBox .bottom ul li h3 strong{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top:0;
}
.tBox .bottom ul li h3 p{
    color: #fff;
    font-size: 14px;
    width: 220px;
    position: absolute;
    left: 15px;
    top: 16px;
    padding-right: 10px;
    line-height: 29px;
}
.tBox .bottom ul li h3 p span{
    font-size: 16px;
}
.tBox .bottom ul li h3 p em{
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
}
.tBox .bottom ul li.topC h3{
    height: 250px;
}
.tBox .bottom ul li.topC:hover h3{
    top: 100px;
}

.tBox .bottom ul li.topC3 h3{
    height: 330px;
}
.tBox .bottom ul li.topC3:hover h3{
    top: 20px;
}

/*工作氛围*/
.hj_left{
    width: 693px;
    height: 442px;
    float: left;
    margin-left: -10px;
}
.hj_left li{
    float: left;
    display: inline-block;
    width:33.33%;
    padding: 0 10px;
    cursor: pointer;
}
.hj_left li > img{
    width: 100%;
    display: block;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.hj_left .top_li{
    margin-bottom: 22px;
}
.hj_right{
    width: 317px;
    height: 442px;
    float: right;
    padding-left: 10px;
}
.hj_right > img{
    width: 100%;
    display: block;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.hj_left li:hover img{
     border:4px solid #3ab2ff;
     -o-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     transition: all 0.2s;
 }
.hj_right:hover img{
    border:4px solid #3ab2ff;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*多样班级*/
.hj_part8{
    margin-bottom: 0;
}
.bj_part8{
    padding-top: 1px;
    margin-top: 0;
}

.hj_ul{
    margin: 0 -20px;
}
.hj_ul li{
    width: 25%;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}
.hj_ul li a> div{
    background: #fff;
    padding: 30px 0 10px;
    height: 282px;
   /* box-shadow:2px 2px 15px #e5e5e5;*/
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

    position: relative;
    z-index: 1;
}
.hj_ul li a> div:hover{
    z-index: 2;

    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
.hj_img span{
    width: 86px;
    height: 68px;
    display: inline-block;
}
.hj_img_1 span{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/demand-img1.png) no-repeat bottom center;
}
.hj_img_2 span{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/demand-img2.png) no-repeat bottom center;
}
.hj_img_3 span{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/demand-img3.png) no-repeat bottom center;
}
.hj_img_4 span{
    background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/demand-img4.png) no-repeat bottom center;
}
.hj_tit{
    font-size: 20px;
    color: #494949;
    padding-top: 30px;
}
.hj_del{
    font-size: 16px;
    color: #999;
    padding: 20px;
}
.hj_del span{
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
.hj_ul li a> div:hover .hj_tit{
    color:#3ab2ff;
    transition:0.2s;
}

/*后台体验*/
.by_part9{padding-bottom: 0; margin-bottom: 0;}
.by_ul li{
    width:16.66%;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}
.by_ul li > img{
    width: 100%;
    display: block;
}
.by_ul li .info{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #3f9bda \9;
    background: rgba(63,155,217,0.95);
    height: 0;
    overflow: hidden;


    transition: 0.6s;
}
.by_ul li .info h2 {
    margin-top: 15%;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.by_ul li .info h3 {
    font-size: 16px;
    margin-top: 14px;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;

}
.by_ul li .info h4 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.by_ul li:hover .info{
    height: 100%;
    transition: 0.6s;
}



/*选择我们*/
.xz_part11{
}
.xz_part11 .device {
    width: 1000px;
    height: 420px;
    position: relative;
}

.xz_part11 .swiper-container {
    width: 1000px;
    height: 420px;
}
.xz_part11 .swiper-container .swiper-slide {
    width: 1000px;
    color: #fff;
}
.xz_part11 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 10;
}
.xz_part11 .swiper-container .swiper-pagination-switch {
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:50%;
    background: #eee;
    margin: 0 3px;
    cursor: pointer;
}
.xz_part11 .swiper-container .swiper-active-switch {
    background: #3ab2ff;
}
.xz_ul li{
    /*width:25%;*/
    display: inline-block;
    float: left;
    padding: 10px;
    width: 250px;
    height: 181px;
}
.xz_ul li > div{
    position: relative;
}
.xz_ul li > div img{
    width: 230px;
    height: 161px;
    display: block;
}
.xz_info{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #000 \9;
    background: rgba(0,0,0,0.5);
    transition: 0.2s;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

/*在线表单*/
.bd_part12{
    width:100%;
    height:504px;
    overflow:hidden;
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/form.jpg") no-repeat center;
}
.form h2{
    margin-top:80px;
    font-size:34px;
    line-height:34px;
    color:#ffffff;
    text-align:center;
}
.form h2 span{
    color:#f13900;
}
.form h3{
    margin-top:26px;
    font-size:20px;
    line-height:20px;
    text-align:center;
    color:#cccccc;
}
form{
    margin-top:50px;
    margin-left:318px;
    width:360px;
}
form input[type="text"]{
    margin-top:0px;
    width:358px;
    height:30x;
    display:block;
    text-indent:60px;
    color:#9f9f9f;
    border:0px solid #9f9f9f;
    border-radius:8px;
}
form input.name{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/form-tag1.png") no-repeat 18px center;
}
form input.phone{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:40px;
}
.form-btn .btn1{
    float:left;
    width:156px;
    height:42px;
    line-height:42px;
    display:block;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    background:#3ab2ff;
    border-radius:3px;
}
.form-btn input[type="submit"]{
    float:right;
    width:198px;
    height:42px;
    line-height:42px;
    display:block;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#f13900;
    border-radius:3px;
    border:none;
}

/*footer*/
.footer{
    width:100%;
    height:80px;
    background:#191919;
}
.footer p{
    color:#999999;
    line-height:80px;
    text-align:center;
}
.footer p span{
    margin-left:26px;
}

/*合作品牌/多重量复杂版本*/
.company .imgBox .hz_yx{
z-index: 2;
}
.company .imgBox .hz_yx li{
    position: relative;
    width: 12.5%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.company .imgBox .hz_yx li > div{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding-top: 24%;
    text-align: center;
    opacity: 0;
}
.company .imgBox .hz_yx li > div span{display:block;font-size: 20px; font-weight: 700;}
.company .imgBox .hz_yx li:before{
    background-color: rgba(1, 87, 155, 0.75);
    position: absolute;
    content: '';
    top: 50%;
    bottom: 50%;
    left: -18%;
    right: -28%;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.company .imgBox .hz_yx li:hover:before{
    top: -28%;
    bottom: -20%;

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.company .imgBox .hz_yx li:hover div{
    opacity: 1;
}
.last_hz{
    padding-top: 32% !important;
}
.hz_del{
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding-top: 20px;
}

/**/
.gx_part{
    margin-top: 50px;
    border-bottom: 1px solid #eeee;
    padding-bottom: 20px;
}

.gx_part .device {
    width: 100%;
    position: relative;
   /* max-height: 513px;*/
}
.gx_part .swiper-container {
    width: 100%;
   /* height: 513px;*/
}
.gx_part .swiper-slide {
    opacity: 0.6;
    padding-top: 0.68%;
}
.gx_part .swiper-slide p{
    padding: 0 6.5px 0 7px;
}
.gx_part .swiper-slide p> img{
    width: 100%;
}
.gx_part .swiper-slide-visible {
    opacity: 0.4;

}
.gx_part .swiper-slide-active {
    top: 0;
    opacity: 1;
}
.gx_part .device .arrow-left {
    position: absolute;
    left: 36%;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #3ab2ff;
    border-radius: 100%;
    font-family:"微软雅黑";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    margin-top: -50px;
    cursor: pointer;
}
.gx_part .device .arrow_active{
    background: #eeee !important;
}
.gx_part .device .arrow-right {
    position: absolute;
    right: 36%;
    top: 50%;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #3ab2ff;
    border-radius: 100%;
    font-family:"微软雅黑";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}
.gx_bg{
    position: absolute;
    left: 50%;
    max-height: 682px;
    z-index: 10;
}
.gx_bg > img{ width: 100%;}


@media (min-width: 1366px) {
    #gx_swiper{
        min-height: 513px;
    }
    #gx_swiper  div{
        min-height: 513px;
    }
}

@media (max-width: 1366px) {
    #gx_swiper{
        min-height: 440px;
    }
    #gx_swiper  div{
        min-height: 440px;
    }
}

/*css3btn*/
.css3btn{  
	bottom:411px;
	right:5px;  
	z-index:9999999999;
	position:fixed; 
}
.css3btn a{  
	display:block;  
	text-decoration:none;  
}  
.css3btn img{  
	left:-10px;  
	top:50%;  
	margin-top:-35px;  
	position:absolute;  	
	z-index:9999; 
	border:0; 
}  
.css3btn p{  
	font-size:15px;  
	width:230px;  
	height:45px;  
	line-height:45px;  
	text-indent:55px;	
	text-align:center;  
	color:#fff;  
	display:block;  
	overflow:hidden;  
	position: relative;  
	background:#ff5400;  
	background:linear-gradient(rgba(254,84,0,.8),rgba(255,118,50,.8));  
	text-transform: uppercase;  
	border-radius:20px;  
}  
.css3btn p.bubble:after {  
	content: "";  
	background: #fff;  
	position: absolute;  
	width: 200px;  
	height: 200px;  
	left: 35px;  
	right: 0;  
	top: 0;  
	bottom: 0;  
	opacity: 0;  
	margin: auto;  
	border-radius:50%;  
	transform: scale(1);  
	animation:1s btn ease-in-out infinite;  
}  
@keyframes btn {
	0%{
		transform:scale(0);
		opacity: 1;
	}
	100%{
		transform:scale(1);
		opacity: 0;
	}
}
/*
.ms_part4 .global_link{
    margin-top: 20px;
}*/



.fixbox{
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 1;
    background: #222222;
    z-index: 102;
}
.fixbox-main{
    width:1000px;
    margin-left:4%;
}
.fixbox-main p{
    margin-right: 24px;
    float: left;
    font-size: 15px;
    color: #ffffff;
}
.fixbox-main input{
    float:left;
}
.fixbox-main input.text{
    margin-right: 10px;
    margin-top: 16px;
    width: 150px;
    height: 23px;
    line-height: 30px;
    text-indent: 15px;
    background: #ffffff;
    border: none;
}
.fixbox-main input.submit{
    margin-left: 10px;
    margin-top: 10px;
    width: 156px;
    height: 32px;
    cursor: pointer;
    background: #3ab2ff;
    border: none;
    font-size: 16px;
    color: #fff;
}

/*运营中心*/
.xiaoq_c{
    margin-top:60px;
    margin-left: -7px;
    margin-right: -7px;
}
.xiaoq_s{
    width:238px;
    height: 380px;
    margin: 0 7px 14px 7px;
    background:#ffffff;
    text-align: center;
    padding-top: 1px;
    transition:box-shadow 0.3s, transform 0.3s;
    float: left;
    border: 1px solid #dedede;
	border-radius:10px;
}
.xiaoq_s:hover{
    box-shadow: 10px 10px 5px #ccc;
    transform: translateX(-3px) translateY(-3px);
}
.xiaoq_s>p{
    text-align: center;
    font-size:16px;
    color:#6d6d6d;
    margin-top: 25px;
    margin-bottom: 22px;
	font-weight:bold;
}
.xiaoq_s>img{
    margin-bottom:14px;
	border-radius:50%;
}
.xiaoq_s>div{
    text-align: left;
    width:198px ;
    margin: 0 auto;
    font-size: 14px;
    color:#6d6d6d;
    line-height: 22px;
}
.xiaoq_s>a{
    color:#fff;
    display: inline-block;
    padding: 8px 20px;
    background: #3ab2ff;
    border-radius: 5px;
    margin-top: 16px;
    transition: background 0.3s;
}
.xiaoq_s>a:hover{
    background: #ff4a00;
}
.xiaoq_more{
    text-align: center;
    color: #3ab2ff;
    cursor: pointer;
    margin: 30px 0 40px;
}

.table{margin:0 auto;width:100%;background:#f8f8f8;border-color:#cccccc;border-style:solid;border-width:1px 0px 0px 1px;}
.table td{border-color:#cccccc;border-style:solid;border-width:0px 1px 1px 0px;height:36px;}

.c1{color: #3ab2ff;}
.c2{color: #ff4f53;}
.c3{color: #333333;}
.c4{color: #fff;}
.c5{color: #000;}
.c6{color: #f00000;}
.tit_c1{color: #000217;}
.bg1{ background-color: #fff;}
.bg2{ background-color: #f8f8f8;}
.bg3{ background: #f0f0f5;}
.bg4{ background: #e6e8ea;}

/*logo部分*/
.logoshow{
    background:#ffffff;
}
.logoshow .main{
    width:1008px;margin:50px auto;
}
.logoshow .main .box{
    margin-right:6px;
    margin-bottom:12px;
    float:left;
    width:120px;
    height:120px;
    overflow:hidden;
    background:#ffffff;
    position:relative;
	border:1px solid #eeeeee;
	border-radius:50%;
}
.logoshow .main .logo1{
    top:0;
    width:120px;
    height:120px;
    transition:1s;
    position:absolute;
	padding:5px;
	border-radius:50%;
	filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;
}
.logoshow .main .logo2{
    top:120px;
    width:120px;
    height:120px;
    transition:1s;
    position:absolute;
	padding:5px;
	border-radius:50%;
}
.logoshow .main .box.b1 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo1.jpg") no-repeat center center;
}
.logoshow .main .box.b1 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo1-act.jpg") no-repeat center center;
}
.logoshow .main .box.b2 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo2.jpg") no-repeat center center;
}
.logoshow .main .box.b2 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo2-act.jpg") no-repeat center center;
}
.logoshow .main .box.b3 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo3.jpg") no-repeat center center;
}
.logoshow .main .box.b3 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo3-act.jpg") no-repeat center center;
}
.logoshow .main .box.b4 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo4.jpg") no-repeat center center;
}
.logoshow .main .box.b4 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo4-act.jpg") no-repeat center center;
}
.logoshow .main .box.b5 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo5.jpg") no-repeat center center;
}
.logoshow .main .box.b5 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo5-act.jpg") no-repeat center center;
}
.logoshow .main .box.b6 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo6.jpg") no-repeat center center;
}
.logoshow .main .box.b6 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo6-act.jpg") no-repeat center center;
}
.logoshow .main .box.b7 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo7.jpg") no-repeat center center;
}
.logoshow .main .box.b7 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo7-act.jpg") no-repeat center center;
}
.logoshow .main .box.b8 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo8.jpg") no-repeat center center;
}
.logoshow .main .box.b8 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo8-act.jpg") no-repeat center center;
}
.logoshow .main .box.b9 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo9.jpg") no-repeat center center;
}
.logoshow .main .box.b9 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo9-act.jpg") no-repeat center center;
}
.logoshow .main .box.b10 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo10.jpg") no-repeat center center;
}
.logoshow .main .box.b10 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo10-act.jpg") no-repeat center center;
}
.logoshow .main .box.b11 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo11.jpg") no-repeat center center;
}
.logoshow .main .box.b11 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo11-act.jpg") no-repeat center center;
}
.logoshow .main .box.b12 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo12.jpg") no-repeat center center;
}
.logoshow .main .box.b12 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo12-act.jpg") no-repeat center center;
}
.logoshow .main .box.b13 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo13.jpg") no-repeat center center;
}
.logoshow .main .box.b13 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo13-act.jpg") no-repeat center center;
}
.logoshow .main .box.b14 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo14.jpg") no-repeat center center;
}
.logoshow .main .box.b14 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo14-act.jpg") no-repeat center center;
}
.logoshow .main .box.b15 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo15.jpg") no-repeat center center;
}
.logoshow .main .box.b15 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo15-act.jpg") no-repeat center center;
}
.logoshow .main .box.b16 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo16.jpg") no-repeat center center;
}
.logoshow .main .box.b16 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo16-act.jpg") no-repeat center center;
}
.logoshow .main .box.b17 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo17.jpg") no-repeat center center;
}
.logoshow .main .box.b17 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo17-act.jpg") no-repeat center center;
}
.logoshow .main .box.b18 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo18.jpg") no-repeat center center;
}
.logoshow .main .box.b18 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo18-act.jpg") no-repeat center center;
}
.logoshow .main .box.b19 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo19.jpg") no-repeat center center;
}
.logoshow .main .box.b19 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo19-act.jpg") no-repeat center center;
}
.logoshow .main .box.b20 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo20.jpg") no-repeat center center;
}
.logoshow .main .box.b20 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo20-act.jpg") no-repeat center center;
}
.logoshow .main .box.b21 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo21.jpg") no-repeat center center;
}
.logoshow .main .box.b21 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo21-act.jpg") no-repeat center center;
}
.logoshow .main .box.b22 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo22.jpg") no-repeat center center;
}
.logoshow .main .box.b22 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo22-act.jpg") no-repeat center center;
}
.logoshow .main .box.b23 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo23.jpg") no-repeat center center;
}
.logoshow .main .box.b23 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo23-act.jpg") no-repeat center center;
}
.logoshow .main .box.b24 .logo1{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo24.jpg") no-repeat center center;
}
.logoshow .main .box.b24 .logo2{
    background:url("https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/logo/logo24-act.jpg") no-repeat center center;
}
.logoshow .main .box:hover .logo1{
    top:-160px;
    transition:1s;
}
.logoshow .main .box:hover .logo2{
    top:0;
    transition:1s;
}


.part1 h2{
	width: 100%;
	color: #cb9a4f;
	font-size: 38px;
	padding-bottom:10px;
}
.part1 .text{
	font-size: 16px;
	color: #cb9a4f;
	margin-bottom: 50px;
}
.part1 video{
	margin-top: -50px;
}
/*part8*/
.part8 h2{
	width: 584px;
	margin: 0 auto;
	padding-left: 54px;
	background: url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/t3.png) no-repeat left 3px;
}
.part8 ul{
	width: 1024px;
	margin: 50px auto 0;
}
.part8 ul li{
	position: relative;
	margin-right: 32px;
	margin-bottom: 30px;
	
	perspective: 1700px;
	perspective-origin: 0 50%;
	
}
.part8 ul li h4{
	transform-style: preserve-3d;
}
.part8 ul li h4 p{
	overflow: hidden;
}
.part8 ul li h4 b{
	height:220px;
    width: 50%;
    opacity: 0;
    filter:alpha(opacity=0);
    backface-visibility: hidden;
    -webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);    
    transform: rotateY(-90deg);
    transform-origin:0 0;
    transition:0.6s;
    position: absolute;
    top: 0;
    left: 0;
    background: #cb9a4f;
    color: #000;
	font-size: 18px;
	line-height: 220px;
}
.part8 ul li h4:hover b{
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px); 
	transform:translate(0px, 0px);
}
.part8 ul li img{
	transition: transform 0.4s;
	max-width: 100%;
    display: block;
    position: relative;
}
.part8 ul li h4:hover img{
	-webkit-transform: translateX(160px);
	-moz-transform: translateX(160px);
	-ms-transform: translateX(160px);
	transform: translateX(160px);
}
.part8 ul li.last{
	margin-right: -32px;
}
.part8 ul li .txt1{
	font-size: 16px;
	color: #878787;
	margin-top: 14px;
}
.part8 .button{
	margin-top: 20px;
}
.fl{float:left;}

/*服务*/
.y-row1 { border-top: 0px solid #ddd; width: 100%; margin-left: auto;margin-right: auto;zoom: 1; height: 200px;}
.fuwu-main-benefit {position: relative;margin-top: 10px;width: 1000px;}
.fuwu-main-benefit-pannel { height: 190px;position: relative;width: 16.6%;text-align: center;  float: left;}
.fuwu-main-benefit-pannel>div { height: 188px; margin-left: -1px;}
.fuwu-main-benefit-pic { position: relative;width: 100%;height: 105px;}
.fuwu-main-benefit-pic img {width: 61px; position: absolute; margin-left: -35px; margin-top: 25px;left: 50%;}
.fuwu-main-benefit-pannel h3 {font-size: 18px;font-weight: 700;}
.fuwu-main-benefit-pannel p {font-size: 12px;color: #666; width:70%; text-align:left; line-height:20px; margin:3px auto;}

.products-why {height: 130px;padding: 0px 0px 0px 20px;}
.products-why-con {width: 900px; height: 100px;margin: 0 auto; position: relative;}
.products-why-con-01 {text-align: center;}
.products-why-con-01 .title { color: #333; font-size: 30px; line-height: 30px;font-weight: bold;}
.products-why-con-01 p { color: #333; font-size: 14px;padding: 15px 0 0;line-height: 14px;}
.products-why-con-02 div {width: 30%; float: left; text-align: left; line-height: 25px;}
.products-why-cell {color: #666; font-size: 12px;}
.products-why-cell {display: block;position: relative; text-decoration: none;}
.products-why-con-02 div img { margin: 0 10px; margin-top: 25px; float: left; width:70px;border-radius:50%;}
.products-why-con-02 div h3 {font-size: 16px;/* margin-top: 10px;*/ font-weight: bold;text-align: left;padding-top: 20px;}
.products-why-cell u {color: #2f89e6;  text-decoration: none;   font-size: 14px;}
.products-why-con-02 span { width: 5px; float: left; height: 99px;}

/*footer*/

.foot-info-box {
	width:100%;
	background:#ffffff;
	border-top:2px solid #3ab2ff;
}
.foot-info {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	zoom:1
}
.foot-nav {
	width:800px;
	float:left;
	margin:0 10px 30px 0
}
.xuetue-list {
	padding:18px 0 12px;
	border-bottom:1px solid #d9d9d9;
	height:71px
}
.xuetue-list li {
	float:left;
	position:relative;
	padding-right:0px;
	margin-right:16px
}
.xuetue-list li a img {
	display:block;
	float:left;
	height:41px;
	padding:0px 20px;
	border-right:0px solid #ccc;
}


.about-list {
	height:38px;
	padding-top:12px;
	clear:both;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px
}
.about-list li {
	float:left;
	position:relative;
	padding:0px 25px 0px 20px;
	height:15px;
	line-height:15px;
	font-size:14px;
	color:#999999;
}
.about-list li a{
	font-size:14px;
	color:#999999;
}
.about-list li a:hover{
	font-size:14px;
	color:#ff4f53;
}
.about-list li+li {
	padding-left:25px;
	border-left:1px solid #d9d9d9
}
.ewm-box {
	float:right;
	width:355px;
	padding-top:22px
}
.codes {
	float:left;
	width:100px;
	height:100px;
	padding:0px;
	border:1px solid #d9d9d9;
	background:#fff;
	margin:0 15px 0 0
}
.contact {
	float:left;
	width:210px;
	margin-top:15px;
	font-size:14px;
}
.contact>h4 {
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;
	position:relative;
	border-top:1px solid #d9d9d9;
	padding-top:14px
}
.contact>h4 span {
	position:absolute;
	top:-15px;
	left:50px;
	padding:0 10px;
	background:#f7f7f7;
	font-size:14px
}
.contact>p {
	margin-bottom:5px
}
.contact12>p {
	font-size:12px;
	line-height:20px
}
.ewm-box .net {
	padding-top:10px;
	clear:both
}
.ewm-box .net a {
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	margin-right:12px;
	background:#f7f7f7 url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/index-foot180404.png) no-repeat 0 0;
	border-radius:20px;
	border:1px solid #d9d9d9
}
.ewm-box .net .weibo {
	background-position:-3px -71px
}
.ewm-box .net .weixin {
	background-position:-55px -71px
}
.ewm-box .net .service {
	background-position:-107px -71px
}
.ewm-box .net .mail {
	background-position:-160px -70px
}
.ewm-box .net .rss {
	background-position:-210px -71px
}
.ewm-box .net .weibo:hover {
	background-position:-3px -3px
}
.ewm-box .net .weixin:hover {
	background-position:-55px -3px
}
.ewm-box .net .service:hover {
	background-position:-107px -3px
}
.ewm-box .net .mail:hover {
	background-position:-160px -2px
}
.ewm-box .net .rss:hover {
	background-position:-210px -3px
}
.ewm-box .net a i {
	display:none;
	border:1px solid #d9d9d9;
	background:#fff;
	padding:5px;
	width:130px;
	height:130px;
	position:absolute;
	top:-138px;
	left:-45px
}
.ewm-box .net a i img {
	width:120px;
	height:120px;
	display:block
}
.ewm-box .net a i:before {
	content:"";
	display:block;
	position:absolute;
	bottom:-6px;
	left:60px;
	z-index:5;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #d9d9d9
}
.ewm-box .net a i:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-5px;
	left:60px;
	z-index:6;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #fff
}
.ewm-box .net a:hover i {
	display:block
}
.foot-info-bottom {
	background:#f0f0f0;
	height:80px;
	text-align:center;
	padding:24px 0
}
.foot-info-bottom a {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:120px;
	height:35px;
	padding:0 15px 0 0;
	margin-right:15px;
	text-align:left;
	font-size:12px;
	line-height:16px;
	border-radius:5px
}
.foot-info-bottom a img {
	margin-top:-2px
}
.foot-info-bottom a i {
	background:url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/index-foot180404.png) no-repeat -2px -139px;
	margin-right:5px;
	float:left
}
.foot-info-bottom a.beian i {
	width:30px;
	height:35px
}
.foot-info-bottom a.jubao i {
	background-position:-60px -142px;
	width:35px;
	height:30px
}
.foot-info-bottom a.xiazai i {
	background-position:-126px -140px;
	width:28px;
	height:30px
}
.foot-info-bottom a.anqr {
	width:90px
}
.foot-info-bottom a.anqr i {
	background-position:-429px -129px;
	width:65px;
	height:38px;
	margin-top:2px
}
.foot-info-bottom a:after {
	content:"";
	height:30px;
	width:10px;
	border-left:1px solid #d9d9d9;
	display:block;
	position:absolute;
	top:3px;
	right:-10px
}
.foot-info-bottom a:last-child:after {
	content:"广告";
	border:0;
	width:20px;
	right:-20px
}
.foot-info-bottom a:last-child:hover:after {
	color:#333
}
.copyright {
	font-size:12px;
	color:#999
}
.copyright p {
	line-height:24px;
	padding-left:20px;
}
.copyright p>a {
	color:#999
}
.copyright p>a:hover {
	color:#333
}
.copyright p>a.img {
	margin-right:30px;
	display:inline-block;
	vertical-align:middle
}
.copyright a.gongan i {
	background:url(https://www.xuetue.com/wisdom/home/view/ibw/image/edu/index/index-foot180404.png) no-repeat -190px -147px;
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:22px
}

/*与校区雷同的课程样式-4列*/

.course_bg{
    background:#ffffff;;
    background-size: cover;
    width:100%;
    height: 620px;
}
.course{
    width: 1000px;
	margin:0px auto;
}

.course li{
    float: left;
    display: inline-block;
    width:230px;
	height:290px;
    padding: 3px;
    cursor: pointer;
    background: #f8f8f8;
    color: #999;
    cursor: pointer;
    margin-left: 10px;
	font-size:13px;
	border:1px solid #eee;
	margin-bottom:10px;
}

.course li:hover{
	background:#e2ecf9;
	color:#ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-top: -4px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.course li p img{
    width:80%;
	display: block;
	border:0px solid #ffffff;
	margin:30px auto 25px;
}
.course .top_li{
    margin-bottom: 30px;
}	

/*4列，短,带图*/

.course_short_bg{
    background:#ffffff;
    background-size: cover;
    width:100%;
    height: 680px;
}

.course_short{
    width: 1000px;
	margin:0px auto;
}
.course_short li{
    float: left;
    display: inline-block;
    width:230px;
	height:220px;
    padding: 3px;
    cursor: pointer;
    background: #f8f8f8;
    color: #999;
    cursor: pointer;
    margin-left: 10px;
	font-size:13px;
	border:1px solid #eee;
	margin-bottom:10px;
}
.course_short li:hover{
	background:#e2ecf9;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-top: -4px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.course_short li p img{
    width: 100%;
    display: block;
	border:1px solid #ffffff;
}

/*课程下标题及内容*/
.course_title{
	float:left;
	width:100%;
    font-size: 16px;
    color: #333333;
    font-weight:bold	;
	margin:10px;
	text-align:center;
}
.course_short_title  span{
	float:left;
	text-align:center;
    font-size: 24px;
	width:48px;
	height:48px;
    color: #ffffff;
	background: url("http://corp.xuetue.com/images/xuetueico-48.png") no-repeat center;
    font-weight:blod;
	display:block;
    margin:0px 10px 10px 0px;
}
.course_short_title  img{
	display:inline-block;
	width:36px;
	height:36x;
	vertical-align:middle;
	padding:0px 0px 5px 0px;
}
.course_short_title{
	float:left;
	vertical-align:middle;
	width:220px;
    font-size:24px;
    color: #333333;
    font-weight:normal;
    margin:15px 0px 10px 15px;
}

.course_text{
    font-size: 14px;
	line-height:26px;
    color: #666;
    padding:0px 10px;
}
.course_text span{
    font-size: 13px;
	line-height:24px;
    color: #666;
	padding:0px 6px;
	border-radius:50%;
	color:#ffffff;
	margin:0px 5px;
	background:#bbbbbb;
	
}
.course_link{
    margin:10px;
	color: #999;
	text-align:right;
}
.course_link a{
    font-size: 12px;
    color: #666;
}	
	.hj_part8{
    margin-bottom: 0;
}