 
    .one-two-body {
        background: url('/assets/imgs/our-serve-bg.webp') no-repeat center center;
        background-size: cover;
    }

    .our-services-section {
        width: 100%;
        padding-top: 192px;
        padding-bottom: 100px;
        /* 增加底部内边距 */
        position: relative;
        display: block;
        overflow: hidden;
        height: 100vh;
    }

    .services-title {
        font-family: "Montserrat SemiBold";
        font-weight: 700;
        font-size: 100px;
        line-height: 120px;
        color: #003D5C;
    }

    .services-desc {
        font-family: Montserrat;
        padding-top: 30px;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #003D5C;
    }

    .service-blocks {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }

    .service-block {
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: flex-start;
        background-size: cover;
        background-position: center;
        position: relative;
        box-sizing: border-box;
    }

    .service-block picture {
        display: block;
        font-size: 0;
    }

    .service-block .service-image {
        width: 100%;
        height: auto;
    }


    /* 文字容器样式，半透明圆角，顶部间距100px，无需定位 */
    .service-block-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        max-width: 800px;
        color: #fff;
        box-sizing: border-box;
        overflow: hidden;
    }

    .service-block-content .service-block-title-desc {
        padding: 40px 0 16px 60px;
    }

    .service-block-content .service-block-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding-left: 60px;
    }

    /* 左右对齐逻辑 */
    .align-left {
        margin-left: 60px;
        margin-right: auto;
    }

    .align-right {
        margin-left: auto;
        margin-right: 30px;
        text-align: left;
        right: 0;
    }

    .service-block-content .plus {
        display: none;
    }

    .service-block-content .minus {
        display: none;
    }

    .service-block-title {
        font-family: 'Montserrat Bold';
        font-weight: 700;
        font-size: 100px;
        color: #fff;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .service-block-desc {
        font-family: 'Montserrat Regular';
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
    }
    .m_b_10{
        margin-bottom: 10px;
    }
    @media (max-width: 1440px) {
        .service-block-title {
            font-size: 48px;
        }

        .service-block-content {
            max-width: 100%;
        }

        .service-block-content .service-block-title-desc {
            padding-right: 40px;
            padding-left: 40px;
        }

        .service-block-content .service-block-text {
            padding-right: 40px;
            padding-left: 40px;
        }

        .our-services-section {
            box-sizing: border-box;
        }
    }

    /* 响应式适配 */
    @media (max-width:768px) {
        .our-services-section {
            padding-top: 104px;
        }

        .services-title {
            font-size: 32px;
            line-height: 48px;
        }

        .services-desc {
            font-size: 16px;
            line-height: 24px;
            padding-top: 16px;
        }

        .service-blocks {
            margin-top: 24px;
            flex-direction: row;
            gap: 0;
        }

        .service-block {
            border-radius: 16px;
        }

        .service-block-content .service-block-title-desc {
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            padding: 40px 24px;
        }

        .service-block-title {
            font-size: 24px;
        }

        .service-block-content .button-icon {
            display: inline-block;
            position: absolute;
            bottom: 24px;
            right: 24px;
            cursor: pointer;
        }

        .service-block-content .button-icon .plus {
            display: inline-block;
        }

        .service-block-content .button-icon[data-expand=open] .minus {
            display: inline-block;
        }

        .service-block-content .button-icon[data-expand=open] .plus {
            display: none;
        }


        .service-block-desc {
            font-size: 14px;
        }

        .service-block-content .service-block-text {
            font-size: 14px;
            padding: 40px 24px;
            height: 100%;
            background: #027380;
            border-radius: 16px;
        }

        .pagination-list {
            margin-top: 24px;
            --swiper-pagination-bullet-height: 2px;
            --swiper-pagination-bullet-width: 50px;
            --swiper-pagination-bullet-border-radius: 40px;
            --swiper-pagination-color: #003D5C;
            display: flex;
            justify-content: center;
        }

        .pagination-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 160px;
        }
    }
 
 
    .demo-pagination-btn[disabled] {
        background: rgba(255, 255, 255, 0.3);
        cursor: not-allowed;
        opacity: 1;
    }

    .demo-pagination-btn svg {
        width: 34px;
        height: 34px;
        stroke: #003D5C;
    }

    .demo-pagination-btn[disabled] svg {
        stroke: #003D5C;
    }

    .demo-pagination {
        display: flex;
        gap: 20px;
        z-index: 10;
        justify-content: right;
    }

    .demo-pagination-btn {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .2s;
        opacity: 1;
        margin-top: 40px;

    }

    .insights-title {
        margin-bottom: 24px;
    }

    .insights-section-body {
        padding-top: 80px;
        padding-bottom: 76px;
    }

    .insights-section-body .insights-pagination {
        position: relative;

    }

    .insights-section-body .demo-pagination {
        position: absolute;
        top: 0;
        right: 0;
    }

    .insights-section-body .demo-pagination-btn {
        margin: 0;
    }

    .insights-pagination {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 0;
    }
 
 
    .vertical-industries-section-full {
        width: 100%;
        background: linear-gradient(314.74deg, #003D5C 7.08%, #0A1B2E 84.98%);
        padding-top: 80px;
        padding-bottom: 100px;
        color: #fff;
        box-sizing: border-box;
    }

    .vi-center-wrap {
        max-width: 1440px;
        /* 改为max-width */
        width: 100%;
        /* 宽度100% */
        margin: 0 auto;
        padding: 0 20px;
        /* 添加水平内边距 */
        box-sizing: border-box;
    }

    .vi-header {
        margin-bottom: 40px;
    }

    .vi-title {
        font-family: 'Montserrat SemiBold';
        font-weight: 600;
        font-size: 48px;
        line-height: 1;
        margin-bottom: 24px;
    }

    .vi-desc {
        font-family: 'Montserrat Regular';
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }

    /* 卡片布局 - 使用flex替代固定宽度计算 */
    .vi-row {
        display: flex;
        gap: 24px;
        margin-bottom: 24px;
        width: 100%;
    }

    .vi-card {
        flex: 1;
    }

    .vi-card {
        border: 1px solid #fff;
        background: rgba(0, 61, 92, 0.5);
        border-radius: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        transition: all 0.3s ease;
        cursor: pointer;
        text-align: center;
        padding: 20px;
    }

    .vi-card:hover,
    .vi-card.vi-card-active {
        background: linear-gradient(168.48deg, rgba(36, 226, 204, 0.9) -3.28%, #027380 81.2%);

        transform: translateY(-4px);
    }

    .vi-card-text {
        font-family: 'Montserrat SemiBold';
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #fff;
        margin-top: 12px;
    }


    /* 语言区域 */
    .vi-lang-title {
        font-family: 'Montserrat SemiBold';
        margin-top: 100px;
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 14px;
        color: #fff;
    }

    .vi-lang-desc {
        font-family: 'Montserrat Regular';
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 37px;
        color: #fff;
    }

    .vi-lang-border {
        border: 1px solid #fff;
        border-radius: 18px;
        width: 100%;
        padding: 32px 44px;
        /* 高度由内容自适应 */
        display: flex;
        align-items: center;
        background: #003D5C80;
        box-sizing: border-box;
    }

    .vi-lang-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        gap: 36px;
    }

    .vi-lang-item {
        font-size: 24px;
        font-family: Montserrat;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0;
        line-height: 1.2;
        margin: 16px 0;
        white-space: nowrap;
    }



    @media (max-width: 768px) {
        .vertical-industries-section-full {
            background-image: url("/assets/imgs/our-serve-industry.webp");
            padding: 60px 24px 48px;
            background-size: cover;
        }

        .vi-title {
            font-size: 32px;
            line-height: 48px;
            margin-bottom: 16px;
        }

        .vi-desc {
            line-height: 24px;
            font-size: 16px;
        }

        .vi-center-wrap {
            padding: 0;
        }

        .vi-card-svg svg {
            height: auto;
            width: 40px;
        }

        .vi-card-text {
            font-size: 10px;
            line-height: 16px;
            margin-top: 4px;
        }

        .vi-card {
            border: none;
            background: none;
            padding: 0;
        }

        .vi-row {
            margin-bottom: 0;
            gap: 32px;
            padding-bottom: 40px;
        }

        .vi-row:last-child {
            padding-bottom: 0;
        }

        .vi-body {
            padding: 40px 24px;
            background: #003D5C80;
            border: 1px solid #fff;
            border-radius: 18px;
        }

        .vi-lang-title {
            font-size: 32px;
            line-height: 48px;
            margin-bottom: 16px;
        }

        .vi-lang-desc {
            line-height: 24px;
            font-size: 16px;
            margin-bottom: 40px;
        }

        .vi-lang-row {
            gap: 28px 24px;
        }

        .vi-lang-item {
            font-size: 14px;
            line-height: 22px;
            margin: 0;
        }

        .vi-lang-border {
            padding: 24px;
            width: auto;
            box-sizing: border-box;
        }

        .our-services-section {
            height: auto;
        }

        .design-color {
            display: none;
        }

        .build-color {
            display: none;
        }

        .run-color {
            display: none;
        }
    }

    .design-color {
        color: #E58432;
    }

    .build-color {
        color: #F1CA49;
    }

    .run-color {
        color: #24E2CC;
    }
 