.top-swiper {
    position: relative;
    max-height: 85rem;
}
.zwDiv{
    height: 5.9rem;
}
.top-swiper .swiperitem {
    width: 100%;
    height: auto;
}

/* 未激活 */
.top-swiper .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    background: #ccc;
    opacity: 1;
    margin: 0;
    flex-shrink: 0;
}

/* 激活 */
.top-swiper .swiper-pagination-bullet-active {
    width: 4.2rem;
    height: 4.2rem;
    background: transparent;
    border: 1px solid #E7832B;
    opacity: 1;
    position: relative;
    flex-shrink: 0;
}

.top-swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #E7832B;
    border-radius: 50%;
}

.top-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 0.5rem;
    /* 指示器之间的间距，可以调整这个值 */
    position: relative;
    top: 0.8rem;
}

.top-swiper .pagination_container {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 4.6rem;
    margin: auto;

    width: 100%;
    z-index: 1;
    margin: auto;
    flex-shrink: 1;
}

.top-swiper .swiperIcon {
    width: 1.6rem;
}

.top-swiper .swiperIcon img {
    max-width: 100%;
    height: auto;
}

.top-swiper .wBox {
    display: flex;
    justify-content: center;
}

.top-swiper .swiperBtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-swiper .centerIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-swiper .preBtn {
    margin-right: 1.2rem;
}

.top-swiper .preBtn {
    transform: rotate(90deg);
}

.top-swiper .nextBtn {
    transform: rotate(-90deg);
}

.top-swiper .preBtn,
.nextBtn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.top-swiper .preBtn:hover,
.nextBtn:hover {
    background: #E7832B;
    color: #fff;
    border-color: #E7832B;
}

/* 移除 swiper 按钮中 SVG 的过渡效果 */
.top-swiper .preBtn .chev,
.top-swiper .nextBtn .chev,
.transformer-swiper-prev .chev,
.transformer-swiper-next .chev {
    transition: none !important;
}

.top-swiper .swiperText_content {
    position: absolute;
    bottom: 22rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.top-swiper .swiperText_content .titleLag {
            max-width: 1200px;
    font-weight: 500;
    font-size: 2.5rem;
    color: #ffffff; 
    font-family: ROBOTO;
    text-align: center;
    font-style: normal;
    text-transform: none;
word-break: normal;
  overflow-wrap: break-word;
  text-shadow: 1px 1px 3px rgba(0,0,0,1);
  padding: 0 2rem;
}

.top-swiper .swiperText_content .titleLagSmall {
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 2.6rem;
    width: 55%;
    font-family: Regular;
}

/* .top-swiper .lockMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6rem;
    height: 5.6rem;
    border-radius: 7rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    margin-top: 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
    font-style: normal;
    text-transform: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    transition: color 0.1s ease;
} */
.top-swiper .lockMore {
    width: 16.6rem;
    height: 5.6rem;
    margin-top: 5rem;

}

.top-swiper .lockMore img {
    /* width: 0.7rem;
    height: 1.1rem;
    margin-left: 0.8rem; */
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.top-swiper .lockMore img:hover{
 
    transform: translateY(-5px);
   
}
.pages_title {
    font-weight: 600;
    font-size: 4.2rem;
    color: #2D3748;
    line-height: 5rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 3rem;
    font-family: ROBOTO;
}

.product_content {
    padding: 8rem 0;
}

.product_content .products_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.product_content .product_item {

    position: relative;
    background: #F2F4F8;
    overflow: hidden;
    height: 100%;
}
.product_content .product_item:hover .bagImg{
  transform: scale(1.05);
}

.product_content .bagImg {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.8s all ease;
    opacity: 0;
}

.product_content .folt_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 3.6rem;
    background-color: rgba(0, 0, 0, 0);
}

.product_content .folt_box_titlt {
    font-weight: bold;
    font-size: 2.8rem;
    color: #1E3A5F;
    line-height: 3.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.6rem;
    font-family: ROBOTO;
}

.product_content .folt_box_titltsmall {
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 2.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s all;
    font-family: Regular;
}

.product_content .btn_img {
    max-width: 6rem;
    max-height: 6rem;
    position: absolute;
    bottom: 2.6rem;
}

.product_content .btn_img img {
    max-width: 100%;
    height: auto;
}

.product_content .btnH {
    display: none;
}

.product_content .product_item:hover .btnH {
    display: block;
}

.product_content .product_item:hover .btnS {
    display: none;
}

.product_content .product_item:hover .bagImg {
    opacity: 1;
}

.product_content .product_item:hover .folt_box_titltsmall {
    opacity: 1;
}

.product_content .product_item:hover .folt_box_titlt {
    color: #fff;
}

.product_content .product_item:hover .folt_box {
    background-color: rgba(0, 0, 0, 0.3);
}

.Solution_content {
    padding: 0 0 8rem 0;
}

/* Solution 分栏轮播（与 top-swiper 按钮 hover 一致） */
.solution-split-layout {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
}

.solution-split-swiper .swiper-slide {
    height: auto;
}

.solution-split-slide {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}

.solution-split__img {
    flex: 1 1 50%;
    min-width: 0;
    position: relative;
    background: #1a1a1a;
    overflow: hidden;

}

.solution-split__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease-in-out;
}
.solution-split__img img:hover {
    transform: scale(1.05);
}
.solution-split__body {
    flex: 1 1 50%;
    min-width: 0;
    background: #0b1f3f;
    color: #fff;
    padding: 4rem 4rem 9rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.solution-split__title {
    font-weight: bold;
    font-size: 3.2rem;
    color: #ffffff;
    line-height: 3.8rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: ROBOTO;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.solution-split__title:hover{
      color: #fff;
}
.solution-split__desc {
    margin: 1.6rem 0 0;
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Regular;
      text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.solution-split__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-top: 2.4rem;
     font-family: Regular;
}
.foltcv{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.solution-split__card {
  
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2rem;
    /*padding: 3.3rem 1.7rem;*/
    font-style: normal;
    font-family: Regular;
    text-transform: none;
    box-sizing: border-box;
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.solution-split__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 2;
}

.solution-split__footer-inner {
    width: 50%;
    box-sizing: border-box;
    padding: 0 4rem 0;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    pointer-events: auto;
}

.solution-split__progress-wrap {
    flex: 1;
    min-width: 0;
}

.solution-split__progress-track {
    position: relative;
    height: 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    overflow: hidden;
}

.solution-split__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% / var(--solution-total, 4));
    background: #e7832b;
    border-radius: inherit;
    transform: translateX(calc(var(--solution-index, 0) * 100%));
    transition:
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.35s ease;
}

.solution-split__nav {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 1.2rem;
}

.solution-split__btn {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    padding: 0;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.solution-split__btn .chev {
    width: 1.2rem;
    height: 1.2rem;
    transition: none !important;
}

.solution-split__btn:hover {
    background: #e7832b;
    color: #fff;
    border-color: #e7832b;
}

.solution-split__card {
    height: 17.6rem;
}

.serving_global {
    padding: 8rem 0 0 0;
    background-image: url('../image/indexImg/mapImg.png');
    background-size: cover;
}

.serving_global .color_pages_title {
    color: #fff;
    margin-bottom: 2rem;
}

.pages_title_small {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 2.9rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 80%;
    margin: auto;
    font-family: Regular;
}

.serving_global .data_list_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 5rem;
}

.serving_global .data_list_content .data_number {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 900;
    font-size: 8.8rem;
    color: #ffffff;
    letter-spacing: 0.8rem;
    font-style: normal;
    text-transform: none;
    font-family: ROBOTO;
}

.serving_global .data_list_content .data_number .span_two {
    font-weight: 900;
    font-size: 3.3rem;
    color: #ffffff;
    line-height: 8.6rem;
    letter-spacing: 0.8rem;
    font-style: normal;
    text-transform: none;
}

.serving_global .data_list_content .type_name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    line-height: 2.8rem;
    font-style: normal;
    text-transform: none;
    margin-top: 1rem;
    font-family: Regular;
    text-align: center;
}

.serving_global .map_img {
    max-height: 67.5rem;
    margin-top: 6rem;
    overflow: hidden;
}

.serving_global .map_img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.joint_project {
    padding: 8rem 0;
}

/* Joint project — horizontal accordion (1px = 0.1rem) */
@keyframes jp-ltr-wipe {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.jp-accordion {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    min-height: 48rem;
    margin-top: 4rem;
}

.jp-accordion__panel {
    position: relative;
    flex: 1;
    min-width: 26rem;
    overflow: hidden;
    /* border-radius: 0.4rem; */
    transition: flex 0.4s cubic-bezier(0.33, 1, 0.32, 1);
}

.jp-ltr-target.jp-run-ltr {
    animation: jp-ltr-wipe 1.25s cubic-bezier(0.26, 0.85, 0.35, 1) forwards;
}

.jp-accordion__reveal {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
    .jp-ltr-target.jp-run-ltr {
        animation: none !important;
        clip-path: none !important;
    }
}

/* 展开态由 .is-expanded 控制，避免鼠标移出整区后又回到第一项 */
.jp-accordion__panel.is-expanded {
    flex: 5;
}

.jp-accordion__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.jp-accordion__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    /* 收起态：瞬切，无任何过渡 */
    transition: opacity 0s, visibility 0s;
    margin: 2rem;
}

.jp-accordion__panel.is-expanded .jp-accordion__content {
    opacity: 1;
    visibility: visible;
    /* 展开态：淡入 */
    transition: opacity 0.3s ease;
}

.jp-accordion__quote {
    display: block;
    font-size: 4rem;
    line-height: 1;
    color: rgba(30, 58, 95, 0.12);
    margin-bottom: 0.4rem;
    font-family: Georgia, 'Times New Roman', serif;
}

.jp-accordion__title {
    margin: 0;
    font-weight: bold;
    font-size: 2.4rem;
    color: #1e3a5f;
    line-height: 3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family:ROBOTO;
}

.jp-accordion__subtitle {
    margin: 1.6rem 0 0;
    font-weight: 400;
    font-size: 1.6rem;
    color: #4a5568;
    line-height: 2.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family:Regular ;
}

.jp-accordion__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.jp-accordion__logo {
    width: 9.7rem;
    height: 3.2rem;
    object-fit: contain;
    display: block;
}

.jp-accordion__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.jp-accordion__btn img {
    width: 4rem;
    height: 4rem;
    display: block;
    object-fit: contain;
}

.jp-accordion__panel:focus {
    outline: none;
}

.jp-accordion__panel:focus-visible {
    box-shadow: 0 0 0 0.3rem rgba(231, 131, 43, 0.45);
    z-index: 1;
}

.cooperate {
    padding: 0 0 8rem 0;
}

/* Cooperate — 自适应网格布局，每行最多5个 */
.cooperate-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.cooperate-card-link {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.center_box {
    display: none;
}

.cooperate-card-link:focus-visible {
    outline: 0.2rem solid rgba(231, 131, 43, 0.65);
    outline-offset: 0.2rem;
    border-radius: 0.6rem;
}

.cooperate-card {
    width: 100%;
    height: 12.6rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 0.4rem;
    transition:
        background 0.3s ease,
        box-shadow 0.35s ease;
}

.cooperate-card img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(1);
    transition: filter 0.35s ease;
}

.cooperate-card-link:hover .cooperate-card,
.cooperate-card-link:focus-visible .cooperate-card {
    background: #ffffff;
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
}

.cooperate-card-link:hover .cooperate-card img,
.cooperate-card-link:focus-visible .cooperate-card img {
    filter: grayscale(0);
}
.assisting_box{
  background-image: url("../image/indexImg/dbImg.png");
  background-size: cover;
  padding: 8rem 0;
}
.btnImghs{
    margin: auto;
    margin-top: 2.3rem;
    text-align: center;
    max-width: 18rem;
    max-height: 5rem;
}
.btnImghs img{
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.btnImghs img:hover{
    transform: translateY(-5px);
}

/* ============ index_cont 模块自适应媒体查询 ============ */

/* ≤1599px */
@media (max-width: 1599px) {
    .product_content .btn_img{
    width: 4rem;
    height: 4rem;
    }
    .product_content .folt_box_titltsmall{
          -webkit-line-clamp: 3;
    }
    .pages_title {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }

    .index_cont .product_content {
        padding: 7rem 0;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .index_cont .Solution_content {
        padding: 0 0 7rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 2rem;
        /*padding: 3rem 1.5rem;*/
    }

    .index_cont .serving_global {
        padding: 7rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 4rem;
    }

    .index_cont .joint_project {
        padding: 7rem 0;
    }

    .index_cont .jp-accordion__title {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .index_cont .cooperate {
        padding: 0 0 7rem 0;
    }

    .index_cont .assisting_box {
        padding: 7rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

/* ≤1439px */
@media (max-width: 1439px) {
    .pages_title {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }

    .index_cont .product_content {
        padding: 6rem 0;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }

    .index_cont .Solution_content {
        padding: 0 0 6rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 1.9rem;
        /*padding: 2.8rem 1.3rem;*/
    }

    .index_cont .serving_global {
        padding: 6rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 3.5rem;
    }

    .index_cont .joint_project {
        padding: 6rem 0;
    }

    .index_cont .jp-accordion {
        margin-top: 3.5rem;
    }

    .index_cont .jp-accordion__title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .index_cont .cooperate {
        padding: 0 0 6rem 0;
    }

    .index_cont .assisting_box {
        padding: 6rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
}

/* ≤1279px */
@media (max-width: 1279px) {
    .top-swiper .swiperText_content {
  
    top: 30rem;


}
    .pages_title {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }

    .index_cont .product_content {
        padding: 5rem 0;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .index_cont .Solution_content {
        padding: 0 0 5rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 1.8rem;
        /*padding: 2.5rem 1.2rem;*/
    }

    .index_cont .solution-split__cards {
        gap: 1rem;
    }

    .index_cont .serving_global {
        padding: 5rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.4rem;
        line-height: 2.2rem;
        width: 90%;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 3rem;
        gap: 1.5rem;
    }

    .index_cont .joint_project {
        padding: 5rem 0;
    }

    .index_cont .jp-accordion {
        margin-top: 3rem;
        min-height: 42rem;
    }

    .index_cont .jp-accordion__title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .index_cont .jp-accordion__foot {
        margin-top: 2rem;
    }

    .index_cont .cooperate {
        padding: 0 0 5rem 0;
    }

    .index_cont .cooperate-list {
        margin-top: 3rem;
    }

    .index_cont .assisting_box {
        padding: 5rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .index_cont .btnImghs {
        margin-top: 2rem;
    }
}

/* ≤1199px */
@media (max-width: 1199px) {
        .top-swiper .swiperText_content {
  
    top: 20rem;


}
    .pages_title {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .index_cont .product_content {
        padding: 4rem 0;
    }

    .index_cont .product_content .folt_box {
        padding: 2.8rem;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .index_cont .Solution_content {
        padding: 0 0 4rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 1.7rem;
        /*padding: 2.2rem 1rem;*/
    }

    .index_cont .solution-split__cards {
        gap: 0.8rem;
    }

    .index_cont .serving_global {
        padding: 4rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.4rem;
        line-height: 2rem;
        width: 95%;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 2.5rem;
        gap: 1.2rem;
    }

    .index_cont .joint_project {
        padding: 4rem 0;
    }

    .index_cont .jp-accordion {
        margin-top: 2.5rem;
        min-height: 38rem;
    }

    .index_cont .jp-accordion__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .index_cont .jp-accordion__content {
        padding: 2.5rem;
        margin: 1.5rem;
    }

    .index_cont .cooperate {
        padding: 0 0 4rem 0;
    }

    .index_cont .cooperate-list {
        margin-top: 2.5rem;
        padding: 2rem 1rem;
    }

    .index_cont .assisting_box {
        padding: 4rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .index_cont .btnImghs {
        margin-top: 1.8rem;
        max-width: 16rem;
        max-height: 4.5rem;
    }
}

/* ≤991px */
@media (max-width: 991px) {
   .cooperate-list {
    margin-top: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

    
    .pages_title {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .index_cont .product_content {
        padding: 3rem 0;
    }

    .index_cont .product_content .folt_box {
        padding: 2.2rem;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 1.2rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .index_cont .Solution_content {
        padding: 0 0 3rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 1.6rem;
        /*padding: 2rem 0.8rem;*/
    }

    .index_cont .solution-split__cards {
        gap: 0.6rem;
        margin-top: 2rem;
    }

    .index_cont .serving_global {
        padding: 3rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.4rem;
        line-height: 1.9rem;
        width: 100%;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 2rem;
        gap: 1rem;
    }

    .index_cont .joint_project {
        padding: 3rem 0;
    }

    .index_cont .jp-accordion {
        margin-top: 2rem;
        min-height: 0;
    }

    .index_cont .jp-accordion__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .index_cont .jp-accordion__content {
    
        margin: 0rem;
    }

    .index_cont .cooperate {
        padding: 0 0 3rem 0;
    }

    .index_cont .cooperate-list {
        margin-top: 2rem;
        padding: 1.8rem 0.6rem;
    }

    .index_cont .assisting_box {
        padding: 3rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .index_cont .btnImghs {
        margin-top: 1.5rem;
        max-width: 15rem;
        max-height: 4.2rem;
    }

    .index_cont .connection {
        padding: 0 1rem;
    }
}

/* ≤767px */
@media (max-width: 767px) {
    .pages_title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .index_cont .product_content {
        padding: 2rem 0;
    }

    .index_cont .product_content .folt_box {
        padding: 1.8rem;
    }

    .index_cont .product_content .folt_box_titlt {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }

    .index_cont .product_content .folt_box_titltsmall {
        font-size: 1.4rem;
        line-height: 1.8rem;
        -webkit-line-clamp: 5;
    }

    .index_cont .Solution_content {
        padding: 0 0 2rem 0;
    }

    .index_cont .solution-split__title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .index_cont .solution-split__desc {
        font-size: 1.4rem;
        line-height: 1.8rem;
        -webkit-line-clamp: 3;
    }

    .index_cont .solution-split__card {
        font-size: 1.4rem;
        line-height: 1.5rem;
        /*padding: 1.8rem 0.6rem;*/
        text-align: left;
    }

    .index_cont .solution-split__cards {
        gap: 0.5rem;
        margin-top: 1.5rem;
    }

    .index_cont .serving_global {
        padding: 2rem 0 0 0;
    }

    .index_cont .pages_title_small {
        font-size: 1.4rem;
        line-height: 1.8rem;
        width: 100%;
        padding: 0 1rem;
    }

    .index_cont .serving_global .data_list_content {
        margin-top: 1.5rem;
        gap: 0.8rem;
        padding: 0 1rem;
    }

    .index_cont .joint_project {
        padding: 2rem 0;
    }

    .index_cont .jp-accordion {
        margin-top: 1.5rem;
        gap: 1rem;
    }

    .index_cont .jp-accordion__panel {
       height: auto;
    }

    .index_cont .jp-accordion__title {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .index_cont .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 1.7rem;
        display: -webkit-box;
-webkit-line-clamp: 5;
text-overflow:ellipsis;
-webkit-box-orient: vertical;
overflow: hidden;
    }
    .center_box{
        height: 0rem;
    }
    .index_cont .jp-accordion__content {
     
        margin: 0rem;
    }

    .index_cont .jp-accordion__foot {
        margin-top: 2rem;
    }

    .index_cont .jp-accordion__logo {
        width: 7rem;
        height: auto;
        max-height: 2.4rem;
    }

    .index_cont .jp-accordion__btn {
        width: 3.5rem;
        height: 3.5rem;
    }

    .index_cont .cooperate {
        padding: 0 0 2rem 0;
    }

    .index_cont .cooperate-list {
        margin-top: 0rem;
        padding: 0rem 0.4rem;
    }

    .index_cont .assisting_box {
        padding: 2rem 0;
    }

    .index_cont .assisting_box .pages_title_small {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: 0 1rem;
    }

    .index_cont .btnImghs {
        margin-top: 1.2rem;
        max-width: 14rem;
        max-height: 4rem;
    }

    .index_cont .connection {
        padding: 0 1rem;
    }
}

/* 2. 大屏 1440px ~ 1599px（2K 显示器缩小窗口 / 15.6 寸高性能本） */
@media (max-width: 1599px) {
    .top-swiper .swiperText_content .titleLag{
        font-size: 2.2rem;
    }
    .jp-accordion__panel {

    min-width: 20rem;

}
    .product_content .folt_box{
        padding: 2rem;
    }
    .product_content .folt_box_titlt {
        font-size: 2.4rem;

    }

    .product_content .folt_box_titltsmall {
        font-size: 1.6rem;

    }

    .serving_global .data_list_content .data_number {
        font-size: 7rem;
    }

    .serving_global .data_list_content .data_number .span_two {
        font-size: 2.5rem;
        line-height: 4.6rem;
    }

    .serving_global .data_list_content .type_name {
        font-size: 2rem;
    }
}

/* 3. 中大屏 1366px ~ 1439px（最常见笔记本 1080P 全屏） */
@media (max-width: 1439px) {
        .jp-accordion__panel {

    min-width: 15rem;

}
    .product_content .folt_box{
        /* padding: 1rem; */
    }
    .serving_global .data_list_content .data_number {
        font-size: 6rem;
    }

    .serving_global .data_list_content .data_number .span_two {
        font-size: 2rem;
        line-height: 3.6rem;
    }

    .serving_global .data_list_content .type_name {
        font-size: 1.8rem;
    }
}

/* 4. 标准屏 1280px ~ 1365px（老款笔记本 / 小屏显示器） */
@media (max-width: 1365px) {
    .top-swiper .swiperText_content .titleLagSmall {
        width: 70%;
    }


}

/* 5. 小PC屏 1199px ~ 1279px（1280×720 老显示器） */
@media (max-width: 1279px) {}

/* 6. 迷你PC / 横版平板 992px ~ 1199px */
@media (max-width: 1199px) {
    .top-swiper .swiperText_content .titleLag {
        font-size: 2rem;
    }

    .top-swiper .swiperText_content {}

    .top-swiper .pagination_container {
        bottom: 3rem;
    }

    .product_content .products_box {

        grid-template-columns: 1fr 1fr 1fr;

    }

    .solution-split__body {
        padding: 3rem 2.4rem 9rem;
    }

    .solution-split__footer-inner {
        padding: 0 2.4rem 2.4rem;
    }

    .solution-split__title {
        font-size: 2.8rem;
    }

    .solution-split__cards {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .solution-split__footer {
        bottom: 0.5rem;
    }

    .solution-split__card {
        height: 10rem;
    }

    .serving_global .data_list_content .data_number {
        font-size: 4rem;
    }

    .serving_global .data_list_content .data_number .span_two {
        font-size: 1.8rem;
    }

    .serving_global .data_list_content .type_name {
        font-size: 1.6rem;
    }
}

/* 7. 竖版平板 768px ~ 991px */
@media (max-width: 991px) {
    .jp-accordion__content {
        margin: 0;
        height: 100%;
    }

    .solution-split-slide {
        flex-direction: column;
    }

    .top-swiper .swiperText_content .titleLagSmall {
        width: 100%;
    }

    .top-swiper .lockMore {
        font-size: 1.3rem;
        width: 12rem;
        height: 4rem;
    }

    .top-swiper .swiper-pagination-bullet-active {
        width: 3rem;
        height: 3rem;
    }

    .top-swiper .preBtn,
    .nextBtn {
        width: 3rem;
        height: 3rem;
    }

    .solution-split__card {

        padding: 2rem 1rem !important;
    }

}

/* 8. 手机 <768px */
@media (max-width: 767px) {
    .top-swiper .wBox{
        display: none;
    }
    .cooperate-card img{
        max-width: 40%;
        height: auto;
    }
    .product_content .products_box{
        gap: 1rem;
    }
    .product_content .btn_img {
        width: 4rem;
        height: 4rem;
    }

    .pages_title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
        line-height: 2.8rem;
    }

    .product_content {
        padding: 4rem 0;
    }

    .product_content .folt_box_titlt {
        color: #fff;
        font-size: 1.8rem;
    }

    .product_content .products_box {
        grid-template-columns: 1fr 1fr;
    }

    .product_content .folt_box {

        background-color: rgba(0, 0, 0, 0.3);
        padding: 1.5rem;
    }

    .product_content .bagImg {
        opacity: 1;
    }

    .product_content .btnH {
        display: block;
    }

    .product_content .btnS {
        display: none;
    }

    .product_content .folt_box_titltsmall {
        -webkit-line-clamp: 2;

        opacity: 1;

    }

    .top-swiper .swiperText_content .titleLag {
        font-size: 1.5rem;
    }

    .top-swiper .swiperText_content {
        top: 10rem;

    }

    .top-swiper .swiperText_content .titleLagSmall {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: 1.6rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .top-swiper .lockMore {
        margin-top: 1.5rem;
    }

    .Solution_content {
        padding: 0 0 4rem 0rem;
    }

    .solution-split-slide {
        flex-direction: column;
        min-height: 0;
    }

    .solution-split__img img {
        min-height: 22rem;
        max-height: 28rem;
    }

    .solution-split__body {
        padding: 2.4rem 1.6rem 8rem;
    }

    .solution-split__title {
        font-size: 2.2rem;
    }

    .solution-split__desc {
        font-size: 1.4rem;
    }

    .solution-split__cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .solution-split__card {
        min-height: 0;
        text-align: left;
        justify-content: flex-start;
        -webkit-line-clamp: 1;
    }

    .solution-split__footer-inner {
        width: 100%;
        padding: 0 1.6rem 2rem;
    }

    .solution-split__btn {
        width: 4rem;
        height: 4rem;
    }

    .serving_global .data_list_content .data_number {
        font-size: 3rem;
    }

    .serving_global .data_list_content .data_number .span_two {
        font-size: 2rem;
        line-height: 3.6rem;
    }

    .serving_global .data_list_content .type_name {
        font-size: 1rem;
        line-height: 2rem;
    }

    .serving_global .data_list_content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .serving_global {
        padding: 3rem 0 0 0;
    }

    .joint_project {
        padding: 3rem 0;
    }

    .jp-accordion {
        flex-direction: column;
        min-height: 0;
        gap: 1.6rem;
        margin-top: 2.4rem;
    }

    .jp-accordion__panel {
        flex: none !important;
        width: 100%;
        min-width: 0;
        min-height: 26rem;
    }

    .jp-ltr-target.jp-run-ltr {
        animation: none !important;
        clip-path: none !important;
    }

    .jp-accordion__content {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .jp-accordion__title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .jp-accordion__subtitle {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .jp-accordion__logo {
        width: 8rem;
        height: auto;
        max-height: 2.8rem;
    }

    .jp-accordion__btn,
    .jp-accordion__btn img {
        width: 4rem;
        height: 4rem;
    }

    .cooperate {
        padding: 0 0 4rem 0;
    }

    .cooperate-list {
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .cooperate-card-link {
        padding: 0.6rem;
    }

    .cooperate-card {
        height: 9rem;
    }

    .cooperate-card img {
        max-width: 50%;
    }
    .assisting_box{
 
        padding: 3rem 0;
    
      }
}