/*part1*/
.p1{
    border-bottom:1px solid #f2f2f2;
    padding-bottom: 60px;
}
.p1 .w-container{
    position:relative;
}
#case{
    top:16px;
    left:50%;
    margin-left:-957px;
    width:1920px;
    height:530px;
    overflow:hidden;
}
#case .swiper-slide .ui{
    margin:0 auto;
    width:273px;
    height:513px;
    position:relative;


}
#case .swiper-slide .ui .shaw{
    top:4px;
    left:50%;
    width:265px;
    height:508px;
    margin-left:-133px;
    position:absolute;
    background:rgba(0,0,0,0.3);



}
#case .swiper-slide .ui .btn{
    position:absolute;
    bottom: -150px;
    left: -20px;
    padding-top: 20px;
    width:314px;
    height:120px;
    line-height: 1.6em;
    text-align:center;

    color:#ffffff;
    z-index:99999;
    background:#00a9ab;
    font-size: 18px;
    border-radius: 2px;
    box-shadow:-2px 1px 15px rgba(0,54,55,0.8);
    top: 77%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition:all 1s linear;
    transform: rotateY(180deg);
}
#case .swiper-slide .ui .btn span{display: block; width: 90px; height:3px; background-color: #fff; text-align: center; margin-left: 110px; margin-top: 15px;}


#case img{
    width:265px;
    height:513px;
    display:block;
     margin: 0 auto;
}
#case .swiper-slide.act1 .ui .shaw{
    display:none;
}
#case .swiper-slide.act1 .ui .btn{

    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.4s ease-out;
    transform: rotateY(360deg);

}





/*三图滑动*/
/*part2*/
.part2{
    min-width: 1000px;
    background: #f3f7f9;
    padding-bottom: 55px;
    border-top: 1px solid #eff2f4;
    border-bottom: 1px solid #eff2f4;
}



/*part3*/
.part3{
    width: 100%;

    padding-bottom: 55px; overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.p3Cont .img2{ position: relative;}
.p3Cont .img2,.p3Cont .img3{ width: 320px; height: 488px; overflow: hidden; float: left; }
.p3Cont .img2 img{ width: 100%;}

.p3Cont  dl.info{ color: #fff;  position: absolute;width: 320px; transition: all 0.4s ease-out;text-align: center; background: rgba(0,169,171,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB00a9ab,endColorstr=#BB00a9ab);/*兼容ie8透明背景*/
}
.p3Cont  dl.info dt{ font-size: 20px;}
.p3Cont  dl.info dd{ width: 278px; font-size: 18px; margin: 0 auto; overflow: hidden; line-height: 1.8em;}
.p3Cont  dl.info a{ display: block; color: #090b0e; font-size: 16px; width: 142px; height: 36px;line-height: 35px; margin: 0 auto; border-radius: 5px;
    background:rgba(255,255,255,0.9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBffffff,endColorstr=#BBffffff);/*兼容ie8透明背景*/}

.p3Cont .img2 dl.info{ height: 600px; top: 89%; padding-top: 13px;}
.p3Cont .img2 dl.info dd{ height: 150px; margin-top: 165px; margin-bottom: 90px;}
.p3Cont .img2:hover dl{top: -50px; transition: all 0.4s ease-out;}


.p3Cont .img3 .img{ width: 320px; height: 234px; display: block; margin-bottom: 20px; overflow: hidden; position: relative;}
.p3Cont .img3{ margin:0 20px;}
.p3Cont .img3 .img dl.info{ top: 77%; height: 400px; padding-top: 13px; position: absolute;}
.p3Cont .img3 .img dl.info dd{  height: 100px; overflow:hidden;margin-top: 65px; margin-bottom: 20px;}
.p3Cont .img3 .img:hover dl{top: -50px; transition: all 0.4s ease-out;}








/*@media(max-width: 1400px){*/
    /*#student .img.i1 ,#student .img.i3, #student .img.i8 ,#student .img.i11{*/
        /*display: none;*/
    /*}*/
/*}*/



/*part6*/
.part6{
    min-width: 1000px;
    background-color: #f5f5f5;
    padding-bottom: 55px;

}
.part6 .main{}
.part6 .left{
    float: left;
    width:730px;
    height: 440px;
}
.part6 .left .imgBox{
    position: absolute;
    left: 95px;
    top: 28px;
    width: 537px;
    height:337px;
}
.part6 .left .imgBox > img{
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.part6 .right{
    width:340px;
    height: 207px;
    border:2px solid #00a9ab;
    border-left: 0;
    position: absolute;
    top:100px;
    right:0;
}
.part6 .right > div{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    padding: 60px 40px;
    font-size: 16px;
    color: #222222;
    background: #fff;
    display: none;
}
.part6 .btnUl{
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.part6 .btnUl li{
    width:20%;
    float: left;
    text-align: center;
}
.part6 .btnUl li span{
    color: #0e8599;
    font-size: 16px;
    width: 176px;
    height: 176px;
    display: inline-block;
    background: url("../img/p6_btn0.png") no-repeat center;
    text-align: center;
    padding-top: 70px;
    cursor: pointer;
    transition: .4s;
    line-height: 1.2;
    position: relative;
}
.part6 .btnUl li span:after{
    content: '';
    display: block;
    clear: both;
    width: 100px;
    height:16px;
    background: url("../img/p6_btnBg.png") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -20px;
}
.part6 .btnUl li span i{
    font-style: normal;
    display: block;
    font-size: 14px;
}
.part6 .btnUl li span:hover{
    background: url("../img/p6_btn1.png") no-repeat center;
    color: #fff;
    transition: .4s;
}
.part6 .btnUl li.act span{
    background: url("../img/p6_btn1.png") no-repeat center;
    color: #fff;
    transition: .4s;
}
.part6 .leftBg{
    position: absolute;
    left: 0;
    bottom: 180px;
}
.part6 .leftBg .img1{
    position: absolute;
    left: 0;
    bottom:0;

    -webkit-animation: p6Animate 8s infinite linear;
    -moz-animation: p6Animate 8s infinite linear;
    -ms-animation: p6Animate 8s infinite linear;
    animation: p6Animate 8s infinite linear;
}
.part6 .leftBg .img2{
    position: absolute;
    left: 170px;
    bottom: 90px;


    -webkit-animation: p6Animate 5s infinite linear;
    -moz-animation: p6Animate 5s infinite linear;
    -ms-animation: p6Animate 5s infinite linear;
    animation: p6Animate 5s infinite linear;
}
.part6 .leftBg .img3{
    position: absolute;
    left: 155px;
    bottom: 15px;

    -webkit-animation: p6Animate 4s infinite linear;
    -moz-animation: p6Animate 4s infinite linear;
    -ms-animation: p6Animate 4s infinite linear;
    animation: p6Animate 4s infinite linear;
}
.part6 .rightBg{
    position: absolute;
    right: 0;
    top: 100px;
}
.part6 .rightBg img{
    position: absolute;
}
.part6 .rightBg .img4{
    right: 0;
    top: 0;

    -webkit-animation: p6Animate 8s infinite linear;
    -moz-animation: p6Animate 8s infinite linear;
    -ms-animation: p6Animate 8s infinite linear;
    animation: p6Animate 8s infinite linear;
}
.part6 .rightBg .img5{
    right: 60px;
    top: 129px;

    -webkit-animation: p6Animate 4s infinite linear;
    -moz-animation: p6Animate 4s infinite linear;
    -ms-animation: p6Animate 4s infinite linear;
    animation: p6Animate 4s infinite linear;
}
.part6 .rightBg .img6{
    right: 170px;
    top: 130px;

    -webkit-animation: p6Animate 5s infinite linear;
    -moz-animation: p6Animate 5s infinite linear;
    -ms-animation: p6Animate 5s infinite linear;
    animation: p6Animate 5s infinite linear;
}

@-webkit-keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.part6 .bgLine{
    position: absolute;
    width: 760px;
    height: 75px;
    top: 344px;
    left:-300px;
    overflow: hidden;
}
.part6 .bgLine > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.part6 .line{
    width: 100%;
    height: 1px;
    background: #00a9ab;
    position: absolute;
    top:390px;
}
.part6 .line > img{
    float: left;
}
.part6 .bgLine > div img{
    float: left;
}
.part6 .lineImg1{
  /*  position: absolute;
    top: 0;
    left:380px;*/
}
.part6 .lineImg2{
   /* position: absolute;
    top: 0;
    left:380px;*/
}
.bgLine.bgLineRight{
    left: auto;
    right:-300px;
    z-index: 0;
}
.bgLine.bgLineRight>div{
    left: auto;
    right: 0;
    z-index: 0;
}


/*part7*/
.part7{
    width: 100%;
    min-width: 1000px;
    height: 910px;
    background: url("../img/p7Bg.jpg")no-repeat center;
    background: #000;
  
}
.p7Cont{ margin-bottom: 45px;}
.p7Cont .box{ width: 248px; height: 275px; background:rgba(255,255,255,0.1);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);/*兼容ie8透明背景*/


    cursor: pointer; box-sizing: border-box;
    color: #fff;position: relative;padding-top: 115px;  float: left; margin-left: 1px; margin-bottom: 6px;transition: all 0.4s ease-out;}
.p7Cont .box:before{ content: ''; width: 41px; height: 40px; background: url("../img/tb.png") no-repeat center center; display: block;
    position: absolute;left: 50%; top:53px;bottom: 30px; margin-left: -20px;transition: all 0.2s ease-out;}
.p7Cont .box:hover::before{ background-position-y:-40px;transition: all 0.2s ease-out;}
.p7Cont .box:hover{width: 248px; height: 275px; border:1px solid #00e7e9; box-sizing: border-box; color: #00e7e9;transition: all 0.4s ease-out;}
.p7Cont .box1:before{ background-position:0 0;}
.p7Cont .box2:before{ background-position:-53px 0;}
.p7Cont .box3:before{ background-position:-106px 0;}
.p7Cont .box4:before{ background-position:-157px 0;}
.p7Cont .box5:before{ background-position:-207px 0;}
.p7Cont .box6:before{ background-position:-259px 0;}
.p7Cont .box7:before{ background-position:-309px 0;}
.p7Cont .box8:before{ background-position:-360px 0;}
.p7Cont .box dt{ font-size: 18px; text-align: center; margin-bottom:10px; }
.p7Cont .box dd{ font-size: 16px;margin: 0 auto;}
.p7Cont .box1 dd{ width: 100px;}
.p7Cont .box2 dd{ width: 100px;}
.p7Cont .box3 dd{ font-size: 16px; width: 140px;margin: 0 auto;}
.p7Cont .box4 dd{ font-size: 16px; width: 100px;margin: 0 auto;}
.p7Cont .box5 dd{ font-size: 16px; width: 185px;margin: 0 auto;}
.p7Cont .box6 dd{ font-size: 16px; width: 130px;margin: 0 auto;}
.p7Cont .box7 dd{ font-size: 16px; width: 100px;margin: 0 auto;}
.p7Cont .box8 dd{ font-size: 16px; width: 170px;margin: 0 auto;}




/*part8*/
.part8{
    min-width: 1000px;
    width: 1000px;
    margin-bottom: 55px;
}
.p8Cont{
    width: 910px;
    height: 480px;
    margin: auto;
    position: relative;
    background: url("../img/p8ContBg.jpg") no-repeat center;
}
.p8Cont .p8A{
    position: absolute;
    left: 40PX;
    bottom: 0;
    width:290PX;
    height:54PX;
    display: inline;
    background: #00a9ab;
    text-align: center;
    line-height: 54px;
    border:1px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: 10;
    color: #fff;

}
.p8ContDel{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}
.p8ContDel .mainBox{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    display: none;
}
.p8ContDel .mainBox > img{
    position: absolute;
    left:0;
    bottom: 40px;
}
.p8ContDel .teachName{
    position: absolute;
    width:270px;
    height:54px;
    top: 0;
    right:102px;
    font-weight: bold;
    font-size: 30px;
    padding-left: 20px;
    line-height: 54px;
    color: #fff;
}
.p8ContDel .teachName i{
    font-style: normal;
    font-weight:normal;
    font-size: 16px;
    padding-left: 20px;
    z-index: 10;
}
.p8ContDel .del{
    position: absolute;
    right:60px;
    top:120px;
    width:480px;
    height:180px;
    font-size:16px;
    color: #000;
    line-height: 3;
    background: #fff;
}
.p8Cont .imgBox{
    position: absolute;
    right:40px;
    bottom:40px;
}
.p8Cont .imgBox > img{
    float: left;
    border:1px solid #fff;
    border-bottom: 0;
}
.p8Cont .imgBox > img.act{
    border:1px solid #00a9ab;
    border-bottom: 0;
}
.p8ContDel .leftBtn, .p8ContDel .rightBtn{
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    z-index: 10;
    top:40%;
    cursor: pointer;
}
.p8ContDel .leftBtn{
    background: url("../img/p8Icon.png") no-repeat bottom left;
    left: -50px;
}
.p8ContDel .rightBtn{
    background: url("../img/p8Icon.png") no-repeat bottom right;
    right: -50px;
}
.p8ContDel .leftBtn:hover{
    background: url("../img/p8Icon.png") no-repeat top left;
}
.p8ContDel .rightBtn:hover{
    background: url("../img/p8Icon.png") no-repeat top right;
}

/*part9*/
.part9{background-color: #f5f5f5;padding-bottom: 85px;}
.part9 .swiper-slide .img2{ position: relative; margin-left:4px;}
.part9 .swiper-slide .img2:first-child{ margin-left:0;}
.part9 .swiper-slide .img2{ width: 247px; height:368px; overflow: hidden; float: left; }
.part9 .swiper-slide .img2>img{ width: 100%; position: absolute;}
.part9 .swiper-slide .img2 .yuanq{ position: absolute; top:306px;left: 38px; width: 170px; height: 40px;text-align: center; line-height: 36px;display: block; color: #fff;
    border: 1px solid #fff; border-radius: 20px;z-index: 10;   transition: all 1s ease-out;font-size: 18px;font-weight: bold;;
    background:rgba(0,0,0,0.2);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000);/*兼容ie8透明背景*/
}
.part9 .swiper-slide .img2:hover .yuanq{filter: Alpha(opacity = 0); opacity: 0; transition: all 0.4s ease-out;}


.part9 .swiper-slide  dl.info{ color: #fff;  position: absolute;width: 247px; transition: all 0.4s ease-out;text-align: center;  background: rgba(0,169,171,0.7);


    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB00a9ab,endColorstr=#BB00a9ab);/*兼容ie8透明背景*/

}
.part9 .swiper-slide  dl.info dt{ font-size: 18px; background-color: #242424; height: 40px; line-height: 40px; }
.part9 .swiper-slide  dl.info>p{ width: 53px; height: 53px; margin: 15px auto 5px; display: block; overflow: hidden; }
.part9 .swiper-slide  dl.info>p img{ width:100%;}
.part9 .swiper-slide  dl.info dd{ width: 200px; height: 150px; font-size: 18px; margin: 0 auto; text-align: left; overflow: hidden; line-height: 1.8em; border-top: 1px solid #fff; padding-top: 5px;}

.part9 .swiper-slide .img2 dl.info{ height: 270px; top: 380px;}
.part9 .swiper-slide .img2:hover dl{top:108px; transition: all 0.4s ease-out;}



/*图片滑动-圆点部分*/
.part9 .pagination {
    bottom:-50px;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;


}
.part9 .swiper-pagination-switch {

    width:62px;
    height:8px;
    cursor:pointer;
    display:inline-block;
    background:#fff;
    opacity: 0.3;
    filter: Alpha(opacity = 30);
    border: 1px solid #00a9ac;

}
.part9 .swiper-active-switch {
    background:#00a9ac;
    width:62px;
    opacity:1;
    filter: Alpha(opacity = 100);
    border: 1px solid #00a9ac;
}




/*part10*/
.part10{}
.part10 .link_a{

}
.part10 ul{

    width:100%;
    background:#00a9ac;
    padding: 40px 0;
}
.part10 ul li{
    float:left;
    width:20%;
    height:62px;

    color:#fff;
    border-left: 1px solid #34f4f5;
    border-right: 1px solid #007272;
}

.part10 ul li h2{
    margin-top:16px;
    font-size:18px;
    line-height:18px;
    text-align:center;
    position:relative;
}
.part10 ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
    vertical-align: -6px;
}
.part10 ul li h2 span{
    top:0;
    font-size:14px;
    line-height:1px;
    position:absolute;

}
.part10 ul li p{
    margin-top:16px;
    font-size:18px;
    line-height:18px;
    text-align:center;
}


/*表单*/
.formPart {
    background: url("../img/bom-bg_53.jpg") no-repeat top center;
    padding-top: 1px;
    padding-bottom: 25px;

}
.formPart .tit h3 ,.formPart .tit p{
    color: #fff;
}
.formPart .tit p{
    font-size: 30px;
    color: #fff;
}




.formPart > form > .name {

    background:rgba(255,255,255,0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBffffff,endColorstr=#BBffffff);/*兼容ie8透明背景*/
    background: url("../img/formIcon1.png") no-repeat 20px  center;
}

.formPart > form > .phone {
    background:rgba(255,255,255,0.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBffffff,endColorstr=#BBffffff);/*兼容ie8透明背景*/
    background: url("../img/formIcon2.png") no-repeat 20px  center;
}

.formPart > form > input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #f3f3f3;
}

.formPart > form > input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f3f3f3;
}

.formPart > form > input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f3f3f3;
}

.formPart > form > input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #f3f3f3;
}


.formPart  button {
    width: 100%;
    float: right;
    display: block;
    text-align: center;
    border: 1px solid #00a9ac;
    border-radius: 5px;
    background: #00a9ac;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 46px;
    overflow: hidden;
    cursor: pointer;
}


.formPart button:hover {
    background: rgba(62, 113, 204, 0.5);
    color: #c3c3c3;
    cursor: pointer;
}
.formPart .tit{padding-top: 20px;margin-bottom: 20px;}

.formPart .topBox{margin-top: 20px;}











