.layout{
    width: 1200px;
    margin: auto;
}
.top img{
    max-width: 100%;
    max-height: 100%;
}
.top{
    position: relative;
}
.top .banner-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -569px;
    margin-top: -225px;
}
.top-nav{
    background: #f27243;
}
.tops{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.tops li{
    /*float: left;*/
    list-style: none;
    padding: 0 30px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.tops li.active{
    background: #d05429;
}
.tops li a{
    font-size: 24px;
    line-height: 98px;
    color: #fff;
}
.tops li a:hover{
    text-decoration:none;
}
.title {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 77px;
}
.pro-ove{
    position: relative;
}
.pro-ove img{
    max-width: 100%;
}
.pro-ove-bg{
    width: 100%;
}
.pro-ove-cont{
    overflow-x: hidden;
    margin: auto;
    background: url("../img/pro-ove-bg.jpg") no-repeat;
}
.pro-ove-text{
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
}
.pro-ove-text .cont{
    position: relative;
}
.pro-ove-text .cont1 img,.pro-ove-text .cont2 img{
    max-width: 100%;
    width: 100%;
}

.pro-ove-text .cont1{

    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.pro-ove-text .cont2{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.pro-ove-text .cont2 .ove-con{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.pro-ove-text .cont2 .ove-con .ove-cont-tit{
    width: 143px;
    height: 32px;
    border: 1px solid #fff;
    line-height: 32px;
    margin:25px auto 45px;
    text-align: center;
    position: relative;

}
.pro-ove-text .cont2 .ove-con .ove-cont-tit1{
    width: 210px;


}
.pro-ove-text .cont2 .ove-con .ove-cont-tit::after{
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 12px;
    bottom: -6px;
}
.pro-ove-text .cont2 .ove-con .ove-cont-main{
    margin-left: 28px;
    margin-right: 22px;
    line-height: 30px;
    text-align: justify;
}
.pro-ove-text .cont:hover .cont1{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pro-ove-text .cont:hover .cont2{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/*.pro-ove-bot {
    background: url("../img/pro-ove-bg2.jpg") no-repeat;
    padding-bottom: 40px;
}

.pro-ove-bot ul{
    display: flex;
    justify-content: space-around;
}
.pro-ove-bot li{
    width: 240px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.pro-ove-bot li .tit{
    display: block;
    font-size: 24px;
    padding: 28px 0 10px;
}
.pro-ove-bot li .cont {
    font-size: 18px;
    line-height: 25px;
}
.pro-ove-bot li .pro-ove-bot-pic{
    width: 114px;
    max-width: 114px;
    margin: auto;
}
.pro-ove-bot li img{
    width: 100%;
    max-width: 100%;
}*/
/*项目特色*/
/*.pro-cha .pro-cha1{
    box-sizing: border-box;
}*/
.pro-cha{
    background: url("../img/pro-cha-bg.jpg") no-repeat bottom right;
}

.pro-cha-cont{
    margin-top: 44px;
    margin-bottom: 46px;
}
.pro-cha-cont .pro-cont{
    display: none;
}
.pro-cha-cont .pro-cont.active{
    display: block;
}
.pro-cha-cont p{
    padding: 48px;
    background: #f1f4f6;
    line-height: 28px;
    /*display: none;*/
}
.pro-cha-cont p.active{
    display: block;
}

.swiper-father{
    width: 1344px;
    margin-left: -74px;
    position: relative;
    margin-top: 46px;

}

.swiper-container {
    width: 1200px;
    height: 100%;
}
.swiper-slide {
    position: relative;
    width: 279px;
}
.swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 203px;
    background: rgba(242,114,67,.7);
    color: #fff;
    font-size: 16px;
    padding-left: 27px;
    padding-top: 24px;
    padding-bottom: 14px;
    text-align: left;
    display: none;
}
.swiper-slide p span{
    font-size: 18px;
    display: block;

}

.pro-cha-tit{
    width: 1200px;
    margin: auto;
}
.pro-cha-tit ul{
    display: flex;
    justify-content: space-between;
}
.pro-cha-tit li{
    border: 1px solid #64798e;
    font-size: 15px;
    color: #595757;
    text-align: center;
    box-sizing: border-box;
    margin-right: 5px;
    line-height: 19px;
    padding:5px  ;
    width: 145px;
    height: 50px;
    position: relative;
    cursor: pointer;
}
.pro-cha-tit li:nth-last-child(1){
    padding-top: 15px;
}
.pro-cha-tit li::after{
    content: '';
    width: 9px;
    height: 9px;
    background: #64798e;
    position: absolute;
    bottom: -5px;
    right: 10px;
}
.pro-cha-tit li.on{
    background: #4d6e8f;
    position: relative;
    color: #fff;
}
.pro-cha-tit li.on::before{
    content: '';
    border-top: 7px solid #64798e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -10px;
}
.pro-cha-tit li.on::after{
    content: '';
    width: 0;
    height: 0;
}




.slideGroup {
    width: 1300px;
    text-align: left;
}
.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.slideGroup .slideBox .pro-main{
    width: 1200px;
    padding: 45px 50px;
    background: #f1f4f6;
    font-size: 18px;
    color: #595757;
    margin: 44px auto 46px;
    line-height: 28px;
    box-sizing: border-box;
}
.slideGroup .sPrev, .slideGroup .sNext {
    position: absolute;
    left: 0px;
    top: 372px;
    display: block;
    width: 52px;
    height: 52px;
    background: #a6b6c7;
    display: block;
    border-radius: 50%;
    text-align: center;
    z-index: 10000;
}
.slideGroup .sPrev span, .slideGroup .sNext span{
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 30px;

}

.slideGroup .sNext {
    left: auto;
    right: 0px;

}

.slideGroup .parBd .list-main{
    width: 1200px;
    margin: auto;
}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;

}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;

    position: relative;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 279px;
    height: 312px;
    display: block;
    padding: 2px;
}


.slideGroup .parBd ul li .pic-name {
    position: absolute;
    bottom: 2px;
    left: 2px;
    background: rgba(242,114,67,.7);
    color: #fff;
    font-size: 16px;
    padding-left: 27px;
    padding-top: 24px;
    padding-bottom: 14px;
    text-align: left;
    width: 251px;
    display: none;
}

.slideGroup .parBd ul li .pic-name span{
    font-size: 18px;
    display: block;
}

.slideGroup .sNext4,.slideGroup .sPrev4{
    top: 123px;
}













/*培养体系*/
.cul-sys .cont{
    background: url("../img/cul-sys-bg.jpg") no-repeat;
    height: 870px;
    background-size: 100% 100%;
    padding: 98px 0 65px;
    box-sizing: border-box;

}
.cul-sys .cont .cont-pic{
    text-align: center;
}
.cul-sys .cont .cont-pic img{
    display: none;
}
.cul-sys .sys-pic4{
    margin-left: 26px;
}
/*.cul-sys .cont .cir{
    text-align: center;
    padding-top: 175px;
    padding-bottom: 175px;
    position: relative;
}
.cul-sys .cont .cir .two0{
    width: 156px;
    height: 135px;
    z-index: 100;
    cursor: pointer;
}
.cul-sys .cont .cir .two1{
    background: url("../img/cul-sys-hx.png") no-repeat;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -78px;
}
.cul-sys .cont .cir .two1:hover{
    background: url("../img/cul-sys-hxs.png") no-repeat;
}
.cul-sys .cont .cir .two2{
    background: url("../img/cul-sys-ln.png") no-repeat;
    position: absolute;
    right: 304px;
    top: 244px;
}
.cul-sys .cont .cir .two2:hover{
    background: url("../img/cul-sys-lns.png") no-repeat;
}
.cul-sys .cont .cir .two3{
    background: url("../img/cul-sys-cx.png") no-repeat;
    position: absolute;
    bottom: 246px;
    right: 306px;
}
.cul-sys .cont .cir .two3:hover {
    background: url("../img/cul-sys-cxs.png") no-repeat;
}
.cul-sys .cont .cir .two4 {
    background: url("../img/cul-sys-hlw.png") no-repeat;
    position: absolute;
    bottom: 122px;
    left: 50%;
    margin-left: -78px;
}
.cul-sys .cont .cir .two4:hover {
    background: url("../img/cul-sys-hlws.png") no-repeat;
}
.cul-sys .cont .cir .two5 {
    background: url("../img/cul-sys-gl.png") no-repeat;
    position: absolute;
    bottom: 246px;
    left: 306px;

}
.cul-sys .cont .cir .two5:hover {
    background: url("../img/cul-sys-gls.png") no-repeat;
}
.cul-sys .cont .cir .two6 {
    background: url("../img/cul-sys-xx.png") no-repeat;
    position: absolute;
    top: 244px;
    left: 304px;

}
.cul-sys .cont .cir .two6:hover {
    background: url("../img/cul-sys-xxs.png") no-repeat;
}
.cul-sys .cont .cir .three{
    font-size: 16px;
    color: #2a4969;
    line-height: 25px;
    text-align: justify;
}
.cul-sys .cont .cir .three1{
    width: 615px;
    padding: 15px 42px 59px 36px;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -346px;
    border-radius: 10px;
}
.cul-sys .cont .cir .three2{
    width: 278px;
    padding: 28px 8px 36px 27px;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 236px;
    right: 0;
    border-radius: 10px;
}
.cul-sys .cont .cir .three3{
    width: 280px;
    padding: 20px 12px 15px 25px;
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 248px;
    right: 0;
    border-radius: 10px;

}
.cul-sys .cont .cir .three4{
    width: 386px;
    padding: 51px 74px 23px 70px;
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 28px;
    left: 50%;
    border-radius: 10px;
    margin-left: -265px;

}
.cul-sys .cont .cir .three5{
    width: 253px;
    padding: 48px 38px 59px 26px;
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 228px;
    left: 0;
    border-radius: 10px;


}
.cul-sys .cont .cir .three6{
    width: 263px;
    padding: 29px 33px 32px 18px;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 236px;
    left: 0;
    border-radius: 10px;
}
.cul-sys .cont .cir .three0{
    display: none;
}
.cul-sys .cont .three .active{
    display: block;
}*/

/*申请条件*/
.app-con .cont{
    display: flex;
    justify-content: space-between;
}
.app-con .cont .left{
    width: 500px;
    height: 442px;
    background: #f27243;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 42px 25px;

}
.app-con .cont .left .cont-top{
    border-bottom: 1px solid #fff;
}
.app-con .cont span{
    display: block;
    width: 41px;
    height: 91px;
    background: url("../img/app-con-num.png") no-repeat;
    background-position: 0 0;
}
.app-con .cont .left .cont-top p{
    padding: 40px 0 32px;
}
.app-con .cont .left .cont-bottom span{
    width: 56px;
    background-position: -69px 0;
    padding-bottom:29px;
    margin-top: 40px;
}
.app-con .cont .right{
    width: 686px;
    height: 442px;
    background: #64798e;
}
.app-con .cont .right span{
    background-position: -144px 0;
    width: 60px;
    margin:36px 0 32px 55px ;
}
.app-con .cont .right p{
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.app-pro{
    margin-top: 25px;
    padding-top: 190px;
    background: #f5f5f5;
    padding-bottom: 52px;
}
.app-pro .content{
    position: relative;
}
.app-pro .app-pro-tit{
    position: absolute;
    top: -78px;
    left: 0;
}
.app-pro .content .test .txt{
    font-size: 16px;
    color: #4d6e8f;
    line-height: 26px;
    display: none;
}
.app-pro .content .test .txt span{
    color: #f27243;
}
.app-pro .content .test .txt a{
    color: #4d6e8f;
}
.app-pro .content .test .txt1{
    width: 790px;
    position: absolute;
    top: -131px;
    right: 0;
}
.app-pro .content .test .txt2{
    width: 235px;
    position: absolute;
    top:120px;
    right: 18px;
    text-align: right;
}
.app-pro .content .test .txt3{
    width: 440px;
    position: absolute;
    top:148px;
    left: 50%;
    margin-left: -220px;
}
.app-pro .content .test .txt4{
     width: 390px;
     position: absolute;
     bottom:85px;
     left:80px;

 }
.app-pro .content .test .txt5{
    width: 528px;
    position: absolute;
    bottom: 66px;
    right: 38px;
    text-align: justify;

}
.box{
   position: relative;

}
.box .box-bg{
    position: absolute;
    top:150px;
    left: 0;
}
/*预面试*/
.pre-int{
    padding-bottom: 40px;
}
.pre-int-tab{
    border-top: 4px solid #64798e;
    border-bottom: 4px solid #64798e;
}
.pre-int-tab tr{
    height: 92px;
    line-height: 92px;
    font-size: 18px;
    color: #4d6e8f;
}
.pre-int-tab tr td{
    border-bottom: 1px dotted #64798e;
    border-right: 1px dotted #64798e;
    text-align: center;
}
.pre-int-tab tr td:nth-last-child(1){
    border-right:none;
}

.pre-int .cont{
    font-size: 20px;
    color: #64798e;
    line-height: 40px;

}
.pre-int .cont span{
    width: 20px;
    height: 18px;
    font-size: 20px;
    padding-left: 27px;
    line-height: 40px;
}
.pre-int .cont:nth-child(1){
    padding-bottom: 10px;
}
.pre-int .cont:nth-child(3){
    margin-top: 10px;
}


/*联系我们*/
.cont-us{
    background: #64798e;
}
.cont-us .cont{
    width: 379px;
    border: 1px solid #fff;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    position: relative;
    /*text-align: left;*/
    padding-left: 10px;
    box-sizing: border-box;
}
.cont-us .cont span{
    font-size: 30px;
    position: absolute;
    top: -30px;
    left: 18px;
    background: #64798e;
    display: block;
    padding: 0 5px;
}
.cont-us .cont:nth-child(n+4){
    margin-top: 65px;
}
.cont-us .content {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cont-us .ewm{
    text-align: center;
    padding: 48px 0 38px;
    display: flex;
    justify-content: center;

}
.cont-us .ewm p{
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-top:10px ;
}
.cont-us .ewm .cont1 {
    width: 150px;
    margin-right: 110px;
}
.cont-us .ewm .cont2 p {
    width: 233px;
}
@media screen and (max-width: 751px) {
    body{
       width: 362%;
        overflow-x: hidden;
    }
    .top .banner-txt{
        width: 60%;
        margin-left: -410px;
        margin-top: -163px;
    }
    .tops li{
        padding: 0 5px;
    }
    .tops li a{
        font-size: 16px;
    }
    .pro-ove img{
        max-width: 170%;
    }
    .title img{
        max-width: 30%;
    }
    .title {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 40px;
    }

}
