.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}

.culture-words {
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.title-box .line {
    margin-top: calc(48vw / 19.2);
    background: #22B7C4;
}

.culture {
    margin-top: calc(120vw / 19.2);
}

.culture .top-text-box {
    box-sizing: border-box;
}

.culture .top-text-box {
    padding-bottom: calc(148vw / 19.2);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 2px solid #e5e5e5;
}

.watermark {
    font-weight: 400;
    font-size: calc(78vw / 19.2);
    color: rgb(0, 0, 0, .1);
    line-height: calc(96vw / 19.2);
    text-transform: uppercase;
}

.watermark.h5 {
    display: none;
}

.middle-banner .watermark {
    font-weight: 400;
    font-size: calc(78vw / 19.2);
    color: #FFFFFF;
    opacity: .1;
    line-height: calc(96vw / 19.2);
    text-transform: uppercase;
}

.title-box .title {
    font-weight: bold;
    font-size: calc(40vw / 19.2);
    color: #13232F;
    line-height: calc(40vw / 19.2);
}

.title-box .title-text {
    margin-top: calc(48vw / 19.2);
    font-size: calc(28vw / 19.2);
    color: #3D4864;
    font-weight: 500;
}

.title-box .enlang {
    color: #90969D;
    opacity: .3;
    font-weight: 400;
    font-size: calc(28vw / 19.2);
    line-height: calc(40vw / 19.2);
    text-align: justify;
}

.culture .right-text-box {
    padding-top: calc(97vw / 19.2);
    box-sizing: border-box;
    width: 49.3%;
    font-size: calc(18vw / 19.2);
    color: #666666;
    text-align: justify;
}

.culture .right-text-box .culture-words+.culture-words {
    margin-top: calc(28vw / 19.2);
}

.bottom-text {
    margin-top: calc(12vw / 19.2);
    text-align: justify;
    letter-spacing: -0.5px;
}

/* 企业愿景 */

.vision {
    margin-top: calc(120vw / 19.2);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.vision .vision-text-box .culture-words {
    margin-top: calc(48vw / 19.2);
}

.vision .vision-img-box {
    overflow: hidden;
    cursor: pointer;
    width: calc(520vw / 19.2);
}

.vision .vision-img-box img {
    transition: 1s;
}

.vision .vision-img-box img:hover {
    // transform: scale(1.1);
}

.vision .vision-text-box {
    padding-top: calc(60vw / 19.2);
    width: 54.2%;
    box-sizing: border-box;
}

.vision .vision-text-box .right-text {
    font-size: calc(18vw / 19.2);
    color: #666666;
    line-height: calc(30vw / 19.2);
    margin-top: calc(52vw / 19.2);
    text-align: justify;
}

.middle-banner {
    position: relative;
    margin-top: calc(148vw / 19.2);
    width: 100%;
}

.middle-banner>img {
    width: 100%;
}

.value-box {
    position: absolute;
    top: calc(331vw / 19.2);
    left: calc(240vw / 19.2);
    width: calc(1120vw / 19.2);
    padding: calc(80vw / 19.2) 0 calc(85vw / 19.2) calc(80vw / 19.2);
    /* background: linear-gradient( 123deg, #008EFF 0%, #00CADC 89%); */
    background-color: rgba(46 172 196 / .96);
}

.value {
    box-sizing: border-box;
    color: #ffffff;
}

.value .title-box .title {
    color: #ffffff;
}

.value .title-box .title-text {
    color: #ffffff;
}

.value .title-box .line {
    background-color: #fff;
}

.value .title-box .enlang {
    color: #FFFFFF;
}

.value .value-words-box {
    margin-top: calc(48vw / 19.2);
    width: calc(780vw / 19.2);
    font-weight: 400;
    font-size: calc(20vw / 19.2);
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.value .value-words-box .text-bottom {
    margin-top: calc(37vw / 19.2);
}

.spirit {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: calc(586vw / 19.2);
}

.spirit .title-box {
    padding-top: calc(48vw / 19.2);
    box-sizing: border-box;
}

.spirit .spirit-text-box {
    margin-top: calc(48vw / 19.2);
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
}

.spirit-img {
    overflow: hidden;
    width: calc(519vw / 19.2);
}

.spirit .spirit-img:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.spirit .spirit-img img {
    transition: 1s;
}

.spirit .spirit-text-box .text-bottom {
    margin-top: calc(10vw / 19.2);
}

.spirit .spirit-img-box {
    overflow: hidden;
    cursor: pointer;
}

.spirit .spirit-img-box img {
    transition: 1s;
}

.spirit .spirit-img-box img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.tabs-list-box {
    margin-top: calc(140vw / 19.2) !important;
}

.tabs-list-box .tabs-list {
    position: relative;
    height: calc(90vw / 19.2);
    margin-bottom: 0;
    padding-right: calc(30vw / 19.2);
    padding-left: calc(30vw / 19.2);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
}

.tabs-list-box .tabs-list .tabs-item {
    height: calc(90vw / 19.2);
    line-height: calc(90vw / 19.2);
    font-size: calc(24vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    /* line-height: 48px; */
    margin-left: calc(20vw / 19.2);
    cursor: pointer;
}

.tabs-list-box .tabs-list .tabs-item .iconfont {
    font-size: calc(32vw / 19.2);
    color: #000000;
}

.tabs-list-box .tabs-list .tabs-item span.culture-active {
    color: #22B7C4;
}

.tabs-list-box .tabs-list .tabs-item span:nth-child(2) {
    display: inline-block;
}

.tabs-list-box .tabs-list .tabs-item .tabs-active {
    color: #22B7C4;
}

.tabs-list-box .tabs-list .tabs-item .tabs-active::after {
    position: absolute;
    bottom: -3px;
    display: block;
    content: "";
    width: calc(115vw / 19.2);
    height: 4px;
    background-color: #22B7C4;
}

.tabs-list-box .tabs-content {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: calc(120vw / 19.2);
    display: none;
}

.tabs-list-box .tabs-content.show {
    display: block;
    display: flex;
}

.tabs-list-box .tabs-content .right-text-box {
    width: 54%;
    /* padding-top: 56px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .tabs-list-box .tabs-content:nth-of-type(3) .right-text-box {
    padding-top: 41px;
}

.tabs-list-box .tabs-content:nth-of-type(4) .right-text-box {
    padding-top: 25px;
}

.tabs-list-box .tabs-content:nth-of-type(5) .right-text-box {
    padding-top: 71px;
} */

.tabs-list-box .tabs-content .img-box {
    width: calc(480vw / 19.2);
    overflow: hidden;
    cursor: pointer;
}

.tabs-list-box .tabs-content .img-box img {
    transition: 1s;
    object-fit: contain;
}

.tabs-list-box .tabs-content .img-box img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.tabs-list-box .tabs-content .text-box {
    margin-top: calc(48vw / 19.2);
    font-size: calc(18vw / 19.2);
    font-weight: 400;
    color: #3D4864;
    line-height: calc(20vw / 19.2);
    text-align: justify;
}

.tabs-list-box .tabs-content .text-box .bottom-text {
    margin-top: calc(30vw / 19.2);
}

.interpretation {
    margin-top: calc(120vw / 19.2);
    padding-top: calc(120vw / 19.2);
    box-sizing: border-box;
    border-top: 2px solid #E5E5E5;
}

.interpretation .interpretation-content {
    margin-top: calc(90vw / 19.2);
    display: flex;
    justify-content: space-between;
}

.interpretation-content img.pc {
    width: calc(480vw / 19.2);
}

.interpretation .interpretation-content .interpretation-content-text {
    width: 54%;
    font-size: calc(18vw / 19.2);
    // font-family: Source Han Sans CN;
    font-family: 'AlibabaSans-Regular';
    font-weight: 400;
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    padding-top: calc(64vw / 19.2);
    box-sizing: border-box;
    text-align: justify;
}

.interpretation .interpretation-content .interpretation-content-text .title {
    font-size: calc(20vw / 19.2);
    // font-family: Source Han Sans CN;
    font-family: 'AlibabaSans-Regular';
    font-weight: bold;
    color: #3D4864;
    line-height: calc(30vw / 19.2);
}

.interpretation-sign-text img {
    width: calc(28vw / 19.2);
    height: calc(28vw / 19.2);
}

.interpretation-sign-text+.interpretation-sign-text {
    margin-top: calc(20vw / 19.2);
}

.interpretation-sign-text:nth-child(5) {
    margin-top: calc(24vw / 19.2);
}

.interpretation .interpretation-content .interpretation-content-text .sign {
    margin-top: calc(24vw / 19.2);
}

.interpretation .interpretation-content .interpretation-content-text .sign+.title {
    margin-top: calc(24vw / 19.2);
}

.interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text {
    display: flex;
}

.interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text div {
    margin-left: calc(13vw / 19.2);
    line-height: calc(20vw / 19.2);
}

.interpretation .interpretation-content .interpretation-content-text .interpretation-text {
    margin-top: calc(24vw / 19.2);
    line-height: calc(20vw / 19.2);
}

.lh {
    line-height: calc(30vw / 19.2);
}

.footer {
    margin-top: calc(160vw / 19.2);
}

@media all and (max-width:1660px) and (min-width:990px) {
    .value-box {
        width: calc(1120vw / 19.2);
        padding: calc(80vw / 19.2) 0 calc(85vw / 19.2) calc(80vw / 19.2);
        /* background: linear-gradient(147deg, #008EFF 0%, #00CADC 100%); */
        background-color: rgba(46 172 196 / .96);
    }
    .value .value-words-box {
        width: calc(780vw / 19.2);
        font-size: calc(20vw / 19.2);
    }
    .title-box .enlang {
        font-size: calc(28vw / 19.2);
    }
}

@media all and (max-width:990px) {
    .banner {
        margin-top: calc(99vw / 7.5)
    }
    .culture-words {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .culture {
        margin-top: calc(88vw / 7.5);
    }
    .culture .top-text-box {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: calc(64vw / 7.5);
        border-bottom: none;
    }
    .watermark {
        font-size: calc(48vw / 7.5);
        line-height: calc(60vw / 7.5);
    }
    .watermark.pc {
        display: none;
    }
    .watermark.h5 {
        display: block;
    }
    .title-box .title {
        font-size: calc(48vw / 7.5);
        line-height: calc(48vw / 7.5);
        margin-top: 0;
    }
    .value .title-box .watermark {
        font-size: calc(78vw / 7.5);
        line-height: calc(96vw / 7.5);
    }
    .value .title-box .cn-title {
        font-size: calc(40vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .title-box .line {
        margin-top: calc(28vw / 7.5);
    }
    .title-box .title-text {
        margin-top: calc(28vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .title-box .enlang {
        font-size: calc(28vw / 7.5);
        line-height: calc(40vw / 7.5);
    }
    .culture .right-text-box {
        padding-top: calc(64vw / 7.5);
        width: 100%;
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .vision {
        margin-top: 0;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
    }
    .vision .vision-img-box {
        width: 100%;
        height: calc(850vw / 7.5);
    }
    .vision .vision-img-box img {
        width: 100%;
        height: 100%;
    }
    .vision .vision-text-box {
        width: 100%;
        padding: 0;
        margin-top: calc(64vw / 7.5);
    }
    .vision .vision-text-box .right-text {
        width: 100%;
        margin-top: calc(38vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .vision .title-box {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .vision .vision-text-box .culture-words {
        margin-top: calc(64vw / 7.5);
    }
    .middle-banner {
        margin-top: calc(88vw / 7.5);
        height: calc(250vw / 7.5);
    }
    .middle-banner>img {
        height: 100%;
    }
    .value-box {
        top: calc(200vw / 7.5);
        left: calc(30vw / 7.5);
        width: calc(100% - 60vw / 7.5);
        height: calc(1020vw / 7.5);
        padding: calc(40vw / 7.5) calc(30vw / 7.5);
    }
    .value-box .title-box .line {
        width: calc(111vw / 7.5);
    }
    .value .value-words-box .text-bottom {
        margin-top: calc(40vw / 7.5);
    }
    .value .value-words-box {
        margin-top: calc(16vw / 7.5);
        width: 100%;
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .middle-banner .watermark {
        font-size: calc(47vw / 7.5);
        line-height: calc(47vw / 7.5);
    }
    .value .value-title-box .title {
        font-size: calc(36vw / 7.5);
    }
    .value .value-title-box .lines {
        width: calc(51vw / 7.5);
        height: calc(4vw / 7.5);
        margin-top: calc(37vw / 7.5);
    }
    .value .value-title-box .title-text {
        margin-top: calc(39vw / 7.5);
        font-size: calc(30vw / 7.5);
    }
    .value .value-title-box .enlang {
        font-size: calc(24vw / 7.5);
        line-height: calc(30vw / 7.5);
        width: 100%;
    }
    .value .value-text-box {
        width: 100%;
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        margin-top: calc(30vw / 7.5);
        opacity: 1;
    }
    .spirit {
        flex-direction: column;
        margin-top: calc(915vw / 7.5);
        align-items: center;
    }
    .spirit .text-box {
        width: 100%;
    }
    .spirit .title-box {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding-top: calc(88vw / 7.5);
    }
    .spirit .right-text-box {
        width: 100%;
        padding-top: calc(60vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .spirit .spirit-text-box {
        margin-top: calc(64vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .spirit-img {
        margin-top: calc(70vw / 7.5);
        width: 100%;
        height: calc(850vw / 7.5);
    }
    .spirit-img img {
        width: 100%;
        height: 100%;
    }
    .spirit .spirit-img-box {
        margin-top: calc(57vw / 7.54);
        width: calc(531vw / 7.5);
        height: calc(682vw / 7.5);
    }
    .spirit .spirit-img-box img {
        width: 100%;
        height: 100%;
    }
    .tabs-list-box {
        width: 100%;
        /* position: relative; */
        margin-top: calc(88vw / 7.5) !important;
    }
    .tabs-list-box .tabs-list {
        padding: 0;
        height: auto;
        border-bottom: calc(2vw / 7.5) solid #e5e5e5;
    }
    .h5-tabs-culture {
        /* width: 100%; */
        overflow-x: scroll;
        /* overflow:visible; */
    }
    .tabs-list-box .tabs-list .tabs-item {
        display: flex;
        margin-left: 0;
        font-size: calc(30vw / 7.5);
        height: auto;
        line-height: calc(42vw / 7.5);
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .tabs-list-box .tabs-list .tabs-item .iconfont {
        font-size: calc(30vw / 7.5);
    }
    .tabs-list-box .tabs-list .tabs-item .tabs-active::after {
        width: calc(116vw / 7.5);
        height: calc(4vw / 7.5);
        /* top: calc(62vw / 7.5); */
        bottom: calc(-4vw / 7.5);
    }
    .tabs-list-box .tabs-content {
        flex-direction: column-reverse;
        padding: 0;
        margin: 0 auto;
    }
    .tabs-list-box .tabs-content .img-box {
        margin-top: calc(70vw / 7.54);
        width: 100%;
        height: calc(850vw / 7.5);
    }
    .tabs-list-box .tabs-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .tabs-list-box .tabs-content .text-box {
        width: 100%;
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
        margin-top: calc(64vw / 7.5);
    }
    .tabs-list-box .tabs-content .right-text-box {
        padding-top: calc(64vw / 7.5) !important;
        width: 100%;
    }
    .tabs-list-box .tabs-content .text-box .bottom-text {
        margin: 0;
    }
    .tabs-list-box .tabs-content .right-text-box .title-box {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .interpretation {
        position: relative;
        margin-top: calc(60vw / 7.5);
        padding-top: calc(64vw / 7.5);
        border: none;
    }
    .interpretation::after {
        position: absolute;
        top: 0;
        content: '';
        width: calc(100% - 60vw / 7.5);
        height: 1px;
        background: #979797;
    }
    .interpretation .interpretation-content {
        flex-direction: column;
        margin-top: calc(64vw / 7.5);
    }
    .interpretation .interpretation-content>div:nth-of-type(1) {
        width: calc(690vw / 7.5);
        height: calc(365vw / 7.5);
    }
    .interpretation .interpretation-content>div:nth-of-type(1) img {
        width: 100%;
        height: 100%;
    }
    .interpretation .interpretation-content .interpretation-content-text .title {
        font-size: calc(30vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text {
        width: 100%;
        padding-top: calc(64vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .interpretation-text {
        width: 100%;
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
        margin-top: calc(20vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign {
        margin-top: calc(33vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
        margin-top: 0;
    }
    .interpretation .title-box .lines {
        margin-top: calc(20vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text+.interpretation-sign-text {
        margin-top: calc(10vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text .lh {
        display: flex;
        align-items: center;
    }
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text img {
        width: calc(26vw / 7.5);
        height: calc(26vw / 7.5);
        margin-top: calc(17vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text div {
        margin-left: calc(13vw / 7.5);
    }
    .interpretation .interpretation-content .interpretation-content-text .sign+.title {
        margin-top: calc(64vw / 7.5);
    }
    /* 隐藏滑动条 */
    ::-webkit-scrollbar {
        display: none;
    }
    .footer {
        margin-top: calc(88vw / 7.5);
    }
    
    .interpretation .interpretation-content .interpretation-content-text .sign .interpretation-sign-text div {
          line-height: unset;
    }
}








