/* 
author:袁丽
time：20210701
title：关于我们 */

html,
body {
    height: 100%;
}

.header-search-ipt {
    width: unset;
    text-align: left;
}

input {
    float: unset;
    float: none;
}

.top-header {
    background: url('../images/pages/header-bg.png')left top no-repeat;
    background-size: 100% 100%;
}

.top-header .header {
    background: transparent;
}

.width-12 {
    width: 1200px;
    margin: 0 auto;
}

.main {
    padding-bottom: 32px;
    background: #f6f7f8;
    position: relative;
    min-height: calc(100% - 225px);
    font-family: 'SourceHanSansCN-Regular';
}


/* banner */

.banner-wrap {
    padding: 78px 0 102px 338px;
    width: 100%;
    /* height: 300px; */
    box-sizing: border-box;
    background: url('../images/pages/about/banner-img.png')center no-repeat;
    background-size: cover;
}

.banner-title {
    padding-left: 106px;
    padding-top: 30px;
    width: 322px;
    height: 120px;
    background: url('../images/pages/about/banner-title-bg.png')center no-repeat;
    background-size: cover;
}

.banner-title .item-cn {
    line-height: 40px;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 30px;
    color: #231815;
}

.banner-title .item-en {
    line-height: 28px;
    font-size: 18px;
    color: #231815;
}


/* 顶部导航条 */

.navigation-wrap {
    margin-top: 3px;
    font-family: 'SourceHanSansCN-Regular';
    line-height: 56px;
    font-size: 16px;
    color: #333;
}

.navigation-current-item {
    padding-left: 28px;
    margin-right: 21px;
    position: relative;
    background: url('../images/pages/position-icon.png')left center no-repeat;
}

.navigation-current-item::after {
    content: '>';
    width: 10px;
    position: absolute;
    right: -21px;
    top: 0;
}

.navigation-bar-item:last-child {
    color: #fc6e21;
}

.navigation-bar-item {
    padding: 0 11px;
    cursor: pointer;
}

.navigation-bar-item+.navigation-bar-item {
    position: relative;
    margin-left: 10px;
}

.navigation-bar-item+.navigation-bar-item::before {
    content: '>';
    position: absolute;
    left: -11px;
    color: #333;
}


/* 具体内容部分 */

.wrap-header {
    padding-top: 6px;
    width: 100%;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    background: url('../images/pages/about/wrap-title-bg.png')center bottom no-repeat;
}

.wrap-header .wrap-title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'SourceHanSansCN-Bold';
    color: #231815;
}

.wrap-header .wrap-title-en {
    font-size: 12px;
    line-height: 19px;
    color: #b0b4b8;
}


/* 企业简介 */

.profile-wrap {
    padding: 14px 0 40px 0;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #231815;
}


/* 资质证书 */

.qualification-certificate-wrap {
    width: 100%;
    height: 391px;
    background: url('../images/pages/about/certificate-wrap-bg.png')center no-repeat;
    background-size: cover;
}

.certificate-wrap {
    padding-top: 21px;
}

.certificate-item {
    width: 282px;
    height: 220px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .3s;
}

.certificate-item:hover {
    margin-top: -10px;
    /* border: 1px solid #e53336; */
    box-shadow: 0px 10px 10px 0px rgba(141, 105, 105, 0.35);
}

.certificate-item:hover::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #e53336;
}

.certificate-item .item-icon {
    width: 100%;
    height: calc(100% - 44px);
    background-size: 234px 165px;
    background-position: left 25px top 11px;
    background-repeat: no-repeat;
}

.certificate-item .item-title {
    padding: 0 20px 0 20px;
    margin-top: 8px;
    width: 100%;
    line-height: 36px;
    background: rgba(0, 0, 0, .5);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: 'SourceHanSansCN-extraLight';
    font-size: 16px;
    color: #fff;
}

.certificate-item+.certificate-item {
    margin-left: 24px;
}


/* 组织架构 */

.organizational-structure-wrap {
    padding-top: 30px;
    padding-bottom: 39px;
}

.structure-wrap {
    padding-top: 22px;
}

.structure-item {
    cursor: pointer;
    position: relative;
    text-align: center;
    border: 1px solid #fda7ab;
    background-color: #fcf4f4;
    box-sizing: border-box;
    font-family: 'SourceHanSansCN-Medium';
    color: #e22f2f;
}

.structure-item.level-1 {
    margin: 0 auto;
    margin-bottom: 72px;
    width: 300px;
    height: 66px;
    line-height: 64px;
    border-radius: 5px;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 26px;
}

.structure-item.level-1::before {
    content: '';
    position: absolute;
    margin-left: -7px;
    width: 14px;
    height: 35px;
    left: 50%;
    top: 68px;
    background: url('../images/pages/about/arrow-icon.png')center no-repeat;
    background-size: cover;
}

.structure-item.level-2 {
    width: 300px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
}

.structure-level2-wrap {
    margin: 0 auto;
    width: 812px;
    margin-bottom: 109px;
    position: relative;
}

.structure-level2-wrap::before {
    content: '';
    position: absolute;
    width: calc(100% - 300px);
    border-top: 1px dashed #ef9521;
    top: -38px;
    left: 150px;
}

.structure-level3-wrap {
    position: relative;
}

.structure-level3-wrap::before {
    content: '';
    position: absolute;
    margin-left: -255px;
    width: 510px;
    height: 35px;
    border-top: 1px dashed #ef9521;
    top: -72px;
    left: 50%;
    background: url('../images/pages/about/arrow-icon.png')center no-repeat;
}

.structure-item.level-2+.structure-item.level-2 {
    margin-left: 212px;
}

.structure-item.level-2::before {
    content: '';
    position: absolute;
    margin-left: -7px;
    width: 14px;
    height: 35px;
    left: 50%;
    top: 52px;
    background: url('../images/pages/about/arrow-icon.png')center no-repeat;
    background-size: cover;
}

.structure-item.level-2::after {
    content: '';
    position: absolute;
    margin-left: -7px;
    width: 14px;
    height: 35px;
    left: 50%;
    top: -37px;
    background: url('../images/pages/about/arrow-icon.png')center no-repeat;
    background-size: cover;
}

.structure-item.level-3 {
    width: 56px;
    height: 240px;
    line-height: 54px;
    writing-mode: vertical-lr;
    font-size: 18px;
}

.structure-item.level-3::before {
    content: '';
    position: absolute;
    margin-left: -7px;
    width: 14px;
    height: 35px;
    left: 50%;
    top: -37px;
    background: url('../images/pages/about/arrow-icon.png')center no-repeat;
    background-size: cover;
}

.structure-item.level-3+.structure-item.level-3 {
    margin-left: 25.6px;
}

.structure-item.level-3+.structure-item.level-3::after {
    content: '';
    position: absolute;
    width: 150%;
    border-top: 1px dashed #ef9521;
    top: -38px;
    left: -100%;
}


/* 企业文化建设 */

.culture-describe {
    padding: 15px 0 11px 0;
    line-height: 30px;
    font-size: 14px;
    color: #231815;
}

.culture-item {
    margin-bottom: 24px;
    margin-right: 27px;
    width: calc((100% - 54px)/3);
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    cursor: pointer;
}

.culture-item:nth-child(3n) {
    margin-right: 0;
}

.culture-item.mission {
    background-image: -moz-linear-gradient( 90deg, rgb(239, 134, 89) 0%, rgb(244, 182, 121) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239, 134, 89) 0%, rgb(244, 182, 121) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239, 134, 89) 0%, rgb(244, 182, 121) 100%);
}

.culture-item.vision {
    background-image: -moz-linear-gradient( 90deg, rgb(44, 124, 236) 0%, rgb(124, 181, 253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(44, 124, 236) 0%, rgb(124, 181, 253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(44, 124, 236) 0%, rgb(124, 181, 253) 100%);
}

.culture-item.values {
    background-image: -moz-linear-gradient( 90deg, rgb(229, 62, 64) 0%, rgb(253, 111, 108) 100%, rgba(253, 111, 108, 0.99608) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(229, 62, 64) 0%, rgb(253, 111, 108) 100%, rgba(253, 111, 108, 0.99608) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(229, 62, 64) 0%, rgb(253, 111, 108) 100%, rgba(253, 111, 108, 0.99608) 100%);
}

.culture-item {
    color: #fff;
}

.item-theme-en {
    padding-top: 25px;
    line-height: 34px;
    font-size: 16px;
}

.item-theme-cn {
    line-height: 46px;
    font-size: 26px;
    font-family: 'SourceHanSansCN-Bold';
}

.item-describe {
    line-height: 37px;
    font-size: 18px;
}

.item-measures {
    line-height: 33px;
    font-size: 16px;
}

/* 20220813new */
.main {
    background: #fff;
}

.about-left {
    float: left;
    width: 230px;
    height: 690px;
    background-color: rgba(243, 247, 254, 0.7);
    box-sizing: border-box;
    padding-top: 55px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../images/pageAdd/about_title.png");
}

.tab-hd-item {
    position: relative;
    width: 230px;
    height: 50px;
    background: #edf4ff;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 50px;
    cursor: pointer;
}

.tab-hd-item.active {
    color: #3473BF;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 68, 121, 0.14);
}

.tab-hd-item.active:before {
    background: linear-gradient(0deg, #3A6FCA, #205EA4);
}

.tab-hd-item.active:after {
    background-image: url("../images/pageAdd/arrow_active.png");
}

.tab-hd-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #d4e3fe;
}

.tab-hd-item:after {
    position: absolute;
    content: "";
    right: 33px;
    top: 22px;
    width: 4px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/pageAdd/arrow.png");
}

.width-97 {
    width: 945px;
}

.about-right {
    float: right;
}

.tab-bd-item .qualification-certificate-wrap {
    background: none;
}

.company-profile-img {
    width: 880px;
    height: 339px;
    margin: 0 auto 20px;
}

.company-profile-img>img {
    width: 100%;
    height: 100%;
}

.tab-bd-item .certificate-wrap {
    margin-right: -45px;
}

.tab-bd-item .certificate-item {
    position: relative;
    margin: 0 45px 45px 0;
}

.certificate-item+.certificate-item {
    margin-left: 0;
}

.tab-bd-item .certificate-item:hover {
    margin-bottom: 55px;
}

.tab-bd-item .organizational-structure-wrap {
    padding-top: 6px;
}

.tab-bd-item .organizational-structure-wrap .wrap-content {
    width: 954px;
}

.tab-bd-item .structure-item.level-3+.structure-item.level-3 {
    margin-left: 8px;
}

.tab-bd-item .culture-item {
    margin-right: 20px;
    width: calc((100% - 41px)/3);
}

.tab-bd-item .culture-item:nth-child(3n) {
    margin-right: 0;
}