.about-us-img{
    background-image: url("../img/about-us/关于我们banner.png");
    z-index: 16;
}

/*组织架构*/
.organization-chart-inner{
    padding: 50px 0 100px;
}

/*集团荣誉*/
.group-honor-inner{
    padding: 48px 0;
}
.group-honor-inner > div{
    margin-bottom: 58px;
    justify-content: center;
}
.first-img{
    margin-right: 195px;
}
.third-img{
    margin-right: 88px;
}
.group-honor-inner img{
    margin-bottom: 24px;
}

/*企业文化*/
.cultural-standard{
    border-top: solid 10px #EFEFEF;
}
.cultural-concept-inner{

}
.cultural-concept-inner > ul{
    padding: 50px 70px;
    justify-content:space-between;
}
.cultural-concept-inner li{
    width: 245px;
    height: 245px;
    border-radius: 50%;
    border: solid 3px #011766;
    align-items: center;

}
.cultural-concept-inner li > span{
    line-height: 28px;
}
.cultural-concept-inner li > span:first-of-type{
    margin-top: 65px;
}
.concept-inner-line{
    display: inline-block;
    width: 35px;
    height: 4px;
    background-color: #011766;
    margin: 14px 0 16px;
}
.cultural-standard-inner{
    padding: 60px 0;
}

/*领导致辞*/
.leader-oration-inner{
    padding: 50px;
}
.leader-introduce{
    height: 530px;
    margin-bottom: 52px;
}
.leader-introduce-right{
    margin-left: 390px;
}
.leader-introduce-right > p:last-of-type,.send-word-inner > p{
    line-height: 40px;
}
.leader-introduce-right > p:first-of-type:before,.send-word > p:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #0B4B9E;
    position: absolute;
    left: -30px;
    top: 8px;
}
.send-word-inner{
    border: 6px solid #EAEAEA;
    padding: 30px;
}


/*集团简介*/
.company-profile-inner{
    padding: 38px 0 100px;
}
.company-profile-video,.company-profile-text{
    padding: 0 50px;
}
.company-profile-text > p{
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
}
.company-profile-text > p:before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0B4B9E;
    position: absolute;
    left: -18px;
    top: 15px;
}
.company-profile-text > img{
    margin-bottom: 50px;
}

/*发展历程*/
.development-history-inner{
    padding: 135px 0 135px;
}
/*.development-history-inner li{
    align-items: center;
}
.history-text{
    width: 570px;
    height: 270px;
}
.history-text img{
    background-color: #007aff;
}
.development-history-inner li:nth-of-type(odd) > .history-text{
    left: 0;
}
.development-history-inner li:nth-of-type(odd) > .history-text span{
    float: right;
}
.development-history-inner li:nth-of-type(odd) > .history-text img{
    float: left;
}
.development-history-inner li:nth-of-type(even) > .history-text{
    right: 0;
}
.development-history-inner li:nth-of-type(even) > .history-text span{
    float: left;
}
.development-history-inner li:nth-of-type(even) > .history-text img{
    float: right;
}
.history-circle{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0B4B9E;
    border-radius: 50%;
}
.history-line{
    display: inline-block;
    width: 4px;
    height: 250px;
    background-color: #0B4B9E;
}
.development-history-inner li:last-of-type .history-line:after{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #0B4B9E;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    bottom: -20px;
}*/
.development-history-inner > ul{
    justify-content: space-between;
    font-size: 20px;
    line-height: 38px;
}
.development-history-inner > ul li:before{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #003985;
    position: absolute;
    left: -28px;
    top: 9px;
}
.development-history-inner > ul:first-of-type li:nth-of-type(1){
    margin-left: 40px;
    margin-top: 73px;
}
.development-history-inner > ul:first-of-type li:nth-of-type(2){
     margin-left: 40px;
     margin-top: 38px;
 }
.development-history-inner > ul:first-of-type li:nth-of-type(4){
    margin-top: 38px;
}
.development-history-inner > ul:last-of-type li:nth-of-type(1){
    margin-left: 200px;
}

.development-history-inner > ul:last-of-type li:nth-of-type(3){
    margin-right: 100px;
}
.history-time{
    width: 1200px;
    height: 400px;
    background: url("../img/about-us/树状图.png") no-repeat center center;

}

/*人力资源*/
.talent-strategy{
    border-bottom: 10px solid #EFEFEF;
    padding-bottom: 90px;
}
.talent-strategy-inner ul{
    justify-content: space-between;
}
.talent-strategy-inner h2{
    line-height: 100px;
    margin-bottom: 30px;
}
.talent-strategy-inner li{
    width: 296px;
    height: 197px;
    align-items: center;
    border-left: solid 2px #EBEBEB;
}
.talent-strategy-inner li:last-of-type{
    border-right: solid 2px #EBEBEB;
}
.talent-strategy-inner li h3{
    line-height: 60px;
}
.strategy-icon{
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #003985;
    margin-bottom: 15px;
}
.strategy-text{
    line-height: 30px;
}
.talent-recruitment-inner{
    padding: 26px 0 66px;
}
.talent-recruitment-inner input{
    width: 900px;
    height: 88px;
    background-color: #EFEFEF;
    border: 0;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 60px;
}
.talent-recruitment-inner a{
    display: inline-block;
    width: 160px;
    height: 88px;
    line-height: 88px;
    border: none;
    background-color: #003985;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}
.recruitment-table{
    width: 1120px;
    margin: 20px 40px 0;
    padding-bottom: 30px;
    background-color: #EFEFEF;
}
.layui-table thead tr{
    height: 80px;
    border-bottom: 2px solid #FFFFFF;
}
.layui-table th{
    padding: 0;
    min-height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.layui-table td{
    padding: 0;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #EFEFEF;
}
.layui-table tbody > tr:first-of-type td{
    padding-top: 20px;
}


/*联系我们*/
.contact-map{
    border: 7px solid #003985;
    height: 556px;
    width: 1186px;
    margin: 45px 0 30px;
}
.contact-us-inner{
    border: 7px solid #EAEAEA;
    height: 586px;
    width: 1186px;
    margin-bottom: 60px;
}
.contact-us-inner > div{
    margin: 30px 39px 0 40px;

}
.contact-us-inner > div:before{
    display: inline-block;
    content: '';
    width: 5px;
    height: 22px;
    background-color: #003985;
    position: absolute;
    top: 1px;
    left: -20px;
}
.contact-us-inner p {
    font-size: 18px;
    line-height: 35px;
}
.layui-form > div:first-of-type{
    justify-content: space-between;

}
.layui-form-item{
    margin-bottom: 20px;
}
.layui-form-label {
    float: left;
    display: block;
    padding:0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.layui-input-block {
    margin-left: 90px;
}
.layui-input,.layui-textarea{
    background-color: #EAEAEA;
    border: none;
    font-size: 16px;
}
.layui-input{
    width: 267px;
    height: 50px;
}
.layui-textarea{
    height: 120px;
}
.layui-btn {
    display: inline-block;
    width: 192px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #0B4B9E;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}