.part2{
    margin-bottom: 80px;
}
.p2Cont{
    margin-top: 170px;
}
.p2Cont_bg{
    width: 750px;
    height:480px;
    margin-right: 24px;
    float: right;
    position: relative;
    z-index: 1;
    background: url("../img/part2Bg.jpg") no-repeat center;
}
.swiperBottom{/*线*/
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 50px;
    z-index: 9;
}
.swiperBottom p{
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    text-align: center;
    opacity: 0;
    filter: Alpha(opacity=0);
}
.swiperBottom p:after, .swiperBottom p:before{
    content: '';
    display: block;
    clear: both;
    width: 46%;
    position: absolute;
    top:50%;
    height: 1px;
    background:#4c97ce;
}
.swiperBottom p:before{
    left: 0;
}
.swiperBottom p:after{
    right: 0;
}
.swiperBottom p.on{
    opacity: 1;
    filter: Alpha(opacity=100);
}
/*swiper*/
.p2Swiper{
    position: absolute;
    width: 100%;
    height: 530px;
    top:-130px;
    /*background: #000;*/
}
.p2Swiper .swiper-container{
    width: 100%;
    height: 530px;
}
.p2Swiper .swiper-container .swiper-wrapper{
    height: 530px;
}
.p2Swiper .swiper-container .swiper-slide{
    width: 100%;
    height: 530px;
}
.p2Cont .pagination {
    bottom:-130px;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;
}
.p2Cont .swiper-pagination-switch {
    margin:0 5px;
    width:30px;
    height:4px;
    cursor:pointer;
    display:inline-block;
    background:#d2d6d9;
}
.p2Cont .swiper-active-switch {
    background: #4c97ce;
}
/*内容*/
.p2Cont .leftBg{
    width: 482px;
    height: 482px;
    position: absolute;
    z-index: 0;
    top: -130px;
    left: 0;
}
.p2Cont .leftBg p{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}
.p2Cont .leftBg p.p_on{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transition: .2s;
    transition: .2s;
}
.p2Swiper .right{
    float: right;
    width: 480px;
    height: 480px;
    margin-right: 70px;
    margin-top: 20px;
    box-shadow:0 0 30px 1px rgba(0,0,0,0.2);
}
.p2Swiper .right > img{
    display: block;
}
.p2Swiper .left{
   float: left;
    width:300px;
    height:482px;
    margin-left: 12px;
    margin-top: 75px;
    position: relative;
}
.p2Swiper .left .del{
    width: 300px;
    height: 370px;
    background: rgba(255,255,255,0.85);
    background:#fff \9;
    border:1px solid #589ed1;
    border-top: 0;
    padding-top: 50px;
    position: relative;
}
.p2Swiper .left .del:after, .p2Swiper .left .del:before{
    position: absolute;
    content: '';
    display: block;
    clear: both;
    width: 90px;
    height: 1px;
    background: #589ed1;
    top:0;
}
.p2Swiper .left .del:before{
    left: 0;
}
.p2Swiper .left .del:after{
    right: 0;
}
.p2Swiper .left .del a{
    color: #666;
    display: block;
    text-align: center;
}
.p2Swiper .left .del .leftTit{
    position: absolute;
    font-size: 20px;
    color: #4c97ce;
    width: 120px;
    height: 24px;
    left: 50%;
    margin-left: -60px;
    top:-15px;
    text-align: center;
}
.p2Swiper .left .del h3{
    font-size: 24px;
    color: #3372a0;
    text-align: center;
}
.p2Swiper .left .del a p{
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.p2Swiper .left .del span{
     color: #4c97ce;
    font-size: 16px;
}
.p2Swiper .left .btn{
    width:130px;
    height:40px;
    text-align: center;
    line-height: 38px;
    margin-top: 20px;
}
.p2Swiper .left .btn a{
    display: block;
    background: #4c97ce;
    color: #fff;
    font-size: 16px;
}


/*part3*/
.part3{
    width: 100%;
    height: 972px;
    background: url("../img/part3Bg.jpg") no-repeat center;
    background-size: cover;
}
.p3Cont{
    position: relative;
    margin-top: 120px;
}
.p3Cont h4{
    position: absolute;
    font-size: 25px;
    color: #333;
    left: 110px;
    top: 40px;
    font-weight: normal;
}
.p3Cont h4 span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ff6c00;
    border-left: 3px solid #ff6c00;
    padding-left: 10px;
    line-height: 20px;
    height: 24px;
    margin-top: 4px;
}
.p3Cont .p3Left{
    position: absolute;
    left: 70px;
    bottom: 40px;
    width: 503px;
    overflow: hidden;
}


.p3Cont .p3Right{
    width: 330px;
    height: 690px;
    background: #f5f5f5;
    position: absolute;
    right: 60px;
    top:-70px;

    box-shadow:-5px 13px 30px 2px rgba(0,0,0,0.2);
}
.p3Cont .p3Right .box{
    width:280px;
    height:185px;
    margin: 10px auto 20px;
    background: #fff;
}
.p3Cont .p3Right .box.onBox{
    box-shadow:0 13px 30px 2px rgba(0,0,0,0.2);
}
.p3Cont .p3Right .box h5{
    height:40px;
    width:100%;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #818181;
    line-height: 38px;
    padding-left: 20px;
    font-weight: normal;
    background: url("../img/part3-icon.jpg") no-repeat 240px center;
}
.p3Cont .p3Right .box .del{
    padding: 0 20px;
    margin-top: 13px;
}
.p3Cont .p3Right .box .num{
    font-size: 20px;
    color: #4c97ce;
    height: 26px;
    position: relative;
}
.p3Cont .p3Right .box .des{
    font-size: 13px;
    color: #aaaaaa;
}
.p3Cont .p3Right .box .express{
    width: 150px;
    height:8px;
    border-radius: 8px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 10px;
}
.p3Cont .p3Right .box .express em{
    width: 10%;
    height:8px;
    border-radius: 8px;
    background: #3c88dc;
    display: block;
}
.p3Cont .p3Right .box .text{
    font-size: 14px;
    color: #666;
    padding: 30px 20px 20px;
}
.p3Cont .desBottom{
    position: absolute;
    width: 610px;
    bottom: -70px;
    font-size: 14px;
    color: #fff;
    padding-left: 240px;
    padding-right: 20px;
}
.p3Cont .desBottom p{
    float: right;
    padding-bottom: 3px;
    position: relative;
}
.p3Cont .desBottom p:before{
    content: '';
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #4c97ce;
    left: -14px;
    top: 7px;
    position: absolute;
}
.p3Cont .box .p3btn{
   text-align: center;
}
.p3Cont .box .p3btn a{
    display: inline-block;
    width:144px;
    height:36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3c88dc;
}
.p3Cont .box .p3btn a:before{
    display: inline-block;
    content: '+';
    clear: both;
    width: 36px;
    height: 36px;
    background: #2a6bb2;
    float: left;
    font-size: 28px;
}
.p3Cont .box .p3btn a:hover{
    background: #4c97ce;
    transition: .2s;
}
/*动画*/
.animationAll .p3Left{
    -webkit-animation: p3Left 2s;
    -moz-animation: p3Left 2s;
    animation: p3Left 2s;
}
.p3Cont .p3Right .box .num1 .express em{
    width: 70%;
}
.animationAll .p3Right .num1 .express em{
    -webkit-animation: p3RightEm1 2s;
    -moz-animation: p3RightEm1 2s;
    animation: p3RightEm1 2s;
}
.p3Cont .p3Right .box .num2 .express em{
    width: 40%;
}
.animationAll .p3Right .num2 .express em{
    -webkit-animation: p3RightEm2 2s;
    -moz-animation: p3RightEm2 2s;
    animation: p3RightEm2 2s;
}
.p3Cont .p3Right .box .num3 .express em{
    width: 80%;
}
.animationAll .p3Right .num3 .express em{
    -webkit-animation: p3RightEm3 2s;
    -moz-animation: p3RightEm3 2s;
    animation: p3RightEm3 2s;
}
.p3Cont .p3Right .box .num4 .express em{
    width: 20%;
}
.animationAll .p3Right .num4 .express em{
    -webkit-animation: p3RightEm4 2s;
    -moz-animation: p3RightEm4 2s;
    animation: p3RightEm4 2s;
}
@-webkit-keyframes p3Left {
    0%{ width:0;}
    100%{width: 503px;}
}
@-moz-keyframes p3Left {
    0%{ width:0;}
    100%{width: 503px;}
}
@keyframes p3Left {
    0%{ width:0;}
    100%{width: 503px;}
}
@-webkit-keyframes p3RightEm1{
    0%{ width:0;}
    100%{width: 70%;}
}
@-moz-keyframes p3RightEm1{
    0%{ width:0;}
    100%{width: 70%;}
}
@keyframes p3RightEm1{
    0%{ width:0;}
    100%{width: 70%;}
}
@-webkit-keyframes p3RightEm2 {
    0%{ width:0;}
    100%{width: 40%;}
}
@-moz-keyframes  p3RightEm2 {
    0%{ width:0;}
    100%{width: 40%;}
}
@keyframes  p3RightEm2{
    0%{ width:0;}
    100%{width: 40%;}
}
@-webkit-keyframes p3RightEm3 {
    0%{ width:0;}
    100%{width: 80%;}
}
@-moz-keyframes  p3RightEm3 {
    0%{ width:0;}
    100%{width: 80%;}
}
@keyframes  p3RightEm3{
    0%{ width:0;}
    100%{width:80%;}
}
@-webkit-keyframes p3RightEm4 {
    0%{ width:0;}
    100%{width: 20%;}
}
@-moz-keyframes  p3RightEm4 {
    0%{ width:0;}
    100%{width: 20%;}
}
@keyframes  p3RightEm4{
    0%{ width:0;}
    100%{width:20%;}
}


/*part4*/
.part4{
    margin-bottom: 70px;
}
.part4 .device {
    position: relative;
    width: 100%;
}

.part4 .swiper-container {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}

.part4 .swiper-slide {
    height: 320px;
    background: #000;

    transition: .8s;
}

.part4 .swiper-slide-visible {
}

.part4 .swiper-slide .slide {
    opacity: 0.15;
}

.part4 .swiper-slide-active .slide {
    opacity: 1;
    height: 360px;
    transition: .2s;
}

.part4 .device .btn {
    display: block;
    position: absolute;
    left: 50%;
    width: 70px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    bottom: 25px;
    z-index: 11;
    border-radius: 10px;
    font-size: 36px;
    font-family: Arial;
    color: #333;
    cursor: pointer;
}

.part4 .device .btn.btn1 {
    margin-left: -220px;
}

.part4 .device .btn.btn2 {
    margin-left: 150px;
}
.part4 .device .btn:hover{
    background: #ffd800;
}
 /*公共     margin-bottom: 70px;*/
.part4Cont{
    margin-bottom: 70px;
}
.part4Cont .slide {
    height: 320px;
    background: #0fa9f1;
    padding-top: 80px;
}
.part4Cont .slide span {
    width: 200px;
    height: 100px;
    display: block;
    margin: 0 auto 0;
    background: url("../img/part3-icon.png") no-repeat;
    background-size: auto 100%;
}
.part4Cont .slide h3 {
    font-size: 22px;
    padding-top: 20px;
}
.part4Cont .slide .pop{
    display: none;
}
.part4Cont .slide p {
    display: none;
    padding: 15px 15px 30px;
    font-size: 15px;
    height: 95px;
}
.part4Cont .slide a {
    display: none;
    width: 148px;
    height: 42px;
    margin: auto;
    border-radius: 24px;
    background: #fff;
    color: #0fa9f1;
    text-align: center;
    line-height: 42px;
    transition: .3s;
}

.part4Cont .slide a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    transition: .3s;
}

.part4Cont .swiper-slide-active .slide { /*获得焦点的时候*/
    height: 360px;
    padding-top: 50px;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.part4Cont .swiper-slide-active .slide span {
    height: 80px;
    width: 150px;
}

.part4Cont .swiper-slide-active .slide .pop {
    display: block;
    background:rgba(76, 151, 206,0.8);
    background: #4c97ce \9;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
 }
.part4Cont .swiper-slide-active .slide h3 {
    font-weight: normal;
}

.part4Cont .swiper-slide-active .slide p {
    display: block;
}

.part4Cont .swiper-slide-active .slide a {
    display: block;
}

/*单独的*/
.part4Cont .slide.slide_1 {
    background: url("../img/part3-pic-01.jpg") no-repeat center;
}

.part4Cont .slide.slide_2 {
    background: url("../img/part3-pic-02.jpg") no-repeat center;
}

.part4Cont .slide.slide_3 {
    background: url("../img/part3-pic-03.jpg") no-repeat center;
}
.part4Cont .slide.slide_4 {
    background: url("../img/part3-pic-04.jpg") no-repeat center;
}

.part4Cont .slide.slide_5 {
    background: url("../img/part3-pic-05.jpg") no-repeat center;
}
.part4Cont .slide.slide_6 {
    background: url("../img/part3-pic-06.jpg") no-repeat center;
}

.part4Cont .slide.slide_7 {
    background: url("../img/part3-pic-07.jpg") no-repeat center;
}


/*part5*/
.part5{
    background: #f3f6f9;
    padding-bottom: 190px;
}
.part5 .P5Cont{
     position: relative;
}
.part5 .del{
    font-size: 40px;
    color: #b5c5d5;
    position: relative;
    margin-top: 35px;
    display: inline-block;
}
.part5 .del:before, .part5 .del:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
}
.part5 .del:before{
    width:34px;
    height: 2px;
    background: #fd6853;
    bottom: 0;
}
.part5 .del:after{
    width: 2px;
    height: 34px;
    background: #2b99ff;
    right: -10px;
    top: 18px;
}
.P5Cont a > img{
    border-radius: 6px;
    box-shadow:0 0 20px 2px rgba(0,0,0,0.1);

    animation: p5Animate 2s infinite alternate;
}
.P5Cont .p5Right{
    position: absolute;
    right: 34px;
    bottom: -100px;
}
.P5Cont .p5Right img{
    box-shadow:0 0 30px 2px rgba(0,0,0,0.2);
    animation: p5Animate2 2s infinite alternate;
}

@keyframes p5Animate {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(14px);
    }
}

@keyframes p5Animate2 {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateX(14px);
    }
}


/*part6*/
.part6{
    padding:0;
    height:840px;
    background:url("../img/p7-bg.jpg") no-repeat center #242424;
    background-size:cover;
    position: relative;
    min-width: 1000px;
    overflow: hidden;
}
.part6 .tit p{
    color: #6d89a8;
}
.part6 .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;
}
.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;
}
.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;
}
.p7-left:hover{
    background:url("../img/p5-left2.png") no-repeat center;
}
.p7-right:hover{
    background:url("../img/p5-right2.png") no-repeat center;
}
.part6 .main:hover .p7-left{
    display:block;
}
.part6 .main:hover .p7-right{
    display:block;
}

/*part7*/
.part7{
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}
.p7Cont{padding-top: 50px;}
.p7Cont li{
    float: left;
    width:25%;
    padding: 80px 10px 30px;
    position: relative;
    display: block;
   /* border:1px solid #4c97ce;*/
   /* box-shadow: 0 5px 10px 2px rgba(0,0,0,0.4);*/
    opacity: 0.4;
    filter:Alpha(opacity = 40);
}
.p7Cont li a{
    display: block;
    text-align: center;

    font-size: 16px;
}
.p7Cont li .top{
    color: #fff;
    text-align: center;
    position: absolute;
    top: -40px;
    display: block;
    width: 150px;
    height: 104px;
    background: url('../img/part7-pic-1.jpg') no-repeat;
    left: 50%;
    margin-left: -75px;
}
.p7Cont li h3{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #4c97ce;
}
.p7Cont li p{
    color: #999;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 20px;
}
.p7Cont li .btn{
    display: inline-block;
    width:130px;
    height:32px;
    border-radius: 16px;
    text-align: center;
    line-height: 30px;
    border:1px solid #4c97ce;
    color: #4c97ce;
    font-size: 14px;
    opacity: 0;
    filter:Alpha(opacity = 0);
}
.p7Cont .li_1 .top{
    background: url('../img/part7-pic-1.jpg') no-repeat;
}
.p7Cont .li_2 .top{
    background: url('../img/part7-pic-2.jpg') no-repeat;
}
.p7Cont .li_3 .top{
    background: url('../img/part7-pic-3.jpg') no-repeat;
}
.p7Cont .li_4 .top{
    background: url('../img/part7-pic-4.jpg') no-repeat;
}
.p7Cont li.act{
    box-shadow: 0 15px 26px 1px rgba(0,0,0,0.1);
    transition: .3s;
    opacity:1;
    filter:Alpha(opacity = 100);
}
.p7Cont li.act .btn{
    opacity: 1;
    filter:Alpha(opacity = 100);
    transition: .3s;
}
.p7Cont .li_1.act .top{
    background: url('../img/part7-pic-1-1.jpg') no-repeat;
}
.p7Cont .li_2.act .top{
    background: url('../img/part7-pic-2-1.jpg') no-repeat;
}
.p7Cont .li_3.act .top{
    background: url('../img/part7-pic-3-1.jpg') no-repeat;
}
.p7Cont .li_4.act .top{
    background: url('../img/part7-pic-4-1.jpg') no-repeat;
}


/*学生部分 */

.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 form{
    margin-left:319px;
    position:relative;
}
.formBox form input[type='text']{
    margin-bottom:20px;
    width:359px;
    height:51px;
    color:#9f9f9f;
    font-size:18px;
    line-height:51px;
    text-indent:50px;
    background:none;
    border:1px solid #9f9f9f;
    border-radius:9px;
}
.formBox form input.name{
    background:url("../img/p10-tag1.png") no-repeat 18px center;
}
.formBox form input.phone{
    background:url("../img/p10-tag2.png") no-repeat 18px center;
}
.formBox a{
    top:165px;
    left:0;
    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:165px;
    left:163px;
    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;
}

.part5 .circle{
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 0;
}
.part5 .circle.circle1{
    left: 50px;
    top: 50px;
}
.part5 .circle.circle2{
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}
.part5 .circle.circle3{
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}
.part5 .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); } }














