/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 加入我们/关于康来福 */
.imageText-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.imageText-box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.imageText-title{
    text-align: center;
    color: #000000;
    font-size: 36px;
}
.imageText-title2{
    margin-top: 90px;
}
.imageText-text{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.imageText-text1{
    margin-top: 60px;
}
.imageText-text2{
    margin-top: 62px;
}
.imageText-img{
    width: 900px;
    height: 506px;
    margin-top: 56px;
}
.videoBox{
    width: 660px;
    height: 370px;
}
/* 按时、包容、福利、娱乐 */
.trait-wrap{
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
}
.trait-box{
    max-width: 1024px;
    margin: 0 auto;
}
.trait-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.trait-item{
    width: 446px;
    height: auto;
    margin: 50px 0;
    text-align: center;
}
.traitIcon{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #54B33E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.traitIcon1{
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/businessCooperation/page3/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.traitIcon2{
    display: inline-block;
    width: 40px;
    height: 58px;
    background: url(../image/businessCooperation/page3/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.traitIcon3{
    display: inline-block;
    width: 39px;
    height: 44px;
    background: url(../image/businessCooperation/page3/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.traitIcon4{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../image/businessCooperation/page3/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.trait-title{
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
}
.trait-text{
    margin-top: 21px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.videoBox{
    margin: 40px auto 100px;
}
.videoBox video{
    width: 660px;
    height: 370px;
}
/* 社会招聘、校园招聘 */
.Recruitment-wrap{
    width: 100%;
    height: auto;
    margin: 100px 0;
}
.Recruitment-box{
    max-width: 1024px;
    margin: 0 auto;
}
.Recruitment-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Recruitment-item{
    width: 484px;
    height: 284px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: 1px solid #666666;
}
.Recruitment-title{
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 24px;
    text-align: center
}
.Recruitment-text{
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    text-align: center
}
.Recruitment-Btn{
    cursor: pointer;
    width: 165px;
    height: 40px;
    margin-top: 40px;
    color: white;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #54B33E;
}
/* 移动端 */
@media screen and (max-width:768px){
    .imageText-wrap{
        margin-top: 30px;
    }
    .imageText-text1 {
        margin-top: 30px;
    }
    .imageText-img {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .imageText-title2 {
        margin-top: 30px;
    }
    .imageText-text2 {
        margin-top: 30px;
    }
    .videoBox{
        width: 100%;
        height: auto;
        margin: 30px 0;
    }
    .videoBox video {
        width: 100%;
        height: auto;
    }
    .trait-item{
        width: 100%;
    }
    .Recruitment-wrap{
        margin: 30px 0;
    }
    .Recruitment-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .Recruitment-item{
        margin-top: 20px;
    }
}