#form_add .text{width:150px;}
.part2{
    background: #f5f6ff;
    padding-bottom: 70px;
}
.p2Cont{
    margin: 0 -6px;
}
.p2Cont li{
    width:25%;
    float: left;
    padding: 0 6px;
}
.p2Cont li a{
    display: block;
    width: 100%;
}
.p2Cont li a .box{
    position: relative;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    border:1px solid #e2e2e2;
    padding: 12px;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    height: 355px;
}
.p2Cont li a .box > img{
    width: 100%;
    height: auto;
    display: inline-block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.p2Cont li a .box h3{
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
}
.p2Cont li a .box h3 span{
    display: block;
    font-size: 16px;
    color: #4c98c1;
    position: relative;
    padding: 5px;
    margin-top: 2px;
}
.p2Cont li a .box h3 span:before{
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 3px;
    background: #333;
    top: 0;
    left: 50%;
    margin-left: -17px;
}
.p2Cont li a .box .del{
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 5px 0 20px;
    opacity: 0;
    display: none \9;
}
.p2Cont li a .box .icon{
    width: 72px;
    height: 38px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -38px;
    border-radius: 4px;
    background: #fff;
    border:1px solid #e2e2e2;
}
.p2Cont li a .box .icon:before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 26px;
    top:50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -13px;
    background: url("../img/p2-icon.png") no-repeat left center;
}
.p2Cont li a .box .icon.icon1:before{
    background-position: 0 center;
}
.p2Cont li a .box .icon.icon2:before{
    background-position: -30px center;
}
.p2Cont li a .box .icon.icon3:before{
    background-position: -60px center;
}
.p2Cont li a .box .icon.icon4:before{
    background-position: -90px center;
}

/*鼠标滑过*/
.p2Cont li a .box:hover > img{
    width: 70%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.p2Cont li a .box:hover h3{
    margin-bottom: 0;
}
.p2Cont li a .box:hover .del{
    opacity: 1;
    display: block \9;
    -webkit-transition: 0.4s 0.1s;
    -moz-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s;
}



/*part3*/
.part3{
    padding-bottom:40px;
}
.p3Cont{}
.p3header{
    height: 70px;
}
.p3header li{
    border-top: 1px solid #e3e3e3;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    cursor: pointer;
}
.p3header li.act{
    border-top: 3px solid #4c98c1;
    font-weight: bold;
    color: #4c98c1;
}
.p3header li.act span{
    position: relative;
}
.p3header li.act span:before{
    content: '';
    display: block;
    height:0;
    width:0;
    border-width: 8px;
    border-style: solid;
    border-color:#4c98c1 transparent transparent transparent;
    position: absolute;
    top: 6px;
    left: -20px;
}
.cont{}
.cont .contMain{}
.cont .contMain table{
    width: 100%;
    border-collapse:collapse;
}
.cont .contMain table thead{
}
.cont .contMain table thead tr{

}
.noBorder{
     text-align: center !important;
 }
.borderL{
    border-left: 1px solid #d5f0ff;
}
.cont .contMain table thead tr td{
    height: 62px;
    background: #4c98c1;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #fff;
}
.cont .contMain table .d1{
    width:110px;
}
.cont .contMain table .d2{
    width: 460px;
}
.cont .contMain table .d3{
    width: 280px;
}
.cont .contMain table .d4{
    width: 150px;
    border-right: 1px solid #d5f0ff;
}









.cont .contMain table tbody{}
.cont .contMain table tbody tr{}
.cont .contMain table tbody tr td{
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    text-align: left;
    border-right: 1px solid #d5f0ff;
    border-bottom: 1px solid #d5f0ff;
    padding: 10px 5px;
}
.p3Btn{
    width: 100%;
    height:56px;
    background: #d5f0ff;
}
.p3Btn a{
    display: block;
    text-align: center;
    height:56px;
}
.p3Btn a span{
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 100%;
    position: relative;
    background: #5493b5;
    margin-top: 22px;
}
.p3Btn a span:before, .p3Btn a span:after{
    content: '';
    display: block;
    position: absolute;
    width:6px;
    height:6px;
    border-radius: 100%;
    background: #5493b5;
}
.p3Btn a span:before{
    left: -12px;
}
.p3Btn a span:after{
    right: -12px;
}


/*part4*/
.part4{
    padding:0;
    height:840px;
    background:url("../img/p7-bg.jpg") no-repeat center #242424;
    background-size:cover;
    position: relative;
    min-width: 1000px;
}
.part4 .tit p{
    color: #6d89a8;
}
.part4 .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;
}
.part4 .main:hover .p7-left{
    display:block;
}
.part4 .main:hover .p7-right{
    display:block;
}


/*part5*/
.part5{
    margin-bottom: 40px !important;
}
.p5Cont li{
    float: left;
}
.p5Cont li.li-1{
    width: 330px;
    margin-right: 10px;
}
.p5Cont li.li-2{
    width: 660px;
}
.p5Cont li .box{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.p5Cont li .box img{
    display: block;
    width:100%;
    height:auto;
}
.p5Cont li .box > h3, .p5Cont li .box .imgBox h3{
    position: absolute;
    top:60px;
    left: 30px;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}
.p5Cont li .box > h3:before, .p5Cont li .box .imgBox h3:before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #fff;
    left: 0;
    top:-16px;
}
.p5Cont li .pop{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top:100%;
    left: 0;
    background: #4c98c1;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont li .box .imgBox{ /*右边*/
    position: relative;
    float: left;
    overflow: hidden;
}
.p5Cont li .box .imgBox .pop .del{
    padding-top: 20px;
}

.p5Cont li .box .imgBox.imgBox-1{
    width: 267px;
    height: 238px;
}
.p5Cont li .box .imgBox.imgBox-2{
    width: 383px;
    height: 238px;
}
.p5Cont li .box .imgBox.fl{
    margin-left: 10px;
}
.p5Cont li .box .imgBox.fr{
    margin-right: 10px;
}
/*浮动层*/
.p5Cont li .pop h4{
    font-size: 26px;
    font-weight: normal;
}
.p5Cont li .pop .del{
    font-size: 14px;
}
.p5Cont li .pop span{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 14px;
}
.p5Cont li .pop span:before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -25px;
    bottom:0;
}
.p5Cont li.li-1 .pop .logo{
    padding-top: 45px;
    margin-bottom: 100px;
}
.p5Cont li.li-1 .pop .logo > img{
    display: inline-block;
    width: auto;
}
.p5Cont li.li-1 .pop span:before{
    bottom: 78px;
}
.p5Cont li.li-2 .pop{
    padding-top: 60px;
}

.p5Cont li.li-1:hover .pop{
    top:0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.p5Cont li .imgBox:hover .pop{
    top:0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


/*form*/
.p10{
    padding-top:20px;
    height:504px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.p10 .tit h3 span{ color: #f13900;}
.p10 form{
    position:relative;
}
.p10 .tit {
    padding-top: 30px;
    margin-bottom: 0px;
}
.p10 .topBox{margin-top: 30px;}
.p10 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;
}
.p10 form input[type='submit']{
    top:254px;
    left:322px;
    width: 359px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c98c1;
    border-radius:3px;
    border:none;
}

/*************/
.p9{
    border-top: 1px solid #e2e2e2;
}
.p9 ul{
    padding:32px 0;
    width:100%;
}
.p9 ul li{
    float:left;
    width:20%;
    height:88px;
    background:url("../img/p9-line.jpg") no-repeat left center;
}
.p9 ul li.first{
    background:none;
}
.p9 ul li h2{
    margin-top:16px;
    font-size:24px;
    line-height:25px;
    text-align:center;
    position:relative;
    font-weight: normal;
    color:  #333;
}
.p9 ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
}
.p9 ul li h2 span{
    top:0;
    font-size:12px;
    line-height:12px;
    position:absolute;
    color:#939393;
}
.p9 ul li p{
    margin-top:16px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    color:#939393;
}
