/* 公司介绍 */
.gsjj{
    width: 50%;
    position: relative;
    overflow: hidden;
    max-height: 420px;
    border-radius: 10px
}
.gsjj-img{
  width: 100%;
}
.brief-video{
    width: 45%;
    position: relative;
    overflow: hidden;
    max-height: 420px;
    border-radius: 10px
}
.brief-text{
    width: 50%;
    padding-left: 20px;
}
.brief-text-l{
    width: 45%;
}


.brief .mod-section-ad h2 {
    color: #fff;
}
.brief .mod-section-ad p {
    color: #fff;
}

.brief .mod-section-ad .desc {
    color: #fff;
}

.brief .mod-tab li a {
    height: 53px;
    line-height: 53px;
    padding: 0;
    font-size: 16px;
}


.brief-text-box h4 {
    font-family: HarmonyOS_Medium,sans-serif;
    font-size: 20px;
    color: #595757;
    letter-spacing: 0;
    text-align: left;
    line-height: 36px;
    font-weight: normal;
    margin: 0 auto;
}

.brief-text-box h3 {
    font-size: 26px;
    color: #2A2E2E;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
    margin: 16px auto;
}

.desc {
    font-size: 18px;
    color: #575757;
    letter-spacing: 0;
    text-align:justify;
    line-height: 34px;
    width: 100%;
    margin: 16px auto;
}

.pt{
    padding-bottom: 50px;
}

.framework-box {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.framework-box .list-ul {
    width: 100%;
    position: relative;
}

.framework-box .list-ul .first {
    margin-left: 0;
}

.framework-box .list-ul .li {
    border-radius: 10px;
    width: 18%;
    background: #999999;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-left: 0.5%;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 1s linear;
}

.framework-box .list-ul .li:first-child {
    margin-left: 0;
}

.framework-box .list-ul .li .label {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    font-family: 'HarmonyOS_Regular', serif;
}

.framework-box .list-ul .li .val {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
}

.framework-box .list-ul .active-li {
    background: #fff;
}
.framework-box .list-ul .active-li .label {
    color: #666666;
}

.framework-box .list-ul .active-li .san {
    display: block;
}

.framework-box .li-mess-box {
    border-radius: 10px;
    width: 92%;
    margin-top: 48px;
    background: #fff;
    position: relative;
}

.framework-box .li-mess-box .mess-text {
    padding: 32px 42px;
    display: none;
    font-size: 20px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 1s linear;
}

.framework-box .li-mess-box .active-mess {
    opacity: 1;
    display: block;
}

.framework-box .san {
    width: 48px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    bottom: -49px;
    display: none;
}

.culture-wrap {
    background: rgba(247, 247, 247, 0.97);
    box-sizing: border-box;
    padding-top: 96px;
    padding-bottom: 96px;
}

.culture-box {
    max-width: 1600px;
    overflow: hidden;
}

.culture-box .t-box {
    width: 100%;
    overflow: hidden;
    min-height:500px;
    /*margin-top: 56px;*/
}

.culture-box .t-box .pic {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    float: right;
    width: 48%;
    position: relative;
    overflow: hidden;
}

.culture-box .t-box .mess-box {
    width: 50%;
    float: left;
    margin-top: 40px;
}

.culture-box .t-box .pic img {
    width: 100%;
}
.slider {
    position: relative;
    /*width: 100%;*/
    max-width: 900px;
    height: 500px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1; /* 图片层 */
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

/* ✅ dots 必须 z-index 更高才不被挡住 */
.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2; /* 高于图片 */
}

.dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dots span.active {
    background: #fff;
}
.culture-box .b-box {
    width: 100%;
    overflow: hidden;
}

.culture-box .t-box h3 {
    margin-bottom: 40px;
}

.culture-box .item-title {
    font-size: 20px;
    color: #0052D9;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 8px;
    font-weight: 400;
}

.culture-box .t-box .desc-text {
    font-size: 16px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 29px;
    width: 85%;
}

.culture-box .t-box .min-desc-text {
    text-align: left;
}

.culture-box .t-box ul {
    margin-top: 15px;
    margin-bottom: 57px;
}

.culture-box .t-box ul li {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
}

.culture-box .t-box ul li i {
    font-style: normal;
    margin-right: 13px;
}

.culture-box .b-box {
    padding-top: 0px;
}

.culture-box .boxx {
    width: 100%;
}

.culture-box .boxx .x-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.culture-box .boxx .x-item:last-child {
    margin-bottom: 0;
}

.culture-box .boxx .x-item h5 {
    font-size: 24px;
    color: #2A2E2E;
    letter-spacing: 0;
    font-family: 'HarmonyOS_Medium', serif;
    margin-bottom: 10px;
    font-weight: normal;
}

.culture-box .boxx .x-item .p {
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    line-height: 29px;
}

.address-box .address-tab {
    width: 100%;
    margin-top: 15px;
}

.address-box .address-tab .tab-ul {
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    min-height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    transition: left 0.4s linear;
    -ms-transition: left 0.4s linear;
    -o-transition: left 0.4s linear;
    -moz-transition: left 0.4s linear;
    -webkit-transition: left 0.4s linear;
}

.address-box .address-tab .tab-ul p {
    white-space: normal;
}
.address-box .address-tab .tab-ul .box .local-website {
    color: #0052d9;
    word-break: break-word;
}
.address-box .address-tab .tab-ul li {
    float: none;
    width: 25%;
    margin-top: 8px;
    min-width: 100px;
    display: inline-block;
    position: relative;
}

.address-box .address-tab .tab-ul li .label {
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    color: #2a2e2e;
    position: relative;
    cursor: pointer;
}

.address-box .address-tab .tab-ul .active-li .label {
    border-bottom: 4px solid #0052d9;
}

.address-box .address-tab .tab-ul .active-li .box {
    display: block;
}

.address-box .address-tab .tab-ul .li-2 .box {
    transform: translateX(-22%);
}

.address-box .address-tab .tab-ul .li-3 .box {
    transform: translateX(-42%);
}

.address-box .address-tab .tab-ul .li-4 .box {
    transform: translateX(-63%);
}

.address-box .address-tab .tab-ul .box {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 16px 48px;
    width: 1200px;
}


.address-box .address-tab .tab-ul .box p {
    font-size: 14px;
    line-height: 25px;
    color: #5f6464;
}

.both {
    clear: both;
}

.history-header {
    height: 384px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.history-header h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    padding-top: 150px;
    color: #fff;
}

.progress-bar {
    width: 530px;
    margin: auto;
    padding-top: 70px;
}

.progress-bar .node {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.progress-bar .node .txt {
    position: absolute;
    font-size: 16px;
    top: -30px;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}

.progress-bar .node .core {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

.progress-bar .node.active .core {
    background: #fff;
}

.progress-bar .line {
    float: left;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    margin-top: 11px;
}


.history-content {
    height: 413px;
    background: #FBFBFB;
    color: #5F6464;
    overflow: hidden;
}

.history-main {
    width: 10000px;
    position: absolute;
    cursor: pointer;
    transition: all ease 0.3s;
}

.history-main-box {
    width: 384px;
    float: left;
    margin-right: 25px;
    user-select: none;
}

.history-title {
    font-size: 24px;
    padding-top: 40px;
    line-height: 36px;
    font-family: 'HarmonyOS_Bold', serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #D8D9DC;
    margin-bottom: 18px;
    color: #2A2E2E;
}

.history-main-box .li {
    line-height: 30px;
    margin-bottom: 18px;
    font-size: 18px;
}

.history-main-box .li .left {
    float: left;
    padding-right: 10px;
}

.history-main-box .li .right {
    width: 320px;
    float: left;
}

.history-content .mod-con {
    position: relative;
}

.clearfix-mission {
    display: none;
}

.history-button {
    display: none;
}

.address-wrap-wrap .mod-m-title {
    padding-top: 40px;
    padding-bottom: 30px;
}

.business-architecture {
    display: none;
}

.team-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.team-pop .pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.team-pop .pop-box {
    width: 782px;
    min-height: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.10);
    padding: 0px 80px 50px 0px;
    box-sizing: border-box;
}

.team-pop .pop-box .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.team-pop .pop-box .team-pic {
    position: absolute;
    left: 0;
    top: 0;
}

.team-pop .pop-box .team-pic img {
    width: 200px;
}

.team-pop .pop-box .mess-box {
    width: 446px;
    float: left;
    margin-left: 256px;
}

.team-pop .pop-box .mess-box .t-box {
    height: 200px;
    border-bottom: 1px solid #E9ECF0;
    margin-bottom: 24px;
    overflow: hidden;
}

.team-pop .pop-box .mess-box .name {
    font-size: 30px;
    color: #0052D9;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-top: 48px;
}

.team-pop .pop-box .mess-box .ms .label {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 4px;
}

.team-pop .pop-box .mess-box .ms .label:last-child {
    margin-bottom: 0;
}

.team-pop .pop-box .mess-box .desc {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    overflow-y: auto;
}

.team-pop .pop-box .mess-box .desc p {
    margin-top: 10px;
}

@media  (max-width: 1700px) {
    .mod-con .brief-text-box h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .brief-text-box .desc {
        line-height: 24px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {

    .mod-con .brief-text-box h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .brief-text-box {
      flex-direction: column;
    }
    .brief-text-box .desc {
        line-height: 27px;
        font-size: 18px;
    }
    .address-box .address-tab .tab-ul .box {
        padding: 16px 24px;
        width: 900px;
    }
    .brief-video{
        width: 100%;
        max-height: 600px;
    }
    .gsjj{
        width: 100%;
    }
    .brief-text{
        width: 100%;
    }
    .brief-text-l{
        width: 100%;
    }
    .mod-con .brief-text-box h4 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .slider {
        width: 100%;
        height: auto;
    }

    .mod-m-title {
        font-size: 24px;
        text-align: center;
    }

    .business-architecture {
        display: block;
    }

    .history-button {
        display: block;
        height: 50px;
        background: #FBFBFB;
    }

    .history-button .line-wrap {
        padding-top: 24px;
        float: left;
        width: 75%;
        margin-right: 4%;
    }

    .history-button .line {
        height: 2px;
        background: #E9ECF0;
        position: relative;
    }

    .history-button .focus {
        width: 10%;
        height: 100%;
        position: absolute;
        background: #575757;
    }

    .history-button .img {
        float: left;
    }

    .history-button img {
        width: 8px;
        float: left;
        padding: 12px;
        padding-top: 18px;
    }

    .framework-wrap {
        display: none;
    }

    .mod-con .brief-text-box h4 {
        font-size: 18px;
        line-height: 27px;
        margin-top: 30px;
        margin-bottom: 12px;
    }

    .brief-text-box {
        margin-top: 30px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .brief-text-box .desc {
        line-height: 24px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .history-header {
        height: 250px;
    }

    .history-header h2 {
        padding-top: 72px;
        font-size: 24px;
    }

    .history-content {
        position: relative;
    }

    .progress-bar {
        padding-top: 50px;
        transform: translate(-50%, -50%) scale(0.5, 0.5);
        position: absolute;
        left: 50%;
        top: 160px;
    }

    .progress-bar .node {
        transform: scale(1.5, 1.5);
    }

    .progress-bar .line {
        transform: scale(0.88, 0.88);
    }

    .history-content {
        height: 395px;
    }

    .history-main-box {
        width: 250px;
    }

    .history-main-box .li .right {
        width: 200px;
    }

    .history-title {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 12px;
    }

    .history-main-box .li {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .culture-wrap {
        padding-left: 0;
    }

    .culture-box .t-box .pic {
        margin-top: 0;
        border-radius: 10px;
        width: 100%;
    }
    .culture-box .t-box .pic img{
        width: 100%;
    }

    .brief-video {
        width: 100%;
    }

    .brief-text {
        width: 100%;
    }

    .brief-text-l {
        width: 100%;
    }

    body .brand-item.white-bg {
        padding-top: 10px;
    }

    body .clearfix ul {
        width: auto;
    }

    body .culture-box .t-box .mess-box {
        width: 100%;
        margin-top: 30px;
    }

    .brand-item .mod-max-con {
        margin: 0 12px;
        width: auto;
        background: none;
    }

    .culture-wrap {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    body .address-pic .bg {
        width: 100%;
    }

    body .address-pic .mark {
        left: 4.8%;
        top: 22%;
        width: 59%;
    }

    .address-box .address-tab .labels {
        display: none;
    }

    body .address-box .address-tab .tab-ul {
        height: auto;
        padding: 0px;
        position: relative;
        width: 100%;
    }

    body .address-box .address-tab .tab-ul li {
        float: none;
        margin: 0px;
        display: block;
        width: 100%;
        border-top: solid 1px #E9ECF0;
    }

    body .address-box .address-tab .tab-ul .box {
        position: relative;
        top: 0px;
        left: 0px;
        width: auto;
        display: none;
        margin-bottom: 10px;
    }

    body .address-box .address-tab .tab-ul li .label:after {
        content: ' ';
        transition: transform 0.2s;
        left: initial !important;
        top: 20px !important;
        right: 0px !important;
        display: block;
        background-color: rgba(0, 0, 0, 0);
        background: url(../images/icon_arrow_d.png) no-repeat 0 0 !important;
        height: 12px !important;
        width: 12px !important;
        position: absolute;
        background-size: contain !important;
    }

    body .address-box .address-tab .tab-ul li .label.active:after {
        transform: rotate(180deg);
    }

    body .address-box .address-tab .tab-ul .li-12 .box {
        left: 0;
    }

    body .address-box .address-tab .tab-ul .active-li .label:after {
        transform: rotate(180deg);
    }

    body .address-box .address-tab .tab-ul li .label {
        text-align: left;
        font-size: 14px;
        line-height: 53px;
    }

    body .address-wrap .mod-con {
        margin: auto;
    }

    .brand-item .label-box h3 {
        margin-bottom: 30px;
        line-height: 24px;
        text-align: center;
        font-size: 24px;
    }


    .culture-box .t-box ul {
        margin-bottom: 24px;
        margin-top: 12px;
    }

    .culture-box .boxx .x-item h5 {
        float: left;
        font-size: 20px;
        margin-bottom: 7px;
        margin-top: 2px;
    }

    .culture-box .boxx .x-item .p {
        float: left;
        width: 100%;
        font-size: 16px;
        color: #919797;
    }

    .culture-box .boxx .x-item .p br {
        display: none;
    }

    .brand-item .label-box {
        width: auto;
        float: none;
    }

    .business-architecture {
        padding-top: 50px;
        padding-bottom: 35px;
        color: #5F6464
    }

    .business-architecture .mod-con {
        background: #FBFBFB;
        padding-bottom: 20px;
    }

    .business-architecture h3 {
        padding-top: 48px;
        padding-bottom: 40px;
    }

    .business-architecture img {
        width: 165px;
        margin: auto;
        display: block;
        padding-bottom: 24px;
    }

    .business-architecture-ul {
        width: 100%;
        margin: auto;
    }

    .business-architecture-ul .li {
        background: #fff;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .business-architecture-ul .title {
        height: 60px;
        position: relative;
    }

    .business-architecture-ul .title .left .t-type {
        float: left;
        margin-top: 25px;
    }

    .business-architecture-ul .title .right {
        position: absolute;
        width: 12px;
        height: 12px;
        background: url(/cn/images/m-icon_arrow_d.png) no-repeat center;
        background-size: 100% 100%;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transition: transform 0.2s;
    }

    .business-architecture-ul .title .tab {
        font-size: 20px;
        color: #2A2E2E;
        font-family: 'HarmonyOS_Medium';
        padding-left: 25px;
        padding-right: 15px;
        float: left;
        margin-top: 14px;
    }

    .business-architecture-ul .content.acitve {
    }

    .business-architecture-ul .content {
        border-top: 1px solid #F2F3F5;
        display: none;
    }

    .business-architecture-ul .content .txt {
        padding: 20px;
    }

    .address-box .address-tab .tab-ul .box {
        padding: 16px 24px;
        width: 600px;
    }
    .gsjj-img{
        width: 100%;
    }
}




