/*nav*/
/*head*/
.head{
    width: 1000px;
    margin: 0 auto;
    height: 82px;
    padding-top: 20px;
}
.head .logo{
    width: 160px;
    height: 47px;
    background: url(../img/log.png) no-repeat;
    margin-top: 0;
}
.head h1 a{
    width: 100%;
    height: 100%;
    text-indent: -999em;
    display: block;
}
.head .con{
    height: 44px;
    border-left: 1px solid #999;
    padding-left: 20px;
    margin-left: 22px;
}
.head .con p{
    font-size:15px;
    color: #5c5c5c;
}
.head .con .con1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}
.head .tel{
    height: 32px;
    background: url(../img/tel.png) no-repeat center left;
    padding-left: 34px;
    font-size: 22px;
    color: #333;
    margin-top: 4px;
}
/*nav*/
.nav_box{
    width: 100%;
    height: 45px;
    background:#040307;
}
.nav_ul{
    width: 904px;
    margin: 0 auto;
}
.nav_ul li{
    line-height: 45px;
    font-size: 15px;
    width: 12%;
    text-align: center;
}
.nav_ul li.thr{
    width: 12%;
}
.nav_ul li.last{
    margin-right: 0;
}
.nav_ul li a{
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
}
.nav_ul li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffd343;
    transition: width .6s;
}
.nav_ul li:hover a{
    color: #ffd343;
}
.nav_ul li:hover a span{
    width: 100%;
}

/*banner轮播图*/
.zhentu{
    top:0;
    width:100%;
    height:560px;
    position:absolute;
    background:url("../img/0.jpg") no-repeat center;
}


#banner{
    margin: 0 auto;
    width:100%;
    min-width:1000px;;
    height:560px;
    position:relative;
}
#banner .dianul{
    left:50%;;
    margin-left:-35px;
    position:absolute;
    bottom:12px;
}

#banner .dianul li{
    float:left;
    width:14px;
    height:14px;
    cursor:pointer;
    margin-right:8px;
    border:2px solid #bf097d;
    border-radius:50%;
}

#banner .dianul li.cur{
    background:#bf097d;
}
#banner .maonimen{
    margin: 0 auto;
    width:100%;
    min-width:1000px;;
    perspective:1000px;  /*支持3D效果*/
}
#banner .maonimen > div{
    margin:0 auto;
    width:1000px;
    height:400px;;
    position:relative;
}

#banner .maonimen div div{
    width:240px;
    height:183.33px;
    position: absolute;
    background:url(../img/0.jpg) no-repeat center; /*原图缩略版*/
}
#banner .maonimen.fei div div{
    transform-style: preserve-3d;  /*以3D的形式动画*/
    opacity:0;
}

/*定义了24个大小相同的div, 但是角度不同*/
#banner .maonimen.fei div div:nth-child(1){transform:rotate(-120deg) rotateX(180deg) rotateY(-90deg) scale(1.5);margin-left:-400px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(2){transform:rotate(60deg) rotateX(-180deg) rotateY(220deg) scale(1.5);margin-left:-300px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(3){transform:rotate(-180deg) rotateX(90deg) rotateY(-270deg) scale(1.5);margin-left:-200px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(4){transform:rotate(80deg) rotateX(-220deg) rotateY(-110deg) scale(1.5);margin-left:-100px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(5){transform:rotate(220deg) rotateX(60deg) rotateY(-360deg) scale(1.5);margin-left:100px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(6){transform:rotate(120deg) rotateX(-120deg) rotateY(120deg) scale(1.5);margin-left:200px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(7){transform:rotate(-360deg) rotateX(80deg) rotateY(220deg) scale(1.5);margin-left:300px;margin-top:-200px;}
#banner .maonimen.fei div div:nth-child(8){transform:rotate(60deg) rotateX(150deg) rotateY(-160deg) scale(1.5);margin-left:400px;margin-top:-200px;}

#banner .maonimen.fei div div:nth-child(9){transform:rotate(30deg) rotateX(180deg) rotateY(90deg)scale(1.5);margin-left:-400px}
#banner .maonimen.fei div div:nth-child(10){transform:rotate(-40deg) rotateX(90deg) rotateY(180deg)scale(1.5);margin-left:-300px}
#banner .maonimen.fei div div:nth-child(11){transform:rotate(60deg) rotateX(-180deg) rotateY(180deg)scale(1.5);margin-left:-200px}
#banner .maonimen.fei div div:nth-child(12){transform:rotate(-80deg) rotateX(-360deg) rotateY(60deg) scale(1.5);margin-left:-100px}
#banner .maonimen.fei div div:nth-child(13){transform:rotate(120deg) rotateX(60deg) rotateY(-360deg) scale(1.5);margin-left:100px}
#banner .maonimen.fei div div:nth-child(14){transform:rotate(-20deg) rotateX(80deg) rotateY(-180deg) scale(1.5);margin-left:200px}
#banner .maonimen.fei div div:nth-child(15){transform:rotate(-70deg) rotateX(-180deg) rotateY(90deg) scale(1.5);margin-left:300px}
#banner .maonimen.fei div div:nth-child(16){transform:rotate(110deg) rotateX(180deg) rotateY(20deg) scale(1.5);margin-left:400px}

#banner .maonimen.fei div div:nth-child(17){transform:rotate(-80deg) rotateX(-30deg) rotateY(70deg) scale(1.5);margin-left:-400px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(18){transform:rotate(-110deg) rotateX(-60deg) rotateY(-30deg) scale(1.5);margin-left:-300px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(19){transform:rotate(60deg) rotateX(120deg) rotateY(80deg) scale(1.5);margin-left:-200px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(20){transform:rotate(-20deg) rotateX(30deg) rotateY(-360deg) scale(1.5);margin-left:-100px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(21){transform:rotate(130deg) rotateX(-110deg) rotateY(320deg) scale(1.5);margin-left:100px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(22){transform:rotate(-160deg) rotateX(240deg) rotateY(120deg) scale(1.5);margin-left:200px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(23){transform:rotate(90deg) rotateX(20deg) rotateY(70deg) scale(1.5);margin-left:300px;margin-top:200px;}
#banner .maonimen.fei div div:nth-child(24){transform:rotate(-160deg) rotateX(80deg) rotateY(-80deg) scale(1.5);margin-left:400px;margin-top:200px;}








/*tit*/
.tit{
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
}
.tit h3{
    font-size: 40px;
    color: #111111;
    font-weight: normal;
}
.tit h3 span{
    font-weight:bold;
    color: #1b53ce;
}
.tit p{
    font-size: 18px;
    color: #777777;
}

/*wx_part*/
.wx_ul li{
    width: 33.33%;
}
.wx_ul li .img_box{

}
.wx_ul .li_1 .img_box{
    margin-left: -55px;
}
.wx_ul .li_2 .img_box{
    margin-left: -10px;
    margin-right: -10px;
}
.wx_ul .li_3 .img_box{
    margin-right: -30px;
}
.wx_ul li .img_box img{
    max-width: 100%;
}

.wx_ul .li_1 .del{
    margin-left: -35px;
}
.wx_ul .li_3 .del{
    margin-right: -15px;
}
.wx_ul li .del{
    text-align: center;
    color: #555;
}
.wx_ul li .del h3{
    font-weight: normal;
    font-size: 24px;
    color: #222846;
}
.wx_ul li .del p{
    font-size:18px;
    color: #555;
}

.wx_content{
    height: 500px;
    width: 100%;
    margin-top: 110px;
}
.wx_content > div{
    position: absolute;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.wx_tel{
    left: -35px;
    bottom:0;
    width:257PX;
    height:274PX;
    background:url("../img/wx_pic_1.png") no-repeat right top;
    z-index: 9;
    transform: translateX(-200px);
}
.wx_ipd{
    left:-35px;
    top:0;
    width: 499px;
    height:463px;
    background:url("../img/wx_pic_3.png") no-repeat right top;
}
.wx_pc{
    right: -5px;
    bottom:0;
    width: 734px;
    height:415px;
    background:url("../img/wx_pic_2.png") no-repeat right top;
    z-index:8;
    padding-top: 30px;
    padding-right:90px;
    transform: translateX(200px);
}
.wx_pc h3{
    width:355px;
    text-align: center;
    float: right;
    font-size:14px;
    color: #212121;
    padding-top:10px;
    padding-bottom: 18px;
}
.wx_pc p{
    width:0;
    height:286px;
    float: right;
    margin-right: 6px;
    background:url("../img/wx_cont.jpg") no-repeat right top;
    opacity: 0;
    filter:alpha(opacity=100);
    margin-left: 312px;
}

/*简单易学*/
.part2_xx{
	padding-bottom:70px;
}
.xx_ul{
    margin: 0 -10px;
}
.xx_ul li{
    width:25%;
    padding:0 10px;
}
.xx_ul li a > div{
	position: relative;
	background: #fff;
	height:324px;
    overflow: hidden;
    border:1px solid #e0e0e0;
}
.xx_ul li .img_box{
    height:193px;
    overflow: hidden;
    background: #000;
}
.xx_ul li .img_box > img{
    width: 100%;
    display: block;
    -webkit-transform: scale(1); 
	transform: scale(1);   
	 -webkit-transition: all .6s;
	 transition: all .6s; 
}
.xx_ul li .del{
    color: #02080b;
    text-align: center;
    position: absolute;
    bottom: 25px;
    height: 112px;
    padding: 25px 15px 0 15px;
    overflow: hidden;
    background: #fff;

    -webkit-transition: all .6s;
	 transition: all .6s;
}
.xx_ul li .del h3{
    font-weight:normal;
    font-size:18px;
    padding-bottom: 10px;
}
.xx_ul li .del p{
    font-size:14px;
    text-align: justify;
}
.xx_ul li .del p span{
    color: #1b53ce;
}
.xx_ul li:hover .img_box > img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: .7; 
}
.xx_ul li:hover .del{
	 height: 160px;
	-webkit-transition: all .6s;
	 transition: all .6s;
}


/*课程*/
.part3_kc .bz_device {
    margin-left: 354px;
    width: 292px;
    height: 618px;
    position: relative;
    background: url("../img/ke_bg.jpg") no-repeat center;
    padding-top: 93px;
}

.part3_kc .swiper-container {
    width: 244px;
    height: 437px;
}
.part3_kc .swiper-container .swiper-slide {
    width: 244px;
    color: #fff;
    background: #ff7200;
}

.part3_kc .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 10;
}
.part3_kc .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.part3_kc .swiper-container .swiper-active-switch {
    background: #3697d9;
}
.bz_tab{
    width: 340px;
    position: absolute;
    text-align: left;
    cursor: pointer;
    height: 102px;
}
.bz_tab:before{
    content: '';
    position: absolute;
    width:88px;
    height:88px;
    display: block;
    border:2px solid #34383c;
    border-radius: 100%;
}

.bz_tab_01{
    left: 0;
    top:90px;
    padding-right: 45px;
    background: url("../img/ke_tit_bg.png") no-repeat right bottom;
    padding-left:110px;
}
.bz_tab_01:before{
    left:0;
    top: -4px;
    background: url("../img/ke_icon.png") no-repeat 5px top;
}
.bz_tab_02{
    left: 0;
    bottom:40px;
    padding-right: 45px;
    background: url("../img/ke_tit_bg_1.png") no-repeat right top;
    padding-left:110px;
    padding-top:22px;
}
.bz_tab_02:before{
    left:0;
    top: 17px;
    background: url("../img/ke_icon.png") no-repeat -88px top;
}
.bz_tab_03{
    right: 0;
    top:90px;
    padding-left: 57px;
    text-align: left;
    background: url("../img/ke_tit_bg_3.png") no-repeat left top;
    padding-right:101px;
    padding-top:16px;
}
.bz_tab_03:before{
    right:0;
    top: 17px;
    background: url("../img/ke_icon.png") no-repeat -172px top;
}
.bz_tab_04{
    right: 0;
    bottom:40px;
    padding-left: 50px;
    text-align: left;
    background: url("../img/ke_tit_bg_4.png") no-repeat left bottom;
    padding-right:101px;
}
.bz_tab_04:before{
    right:0;
    top: -7px;
    background: url("../img/ke_icon.png") no-repeat -254px top;
}
.tab_active:before{
    border:2px solid #1b53ce;
}
.bz_tab_01.tab_active:before{
    background: url("../img/ke_icon_1.png") no-repeat 5px top;
}
.bz_tab_02.tab_active:before{
    background: url("../img/ke_icon_1.png") no-repeat -88px top;
}
.bz_tab_03.tab_active:before{
    background: url("../img/ke_icon_1.png") no-repeat -172px top;
}
.bz_tab_04.tab_active:before{
    background: url("../img/ke_icon_1.png") no-repeat -254px top;
}
.bz_tab h3{
    position: relative;
    font-size: 18px;
    color: #333;
}
.bz_tab h3 > span{
    display: inline-block;
    position: absolute;
    right: -40px;
    width: 36px;
    height: 36px;
    border-radius: 45px;
    background: #f5f5f5;
    text-align: center;
    line-height: 36px;
    z-index: 1;
    bottom: -76px;
    color: #333;
}
.bz_tab h3 > span img{
    display: inline-block;
}
.bz_tab_01 h3 > span{
    right: -40px;
    bottom: -76px;
}
.bz_tab_02 h3 > span{
    right: -40px;
    bottom: 16px;
}
.bz_tab_03 h3 > span{
    left: -60px;
    bottom: 16px;
}
.bz_tab_04 h3 > span{
    left: -46px;
    bottom: -76px;
}
.bz_tab p{
    margin-top: 6px;
    font-size: 14px;
    color: #999;
}
.tab_active h3 > span{
    background: #1b53ce;
    color: #fff;
}
.tab_active h3{
    color: #1b53ce;
}


/*实战为导向*/
.part4_sj{
    padding-bottom: 20px;
}
.sj_ul{
    margin:0 -21px;
}
.sj_ul li{
    width:33.33%;
    padding:0 21px;
    margin-bottom: 20px;
}
.sj_ul li a > div{
    width:100%;
    height:302px;
    background: url("../img/sj_bg.png") no-repeat center;
    text-align: center;
    padding-top:40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #222;
    background-size: 92%;
}
.sj_ul li a > div:before{ /*图标*/
    content: '';
    display: block;
    width:50px;
    height:50px;
    margin: auto;
    background: url("../img/sj_iocn.png") no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sj_div_1:before{
    background-position:0 top;
}
.sj_ul li a > div.sj_div_2:before{
    background-position:-50px top;
}
.sj_ul li a > div.sj_div_3:before{
    background-position:-100px top;
}
.sj_ul li a > div.sj_div_4:before{
    background-position:-150px top;
}
.sj_ul li a > div.sj_div_5:before{
    background-position:-200px top;
}
.sj_ul li a > div.sj_div_6:before{
    background-position:-250px top;
}
.sj_ul li a > div h3{
    font-size: 24px;
    margin:30px 0 20px;
}
.sj_ul li a > div p{
    font-size:18px;

}
.sj_ul li:hover a > div{
    background: url("../img/sj_bg_1.png") no-repeat center;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    background-size: 92%;
}

.sj_ul li:hover a>div:before{
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sj_ul li:hover a .sj_div_1:before{
    background-position:0 -50px;
}
.sj_ul li:hover a .sj_div_2:before{
     background-position:-50px -50px;
 }
.sj_ul li:hover a .sj_div_3:before{
    background-position:-100px -50px;
}
.sj_ul li:hover a .sj_div_4:before{
    background-position:-150px -50px;
}
.sj_ul li:hover a .sj_div_5:before{
    background-position:-200px -50px;
}
.sj_ul li:hover a .sj_div_6:before{
    background-position:-250px -50px;
}
/*因才施教，分级培优 */
.part5_bj{
    padding-bottom: 70px;
}
.bj_ul{
    background: #f8f8f8;
}
.bj_ul li{
    width:33.33%;
}
.bj_ul li .del{
    height: 232px;
    padding: 25px 24px;
    color: #222;
    text-align: center;
}
.bj_ul li .del:before{
    content: '';
    display: block;
    width: 90px;
    height:2px;
    background:#ff7e7e;
    margin: auto;
}
.bj_ul li .del h3{
    font-size:18px;
    font-weight:normal;
    text-align: center;
    padding:25px 0 15px;
}
.bj_ul li .del p{
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
}
.bj_ul li a{
    display: inline-block;
    margin:20px auto;
    width:140px;
    height:32px;
    background: #ff7e7e;
    border-radius: 16px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
}
.bj_ul li:hover{
    box-shadow: 0 0 10px 2px rgba(0,0,0, .2);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.bj_ul li a:hover{
    background: #fe6363;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.bj_ul li .img_box{
    overflow: hidden;
}
.bj_ul li .img_box > img{
    max-width: 100%;
    display: block;

    transition: all .4s;
}
.bj_ul li:hover .img_box img{
    transform: scale(1.1);
    transition: all .4s;
}

/*师资团队*/
/*part9*/
.part9 .text{
    padding-bottom: 40px;
}
.part9 .tBox{
    width: 1154px;
    height: 430px;
    margin: 0 auto;
    position: relative;
}
.part9 .tBox .picBox{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#posBox{
    width: 2048px;
    position: absolute;
    left: 0;
    top: 0;
}
.part9 .tBox .picBox .roll{
    position: relative;
    margin-right: 24px;
    perspective: 1000px;
    cursor: pointer;
}
.part9 .tBox .picBox li .bg{
    width: 100%;
    height: 65px;
    background: #000;
    opacity: 0.8;
    filter:alpha(opacity=80);
    position: absolute;
    left: 0;
    bottom: 0;
}
.part9 .tBox .picBox li h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    text-align: left;
    padding-left: 13px;
}

.part9 .tBox .picBox li .tName{
    font-size: 18px;
    color: #fff;
    padding-top: 13px;
    margin-bottom: 5px;
}
.part9 .tBox .picBox li .tTitle{
    font-size: 12px;
    color: #b4b4b4;
}
.part9 .tBox span{
    width: 23px;
    height: 44px;
    background: url(../img/pre.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}
#pre{
    left: 0;
}
#next{
    right: 0;
    background: url(../img/next.png) no-repeat;
}
.roll .box-content{
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    filter:alpha(opacity=80);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
}
.roll .box-img{
    transform: rotateY(0deg);
    transition: all 0.50s ease-in-out 0s;
}
.roll:hover .box-img{
    transform: rotateY(-90deg);
}
.roll:hover .box-content{
    transform: rotateY(0deg);
}
.roll .box-content .t1,.roll .box-content2 .t1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
   text-align: center;
}
.roll .box-content .t2,.roll .box-content2 .t2{
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
    text-align: center;
}
.roll .box-content .t3,.roll .box-content2 .t3{
    width: 190px;
    height: 1px ;
    background: #fff;
    margin: 20px auto 0;
}
.roll .box-content .t4,.roll .box-content2 .t4{
    font-size: 14px;
    width: 182px;
    text-align: justify;
    color: #fff;
    margin: 20px auto 0;
}

.box-content2{
    position: absolute;
    left: 0px;
    top: -470px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    color: #fff;
}
.part9 .btn,.part5 .btn{
    display: block;
    width: 187px;
    height: 46px;
    border: 1px solid #00b38b;
    color: #00b38b;
    line-height: 46px;
    font-size: 18px;
    margin: 56px auto 20px;
    border-radius: 24px;
    transition: .6s;
}
.part9 .btn:hover{
    background: #00b38b;
    color: #fff;
}

/*就业*/
.part7_jy{
    padding-bottom: 60px;
}
.jy_main .device {
    width: 1000px;
    margin: auto;
    position: relative;
    height: 567px;
}
.jy_main .swiper-container {
    width: 1000px;
    margin: auto;
    height: 567px;
}
.jy_main .swiper-slide {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-align: center;
}
.jy_main .swiper-slide > div > img{
    display: block;
}
.jy_main .swiper-slide-visible {
    opacity: 1;
}
.jy_main .swiper-slide-active {
    top: 0;
    opacity: 1;
}

.jy_main .device .arrow-left {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 31px;
    height: 31px;
    z-index: 10;
    background: url("../img/jy_icon.jpg") no-repeat left top;
}
.jy_main .device .arrow_active{
    background: #ebebeb !important;
}
.jy_main .device .arrow-right {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 31px;
    height: 31px;
    z-index: 10;
    background: url("../img/jy_icon.jpg") no-repeat right top;
}

.jy_main .img_box{
    display: inline-block;
    position: relative;
}

.jy_main .img_box .inface{
    position: absolute;
    top:50%;
    left: 16px;
    margin-top:-214px;
    width:242px;
    height:428px;
    background: rgba(0,0,0,0.8);

    display: flex;
    justify-content: center; /*主轴（x轴）的内容水平居中*/
    align-items: center; /*主轴（y轴）上的内容垂直居中*/

    transform: scale(1);
    transition: all .6s;


}
.jy_main .swiper-slide:hover .inface{
    transform: scale(0);
    transition: all .6s;
}


/*保障*/
.part8_bz{

}
.bz_ul{
    margin:0 -11px;
}
.bz_ul li{
    width: 25%;
    padding:0 11px;
}
.bz_ul .content_box{
    width:228px;
    height:228px;
    margin:auto;
    position: relative;
    padding-top: 60px;
}
.bz_ul .content_box:before{
    content: '';
    display: block;
    width:60PX;
    height:44PX;
    margin: auto;
    background: url("../img/bz_icon.png") no-repeat;
  }
.bz_ul .content_box_1:before{
    background-position: left top;
}
.bz_ul .content_box_2:before{
    background-position: -60px top;
}
.bz_ul .content_box_3:before{
    background-position: -120px top;
}
.bz_ul .content_box_4:before{
    background-position: -180px top;
}
.bz_ul .content_box h3{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
.bz_ul .content_box_1 h3{
    color: #f1ca64;
}
.bz_ul .content_box_2 h3{
    color: #38a6e8;
}
.bz_ul .content_box_3 h3{
    color: #ff680b;
}
.bz_ul .content_box_4 h3{
    color: #515d5b;
}
.bz_ul .content_box .bz_bg{
    position: absolute;
    width:228px;
    height: 228px;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 100%;
    transform: rotate(0deg);
}

.bz_ul li .del{
    color: #222;
    font-size: 16px;
    text-align: center;
    margin-top:26px;
    line-height: 2;
}

.bz_ul li:hover .bz_bg{
    -webkit-animation: bzAnimate 1s;
    -moz-animation: bzAnimate 1s;
    -o-animation: bzAnimate 1s;
    animation: bzAnimate 1s;
}
@keyframes bzAnimate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes bzAnimate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes bzAnimate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-o-keyframes bzAnimate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/*学员*/
/*part10*/
.part10{
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0;
}
.part10 .text{
    padding-bottom: 40px;
}
.part10 .part9Box{
    width: 100%;
    margin: 0px auto;
    background: #fafafa;
}
.part10 .part9Box li{
    width: 20%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.part10 .part9Box li img{
    width: 100%;
}
.part10 .part9Box li h4{
    position: absolute;
    bottom: 6px;
    left: -100%;
    width: 100%;
    background: #1b53ce;
    color: #fff;
    padding: 16px 0;
}
.part10 .part9Box li h4 .text2{
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-left: 3%;
}
.part10 .part9Box li h4 .text3{
    font-size: 44px;
    text-align: left;
    margin-left: 64px;
}
@media screen and (max-width: 1334px){
    .part10 .part9Box li h4 .marL{
        margin-left:50px ;
    }
}

.part11{
    padding-bottom: 0px;
}
.part11 ul{
    width: 100%;
    height: 156px;
}
.part11 ul li{
    width: 19%;
    color: #939393;
    font-size: 12px;
    border-right:1px solid #ebebeb ;
    height: 88px;
    margin-top: 45px;
    text-align: center;
}
.part11 ul li h3 .text2{
    font-size: 40px;
    color: #3c3c3c;
    position: relative;
    margin-bottom:14px;
    font-weight: normal;

}
.part11 ul li h3 .text2 span{
    position: absolute;
    right: 36%;
    top: -2%;
    color: #939393;
    font-size: 12px;
}
.part11 ul li.last{
    border-right: none;
}
.part11 ul li.sec h3 .text2 span{
    right: 28%;
}
.part11 ul li.thr h3 .text2 span{
    right: 22%;
}
.part11 ul li.fou h3 .text2 span{
    right: 30%;
}
.part11 ul li.last h3 .text2 span{
    right: 18%;
}

/*表单*/
.form_part{
    height:484px;
    background-image:url("../img/form_bg.jpg");
   /* background-repeat: no-repeat;*/
       background-attachment: fixed;
}

.form form{
    margin-top:50px;
    margin-left:318px;
    width:360px;
}
.form input[type="text"]{
    margin-top:19px;
    width:358px;
    height:51px;
    display:block;
    text-indent:60px;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:8px;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/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:#484651;
    text-align:center;
    background:#fff;
    border-radius:3px;
}
.form-btn input[type="submit"]{
    margin: auto;
    width:198px;
    height:42px;
    line-height:42px;
    display:block;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#1b53ce;
    border-radius:3px;
    border:none;
}
.tit_form h3{
    color: #fff;
    font-weight:bold;
}
.tit_form p{
    color: #1b53ce;
    font-size: 26px;
}
/*footer*/
.footer{
    width:100%;
    height:80px;
    background:#191919;
    /* margin-bottom: 50px;*/
}
.footer p{
    color:#c3c3c3;
    line-height:80px;
    text-align:center;
}
.footer p span{
    margin-left:26px;
}

/*小球*/
.wx_tel_bg{
    position: absolute;
    right: 22px;
    top: 59px;
    width: 97px;
    height: 97px;
    border-radius: 120px;
    border: 2px solid #79f9f8;
    transform: scale3d(1,1.1,1) skew(14deg,0deg);
    animation: sportPlay 3.5s linear infinite;
}
.wx_tel_bg i{
    width: 12px;
    height: 11px;
    border-radius: 100%;
    display: block;
    background: #f6ce5f;
    transform: skew(-17deg,0deg);
    position: relative;
    left: 15px;
    box-shadow: 0 0 4px #fefefe inset;
}

@keyframes sportPlay {
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes sportPlay {
     0%{transform:rotate(0deg);}
     100%{transform:rotate(360deg);}
 }
@-moz-keyframes sportPlay {
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
@-o-keyframes sportPlay {
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}


/*客服*/
#kf{
    width: 86px;
    height: 465px;
    background:#222;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -230px;
    z-index: 101;
}
#kf ul{
    margin-top: 3px;
}
#kf li{
    width: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
}
#kf li img{
    border: none;
    display: block;
}
#kf li span{
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top:50px;
}
#kf li .hov{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#kf li h3{
    width: 0;
    height: 80px;
    border: 3px solid #222;
    border-left: none;
    position: absolute;
    left: 76px;
    top: -3px;
    background: #ff5500;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.2s;
    box-sizing: content-box;
}
#kf li.sec h3{
    background: #00a8a9;
}
#kf li.thr h3{
    background: #5b45a9;
}
#kf li.fou h3{
    background: #f43244;
}
#kf li.fiv h3{
    background: #ffb848;
}
#kf li.last span{
    top: 10px;
    animation: show2 1s infinite;
}
#kf li:hover{
    overflow: visible;
}
#kf li:hover h3{
    opacity: 1;
    filter:alpha(opacity=100);
    width: 152px;
}
#kf li h3 p{
    height: 66px;
    border-left: 1px dashed #fff;
    margin-top: 7px;
    margin-left: 4px;
    padding-left: 10px;
}
#kf li h3 p a{
    display: block;
    width: 130px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
#kf li h3 p a.fir{
    border-bottom:1px solid #fff ;
    padding-bottom: 10px;
    padding-top: 5px;
    height: 14px;
    box-sizing: content-box;
}
@keyframes show2{
    0%{
        font-size: 14px;
    }
    50%{
        font-size: 16px;
    }
    100%{
        font-size: 14px;
    }
}
@keyframes show3{
    0%{
        font-size: 15px;
    }
    50%{
        font-size: 14px;
    }
    100%{
        font-size: 15px;
    }
}
#kf li p a:hover{
    animation: show3 1.5s infinite;
}


.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: #3697d9;
    border: none;
    font-size: 16px;
    color: #fff;
}
.part11 ul li h3 .text2 em{
    font-family: Arial;
    font-size: 44px;
    color: #3c3c3c;
    position: relative;
    font-style: normal;
    display: inline-block;
}
.part11 ul li h3 .text2 em:before{
    content: '近';
    display: inline-block;
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -28px;
    font-size: 27px;
}

#fixed{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: block;
}
#fixed span{
    width: 100%;
    height: 100%;
    background: #4b4946;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
}
#fixed div{
    width: 630px;
    height: 502px;
    position: absolute;
    margin-top: -251px;
    top: 50%;
    left: 50%;
    margin-left: -315px;
}
#fixed img{
    width: 100%;
    height: 100%;
}
#down{
    background: url(http://lz.tedu.cn/lz/pm/img/close.png) no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    right: 64px;
    top: -24px;
    cursor: pointer;
}