.bg{
    background: url(../img/aboutUs/banner.png) no-repeat center;
}
.w-700{
    width: 700px;
}

.introduce{
    height: 540px;
    overflow: hidden;
}
.introduce .head-title{
    margin: 55px 0 50px 0;
}
.introduce .introduce-info{
    font-size: 16px;
    color: #575757;
    line-height: 28px;
}

.detail{
    height: 345px;
    background: #F8F8F8;
    overflow: hidden;
}
.detail .detail-box{
    margin-top: 84px;
}
.detail .detail-box .item{
    position: relative;
    width: 263px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    text-align: center;
}
.detail .detail-box .item .imgbox{
    position: absolute;
    left: 95px;
    top: -35px;
}
.detail .detail-box .item .detail-title{
    height: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 28px;
    margin-top: 57px;
}
.detail .detail-box .item .detail-info{
    height: 19px;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    margin-top: 28px;
}

.honor{
    overflow: hidden;
}
.honor .head-title{
    margin: 53px 0 44px 0;
}
.owl-carousel .item{
    width: 150px; 
}
.owl-carousel .item .imgbox{
    height: 210px;
}
.owl-carousel .item .imgbox img{
    max-width: 100%;
    max-height: 100%;
}
.owl-carousel .item .img-title{
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 60px;
}
.owl-theme .owl-controls .owl-page span{
    width: 31px;
    height: 6px;
    background: #AAA9A9;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #E63E3E;
}

.join{
    overflow: hidden;
}
.join .head-title{
    margin: 74px 0 40px 0;
}
.join .slogan{
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
    margin-bottom: 60px;
}
.join .join-box .item{
    position: relative;
    width: 383px;
    height: 370px;
    margin-bottom: 27px;
    overflow: hidden;
}
.join .join-box .item img{
    max-width: 100%;
    max-height: 100%;
}
.join .join-box .item img:hover{
    transform: scale(1.1,1.1);
}
.join .join-box .item .description{
    width: 285px;
    margin: 50px auto 0;
}
.join .join-box .item .description .title{
    height: 34px;
    font-size: 28px;
    
    color: #FFFFFF;
    line-height: 28px;
}
.join .join-box .item .description .line{
    width: 75px;
    height: 5px;
    background: #FFFFFF;
    margin: 20px 0;
}
.join .join-box .item .description .content{
    font-size: 16px;
    
    color: #FFFFFF;
    line-height: 28px;
}
.join .join-box .welfare{
    background: #F2686E;
}
.join .join-box .welfare::before{
    content: '';
    position: absolute;
    left: -14px;
    top: 164px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #F2686E transparent transparent;
}
.join .join-box .train{
    background: #FF9E5F;
}
.join .join-box .environment{
    background: #BAAF94;
}
.join .join-box .train::after,.join .join-box .environment::after{
    content: '';
    position: absolute;
    right: -14px;
    top: 164px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #FF9E5F;
}
.join .join-box .environment::after{
    border-color: transparent transparent transparent #BAAF94;
}
.join .post{
    margin-top: 20px;
}
.join .post .post-title{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}
.join .post .post-sub-title{
    font-size: 16px;
    
    color: #575757;
    line-height: 28px;
}
.join .post .post-container{
    margin-top: 50px;
}
.join .post .post-container .ulList{
    width: 249px;
    height: 401px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
}
.join .post .post-container .ulList li{
    height: 79px;
    line-height: 79px;
    font-size: 16px;
    
    color: #575757;
    text-align: center;
}
.join .post .post-container .ulList li.active{
    background: #C3191F;
    color: #FFFFFF;
}
.join .post .post-container .ulList li.link{
    margin-top: 30px;
}
.join .post .post-container .ulList li.link a{
    text-decoration: underline;
    color: #6A6A6A;
}
.join .post .post-container .content .con{
    display: none;
    width: 912px;
    height: 374px;
    
    background: #FFFFFF;
    border: 1px solid #808080;
    padding: 37px;
}
.join .post .post-container .content .con.active{
    display: block;
}
.join .post .post-container .content .con .post-name{
    height: 28px;
    font-size: 20px;
    
    color: #C3191F;
    line-height: 28px;
}
.join .post .post-container .content .con .post-head{
    height: 23px;
    font-size: 18px;
    color: #333333;
    margin: 20px 0;
}

.join .post .post-container .content .con .post-info{
    font-size: 16px;
    line-height: 28px;
    color: #575757;
}

.contact{
    overflow: hidden;
}
.contact .head-title{
    margin: 59px 0;
}
.contact .contact-box .item{
    width: 250px;
    height: 238px;
    
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding-top: 37px;
}
.contact .contact-box .item .contact-title{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 26px;
}
.contact .contact-box .item .contact-info{
    font-size: 16px;
    color: #575757;
    margin-top: 23px;
}
.contact .address{
    font-size: 16px;
    
    color: #575757;
    margin-top: 57px;
}
.contact .address::before{
    content: url(../img/aboutUs/address.png);
    vertical-align: middle;
    margin-right: 9px;
}
.contact .map{
    width: 100%;
    height: 380px;
    margin-bottom: 50px;
}
