#form_add .text{width:150px;}
/*part2*/
.part2{
    margin-bottom: 60px;
}
.part2 > h3{
    font-size: 22px;
    font-weight: bold;
    padding-left: 80px;
    margin: 60px 0 40px;
    position: relative;
}
.part2 > h3 span{
    font-size: 20px;
    color: #999;
    display: block;
    font-weight: normal;
}
.part2 > h3:before{
    content: '';
    display: block;
    width:55px;
    height: 3px;
    background: #0198cd;
    position: absolute;
    left: 13px;
    bottom: 15px;
}
.p2Cont{
    width:100%;
    position: relative;
}
.p2Cont .swiper-container{
    width: 100%;
    height: 120px;
}
.p2Cont .swiper-container .swiper-wrapper{
    height: 120px;
}
.p2Cont .swiper-container .swiper-wrapper .swiper-slide{
    height: 120px;
    /*background: #000;*/
}
.p2Cont .swiper-slide a{
    display: block;
    width: 20%;
    text-align: center;
    float: left;
}
.p2Cont .swiper-slide a img{
    display: inline-block;
    border:1px solid #ebebeb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    box-sizing: content-box;
}
.p2Cont .swiper-slide a:hover img{
    border:1px solid #4c97ce;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
/*按钮*/
.p2Cont .btn{
    position: absolute;
    top:-70px;
    right: 13px;
    width: 82px;
    height:26px;
}
.p2Cont .btn span{
    width: 40px;
    height:26px;
    display: block;
    background: #cccccc;
    text-align: center;
    line-height: 26px;
    color: #fff;

    font-size: 18px;
    cursor: pointer;
}
.p2Cont .btn span.act{
    background: #4c97ce;
}
.p2Cont .btn span:hover{
    background: #4c97ce;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

/*part3*/
.part3{
    background:#f5f5f5; /*IE8也支持哈哈哈*/

    height: 898px;
}
.part3 .bg{
    width: 100%;
    height:592px;
    background:url("../img/p3-bg.jpg") no-repeat center bottom;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size:cover;
    margin-top: 152px;
}
.p3Cont{
    height:618px;
    position: absolute;
    top:-95px;
    left: 0;
    width: 100%;
}
.p3Cont .cont{
    position: relative;
    height: inherit;
}
.p3Cont .cont .contMain{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p3Cont .cont .contMain .left{
    width:330px;
    height:450px;
    background: #fff;
    padding: 180px 35px 0 ;
    box-shadow: -2px 0 6px rgba(0,0,0,0.1);
}
.p3Cont .cont .contMain .left a{
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.p3Cont .cont .contMain .left a span{
    color: #0198cd;
}
.p3Cont .cont .contMain .right{

}
.p3Cont .cont .contMain .right h4{
    position: absolute;
    width: 224px;
    height: 70px;
    font-size: 30px;
    color: #222;
    top:60px;
    left: -82px;
}
.p3Cont .cont .contMain .right h4 i{
    color: #fff;
    font-style: normal;
}
.p3Cont .cont .contMain .right h4 span{
    display: block;
    font-weight: normal;
    font-size: 28px;
    text-align: right;
}
.p3Cont .cont .contMain .right h4 span.center{
    text-align: center;
}
.p3Cont .cont .contMain .img{
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.4);
}


/*按钮*/
.p3Cont .btn{
    width:132px;
    height:36px;
    position: absolute;
    bottom: 42px;
    left: 330px;
    background: #fff;
}
.p3Cont .btn span{
    display: block;
    float: left;
    width: 66px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
    color: #ddd;
    cursor: pointer;
}
.p3Cont .btn span.act{
    background: #4c97ce;
    color: #fff;
}
.p3Cont .cont-tit{
    position: absolute;
    top:35px;
    right: 0;
    width: 315px;
    height: 80px;
}
.p3Cont .cont-tit h3{
    display: inline-block;
    font-weight: normal;
    position: relative;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}
.p3Cont .cont-tit h3:before{
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: -20px;
}
.p3Cont .cont-tit h3 span{
    display: block;
    font-size: 14px;
}
.p3Cont .cont-tit h3.select{
    color: #4c97ce;
}
.p3Cont .cont-tit h3.select:before{
    background: #4c97ce;
}

/*part4*/
.part4{
    background: #f3f6f9;
    padding-bottom: 40px;
    overflow: hidden;
}
.part4 .w-container img{
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(32,98,230,0.1);
}
.part4 .w-container img.imgBig{
    box-shadow: 0 5px 20px 2px rgba(32,98,230,0.1);
}
.part4 .imgLeft{
    position: absolute;
    bottom: 40px;
    left: -85px;
    z-index: 2;

    -webkit-animation: p4mWD 1.5s infinite alternate ease-in-out;
    -moz-animation: p4mWD 1.5s infinite alternate ease-in-out;
    -o-animation: p4mWD 1.5s infinite alternate ease-in-out;
    animation: p4mWD 1.5s infinite alternate ease-in-out;
}
.part4 .imgRight{
    position: absolute;
    top: 96px;
    right: -85px;
    z-index: 2;

    -webkit-animation: p4mWD 2s infinite alternate ease-in-out;
    -moz-animation: p4mWD 2s infinite alternate ease-in-out;
    -o-animation: p4mWD 2s infinite alternate ease-in-out;
    animation: p4mWD 2s infinite alternate ease-in-out;
}

/*p5微动*/
@-webkit-keyframes p4mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}
@-moz-keyframes p4mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}
@keyframes p4mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}

.part4 .circle{
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 20;
}
.part4 .circle.circle1{
    left: 50px;
    top: 50px;
}
.part4 .circle.circle2{
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}
.part4 .circle.circle3{
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}
.part4 .circle.circle4{
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate;
}



@-webkit-keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@-moz-keyframes movingCircle {
    0% {
        -moz-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0); }
    50% {
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        -moz-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }


/*part5*/
.part5{
    margin-bottom: 40px;
}
.p5Cont{}
.p5Cont li{
    float: left;
}
.p5Cont li img{
    display: block;
}
.p5Cont li .imgBox img{
    transform: scale(1.05);
    transition: 0.3s;
}
.p5Cont li .imgBox:hover img{
    transform: scale(1);
    transition: 0.3s;
}
.p5Cont li.li_1{
    width: 650px;
}
.p5Cont li.li_2{
    width: 200px;
}
.p5Cont li.li_3{
    width: 150px;
}

.p5Cont li.li_1 .top{}
.p5Cont li.li_1 .top > div ,.p5Cont li.li_1 .bottom > div{
    float: left;
    overflow: hidden;
}
.p5Cont li.li_1 .top .img_1{
    width: 180px;
    height:240px;
}
.p5Cont li.li_1 .top .center{
    width:150px;
    height:130px;
    margin-top: 110px;
    background: #4c97ce;
    text-align: center;
}
.p5Cont .delTit{
    font-size: 18px;
    text-align: center;
    padding: 30px 0 15px;
    color: #fff;
}
.p5Cont .btn{
    height: 26px;
    width: 98px;
    line-height: 24px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    color: #4c97ce;
    border:1px solid #4c97ce;
    overflow: hidden;
    position: relative;
}
.p5Cont .btn em{
    position: relative;
    z-index: 2;
    text-align: center;
}
.p5Cont .btn:before{
    content: '';
    display: block;
    position: absolute;
    height: 140%;
    width: 130%;
    left: -150%;
    top: -20%;
    background: #4c97ce;
    z-index: 0;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.p5Cont .btn:hover{
    color: #fff;
    border:1px solid #fff;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.p5Cont .btn:hover:before{
    color: #fff;
    left:-8%;
    transition: 0.4s;
}
.p5Cont li.li_1 .top .img_2{
    width:320px;
    height:240px;
}
.p5Cont li.li_1 .bottom .left{/*下边*/
    width:180px;
    height:130px;
    margin-top: 110px;
    overflow: hidden;
}
.p5Cont li.li_1 .bottom .left img{
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
}
.p5Cont li.li_1 .bottom .left:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
}
.p5Cont li.li_1 .bottom .img_3{
    width: 470px;
    height: 240px;
}
/*弹出层*/
.p5Cont .imgBox{
    position: relative;
    overflow: hidden;
}
.p5Cont .imgBox .popTit{
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
    background: #000 \9;
    filter: Alpha(opacity = 50);

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.p5Cont .imgBox .pop{
   position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
}
.p5Cont .imgBox .pop:before, .p5Cont .imgBox .pop:after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    height: 100%;
    background: #4c97ce \9;
    background:rgba(76,151,206, 0.8);
    width: 0;
    z-index: 0;
}
.p5Cont .imgBox .pop:before{
    left: 0;
}
.p5Cont .imgBox .pop:after{
    right: 0;
}
.p5Cont .imgBox .pop .des{
    color: #fff;
    position: relative;
    opacity: 0;
    filter: Alpha(opacity = 0);
    z-index: 2;
    padding: 50px 20px 0;
}
.p5Cont .imgBox .pop .des h4{
    text-align: center;
    font-size: 18px;
}
.p5Cont .imgBox .pop .des p{
    font-size: 14px;
    line-height: 2;
    padding-top: 10px;
    text-align: center;
}
.p5Cont .imgBox:hover .popTit{/*鼠标滑过*/
    bottom: -30px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.p5Cont .imgBox:hover .pop:before{
    width: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont .imgBox:hover .pop:after{
    width: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont .imgBox:hover .des{
    opacity: 1;
    filter: Alpha(opacity = 100);
    -webkit-transition: 0.3s 0.2s;
    -moz-transition: 0.3s 0.2s;
    -ms-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}

/**/
.p5Cont li.li_2 .top{
    position: relative;
}
.p5Cont li.li_2 .top .text{
    position:absolute;
    top:110px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}
.p5Cont li.li_2 .top .text h5{
    font-size: 18px;
}
.p5Cont li.li_2 .top .text p{
    font-size: 14px;
    line-height: 2;
    padding-top: 5px;
}
.p5Cont li.li_2 .bottom{
    width: 200px;
    height: 140px;
    background: #4c97ce;
    text-align: center;
}
.p5Cont li.li_3 .img_4{
    width: 150px;
    height: 150px;
}
.p5Cont li.li_1 .imgBox.img_3 .des{
    padding: 80px 30px 0;
}
.p5Cont li.li_3 .img_4 .des{
    padding: 35px 5px 0;
}
.p5Cont li.li_3 .img_5 .des{
    padding: 60px 5px 0;
}
.p5Cont li.li_3 .img_4 .des p, .p5Cont li.li_3 .img_5 .des p{
    line-height: 1.5;
}
.p5Cont li.li_3 .img_5{
    width: 150px;
    height: 220px;
    margin-top: 110px;
}

/*part6*/
.part6{
    background: url("../img/p6-bg.jpg") no-repeat center;
    background-size: cover;
    width:100%;
    height: 939px;
}
.p6Cont{
    width: 100%;
    position: relative;
    margin-bottom: 75px;
}
.p6Cont .p6ContTop{}
.p6Cont .p6ContTop img{
    display: block;
}
.p6Cont .swiper-container{
    width: 100%;
    height: 520px;
}
.p6Cont .swiper-container .swiper-slide{
    width: 100%;
    height: 520px;
    background: #f00;
}
.p6Cont .swiper-container .p6Left{
    width:500px;
    height: 520px;
    float: left;
}
.p6Cont .pagination{
    position: absolute;
    width: 20px;
    height: 66px;
    background: #fff;
    left: 50%;
    top:50%;
    margin-left: -10px;
    margin-top: -33px;
    z-index: 2;
    border-radius: 10px;
    padding-top: 10px;
}
.p6Cont .swiper-pagination-switch{
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #f1f1f1;
    margin: 6px auto;
}
.p6Cont .swiper-active-switch {
    background: #2c292a;
}

.p6Cont .swiper-container .p6Right{/*右边*/
    width:500px;
    height: 520px;
    float: right;
    background: #fff;
    padding: 50px 60px 0;
}
.p6Cont .p6Right h3{
    font-size: 22px;
    font-weight: normal;
    color: #3d3d3d;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.p6Cont .p6Right h3:after{
    content: '';
    display: block;
    width:60px;
    height:2px;
    background: #4c97ce;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p6Cont .p6Right p{
    font-size: 14px;
    /*color: #363434;*/
    padding-top: 15px;
}
.p6Cont .p6Right .main{ }/*图标*/
.p6Cont .p6Right .main li{
    width: 33.33%;
    float: left;
    margin-top: 15px;
}
.p6Cont .p6Right .main li .box{
    width:90px;
    text-align: center;
    color: #363434;
    font-size: 14px;
    display: inline-block;
}
.p6Cont .p6Right .main li .box:before{
    content: '';
    display: block;
    width: 88px;
    height:88px;
    border:1px solid #ccc;
    border-radius: 6px;
    background: url("../img/p6-icon.png") no-repeat left top;
}
.p6Cont .p6Right .main li .box:hover{
    color: #4c97ce;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.p6Cont .p6Right .main li .box:hover:before{
    border:1px solid #4c97ce;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.p6Cont .p6Right .main li .box.box1-1:before{
    background-position: 0 0;
}
.p6Cont .p6Right .main li .box.box1-2:before{
    background-position: -88px 0;
}
.p6Cont .p6Right .main li .box.box1-3:before{
    background-position: -176px 0;
}
.p6Cont .p6Right .main li .box.box1-4:before{
    background-position: -264px 0;
}
.p6Cont .p6Right .main li .box.box1-5:before{
    background-position: -352px 0;
}
.p6Cont .p6Right .main li .box.box1-6:before{
    background-position: -440px 0;
}

.p6Cont .p6Right .main li .box.box2-1:before{
    background-position: 0 -88px;
}
.p6Cont .p6Right .main li .box.box2-2:before{
    background-position: -88px -88px;
}
.p6Cont .p6Right .main li .box.box2-3:before{
    background-position: -176px -88px;
}
.p6Cont .p6Right .main li .box.box2-4:before{
    background-position: -264px -88px;
}
.p6Cont .p6Right .main li .box.box2-5:before{
    background-position: -352px -88px;
}

.p6Cont .p6Right .main li .box.box3-1:before{
    background-position: 0 -176px;
}
.p6Cont .p6Right .main li .box.box3-2:before{
    background-position: -88px -176px;
}
.p6Cont .p6Right .main li .box.box3-3:before{
    background-position: -176px -176px;
}
.p6Cont .p6Right .main li .box.box3-4:before{
    background-position: -264px -176px;
}
.p6Cont .p6Right .main li .box.box3-5:before{
    background-position: -352px -176px;
}

.p6Cont .btn{
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 25px;
    left: 50%;
    margin-left: -25px;
    overflow: hidden;
    z-index: 3;
}
.p6Cont .btn span{
    display: block;
    width:50px;
    height:50px;
    border-radius: 100%;
    background: #fff;
    box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
}
.p6Cont .btn .p6BtnLeft{
    display: none;
    background: url("../img/p6-btn.png") no-repeat center 10px #fff;
}
.p6Cont .btn .p6BtnRight{
    background: url("../img/p6-btn.png") no-repeat center -10px #fff;
}

.part6 .link_a{}
.part6 .link_a a{
    border: 1px solid #fff;
    color: #fff;
}
.part6 .link_a a:hover{
    border: 1px solid #5d9fd1;
}
.part6 .link_a a span{}


/*part7*/
.part7{
    margin-bottom: 40px;
}
.p7Cont{}
.p7Cont li{
    float: left;
    width: 33.33%;
}
.p7Cont li .box{
    display: inline-block;
    width: 320px;
}
.p7Cont li .box > a{
    display: block;
    overflow: hidden;
}
.p7Cont li .box img{
    display: block;
    transition: 0.3s;
}
.p7Cont li .box .des{
    padding:20px 10px;
    text-align: center;
}
.p7Cont li .box .des h3{
    font-size: 22px;
    color: #222;
}
.p7Cont li .box .des p{
    font-size: 16px;
    color: #888;
    line-height: 2;
}
.p7Cont li .box .text{
    width:320px;
    height:310px;
    background: #ff914f;
    color: #fff;
    text-align: center;
    padding:40px 15px 0;
}
.p7Cont li .box .text h3{
    font-size: 22px;
    text-align: center;
}
.p7Cont li .box .text h3:before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    margin:0 auto 10px;
    background: url("../img/p7-icon.png") no-repeat left center;
}
.p7Cont li .box .text p{
    font-size: 16px;
    line-height: 2;
    padding-top: 10px;
}

.p7Cont li.textC .box .text{
    background: #4c97ce;
    margin-bottom: 20px;
    text-align: center;
}
.p7Cont li.textC .box .text h3:before{
    background: url("../img/p7-icon.png") no-repeat right center;
}
.p7Cont li .btn{
    margin-top: 20px;
}
.p7Cont li .btn a{
    width:200px;
    height:42px;
    display:block;
    margin: auto;
    line-height: 40px;
    text-align: center;
    border:1px solid #222;
    color: #222;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.p7Cont li .btn a span{
    position: relative;
    z-index: 1;
}
.p7Cont li .btn a:before{
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    background: #4c97ce;
    position: absolute;
    left: -130%;
    top: 0;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
}
.p7Cont li .btn a:hover {
    color: #fff;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}
.p7Cont li .btn a:hover:before{
    left: -10%;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}
.p7Cont li .box img:hover{
    transform: scale(1.08);
    transition: 0.3s;
}








/*part8 师资*/

.part8{
    padding:0;
    height:840px;
    background:url("../img/p7-bg.jpg") no-repeat center #242424;
    background-size:cover;
    position: relative;
    min-width: 1000px;
}
.part8 .tit p{
    color: #6d89a8;
}
.part8 .main{
    position:relative;
    width: 1000px;
    margin: auto;
}
#teacher{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:600px;
    position:absolute;
    overflow:hidden;
}
@media(max-width: 768px) {
    #teacher{
        top:0;
        left:50%;
        margin-left:-500px;
        width:1000px;
        height:600px;
        position:absolute;
        overflow:hidden;
    }
}

#teacher .swiper-slide .box{
    width:100%;
    position:relative;
}
#teacher .swiper-slide .box .img{
    margin-top:77px;
    width:100%;
    height:250px;
    overflow:hidden;
}
#teacher .swiper-slide .box h2{
    margin-top:30px;
    font-size:22px;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
#teacher .swiper-slide .box h3{
    margin-top:11px;
    font-size:14px;
    line-height:14px;
    color:#6997cb;
    text-align:center;
}
#teacher .swiper-slide .box p{
    padding:0 20px;
    margin-top:12px;
    font-size:14px;
    line-height:24px;
    color:#718eae;
    display:none;
    text-align:center;
}
/*#teacher .swiper-slide .box a{
    margin:20px auto 0;
    width:108px;
    height:17px;
    display:none;
    background:url("../img/p7-link.png") no-repeat center;
}*/
#teacher .swiper-slide .shaw{
    top:0;
    left:0;
    width:100%;
    height:250px;
    position:absolute;
    background:rgba(82,102,120,0.8);
}
#teacher .swiper-slide.act .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.act .box p{
    display:block;
}

#teacher .swiper-slide.act .shaw{
    background:none;
}

#teacher .swiper-slide.swiper-slide-active .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.swiper-slide-active .box p{
    display:block;
}

#teacher .swiper-slide.swiper-slide-active .shaw{
    background:none;
}

.teacher_link{
    margin:10px auto 0;
    height:30px;
    display:none;
    text-align: center;
}
.teacher_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ff5500;
    background: url("../img/p7-link.png") no-repeat;
}
#teacher .swiper-slide.swiper-slide-active .box .teacher_link{
    display:block;
}
.teacher_link a:hover{
    background: url("../img/p7-link.png") no-repeat left bottom;
}
.teacher_link .a1{
    background-position:0 top;
}
.teacher_link .a2{
    background-position:-30px top;
}
.teacher_link .a3{
    background-position:-60px top;
}
.teacher_link .a4{
    background-position:-90px top;
}
.teacher_link .a1:hover{
    background-position:0 bottom;
}
.teacher_link .a2:hover{
    background-position:-30px bottom;
}
.teacher_link .a3:hover{
    background-position:-60px bottom;
}
.teacher_link .a4:hover{
    background-position:-90px bottom;
}
.part8 .p7-left{
    top:184px;
    left:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    z-index:999999;
    position:absolute;
    background:url("../img/p5-left.png") no-repeat center;
}
.part8 .p7-right{
    top:184px;
    right:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    position:absolute;
    z-index:999999;
    background:url("../img/p5-right.png") no-repeat center;
}
.part8 .p7-left:hover{
    background:url("../img/p5-left2.png") no-repeat center;
}
.part8 .p7-right:hover{
    background:url("../img/p5-right2.png") no-repeat center;
}
.part8 .main:hover .p7-left{
    display:block;
}
.part8 .main:hover .p7-right{
    display:block;
}


/*part9 构筑完善服务体系*/
.part9{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 100px;
}
.p9Cont{padding-top: 60px;}
.p9Cont li{
    width: 25%;
    float: left;
}
.p9Cont li a{
    display: inline-block;
    position: relative;
}
.p9Cont li a:after{
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 120%;
    top:-10%;
    left: 20%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.p9Cont li .box{
    width: 210px;
    height: 300px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border:1px solid #ccc \9;
    position: relative;
    z-index: 1;
}
.p9Cont li .box .img{
    position: absolute;
    width: 100%;
    height: 138px;
    top:-23px;
    text-align: center;
    transition: 0.2s ease-in;
}
.p9Cont li .box .img img{

}
.p9Cont li .box h3{
    padding-top: 130px;
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.p9Cont li .box h3:after{
    content: '';
    display: block;
    width: 30px;
    height: 11px;
    margin:10px auto 0;
    background: url("../img/p9-icon.jpg") no-repeat center;
    background-size:100% auto;
}
.p9Cont li .box .text{
    font-size: 14px;
    color: #666;
    padding: 10px 30px;
    text-align: center;
}
.p9Cont li .btn{
    position: absolute;
    left: 50%;
    width:96px;
    height: 32px;
    display: block;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-left: -48px;
    bottom: -16px;
    font-size: 14px;
    background: -webkit-linear-gradient(left, #315ccc, #6f4ccf);
    background: -moz-linear-gradient(left, #315ccc, #6f4ccf);
    background: linear-gradient(left, #315ccc, #6f4ccf);
    background: #315ccc \9;
}
/*鼠标滑过*/
.p9Cont li .box:hover .img{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.p9Cont li .box:hover h3:after{
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-animation:p9Animation 0.4s infinite alternate;
    -moz-animation:p9Animation 0.4s infinite alternate;
    -ms-animation:p9Animation 0.4s infinite alternate;
    animation:p9Animation 0.4s infinite alternate;
}
@-webkit-keyframes p9Animation{
    0%{-webkit-transform: scale(0.9);}
    100%{-webkit-transform: scale(1.02);}
}
@-moz-keyframes p9Animation{
    0%{-moz-transform: scale(0.9);}
    100%{-moz-transform: scale(1.02);}
}
@keyframes p9Animation{
    0%{transform: scale(0.9);}
    100%{transform: scale(1.02);}
}


/*学生部分 */

.studentBox{
    padding:0;
    overflow:hidden;
}
.studentBox .main{
    height:490px;
    position:relative;
}
#student{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:490px;
    position:absolute;
}
#student .img{
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
}
#student .img img{
    width:312px;
    height:240px;
    display:block;
}
#student .img.i1{
    top:0;
    left:0;
}
#student .img.i2{
    top:0;
    left:322px;
}
#student .img.i3{
    top:250px;
    left:0;
}
#student .img.i4{
    top:250px;
    left:322px;
}
#student .img2{
    top:0;
    left:644px;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
}
#student .img2 img{
    width:312px;
    height:490px;
    display:block;
}
#student .img.i6{
    top:0;
    left:966px;
}
#student .img.i7{
    top:0;
    left:1288px;
}
#student .img.i8{
    top:0;
    left:1610px;
}
#student .img.i9{
    top:250px;
    left:966px;
}
#student .img.i10{
    top:250px;
    left:1288px;
}
#student .img.i11{
    top:250px;
    left:1610px;
}
#student .img .info{
    top:240px;
    left:0;
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img:hover .info{
    top:0;
    transition:0.4s;
}
#student .img .info h2{
    margin-top:70px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
#student .img2 .info{
    top:490px;
    left:0;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img2:hover .info{
    top:0;
    transition:0.4s;
}
#student .img2 .info h2{
    margin-top:200px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
@media(max-width: 1400px){
    #student .img.i1 ,#student .img.i3, #student .img.i8 ,#student .img.i11{
        display: none;
    }
}
.studentBox ul{
    padding:32px 0;
    width:100%;
}
.studentBox ul li{
    float:left;
    width:20%;
    height:88px;
    background:url("../img/p9-line.jpg") no-repeat left center;
}
.studentBox ul li.first{
    background:none;
}
.studentBox ul li h2{
    margin-top:16px;
    font-size:24px;
    line-height:25px;
    text-align:center;
    position:relative;
    font-weight: normal;
    color:  #333;
}
.studentBox ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
}
.studentBox ul li h2 span{
    top:0;
    font-size:12px;
    line-height:12px;
    position:absolute;
    color:#939393;
}
.studentBox ul li p{
    margin-top:16px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    color:#939393;
}


/*表单*/
.formBox{
    padding:0;
    height:504px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.formBox .tit h3 span{ color: #f13900;}
.formBox .tit{padding-top: 30px;padding-bottom: 0;}
.formBox form{
    position:relative;
}

.formBox a{
    top:254px;
    left:268px;
    width:156px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c97ce;
    border-radius:3px;
}
.formBox form input[type='submit']{
    top:254px;
    left:533px;
    width:198px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#f13900;
    border-radius:3px;
    border:none;
}