.headBg{
    background: url(/statics/web/image/projectBg.png) no-repeat;
    width: 100%;
    min-width: 1132px;
    height: 450px;
    background-size: cover;
    
}
.aboutBg{
    background: url(/statics/web/image/aboutus@2x.png) no-repeat;
    width: 100%;
    min-width: 1132px;
    height: 450px;
    background-size: cover;
}
.dutyBg{
    background: url(/statics/web/image/Corporate@2x.png) no-repeat;
    width: 100%;
    min-width: 1132px;
    height: 450px;
    background-size: cover;
}
.joinBg{
    background: url(/statics/web/image/jointopBg.png) no-repeat;
    width: 100%;
    min-width: 1132px;
    height: 450px;
    background-size: cover;
}
.content{
    background: #E1E1E1;
}
.content .all{
    background: #fff;
    width: 1132px;
    min-width: 1132px;
    margin: 0 auto;
    margin-top: -300px;
    display: flex;
    justify-content : space-between;
}
.content .rightPage{
    width: 320px;
    padding: 85px 0 0 0;
    border-left: 1px solid #ccc;
}
.content .leftPage{
    padding: 75px 50px 80px 75px;
    flex: 1;
}
.content .rightPage ul li{
    border-left: 3px solid #fff;
}
.content .rightPage .active{
    border-left:3px solid #23529B;
    /* height:36px; */
    /* background:#23529B; */
    margin: 0;
}
.content .rightPage ul li a{
    margin-left: 45px;
    font-size: 16px;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-weight:500;
}

.content .leftPage .title{
    font-size: 21px;
    color: #333;
    /* margin-bottom: 10px; */
    font-weight:500;
}
.content .leftPage .name{
    font-size: 16px;
    color: #333;
    line-height: 23px;
    font-weight:500;
}
.content .leftPage .title_us{
    font-size: 21px;
    color: #23529B;
    margin-bottom: 30px;
    font-weight:normal;
}
.content .leftPage .detail{
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    /* height: 20px; */
    line-height: 20px;
}
.content .leftPage .images{
    margin-bottom: 30px;
}
.content .leftPage .bkTabs{
    display: flex;
    justify-content : space-between;
    background: #E1E1E1;
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 30px;
}
.content .leftPage .bkTabs p{
    width: 33.33%;
}
.content .leftPage .bkTabs .active{
    background: #23529B;
    color: #fff;
}
.content .leftPage .tabsBox>div,.content .leftPage .boxs{
    display: none;
}
.content .leftPage .tabsBox .show,.content .leftPage .show{
    display: block;
}

/* 企业荣誉 */
.leftPage .honor,.leftPage .founder{
    display: flex;
    justify-content : space-between;
}
.leftPage .honor .pic{
    width: 205px;
    margin-right: 30px;
    margin-bottom:20px;
}
.leftPage .honor .info,.leftPage .founder .info{
    flex: 1;
}

.leftPage .bigTime{
    border-bottom:3px solid rgba(204,204,204,1);
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.leftPage .bigTime .time{
    font-size: 36px;
    color: #23529B;
    margin-bottom: 20px;
}
.leftPage .bigTime .info{
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.leftPage .bigTime .info label{
    min-width: 65px;
    display: inline-block;
}
.leftPage .bigTime .info span{
    margin-left: 25px;
}
.leftPage .cultureLogo{
    width: 300px;
    margin-bottom: 20px;
}
.leftPage .cultureTitle{
    font-size:21px;
    font-weight:400;
    color:#23529B;
    margin-bottom: 10px;
}
.leftPage .cultureInfo{
    width: 350px;
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}
.leftPage .jiangXin .explain{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin: 10px 0 10px 38px;
}
.leftPage .jiangXin .tp,.leftPage .jiangXin .bm{
    width: 30px;
    height: 28px;
}
.leftPage .jiangXin .bm{
    margin-left: 185px;
}
.leftPage .imgsR .one,.leftPage .imgsR .two{
    width: 150px;
    height: 150px;
}
.leftPage .imgsR .three,.leftPage .imgsR .four{
    width: 300px;
    height: 150px;
}
.leftPage .imgsR .two{
    margin-left: 150px;
}
.leftPage .imgsR .three{
    margin-left: -150px;
}
.leftPage .imgsR{
    position: absolute;
    top: 0;
    left: 358px;
}
.leftPage .founder{
    margin-bottom: 50px;
}
.leftPage .founder .info{
    text-align: right;
}
.leftPage .founder .founderImg{
    width: 217px;
}
.leftPage .founder .info .tit{
    font-size: 24px;
    color: #333;
}
.leftPage .founder .info .tit_eu{
    font-size: 21px;
    color: #ccc;
    margin:0 0 20px;
}
.leftPage .founder .info .name{
    line-height: 1.8;
}
.leftPage .blackName,.leftPage .joinTitle{
    font-size: 18px;
    color: #333;
}
.leftPage .redName{
    font-size: 18px;
    color: #23529B;
}
/* 加入我们 */
.leftPage .joinUs li{
    display: flex;
    justify-content : flex-start;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.leftPage .joinUs li label{
    width: 70px;
}
.leftPage .postEmail{
    color: #23529B;
}
.content .leftPage .joinUs .bkTabs{
    display: flex;
    justify-content : space-between;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    width: 100%;
    flex-wrap:wrap;
    background: none;
    cursor: default;
    height: auto;
}
.content .leftPage .joinUs .bkTabs p{
    width: 205px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    background: #E1E1E1;
    text-align: center;
    cursor: pointer;
}
.content .leftPage .joinUs .bkTabs .active{
    background: #23529B;
    color: #fff;
}
.leftPage .joinTitle{
    margin-bottom: 10px;
}
.leftPage .joinDemand span,.leftPage .joinDemand p{
    font-size: 12px;
    color: #666666;
    line-height: 2;
}