/*导航*/
.header{
    width:100%;
}
.header .header-top{
    width:100%;
    padding:1rem 0;
}
.header .header-top .logo{
    margin-left:3.125%;
    max-width: 82.5%;
}
.header .nav{
    width:100%;
    background:#000000;
}
.header .nav li{
    padding:1rem 0;
    float:left;
    width:25%;
    line-height:1.8rem;
    text-align:center;
    background:#000000;
}
.header .nav li a{
    font-size:1.4rem;
    color:#ffffff;
    display:block;
}
.header .nav li.act{
    background:#bf095f;
}

/*设计优势*/
.sjysPart .tit{
    padding-top: 0;
}
.sjysPart .img_wrap img{
    margin-bottom: 1.1rem;
}

/*绩效提成*/
.jxtcUl{}
.jxtcUl li{
    width:50%;
    float: left;
    padding: 0.5rem;
}

.jxtcUl li .img_box{
    position: relative;
}
.jxtcUl li .img_box img{
     width: 100%;
    display: block;
}
.jxtcUl li .img_box .del{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;

}
.jxtcUl li .img_box .del > div{


}
.jxtcUl li .img_box .del h3{
    font-size: 2.6rem;
    font-weight: normal;
    background: url("../img/jxtcCont.png") no-repeat center bottom;
    height: 6.8rem;
}
.jxtcUl li .img_box .del h4{
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1rem;
}
.jxtcUl li .img_box .del p{
    font-size: 1.2rem;
}
.syxmPart{
    margin:0 auto;
    max-width:1000px;
    overflow:hidden;
    padding-bottom: 0.8rem;
    min-height: 100px;
    /*max-height: 265px;*/
}
#syxmPart{
    width:100%;
    padding-left: 0.5rem;
}
#syxmPart .banner-img{
    padding: 0 0.5rem;
}
.banner-img a{
    display: block;
    width: 100%;
}
#syxmPart .swiper-slide{
    position:relative;
    overflow:hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
#syxmPart .swiper-slide img{
    width: 100%;
    display: block;
    border-radius: 0.6rem;
}





/*认证部分*/
.rengzheng_s{
   width: 100%;
    padding-bottom: 1.5rem;
}
.rengzheng_s>.img{
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 92px;
    overflow: hidden;
}
@media (max-width:375px) {
    .rengzheng_s>.img{
        min-height: 80px;
    }
}
@media (min-width:768px) {
    .rengzheng_s>.img{
        min-height: 209px;
    }
}
@media (min-width:996px) {
    .rengzheng_s>.img{
        min-height: 258px;
    }
}
@media (max-width:1000px) {

}

.rengzheng_s>.img>div{
    position: absolute;
    display: block;
    box-shadow:  -5px 0 16px rgba(0,0,0,0.2);
    transition: all 0.5s;
    z-index: 1;
    width: 40%;
}
.rengzheng_s>.img>div img{
    width: 100%;
    display: block;
}
.rengzheng_s .l_125{
    left: 10%;
}
.rengzheng_s .l_295{
    left:  25%;
}
.rengzheng_s .l_465{
    left: 40%;
}
.rengzheng_s .l_635{
    left:  60%;
}
.rengzheng_s .l_295.l_295_1{
    left: 46%;
}
.rengzheng_s .l_465.l_465_1{
    left: 64%;
}
.rengzheng_s .l_635.l_635_1{
    left: 80%;
}
.rengzheng_s>.rengzheng_buttons{
    overflow: hidden;
    display: flex;
    justify-content:space-around;
}
.rengzheng_buttons>div{
    padding: 0 0.1rem;
    float: left;
    margin-top: 1rem;
}
.renzheng_button{
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #ce0b67;
    padding: 0.1rem 0.2rem;
    color: #ce0b67;
    font-size: 1.0rem;
}
.rengzheng_buttons>.true .renzheng_button{
    color: #fff;
    background: #ce0b67;
}
.rengzheng_s>.img>div.index_10{
    z-index: 10;
}
.rengzheng_s>.img:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    height: 100%;
    width: 10%;
    top: 0;
    left:0;
    background:url("../img/jyyc-logo.jpg") no-repeat center #003779;
    background-size: 80%;
}

/*设计全流程*/
.qsj_ul{
    padding-bottom: 1rem;
}
.qsj_ul li{
    width: 33.3%;
    float: left;
    padding:1rem 1.5rem;
}
.qsj_ul li > div{
    text-align: center;
}
.qsj_ul li > div img{
    max-width: 100%;
    display:inline-block;
}
.qsj_ul li > div p{
    color: #363636;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.2rem;
}
.all_screen{
    position: absolute;
    left: 0.5rem;
    width: 2.2rem;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
    z-index: 9;
    top: 10%;
    /*margin-top: -5rem;*/
    line-height: 1;
    text-align: center;
    height: 11rem;
    -webkit-display: flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.screen_pop{
    position: absolute;
    z-index: 19;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
/*.screen_pop.active{
    opacity: 1;
    z-index: 12;

}*/
.screen_pop > div{
    text-align: center;
}
.screen_pop > div h3{
    font-size: 2.2rem;
}
.screen_pop > div p{
    font-size: 1.6rem;
    padding: 1rem 1rem 3rem;
}
.screen_pop > div .open_screen{
    display: inline-block;
    width: 60%;
    height: 4.6rem;
    line-height: 4.5rem;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    opacity: 1;
    animation: openBtn 3s infinite;
    animation-timing-function: ease-out;
    transition: .2s;
    font-size: 1.6rem;
    font-weight: bold;
}

@keyframes openBtn{
    0%{
        opacity: 0;
    }

    50%{
        opacity: 1;
    }

    100%{
        opacity:0;
    }

}





/*达内保障*/
.dnbzUl{
    padding-bottom: 1rem;
}
.dnbzUl li{
    width:33.3%;
    float: left;
    padding-bottom: 1rem;
}

.dnbzUl li .img_box{
    position: relative;
}
.dnbzUl li .img_box img{
    width: 100%;
    display: block;
}
.dnbzUl li .img_box .del{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;

}
.dnbzUl li .img_box .del h3{
    color: #222;
    font-size: 1.4rem;
    margin-top: -2px;
}
.dnbzUl li .img_box .del .icon{
    width: 4rem;
    height: 4rem;
    display: inline-block;
    border-radius: 100%;
    background: #bf095f;
    margin-right: 0.4rem;
    position: relative;
}
.dnbzUl li .img_box .del .icon:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("../img/dnbz_icon.png") no-repeat;
    background-size: auto 100%;
}
.dnbzUl li .img_box .del .icon.icon_1:before{
    background-position: left center;
}
.dnbzUl li .img_box .del .icon.icon_2:before{
    background-position: -4rem center;
}
.dnbzUl li .img_box .del .icon.icon_3:before{
    background-position: -8rem center;
}
.dnbzUl li .img_box .del .icon.icon_4:before{
    background-position: -12rem center;
}
.dnbzUl li .img_box .del .icon.icon_5:before{
    background-position: -16rem center;
}
.dnbzUl li .img_box .del .icon.icon_6:before{
    background-position: right center;
}
/*达内学员*/
.dnxyUl{
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}
.dnxyUl li{
    width:33.33%;
    float: left;
    padding:0 0.2rem 1rem 0.2rem;
}

.dnxyUl li .img_box{
    position: relative;
}
.dnxyUl li .img_box img{
    width: 100%;
    display: block;
}
.dnxyUl li .img_box .del{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height:3.8rem;
    color: #fff;
    background: rgba(191,9,95,.85);
    padding: 0.1rem 0.5rem;
    font-size: 1.2rem;
}
.dnxyUl li .img_box .del p{
    line-height: 1.4;
}

/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#bf095f;
    border-radius:0.3rem;
    border:none;
}
.jypyPart{
    padding-bottom: 2rem;
}