@charset "utf-8";

/* 首页：<=1024px 案例 3D 缩放 + 合作客户走马灯 */
@media (max-width: 1024px) {
    html, body { overflow-x: hidden; max-width: 100%; }

    /* 案例中心小屏：zturn 3D 扇形轮播 */
    .case_m_carousel { display: none !important; }
    .idx_product_showcase .lb_gl {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        min-height: 268px;
        margin-bottom: 0;
        overflow: hidden !important;
        position: relative !important;
        left: auto !important;
        pointer-events: auto !important;
    }
    /* Banner 小屏：首页布局在 index.html，此处仅非首页文案字号 */
    .banner_desc h2 { font-size: clamp(18px, 5.2vw, 26px) !important; line-height: 1.35; }
    .banner_desc p { font-size: 12px !important; padding-top: 4px !important; }

    .idx_item { padding-top: 48px !important; }
    .idx_item .idx_titles { padding-bottom: 20px !important; }
    .idx_item .idx_titles h3 { font-size: 26px !important; }

    /* 案例中心分类 */
    .idx_item .prolistpage { padding: 8px 0 0 !important; margin-bottom: 0 !important; }
    .idx_item .prolistpage .con1400 { padding: 0 !important; overflow: hidden; }
    .idx_item .prolistpage .flexrow {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        padding: 0 12px 8px;
        gap: 8px;
        scrollbar-width: none;
    }
    .idx_item .prolistpage .flexrow::-webkit-scrollbar { display: none; }
    .idx_item .prolistpage .flexrow li { width: auto !important; flex: 0 0 auto !important; }
    .idx_item .prolistpage .flexrow li a {
        display: inline-block;
        padding: 6px 14px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        background: #f3f4f6;
        border-radius: 18px;
        border-bottom: none !important;
        color: #555;
    }
    .idx_item .prolistpage .flexrow li.active a {
        background: #fff8e6;
        color: #222;
        box-shadow: inset 0 -2px 0 #ffb900;
    }
    .idx_product_showcase { margin-top: 0 !important; padding-top: 0 !important; }
    /* 案例中心小屏：不依赖 JS 的 showcase-mobile 类（覆盖首页内联 .lb_gl{height:725px}） */
    .idx_product_showcase {
        --case-poster-w: 115px;
        --case-poster-h: 244px;
        --case-pad-t: 20px;
        --case-pad-b: 10px;
        --case-for-h: 214px;
        --case-frame-w: 120px;
        --case-frame-h: 244px;
    }
    .idx_product_showcase .lb_gl {
        height: auto !important;
        min-height: 268px !important;
        margin-bottom: 0 !important;
        background-size: cover;
    }
    .idx_product_showcase .lb_gl .container,
    .idx_product_showcase.showcase-mobile .lb_gl .container {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(var(--case-frame-h, 244px) + 24px) !important;
        margin: 0 auto;
        position: relative !important;
    }
    .idx_product_showcase .lb_gl .pictureSlider,
    .idx_product_showcase .lb_gl .poster-list {
        height: 100%;
        margin-bottom: 0;
        position: relative !important;
        width: 100% !important;
    }
    .idx_product_showcase .lb_gl .poster-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .idx_product_showcase .lb_gl .poster-item,
    .idx_product_showcase.showcase-mobile .lb_gl .poster-item {
        width: var(--case-poster-w, 115px) !important;
        height: var(--case-poster-h, 244px) !important;
        padding: var(--case-pad-t, 20px) 0 var(--case-pad-b, 10px) !important;
        box-sizing: border-box;
        border-radius: 8px;
        overflow: hidden;
    }
    .idx_product_showcase .lb_gl .for_btn,
    .idx_product_showcase.showcase-mobile .lb_gl .for_btn {
        height: var(--case-for-h, 214px) !important;
        max-height: var(--case-for-h, 214px) !important;
        overflow: hidden;
    }
    .idx_product_showcase .lb_gl .for_btn img,
    .idx_product_showcase.showcase-mobile .lb_gl .for_btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
    }
    .idx_product_showcase .lb_gl .zturn-item,
    .idx_product_showcase.showcase-mobile .lb_gl .zturn-item {
        transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0.5s ease;
        -webkit-transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0.5s ease;
    }
    .idx_product_showcase .lb_gl .posbor,
    .idx_product_showcase.showcase-mobile .lb_gl .posbor {
        position: absolute !important;
        width: var(--case-frame-w, 120px) !important;
        height: var(--case-frame-h, 244px) !important;
        /* 居中套在轮播卡片外；JS syncCaseFramePosition 会再精调 */
        left: calc(50% - var(--case-frame-w, 120px) / 2) !important;
        top: 0 !important;
        margin: 0 !important;
        transform: none !important;
        z-index: 99;
        pointer-events: none;
    }

    /* 首页小屏：隐藏流程、团队风采 */
    .page-index .idx_liucheng,
    .page-index .idx_hzitem {
        display: none !important;
    }

    /* 首页新闻：小屏图片卡片横向滑动 */
    .idx_news .idx_news_head--desktop { display: none; }
    .idx_news.is-mobile-swiper .idx_news_swiper .swiper-slide {
        height: auto;
    }
    .idxnews_card .idxnews_desc button { display: none !important; }
    .idxnews_link--desktop { display: none !important; }
    /* 首页公司资讯：小屏固定宽高图片展示框 */
    .page-index .idx_news {
        --idxnews-mobile-card-w: calc(100vw - 42px);
        --idxnews-mobile-img-h: calc(var(--idxnews-mobile-card-w) * 9 / 16);
    }
    .page-index .idx_news.is-mobile-swiper .idx_news_swiper .swiper-slide {
        width: var(--idxnews-mobile-card-w) !important;
        flex-shrink: 0;
    }
    .page-index .idx_news .idxnews_card {
        width: var(--idxnews-mobile-card-w);
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-index .idx_news .idxnews_card .idxnews_img {
        width: var(--idxnews-mobile-card-w) !important;
        max-width: 100%;
        height: var(--idxnews-mobile-img-h) !important;
        min-height: var(--idxnews-mobile-img-h) !important;
        max-height: var(--idxnews-mobile-img-h) !important;
        padding-bottom: 0 !important;
        aspect-ratio: unset !important;
        position: relative;
        overflow: hidden;
        line-height: 0;
        background: #f5f5f5;
    }
    .page-index .idx_news .idxnews_card .idxnews_img img {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        display: block;
    }
    .idx_product_showcase {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        clear: both;
    }

    #abhzkh.about_hz { padding: 40px 0 50px !important; }
    #abhzkh .con1400 { padding-left: 12px; padding-right: 12px; box-sizing: border-box; }
    #abhzkh .about_hz_tit h3 { font-size: 26px !important; margin-bottom: 24px !important; }
    #abhzkh .about_hz_item {
        height: auto !important;
        min-height: 0;
        padding-bottom: 12px;
    }
    #abhzkh .about_hz_swiper {
        width: 100%;
        overflow: hidden;
        position: relative !important;
    }
    #abhzkh .about_hz_item .swiper-slide {
        height: calc((100% - 20px) / 3) !important;
        box-sizing: border-box;
    }
    #abhzkh .idxkh_simg {
        background-color: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
        min-height: 72px;
        padding: 10px 8px;
        box-sizing: border-box;
    }
    #abhzkh .idxkh_simg img {
        display: block;
        max-width: 100%;
        max-height: 56px;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .idx_kehu { padding-top: 36px !important; padding-bottom: 36px !important; }
    .idx_kehu .con1400 { padding: 0 12px; box-sizing: border-box; }
    .idx_kehu_mobile_grid { display: none !important; }
    .idx_kehu.kehu-mobile .company.box,
    .company.box { display: block !important; overflow: hidden; }
    .idx_kehu.kehu-mobile .company.box > .company_content:nth-child(n+4) { display: none; }
    .idx_kehu.kehu-mobile .company_content {
        max-width: 100%;
        height: 56px;
        margin-bottom: 8px;
        overflow: hidden;
        position: relative;
    }
    .idx_kehu.kehu-mobile .company_box {
        width: 96px;
        height: 56px;
        padding-right: 24px;
        box-sizing: content-box;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .idx_kehu.kehu-mobile .company_boxes {
        left: -120px;
        position: relative;
        height: 56px;
    }
    .idx_kehu.kehu-mobile .company_box img,
    .idx_kehu.kehu-mobile .company_box_img {
        width: 100% !important;
        height: 44px !important;
        max-height: 44px !important;
        object-fit: contain !important;
        display: block;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    }

    /* 页脚小屏 */
    .foot { padding: 36px 0 32px !important; }
    .foottop { padding-bottom: 20px !important; justify-content: center !important; }
    .footlogo a img { max-width: 110px !important; }
    .footmid,
    .footmid.flexrow {
        margin-top: 24px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
    .foot .con1400,
    .footcopy .con1400 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .foottop.flexrow { justify-content: center !important; }
    .footcopy .footcitem.flexrow {
        flex-direction: column !important;
        align-items: center !important;
    }
    .footc_r { display: none !important; }
    .footmid_l { display: none !important; }
    .footmid_r { width: 100% !important; max-width: 100%; margin: 0; }
    .footmid_rdesc p { font-size: 14px !important; line-height: 1.5; padding-left: 30px; }
    .footmid_ewm { margin-top: 20px; padding-left: 30px; box-sizing: border-box; }
    .footmid_ewm ul.flexrow { justify-content: flex-start !important; }
    .footmid_ewm ul li { width: auto !important; max-width: 130px; text-align: left; }
    .footmid_ewm ul li img { max-width: 110px; height: auto; }
    .footmid_ewm ul li p { font-size: 13px !important; text-align: left; }
    .footcopy { padding: 14px 0 !important; }
    .footcitem { flex-direction: column !important; align-items: center !important; }
    .footc_l {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .footc_l span {
        display: block;
        padding: 0 !important;
        border-left: none !important;
        font-size: 12px !important;
        line-height: 1.5;
    }

    .prolistpage { width: 100% !important; max-width: 100% !important; overflow: hidden; }
    .prolistpage .con1400 { width: 100% !important; padding: 0 15px !important; box-sizing: border-box; }
  /* 产品/案例列表页分类换行；首页案例中心分类保持横向胶囊（须写在后面覆盖） */
    .prolistpage .flexrow:not(.prolist_item):not(.idx_home_cats) { flex-wrap: wrap !important; justify-content: flex-start !important; }
    ul.idx_home_cats.flexrow {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 12px 6px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    ul.idx_home_cats.flexrow::-webkit-scrollbar { display: none; }
    ul.idx_home_cats.flexrow > li {
        width: auto !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    ul.idx_home_cats.flexrow > li > a {
        display: inline-block !important;
        line-height: 1.35 !important;
        padding: 6px 12px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        background: #f3f4f6;
        border-radius: 16px;
        border-bottom: none !important;
        color: #555;
    }
    ul.idx_home_cats.flexrow > li.active > a {
        background: #fff8e6;
        color: #222;
        box-shadow: inset 0 -2px 0 #ffb900;
    }
    .idx_item.idx_case_cats .idx_titles { padding-bottom: 16px !important; }
    .idx_item.idx_case_cats .prolistpage { padding-top: 4px !important; }

    /* 首页关于我们：小屏简介最多三行 */
    .page-index .idx_about_l p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .prolist_navwrap .prolistmid_ul > li { width: auto !important; flex: 0 0 auto; }

    .con1400, .con1280, .con1200, .container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* 列表页小屏：分类折叠 + 卡片紧凑（案例/产品） */
    .caselistmid,
    .prolist_navwrap { position: relative; margin: 20px 0; padding-right: 72px; }
    .caselistm_r,
    .prolistm_r {
        display: flex;
        align-items: center;
        position: absolute;
        top: 6px;
        right: 0;
        border: none;
        background: none;
        cursor: pointer;
        padding: 4px 0;
        color: #0146ad;
        font-size: 14px;
    }
    .caselistm_r_arrow,
    .prolistm_r_arrow {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 6px;
        border-right: 2px solid #0146ad;
        border-bottom: 2px solid #0146ad;
        transform: rotate(45deg);
        transition: transform 0.25s ease;
    }
    .caselistm_r.active .caselistm_r_arrow,
    .prolistm_r.is-open .prolistm_r_arrow { transform: rotate(-135deg); }
    .caselistmid_ul,
    .prolistmid_ul {
        max-height: 44px;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }
    .caselistmid_ul.active,
    .prolistmid_ul.is-open { max-height: 600px; }
    .prolistmid_ul:not(.is-open) { max-height: 42px; overflow: hidden; }
    .caselistmid ul li a,
    .prolist_navwrap ul li a {
        padding: 6px 10px !important;
        margin: 0 6px 6px 0 !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        display: inline-block !important;
    }
    .caselist_item .row { align-items: flex-start; }
    .caselist_item ul li { margin-bottom: 18px; }
    .caselist_item ul li > a { display: block; height: auto !important; }
    .caselist_liimg { height: auto !important; aspect-ratio: 1 / 1; line-height: 0; }
    .caselist_liimg img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .caselist_lidesc { padding: 8px 6px 10px !important; margin-top: 0; }
    .caselist_lidesc h3 { margin-bottom: 4px; font-size: 14px; line-height: 1.35; }
    .caselist_lidesc p { font-size: 12px; line-height: 18px; margin: 0; }
    .caselist_lidesc button { margin-top: 8px; padding: 5px 14px; font-size: 11px; }

    /* 产品中心列表页 */
    .prolistpage { padding: 24px 0 !important; }
    .prolistpage .prolist_list ul.row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }
    .prolistpage .prolist_list ul.row > li {
        float: none !important;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
        padding-left: 8px !important;
        padding-right: 8px !important;
        box-sizing: border-box;
        margin-bottom: 16px !important;
    }
    .prolistpage .prolist_list ul li > a {
        display: block;
        height: auto !important;
        padding: 10px !important;
    }
    .prolistpage .prolist_item_img {
        height: auto !important;
        aspect-ratio: 1 / 1;
        line-height: 0;
    }
    .prolistpage .prolist_item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .prolistpage .prolist_item_text {
        padding: 8px 0 0 !important;
    }
    .prolistpage .prolist_item_text h3 {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.35;
        height: auto !important;
    }
    .prolistpage .prolist_item_text p {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        height: auto !important;
    }
}

@media (max-width: 1800px) {
    .idx_hezuo .swiper-button-next {right: 10px;}
    .idx_hezuo .swiper-button-prev {left: 10px;}
    .footmid_l dl {margin-right: 70px;}
    .slideTxtBox {height: 750px;}
}
@media (max-width: 1400px) {
    .idx_fa ul li.active .idx_fadesc {padding-top: 20%;}
    .slideTxtBox .hd ul li .about_qywhd_desc {margin-top: 330px;}
    .slideTxtBox .hd ul li.on .about_qywhd_desc {margin-top: 250px;}
    .aboutt_r {padding-left: 10%;}
    .abouttgs_l {padding-right: 10%;} 
    .footmid_l dl {margin-right: 60px;}
    .head_r {width: auto;}
}
@media (max-width: 1200px) {
    .logo {width: 25%;}
    .head_r {width: 75%;padding-left: 10%;}
    .nav>ul>li>a {padding: 0px 5px;}
    .idx_about_l {padding: 0px;}
    .idx_about_num .numCount ul li .indc {font-size: 12px;}
    .idx_about_r {padding-top: 100px;}
    .footmid_l dl {margin-right: 30px;}
    .footc_l span {padding: 0px 10px;}
    .banner_desc h2 {font-size: 30px;}
    .banner_desc p {font-size: 14px;}
    .idx_fadesc h3, .idxfa_title h3 {font-size: 18px;}
    .idxnews_desc h3 {height: 64px;overflow: hidden;}
    .idxnews_desc p {height: 80px;overflow: hidden;}
    .footc_rlinks ul li a,.footc_l span, .footc_l span a,.footc_r p {font-size: 12px;}
    .prolist_item_text h3 {height: 20px ; overflow: hidden;}
    .prolist_item_text p {height: 60px;overflow: hidden;}
    .respnews_lil {padding: 0px  20px;}
    .respnews_lil h3 {font-size: 16px;line-height: 26px;}
    .respnews_lil span {font-size: 12px;}
    .ernav_r {width: 34%;}
}
@media (max-width: 992px) {
    html, body { overflow-x: hidden; max-width: 100%; }
    .con1400, .con1280, .con1200, .con1600, .con1760 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .container { width: 100% !important; max-width: 100% !important; padding: 0 15px; box-sizing: border-box; }

    .logo {width: 20%;padding: 0px 20px;}
    .head_r {width: 80%;padding-left: 5%;}
    .nav>ul>li>a {font-size: 14px;}
    .top_search {margin-left: 20px;}
    .idx_pros ul li {margin-bottom: 30px;}
    .idx_fadesc h3 {font-size: 20px;line-height: 30px;}
    .idx_titles h3,.idx_ftitles h3 {font-size: 38px;}
    .footmid_l dl {margin-right: 20px;}
    .footmid_r {width: 28%;}
    .footc_l span,.footc_r p,.footc_l span a {font-size: 12px;}
    .footc_r {width: 14%;background: none;}
    .footc_rlinks ul li a {font-size: 12px;}
    .idxfa_title h3 {width: 120px;line-height: 30px;}
    .idx_fadesc p {margin-bottom: 80px;}
    .aboutt_r {padding: 40px 0px 0px;}
    .abouttgs_l {padding: 0px 0px 40px;}
    .slideTxtBox .hd ul li {padding: 0px 10px;}
    .slideTxtBox .hd ul li .about_qywhd_desc h3 {font-size: 20px;}
    .slideTxtBox .hd ul li .about_qywhd_desc p {font-size: 16px;}
    .abouthist_l,.abouthist_r {width: 50%;}
    .xuanfu {display: none !important;}
    .prode_caselist_img {height: 120px;}
    .prode_caselist_text h4 {font-size: 16px;}
    .prode_contop h3 {font-size: 30px;}
    .resp_lidesc_item h3 {font-size: 14px;line-height: 24px;}
    .resp_item ul li:hover .resp_lidesc_item {height: 250px;}
    .respnews_lil,.respnews_lir {width: 50%;}
    .newsde_rimg {height: 100px;}
    .neibannerdesc h2 {font-size: 40px;}
    .neibanner {height: 350px;}
    .newslistp_r {padding: 30px 20px;}
    .newslistp_r h3 {font-size: 20px;line-height: 26px;}
    .newslistp_rbot {margin-top: 12px !important;}
    .newsde_l h2 {font-size: 24px;}
    .contact_ways li h6 {font-size: 14px;}
    .prolist2_tsx_l {width: 10%;}
    .prolist2_tsx_r {width: 87%;}

    /* 平板：案例 zturn + 合作客户走马灯 */
    .idx_product_showcase .lb_gl { display: block !important; visibility: visible !important; height: auto !important; overflow: hidden; }
    .idx_product_showcase .case_m_carousel { display: none !important; }
    .idx_kehu_mobile_grid { display: none !important; }
    .idx_kehu.kehu-mobile .company.box,
    .company.box { display: block !important; }
    .prolistpage { width: 100% !important; max-width: 100% !important; overflow: hidden; }
    .prolistpage .con1400 { width: 100% !important; padding: 0 !important; }
    .prolistpage .flexrow:not(.prolist_item):not(.idx_home_cats) { flex-wrap: wrap !important; overflow-x: visible !important; justify-content: flex-start !important; }
    ul.idx_home_cats.flexrow {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
    }
    .prolist_navwrap .prolistmid_ul > li { width: auto !important; flex: 0 0 auto; margin-right: 0 !important; }
    .prolist_navwrap .prolistmid_ul > li a {
        font-size: 13px !important;
        line-height: 1.4 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 10px !important;
    }
    .idx_about_container, .idx_news_container { width: 100% !important; }
    .idx_about .container.con1400,
    .idx_news .container.con1400 { width: 100% !important; padding: 0 15px; box-sizing: border-box; }
    .idx_about { position: relative; z-index: 2; clear: both; }
    .banner, .banner .bannerswiper, .banner_img { width: 100% !important; max-width: 100% !important; }
    .banner_desc h2 { font-size: clamp(18px, 4vw, 30px) !important; line-height: 1.35; }
    .idx_fa.is-mobile-swiper { height: auto; overflow: hidden; }
    .idx_fa.is-mobile-swiper .idx_fa_swiper { overflow: hidden; }
    .idx_fa.is-mobile-swiper .swiper-slide {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
    }
    .idx_fa.is-mobile-swiper .idxfa_title { display: none !important; }
    .idx_fa.is-mobile-swiper .idx_fadesc { display: block !important; }
}
@media (max-width: 767px) {
    .idx_item {padding-top: 60px;}
    .idx_titles {padding-bottom: 50px;}
    .idx_titles h3, .idx_ftitles h3 {font-size: 30px;}
    .idx_ftitles h3 {line-height: 40px;}
    .row {margin: 0px;}
    .idxpros_more {margin-top: 30px;}
    .idx_fa.is-mobile-swiper { height: auto; }
    .idx_fa.is-mobile-swiper .swiper-slide { height: clamp(300px, 52vw, 420px) !important; }
    .idx_fa.is-mobile-swiper .idx_fadesc { padding: 50px 24px 28px !important; }
    .idx_fa.is-mobile-swiper .idx_fadesc p { margin: 20px 0 !important; }
    .idx_about_num .numCount ul li {width: 50%;margin-bottom: 30px;}
    .idx_about_r {padding-top: 30px;}
    .idx_about,.idx_hzitem,.idx_news {padding-bottom: 70px;}
    .idxnews_item {margin-bottom: 20px;}
    .idx_fform input {margin-bottom: 30px;}
    .idx_fform input,.idx_fform input.idx_fform3,.idx_fform button,.abouthist_l, .abouthist_r,.prolist_r {width: 100%;}
    .footmid_r { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
    .footmid_l,.footc_r {display: none !important;}
    .foot {padding: 36px 0 32px !important;}
    .footmid.flexrow { flex-direction: column !important; align-items: flex-start !important; }
    .footmid_ewm { padding-left: 30px; box-sizing: border-box; }
    .footmid_ewm ul.flexrow { justify-content: flex-start !important; }
    .footmid_ewm ul li { text-align: left; }
    .footcitem.flexrow { flex-direction: column !important; align-items: center !important; }
    .footc_l {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .footc_l span {
        display: block;
        padding: 0 !important;
        border-left: none !important;
        font-size: 12px !important;
    }
    .idx_footmess {padding-top: 50px;}
    .idxkh_spagination .swiper-pagination-bullet {width: 20px;margin: 0px 3px !important;height: 3px;}
    .neibanner {height: 200px;}
    .neibannerdesc h2 {font-size: 30px;}
    .neinav_item ul li {margin-right: 15px;}
    .neinav_item ul li a {font-size: 14px;}
    .abouttop,.about_tgs,.resppage,.respnews,.newsdetail,.newslistp,.contact_t,.contact_bot {padding: 50px 0px;}
    .abouttgs_l h3 {line-height: 46px;}
    /* slideTxtBox 小屏改由 is-mobile-accordion 控制，见文件末尾 ≤1024px 规则 */
    .about_hz:not(.idx_kehu) { padding: 50px 0px 80px; }
    .abouthist_r {margin-top: 40px;}
    .about_hisitem {height: 600px;}
    .about_hisitem .swiper-slide {display: block;}
    .about_hisitem .swiper-button-next, .about_hisitem .swiper-button-prev {top: 98%;}
    .about_hisline {top: 85%;}
    .prolist_l {width: 100%;margin-bottom: 30px;}
    .prolist_item_img,.prolist_item_text p,.prolist_item_text h3 {height: auto;}
    .slideTxtBoxpro .hd,.slideTxtBoxpro .hd ul {height: auto;}
    .prode_topl,.newsde_l,.newslistp_l,.newslistp_r {width: 100%;}
    .slideTxtBoxpro .hd ul li {font-size: 14px;line-height: 40px;padding:0px 20px 10px 0px;}
    .prode_caselist ol li {width: 100%;margin-bottom: 20px;}
    .prode_caselist_text h4 {font-size: 16px;}
    .prode_contop h3 {font-size: 26px;}
    .pdp-table {overflow: scroll;}
    .resp_item ul li,.respnews_lil,.respnews_lir {width: 100%;}
    .resp_lidesc_item {height: 25px;}
    .resp_item ul li:hover .resp_lidesc_item {height: 250px;}
    .resp_lidesc_item p,.newslistp_r p {line-height: 24px;}
    .respnews_lil {padding: 30px 15px;}
    .respnews_liitem.flexrow { flex-direction: column !important; }
    .respnews_lir { height: auto !important; order: 2; }
    .respnews_lir img { height: auto; max-height: 300px; object-fit: cover; }
    .respnews_list { margin-top: 28px; }
    .respnewsswiper { position: relative !important; height: auto !important; }
    .respnewsswiper .swiper-button-next,
    .respnewsswiper .swiper-button-prev {
        bottom: auto !important;
        margin-top: 0 !important;
        width: 32px;
        height: 32px;
        z-index: 10;
    }
    .respnewsswiper .swiper-button-prev { left: 10px !important; right: auto !important; }
    .respnewsswiper .swiper-button-next { right: 10px !important; left: auto !important; }
    .casetop_l {width: 100%;margin-bottom: 0px ;}
    .casetop_r {display: none;}
    .newsde_r {display: none;}
    .newsde_l h2 {font-size: 20px;}
    .newsde_lbot {justify-content: center;}
    .newdelb_m {margin: 20px 0px;}
    .newdelb_l,.contact_bl,.contact_br,.contact_ways li {width: 100%;}
    .newslistp_l,.newslistp_item {height: auto;}
    .newslistp_r {padding: 20px;}
    .newslistp_rbot {margin-top: 12px;}
    .newslistp_r h3 {font-size: 20px;line-height: 30px;margin-bottom: 20px;}
    .contact_br {margin-top: 40px;}
    .contact_ways li h6 {font-size: 16px;}
    .newslistp_botdes {padding:20px 15px;}
    .newdelb_l p {text-align: center;}
    .langitem {top: 40px;}
    .prolist_l {display: none;}
    .prolist2_top {padding: 0px 10px;margin-bottom: 50px;}
    .prolist2_topsx {padding: 10px 0px;}
    .prolist2_tsx_l a {font-size: 14px;}
    .prolist2_tsx_r ul li {margin-right: 10px;}
    .prolist2_tsx_r ul li a {font-size: 14px;padding: 0px 5px;}
    .procontent1_l {width: 100%;height: auto;}
    .procontent1_r {width: 100%;margin-top: 30px;}
    .procontent_zx {margin-top: 60px;}
    .procon2_top ul li {margin: 0px 15px;}
    .prodecon_item {padding: 30px 15px;}

    /* ===== 首页移动端适配 ===== */
    .banner .bannerswiper .swiper-slide { min-height: 200px; }
    .banner_desc h2 { font-size: 20px !important; line-height: 1.35; }
    .banner_desc p { font-size: 12px !important; padding-top: 6px; line-height: 1.5; }

    .prolistpage .prolist_list ul.row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }
    .prolistpage .prolist_list ul.row > li {
        float: none !important;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
        padding-left: 8px !important;
        padding-right: 8px !important;
        box-sizing: border-box;
    }

    .idx_product_showcase .lb_gl { display: block !important; visibility: visible !important; height: auto !important; min-height: 268px; overflow: hidden; }
    .idx_product_showcase .case_m_carousel { display: none !important; }

    .idx_item { overflow: hidden; }
    .idx_about {
        position: relative !important;
        z-index: 5 !important;
        clear: both !important;
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
    .idx_product_showcase {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        clear: both;
    }

    .idx_fa.is-mobile-swiper .swiper-slide {
        left: 0 !important;
        position: relative !important;
    }
    .idx_fa.is-mobile-swiper .idx_fadesc { padding: 36px 20px 28px !important; }
    .idx_fa.is-mobile-swiper .idx_fadesc h3 { font-size: 18px; }
    .idx_fa.is-mobile-swiper .idx_fadesc p { font-size: 13px; line-height: 22px; margin: 16px 0 !important; }

    .idx_about .container.con1400,
    .idx_news .container.con1400 { width: 100% !important; padding: 0 15px; box-sizing: border-box; }
    .idx_about_l h3 { font-size: 22px; }
    .page-index .idx_about_l p { font-size: 14px; line-height: 26px; margin: 25px 0; }
    .idx_about_num .numCount ul li { width: 50%; margin-bottom: 24px; }
    .idx_about_num .numCount ul li .numCX { font-size: 28px; }
    .idx_about_num .numCount ul li .indc { font-size: 11px; line-height: 1.45; }
    .idx_about_r img { width: 100%; height: auto; }

    .idx_liucheng { padding: 30px 15px; box-sizing: border-box; }

    .idxnews_desc { padding: 25px 20px; }
    .idxnews_desc h3 { font-size: 18px; height: auto; line-height: 28px; margin: 15px 0; }
    .idxnews_desc p { font-size: 14px; height: auto; line-height: 24px; }
    .page-index .idx_news .idxnews_card .idxnews_desc h3 { min-height: 46px; }
    .page-index .idx_news .idxnews_card .idxnews_desc p { min-height: 64px; }
    .idxnews_link a { width: 200px; height: 50px; line-height: 48px; font-size: 14px; margin-top: 30px; }

    .idx_hezuo { padding: 0 10px; }
    .idx_hzitem .idx_titles { padding-bottom: 30px; }

    .idx_kehu_mobile_grid { display: none !important; }
    .idx_kehu.kehu-mobile .company.box,
    .company.box { display: block !important; overflow: hidden; }
    .idx_kehu { padding-bottom: 36px; }

}

@media (min-width: 1025px) {
    .idx_product_showcase .case_m_carousel { display: none !important; }
    .caselistmid_ul,
    .prolistmid_ul.is-open { max-height: none !important; overflow: visible !important; }
    .prolistmid_ul:not(.is-open) { max-height: none !important; }
    .caselistm_r,
    .prolistm_r { display: none !important; }
    .caselistmid,
    .prolist_navwrap { padding-right: 0 !important; }
    /* 案例中心列表页：大屏图片随宽高等比展示，避免固定高度压扁 */
    .caselist_page .caselist_item .caselist_liimg {
        height: auto !important;
        aspect-ratio: auto !important;
    }
    .caselist_page .caselist_item .caselist_liimg img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .caselist_page .caselist_item ul li:hover .caselist_liimg img {
        transform: none !important;
    }
}

/* 解决方案页：轮播箭头贴图区域（≤1024px） */
@media (max-width: 1024px) {
    .respnews { padding: 40px 0 36px; }
    .respnews_list {
        margin-top: 24px;
        position: relative;
        padding-bottom: 0;
    }
    .respnewsswiper { position: relative !important; height: auto !important; overflow: hidden; }
    .respnews_liitem.flexrow {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .respnews_lil {
        width: 100% !important;
        order: 1;
        padding: 20px 15px 12px !important;
        box-sizing: border-box;
    }
    .respnews_lil h3 { margin-bottom: 12px; font-size: 17px; line-height: 1.4; }
    .respnews_lil p { margin-bottom: 8px; }
    .respnews_lil span { margin-top: 8px; font-size: 13px; }
    .respnews_lir {
        width: 100% !important;
        order: 2;
        height: auto !important;
        position: relative;
    }
    .respnews_lir img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
        display: block;
    }
    .respnewsswiper .swiper-button-next,
    .respnewsswiper .swiper-button-prev {
        position: absolute;
        bottom: auto !important;
        margin-top: 0 !important;
        width: 34px;
        height: 34px;
        z-index: 10;
    }
    .respnewsswiper .swiper-button-prev {
        left: 10px !important;
        right: auto !important;
    }
    .respnewsswiper .swiper-button-next {
        right: 10px !important;
        left: auto !important;
    }

    /* 解决方案小屏箭头：与团队风采 idx_hezuo 一致 */
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_next,
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        top: 50%;
        margin-top: -25px;
    }
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_next { right: 10px; left: auto; }
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_prev { left: 10px; right: auto; }
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_next:after,
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_prev:after {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_next:hover,
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_prev:hover {
        background: #004eb1;
        border-color: #004eb1;
    }
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_next:hover:after,
    .idx_fa.is-mobile-swiper .idx_fa_swiper_wrap .idx_fa_prev:hover:after {
        color: #ffffff;
    }

    /* 合作客户：箭头与解决方案小屏一致 */
    #abhzkh .about_hz_swiper .swiper-button-next,
    #abhzkh .about_hz_swiper .swiper-button-prev {
        position: absolute;
        bottom: auto !important;
        margin-top: 0 !important;
        width: 34px;
        height: 34px;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.45);
    }
    #abhzkh .about_hz_swiper .swiper-button-prev {
        left: 10px !important;
        right: auto !important;
    }
    #abhzkh .about_hz_swiper .swiper-button-next {
        right: 10px !important;
        left: auto !important;
    }
    #abhzkh .about_hz_swiper .swiper-button-next:after,
    #abhzkh .about_hz_swiper .swiper-button-prev:after {
        font-size: 16px;
        color: #fff;
    }

    /* 联系我们：分布图去固定高度，消除小屏留白 */
    .contact_bot {
        padding: 40px 0 28px !important;
    }
    .contact_bot .con1400 {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .contactb_item.flexrow {
        flex-direction: column !important;
    }
    .contact_map_static {
        margin-top: 16px;
        padding: 0 12px;
        box-sizing: border-box;
        height: auto !important;
        min-height: 0 !important;
    }
    .contact_map_static img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
    }
    .contact_t {
        padding: 36px 0 !important;
    }
    .contact_mapitem {
        margin-top: 24px !important;
    }
    #container {
        height: 260px !important;
    }
}

/* 关于我们：合作客户 iPhone 等小屏三行滚动 */
@media (max-width: 767px) {
    #abhzkh.about_hz { padding: 32px 0 40px !important; }
    #abhzkh .about_hz_tit h3 { font-size: 22px !important; margin-bottom: 16px !important; }
    #abhzkh .about_hz_swiper { padding: 0 36px; box-sizing: border-box; }
    #abhzkh .about_hz_item .swiper-slide {
        height: calc((100% - 16px) / 3) !important;
        box-sizing: border-box;
    }
    #abhzkh .idxkh_simg { min-height: 64px; padding: 8px 6px; }
    #abhzkh .idxkh_simg img { max-height: 48px; }
}

/* 关于我们：企业文化 slideTxtBox 小屏垂直手风琴（≤1024px，不依赖 JS） */
@media (max-width: 1024px) {
    .about_qywh .slideTxtBox {
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        background-color: #1a1a1a !important;
        overflow: hidden;
    }
    .about_qywh .slideTxtBox .bd {
        order: 1;
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        flex: 0 0 auto;
    }
    .about_qywh .slideTxtBox .bd > ul {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
        padding: 0;
        z-index: 1;
        float: none !important;
        display: none !important;
    }
    .about_qywh .slideTxtBox .bd > ul.about-culture-panel-active {
        display: block !important;
    }
    .about_qywh .slideTxtBox .bd > ul li,
    .about_qywh .slideTxtBox .bd > ul li img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }
    .about_qywh .slideTxtBox .hd {
        order: 2;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        background: #1a1a1a !important;
        z-index: 2;
    }
    .about_qywh .slideTxtBox .hd ul,
    .about_qywh .slideTxtBox .hd ul.con1400 {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
        float: none !important;
    }
    .about_qywh .slideTxtBox .hd ul li {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        padding: 0 !important;
        box-sizing: border-box;
        position: relative !important;
    }
    .about_qywh .slideTxtBox .hd ul li:first-child {
        border-left: none !important;
    }
    .about_qywh .slideTxtBox .hd ul li.animate {
        opacity: 1 !important;
        visibility: visible !important;
        animation: none !important;
        transform: none !important;
    }
    .about_qywh .slideTxtBox .hd ul li .about_qywhd_line {
        display: none !important;
    }
    .about_qywh .slideTxtBox .hd ul li .about_qywhd_desc {
        width: 100% !important;
        margin-top: 0 !important;
        height: auto !important;
        overflow: hidden;
        padding: 14px 16px;
        box-sizing: border-box;
        transition: max-height 0.35s ease;
        max-height: 48px;
    }
    .about_qywh .slideTxtBox .hd ul li .about_qywhd_desc h3 {
        font-size: 16px !important;
        line-height: 1.35;
        margin: 0 !important;
        color: #fff !important;
    }
    .about_qywh .slideTxtBox .hd ul li .about_qywhd_desc p {
        display: none !important;
        margin: 10px 0 0 !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        color: rgba(255, 255, 255, 0.9) !important;
    }
    .about_qywh .slideTxtBox .hd ul li.on {
        background: rgba(0, 78, 177, 0.4) !important;
    }
    .about_qywh .slideTxtBox .hd ul li.on .about_qywhd_desc {
        max-height: 400px !important;
        height: auto !important;
        padding-bottom: 16px;
    }
    .about_qywh .slideTxtBox .hd ul li.on .about_qywhd_desc p {
        display: block !important;
    }
}

/* 公司资讯：顶部轮播随内容高度（≤1024px） */
@media (max-width: 1024px) {
    .newslistp_top { padding-bottom: 0; }
    .newslistpswiper {
        height: auto !important;
        overflow: hidden;
    }
    .newslistpswiper .swiper-wrapper,
    .newslistpswiper .swiper-slide {
        height: auto !important;
    }
    .newslistp_item.flexrow {
        flex-direction: column !important;
        align-items: stretch !important;
        height: auto !important;
    }
    .newslistp_l {
        width: 100% !important;
        height: auto !important;
        max-height: none;
    }
    .newslistp_l img {
        width: 100%;
        height: auto;
        max-height: 220px;
        object-fit: cover;
        display: block;
    }
    .newslistp_r {
        width: 100% !important;
        padding: 16px 15px 10px !important;
        box-sizing: border-box;
    }
    .newslistp_r h3 {
        margin-bottom: 10px !important;
        font-size: 17px;
        line-height: 1.4;
    }
    .newslistp_r p {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .newslistp_rbot {
        margin-top: 10px !important;
    }
    .newslistppagination {
        margin-top: 14px;
        position: relative;
    }

    /* 公司资讯：底部文章列表（仅标题） */
    .newslistp .newslistp_bot.container {
        margin-top: 32px;
        padding: 0;
        border: 1px solid #e8e8e8;
        background: #fff;
        overflow: hidden;
    }
    .newslistp .newslistp_bot_hd {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px;
        background: #f5f5f5;
        border-bottom: 1px solid #e8e8e8;
        font-size: 16px;
        line-height: 1.4;
        color: #333;
    }
    .newslistp .newslistp_bot_hd::before {
        content: '';
        display: block;
        width: 4px;
        height: 18px;
        background: #00b5a5;
        flex-shrink: 0;
    }
    .newslistp .newslistp_bot_hd span {
        font-weight: normal;
    }
    .newslistp .newslistp_bot ul.row {
        display: block !important;
        margin: 0 !important;
    }
    .newslistp .newslistp_bot ul.row > li {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #eee;
    }
    .newslistp .newslistp_bot ul.row > li:last-child {
        border-bottom: none;
    }
    .newslistp .newslistp_bot ul.row > li > a {
        display: block;
    }
    .newslistp .newslistp_botimg {
        display: none !important;
    }
    .newslistp .newslistp_botdes {
        height: auto !important;
        min-height: 0 !important;
        padding: 16px !important;
        background: #fff !important;
        box-shadow: none !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .newslistp .newslistp_botdes h3 {
        font-size: 15px !important;
        line-height: 1.55 !important;
        font-weight: normal !important;
        margin: 0 !important;
        color: #333 !important;
    }
    .newslistp .newslistp_botdes p {
        display: none !important;
    }
    .newslistp .newslistp_bot ul li:hover .newslistp_botdes,
    .newslistp .newslistp_bot ul li:hover .newslistp_botdes h3,
    .newslistp .newslistp_bot ul li:hover .newslistp_botdes p {
        background: #fff !important;
        color: #333 !important;
        box-shadow: none !important;
    }
    .newslistp .newslistp_bot ul li:active .newslistp_botdes h3 {
        color: #00b5a5 !important;
    }
    .newslistp .newslistp_bot .newspage {
        text-align: center;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }
    .newslistp .newslistp_bot .newspage .pagination,
    .newslistp .newslistp_bot .newspage .pager {
        display: none !important;
    }
    .newslistp .newslistp_bot .newspage-m-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 16px 20px;
    }
    .newslistp .newslistp_bot .newspage-m-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 88px;
        padding: 8px 14px;
        border: 1px solid #00b5a5;
        border-radius: 4px;
        background: #fff;
        color: #00b5a5;
        font-size: 14px;
        line-height: 1.2;
        text-decoration: none;
        box-sizing: border-box;
    }
    .newslistp .newslistp_bot .newspage-m-btn.is-disabled {
        opacity: 0.45;
        pointer-events: none;
    }
    .newslistp .newslistp_bot .newspage-m-info {
        flex: 1;
        text-align: center;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
    }
}

/* 全站页脚小屏（文件末尾，保证内页与首页一致） */
@media (max-width: 1024px) {
    .foot { padding: 36px 0 32px !important; }
    .foottop.flexrow { justify-content: center !important; padding-bottom: 20px !important; }
    .footlogo a img { max-width: 110px !important; height: auto; }
    .footmid.flexrow {
        margin-top: 24px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
    .footmid_l { display: none !important; }
    .footmid_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .footmid_rdesc p { font-size: 14px !important; line-height: 1.5; word-break: break-word; padding-left: 30px; }
    .footmid_ewm { padding-left: 30px; box-sizing: border-box; }
    .footmid_ewm ul.flexrow { justify-content: flex-start !important; }
    .footmid_ewm ul li { width: auto !important; max-width: 130px; text-align: left; }
    .footmid_ewm ul li img { max-width: 110px; height: auto; }
    .footmid_ewm ul li p { text-align: left; }
    .footcopy { padding: 14px 0 !important; }
    .footcopy .footcitem.flexrow {
        flex-direction: column !important;
        align-items: center !important;
    }
    .footc_r { display: none !important; }
    .footc_l {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .footc_l span {
        display: block;
        padding: 0 !important;
        border-left: none !important;
        font-size: 12px !important;
        line-height: 1.5;
    }
}

/* ===== 首页小屏 v5（文件末尾，优先级最高） ===== */
@media (max-width: 1024px) {
    /* Banner：裁剪 JPG 内嵌竖排按钮，HTML 横排按钮居中 */
    .banner .bannerswiper .swiper-slide {
        overflow: hidden;
        line-height: 0;
    }
    .banner .banner_img {
        display: block;
        width: 100% !important;
        height: clamp(210px, 54vw, 340px) !important;
        max-height: 340px;
        object-fit: cover;
        object-position: left center;
    }
    .banner .bannerswiper .swiper-slide::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 22%;
        height: 100%;
        background: linear-gradient(270deg, rgba(8, 18, 36, 0.92) 0%, transparent 100%);
        z-index: 1;
        pointer-events: none;
    }
    /* 首页 Banner 布局见 index.html */
    /* 案例中心分类横向滑动 */
    .idx_case_cats .idx_cats_bar ul.flexrow,
    .idx_case_cats .prolistpage ul.flexrow,
    ul.idx_home_cats.flexrow {
        display: flex !important;
        flex-flow: row nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px !important;
        padding: 0 12px 8px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .idx_case_cats .idx_cats_bar ul.flexrow::-webkit-scrollbar,
    ul.idx_home_cats.flexrow::-webkit-scrollbar { display: none; }
    .idx_case_cats .idx_cats_bar ul.flexrow > li,
    .idx_case_cats .prolistpage ul.flexrow > li,
    ul.idx_home_cats.flexrow > li {
        width: auto !important;
        flex: 0 0 auto !important;
    }
    .idx_case_cats .idx_cats_bar ul.flexrow > li > a,
    .idx_case_cats .prolistpage ul.flexrow > li > a,
    ul.idx_home_cats.flexrow > li > a {
        display: inline-block !important;
        padding: 7px 14px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        background: #f3f4f6 !important;
        border-radius: 18px !important;
        border-bottom: none !important;
        color: #555 !important;
    }
    .idx_case_cats .idx_cats_bar ul.flexrow > li.active > a,
    ul.idx_home_cats.flexrow > li.active > a {
        background: #fff8e6 !important;
        color: #222 !important;
        box-shadow: inset 0 -2px 0 #ffb900;
    }
}

/* ===== 产品详情页：小屏主图完整显示 ===== */
@media (max-width: 1024px) {
    .prodetail,
    .prodetail .con1400,
    .procontent_1 {
        overflow-x: hidden;
        max-width: 100%;
    }
    .procon1_item.flexrow {
        flex-direction: column !important;
        align-items: stretch !important;
        overflow: hidden;
    }
    .procontent1_l {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden;
        box-sizing: border-box;
    }
    .procontent1_l .gallery-top {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
        max-height: min(62vw, 440px);
        overflow: hidden;
    }
    .procontent1_l .gallery-top.swiper-container,
    .procontent1_l .gallery-top .swiper-wrapper {
        height: 100% !important;
        width: 100% !important;
    }
    .procontent1_l .gallery-top .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-sizing: border-box;
    }
    .procontent1_l .gallery-top .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
        object-position: center center;
    }
    .procontent1_l .gallery-thumbs {
        height: 68px !important;
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .procontent1_l .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .procontent1_r {
        width: 100% !important;
        margin-top: 24px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .prodecon_itemcon,
    .prodecon_itemcon p {
        overflow-x: hidden;
        max-width: 100%;
        word-break: break-word;
    }
    .prodecon_itemcon img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        display: block;
    }
}

@media (min-width: 1025px) {
    .newslistp .newslistp_bot_hd {
        display: none !important;
    }

    /* 关于我们-合作客户：大屏箭头左右两侧垂直居中 */
    #abhzkh .about_hz_item.abhzkh_swiper_wrap {
        padding-left: 44px;
        padding-right: 44px;
        box-sizing: border-box;
    }
    #abhzkh .abhzkh_swiper_wrap.respnews_list .swiper-button-next,
    #abhzkh .abhzkh_swiper_wrap.respnews_list .swiper-button-prev {
        position: absolute !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        margin-top: 0 !important;
        width: 36px !important;
        height: 36px !important;
        background-color: #8e8e8e !important;
        z-index: 10 !important;
    }
    #abhzkh .abhzkh_swiper_wrap.respnews_list .swiper-button-prev {
        left: 0 !important;
        right: auto !important;
    }
    #abhzkh .abhzkh_swiper_wrap.respnews_list .swiper-button-next {
        left: auto !important;
        right: 0 !important;
    }
}