
/* 人才理念 */
.tp-section{
    overflow: visible;
    
    background: #f3f4f8;
    padding-bottom: var(--size-60);
    padding-top: 4.79vw;

}

.tp-section .row{
    box-shadow: 0 0 65px rgba(31, 86, 131, .12);
    display: flex;
    align-items: center;
    background-color: #fff;

}

.tp-section .txt-con{
    font-size: var(--size-18);
    color: #666;
    line-height: 1.9;
    margin-left:  4vw ;
    margin-right: 4vw;
    position: relative;
}
.tp-section .txt-con::before,
.tp-section .txt-con::after{
    content: "";
    position: absolute;
    width: 4.375vw;
    height: 69px;
}
.tp-section .txt-con::before{
    left: 0;
    top: -32px;
    background:  no-repeat center;
    background-size: 100% auto;
}

.tp-section .txt-con::after{
    right: 11px;
    bottom: -4.6875vw;
    background:  no-repeat center;
    background-size: 100% auto;

}

.tp-section .txt-con h2{
    font-size: var(--size-26);
    color: #333;
    margin-bottom: .7vw;
}


.sub-intro br{
    display: none;
}

.plan-section,
.wt-section,
.position-section{
    padding-top: 4.79vw;
    padding-bottom: 5.2vw;
}


/* 成长计划 */
/* 通用 */

.plan-section .row{
    margin-top: 3vw;
    margin-left: -.78vw;
    margin-right: -.78vw;
}
.plan-section .col-md4{
    padding: 0 .78vw;
}
.plan-section .col-md4 dl{
    background: #fff;
    height: 14vw;
    max-height: 280px;
    min-height: 170px;
    padding: 1.52vw 2.08vw 2vw 2.08vw;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    transition: all .4s ease;
}

/* @media (min-width: 992px) {
    .plan-section .col-md4 dl:hover {
        margin-top: -10px;
    }
} */
@media (max-width: 768px) {
    .plan-section .row{
        margin-top: 15px;
    }
    
}


.plan-section .col-md4 dl dt {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.plan-section .col-md4 dl dt span{
    color: #000;    
    font-weight: bold;
    font-size: 52px;
    font-size: calc(14px   2vw);

}

.plan-section .col-md4 dl dd{
    font-size: var(--size-26);
    margin-top: 5.20vw;
    color: #333;
}
.plan-section .col-md4 dt,
.plan-section .col-md4 dd{
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .plan-section .col-md4{
        margin: 10px 0;
    }
    .plan-section .col-md4 dl{
        padding: .8rem;
    }
}

/* 加入我们 */
.join-container .plan-section{
    background:  no-repeat center;
    background-size: cover;
    
}
.join-container .plan-section{
    color: #fff;

}
.join-container .plan-section .sub-intro{
    color: rgba(255, 255, 255, .8);
}

.join-container .plan-section .col-md4:nth-child(1) dl{
    background:  no-repeat center;
    background-size: cover;
}
.join-container .plan-section .col-md4:nth-child(2) dl{
    background:  no-repeat center;
    background-size: cover;

}
.join-container .plan-section .col-md4:nth-child(3) dl{
    background:  no-repeat center;
    background-size: cover;

}
.join-container .plan-section .col-md4 dl::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

/* .join-container .plan-section .col-md4:nth-child(1):hover dl::after{
    background:  no-repeat center;
    background-size: cover;
    opacity: 1;

}
.join-container .plan-section .col-md4:nth-child(2):hover dl::after{
    background:  no-repeat center;
    background-size: cover;
    opacity: 1;


}
.join-container .plan-section .col-md4:nth-child(3):hover dl::after{
    background:  no-repeat center;
    background-size: cover;
    opacity: 1;

} */


/* .join-container .plan-section .col-md4:hover dt::before{
    background: #fff;
}

.join-container .plan-section .col-md4 dl:hover dt{
    color: #fff;
    -webkit-text-fill-color:#fff;

}
.join-container .plan-section .col-md4 dl:hover dd{
    color: #fff;
} */

.join-container .plan-section .col-md4 dl dt::before{
    content: "";
    background-color: #aaa;
    width: 24px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;

}




@media (max-width: 1600px) {
    
    .join-container .plan-section .col-md4 dl dt{
        font-size: 42px;
    }
}


/* 福利 */
.wt-section{
    background: #f7f7f7;
}
.wt-section .row{
    margin-left: -1.04vw;
    margin-right: -1.04vw;
    margin-top: 3.63vw;
}
.wt-section .col-md6{
    padding: 0 1.04vw;
    box-sizing: border-box;
}


.wt-section dt{
    overflow: hidden;

}

.wt-section dt img{
    transition: all .45s ease;;
    -webkit-transition: all .45s ease;;
}

.wt-section dd {
    background: #fff;
    padding: 1.82vw 2.6vw 10px;
    font-size: 18px;
    margin: -6.25vw 1.72vw 0;
    position: relative;
    z-index: 9;
    transition: all .35s ease;
}
.wt-section dd h2{
    font-size: var(--size-26);
}
.wt-section dd ul{
    margin-left: -.52vw;
    margin-right: -.52vw;
    margin-top: 1.25vw;
}
.wt-section dd li{
    width: 33%;
    float: left;
    padding: 0 .52vw;
    box-sizing: border-box;
}

.wt-section dd li:last-child {
    width: 100%;
}


.wt-section dd li span{
    border-top: 1px solid #ddd;
    display: block;
    padding-top: .83vw;
    padding-bottom: 1.45vw;
    font-size: var(--size-18);
}

.wt-section dd:hover{
    transform: translate3d(0,-30px,0);
    /* background-color: #3f8ae1; */
    
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);

}
/* .wt-section dd:hover li,
.wt-section dd:hover h2{
    color: #fff;

}
.wt-section dd:hover span{
    border-top-color: rgba(230, 230, 230, .2);
} */

.wt-section dl:hover dt img{ 
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

}




@media (max-width: 991px) {
    .wt-section .col-md6{
        margin-top: .5rem;
    }
    .wt-section .col-md6 dl dt img{
        width: 100%;
        text-align: center;
    }
}


@media (max-width: 480px) {
    .wt-section dd li span{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;

    }
 
    .wt-section dd ul{
        margin-top: 10px;
    }
}
.position-section{
    padding-bottom: 1vw;
}


/* 工作环境 */
.work-section{
    padding-top: 4.16vw;
    padding-bottom: calc(14px   .9375vw);

}
.work-swiper{
    margin-top: var(--size-60);
}
.work-section .work-item{
    display: flex;
    height: 14.58vw;

    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    margin-left: -.52vw;    
    margin-right: -.52vw;
}

.work-section .work-item:nth-child(2){
    /* height: 12vw; */
    margin-top: 1.04vw;
}

.work-section .work-item:nth-child(2) a{
    padding-top: 0;
    padding-bottom: 0;
}

.work-section .work-item a{
    display: block;
    height: 100%;
    padding: 0 .52vw;
}
.work-section .work-item a .img-con{
    overflow: hidden;
}
.work-section .work-item a img{
    transition: all .35s ease;
}

.work-section .work-item a:hover img{
    transform: scale(1.1);
}

.work-section .work-item.top a{
    padding-top: 0;
}

.work-swiper .swiper-pagination{
    display: none;
    position: static;
    margin-top: 10px;
}




.work-section .row .col-md4:hover{
    opacity: 1;
}

/* .work-section .owl-carousel{
    margin-top: 2.08vw;
} */
.work-swiper{
    position: relative;
}


/* arrow */
.swiper-button-next, .swiper-button-prev{
    width: 54px;
    height: 54px;

    background: #ffffff;
    
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.14);
    border-radius: 50%;

}

.swiper-button-next::after, 
.swiper-button-prev::after{
    display: none;
}

.swiper-button-prev{
    background:  no-repeat center;
}
.swiper-button-next{
    background:  no-repeat center;
}
.swiper-button-prev:hover{
    background:  no-repeat center #0e62ec;
}
.swiper-button-next:hover{
    background:  no-repeat center #0e62ec;
}

@media (max-width: 1300px) {
    .work-swiper .swiper-button-next{
        right: 5.5%;
    }
    .work-swiper .swiper-button-prev{
        left: 5.5%;
    }
}

@media (max-width: 767px) {
    .work-swiper   .swiper-button-next, 
    .work-swiper  .swiper-button-prev{
        display: none;
    }
    .work-swiper .swiper-pagination{
        display: block;
    }
}


/* 加入我们 */
.section-join{
    background:  no-repeat;
    color: #fff;
    padding-top: 5.208vw;
    padding-bottom: 9.89vw;
    background-size: cover;

}
.section-join h2{
    font-size: var(--size-40);
}
.section-join p{
   font-size: var(--size-18);
   margin-top: .625vw;

}
.section-join .btn-more{
    color: #3f8ae1;
    margin-top: calc(14px   1.51vw);
    padding-left: calc(14px   1.5625vw);
    padding-right: calc(14px   1.5625vw);
}



@media (max-width: 1024px) {
    .wt-section dd{
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
}

@media (max-width: 768px) {
    .tp-section .row{
        display: block;
        
    }
    .tp-section .txt-con{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .tp-section .txt-con::before{
        top: 20px;
    }

    .tp-section .txt-con::after{
        bottom: 20px;
    }
}
