
.lockBtn_ab {
    background: linear-gradient(90deg, rgba(0, 134, 254, 0.1) 0%, rgba(0, 55, 255, 0.1) 100%);
    max-width: 32rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 5rem;
    font-weight: 600;
    font-size: 2.4rem;
    font-style: normal;
    text-transform: none;
    color: #0063fe;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.lockBtn_ab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(0deg, #0086FE 0%, #0037FF 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.lockBtn_ab:hover::before {
    width: 100%;
}

.lockBtn_ab:hover {
    color: #fff;
}

.lockBtn_ab:hover span {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

.top-swiper {
    width: 100%;
    max-height: 80rem;
}

.top-swiper .swiper-slide {
    position: relative;
}

.top-swiper .swiper-slide .swiperitem {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 1s linear 2s;
}

.top-swiper .swiper-slide-active .swiperitem,
.top-swiper .swiper-slide-duplicate-active .swiperitem {
    transform: scale(1);
    transition: transform 10s linear;
}

/* 未激活 */
.top-swiper .swiper-pagination-bullet {
    width: 6.8rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.4rem;
    position: relative;
    top: -2rem;
}

/* 激活 */
.top-swiper .swiper-pagination-bullet-active {
    background-color: #F57730;
}

.top-swiper .swiperText_content {
    position: absolute;
    bottom: 18.2rem;
    display: flex;
    align-items: center;
    padding: 0 21.4rem;
	width:100%;
	justify-content:space-between;
}

.top-swiper .swiperText_content .byqBox {
    max-width: 51rem;
    max-height: 52rem;
}

/* swiperText_content 左右滑入动画 */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.top-swiper .swiperText_content .swiperText_content_box {
    opacity: 0;
    transform: translateX(-80px);
}

.top-swiper .swiperText_content .swiperText_content_box.slide-in-left {
    animation: slideInLeft 1s ease forwards;
}

.top-swiper .swiperText_content .byqBox {
    opacity: 0;
    transform: translateX(80px);
}

.top-swiper .swiperText_content .byqBox.slide-in-right {
    animation: slideInRight 1s ease forwards;
}

.top-swiper .swiperText_content .byqBox img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.top-swiper .swiperText_content .swiperText_title {
    font-family: titFont;
    font-weight: bold;
    font-size: 8rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 12rem;
    margin-bottom: 5rem;
    width: 100%;
}

.top-swiper .byqBox {
    margin-left:8rem;
}

.top-swiper .swiperText_btn {
    width: 22rem;
    height: 6rem;
    background: #F57730;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 2rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    transition: all 0.3s ease;
}

.top-swiper .swiperText_btn:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.pages_title {
    font-family: titFont;
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.9rem;
    text-align: center;
}

.pages_desc {
    font-weight: 400;
    font-size: 2.4rem;
    color: rgba(14, 23, 45, 0.9);
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.prduct_container {
    padding: 10rem 0;
    background-image: url("../image/indexImg/prdc.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.customer_Case {
    padding: 10rem 0;
    background-color: #fff;
}

.news_content {
    padding: 10rem 0;
    background: url("../image/indexImg/newsImg.png");
        background-size: cover;
    background-repeat: no-repeat;
}

.prduct_container .prduct_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-top: 5rem;
}

.prduct_container .prduct_list_item {

    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 8px rgba(225, 230, 240, 0.6);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.prduct_container .prduct_list_item .prd_img {
    height: 23.5rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

.prduct_container .prduct_list_item .prd_img img {
    max-width: 84%;
    height: auto;
}

.prduct_container .prd_btm {
    padding: 1.1rem 2.5rem 3.6rem 2.5rem;
}

.prduct_container .prd_btm .title_prd {
    font-weight: bold;
    font-size: 2.6rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 1.6rem;
}

.prduct_container .prd_btm .title_desc {
    font-weight: 400;
    font-size: 1.6rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 2.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 15rem;
    display: -webkit-box;
-webkit-line-clamp: 5;
text-overflow:ellipsis;
-webkit-box-orient: vertical;
overflow: hidden;
}

.prduct_container .prd_btm .prd_btn {
    background-color: #E8F1FD;
    width: 16rem;
    height: 4.8rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #3C4457;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.prduct_container .prd_btm .prd_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #F57730;
    transition: width 0.4s ease;
    z-index: -1;
}

.prduct_container .prduct_list_item:hover .prd_btn::before {
    width: 100%;
}

.prduct_container .prduct_list_item:hover .prd_btn a {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.prduct_container .prduct_list_item:hover {
    transform: translateY(-10px);
    background: linear-gradient(360deg, #FFFFFF 70%, #B3D5FF 100%);
}



.prduct_container .lockData a {
    width: 32rem;
    height: 8rem;
    background: linear-gradient(90deg, #0086FE 0%, #0037FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 5rem;
    font-weight: 600;
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all 0.5s ease;
}

.prduct_container .lockData a:hover {
    transform: translateY(-10px);
}

.solution_container {
    /* background-color: ; */
    padding: 10rem 0;
    background-image: url("../image/indexImg/jjfabjt.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* 内容区域 - 所有tab内容层叠定位，用opacity切换 */
.solution_container .tab-content {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
}

/* 显示激活的内容 */
.solution_container .tab-content.show {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.solution_container .tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
    background: #FFFFFF;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    padding: 2.6rem 1rem;
    text-align: center;

}
/* 激活状态 */
.solution_container .tab-btn.active {
    background-image: url("../image/indexImg/xzbj.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    box-shadow: 5px 5px 8px 0 rgba(126, 184, 238, 0.56);
}
.solution_container .tab-btn:hover {
    background-image: url("../image/indexImg/xzbj.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    box-shadow: 5px 5px 8px 0 rgba(126, 184, 238, 0.56);

}

.solution_container .tab-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}


.solution_container .solution_bom {
    margin-top: 5rem;
    position: relative;
}

.solution_container .flexGra {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;

}

.solution_container .solution_left {
    padding: 5rem;
    background-color: #fff;
}

.solution_container strong {
    font-family: titFont;
    font-weight: bold;
    font-size: 3.6rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-bottom: 2rem;
  
}

.solution_container .rets_cont {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 3.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1.6rem;
}

.solution_container .solution_right {
    overflow: hidden;
}

.solution_container .solution_right img {
    width: 100%;
    height: 100%;
    /*max-height: 68.6rem; */
    object-fit: cover;
    transition: all 1s ease;
}

.solution_container .solution_right img:hover {
    transform: scale(1.05);
}

.solution_container .solution_left_list_item {
    margin-top: 3.7rem;
    display: flex;
    margin-bottom: 2.9rem;
}

.solution_container .solution_left_list_item:last-of-type {
    margin-bottom: 0;
}

.solution_container .frstIcon {
    margin-right: 0.8rem;
    max-width: 2.6rem;
    max-height: 2.6rem;
}

.solution_container .solution_left_list_item_title {
    font-weight: 600;
    font-size: 1.8rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
}

.solution_container .solution_left_list_item_desc {
    font-weight: 400;
    font-size: 1.4rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 2.5rem;
    font-style: normal;
    text-transform: none;
    margin-top: 0.8rem;
}

.solution_container .btnLc a {
    width: 16rem;
    height: 4.8rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F57730;
}

.solution_container .btnLc a:hover {
    transform: translateY(-5px);
}

/* 1. 外层容器：最大宽度1600px，居中 */
.customer_Case .swiper-section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
}

/* 2. 左右渐变模糊遮罩（和你图片效果一致） */
.customer_Case .swiper-section::before,
.swiper-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.customer_Case .swiper-section::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.customer_Case .swiper-section::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

/* 3. 轮播核心：设置左右内边距，为两侧模块留出空间 */
.customer_Case .swiper {
    width: 100%;
    overflow: visible !important;
    padding: 0 150px;
    z-index: auto;
}

/* 幻灯片层级低于遮罩 */
.customer_Case .swiper-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent !important;
}

/* 4. 大屏显示两侧模块 */
.customer_Case .swiper-slide {
    /* 宽度由 Swiper slidesPerView: 1.8 自动计算，不设 CSS 覆盖 */
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 12px;
    position: relative;
    overflow: visible !important;
    padding-bottom: 6rem;
}

/* 🔥 默认隐藏介绍文字 */
.customer_Case .jieshao {
    font-size: 16px;
    font-weight: normal;
    display: none;
    position: absolute;
    /* 关键修改：把bottom改为负值，实现向下伸出 */
    bottom: -3rem;
    z-index: 3;
    padding: 0 3rem;
    width: 100%;
}

/* 中间激活项样式 */
.customer_Case .swiper-slide-active {
    /* background: #409eff; */
    color: #333;
    transform: scale(1);
    z-index: 2;
}

/* 🔥 只有中间模块显示介绍 */
.customer_Case .swiper-slide-active .jieshao {
    display: block !important;
}

/* 两侧模块样式 */
.customer_Case .swiper-slide-prev,
.customer_Case .swiper-slide-next {
    opacity: 0.8;
}

/* 箭头样式 */
.customer_Case .swiper-button-next,
.swiper-button-prev {
    width: 8rem;
    height: 8rem;
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    color: #000;
    top: calc(50% - 3rem);
    position: absolute;
}

.customer_Case .swiper-button-prev::after {
    content: '←';
    font-size: 3rem;
}

.customer_Case .swiper-button-next::after {
    content: '→';
    font-size: 3rem;
}

.customer_Case .swiper-button-next:hover,
.customer_Case .swiper-button-prev:hover {
    background-color: #F57730;
    color: #fff;
}

.customer_Case .customer_CaseImg {
    width: 100%;
    height: 50rem;
    display: block;
    background-color: #e8ecf0;
    object-fit: cover;
}

.customer_Case .jieshao {
    position: absolute;
    bottom: 0rem;
    z-index: 3;
    padding: 0 3rem;
    width: 100%;

}

.customer_Case .jieshao_content {
    width: 100%;
    background: linear-gradient(0deg, rgba(242, 244, 247, 0.92) 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    padding: 3.8rem;
    position: relative;
    /* top: 3.8rem; */
    transition: box-shadow 0.3s ease;
    transform: translateY(80px) scaleY(0.6);
    transform-origin: bottom center;
    opacity: 0;
}

/* 激活 slide 的 jieshao_content 从下往上展开 */
@keyframes slideUpExpand {
    from {
        opacity: 0;
        transform: translateY(80px) scaleY(0.6);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

.customer_Case .swiper-slide-active .jieshao_content {
    animation: slideUpExpand 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Swiper 内置 loop 的克隆项不显示介绍区 */
.customer_Case .swiper-slide-duplicate .jieshao {
    display: none !important;
}

/* 克隆项的 jieshao_content 不播放展开动画，直接显示最终态避免闪烁 */
.customer_Case .swiper-slide-duplicate .jieshao_content {
    animation: none !important;
    opacity: 1;
    transform: translateY(0) scaleY(1);
}

.customer_Case .jieshao_content:hover {
    /* box-shadow: 8px 8px 20px 4px rgba(200, 210, 225, 0.55); */
}

.customer_Case .jieshao_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer_Case .jieshao_content_top_title {
    font-weight: bold;
    font-size: 3.2rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
}

.customer_Case .jieshao_content_top .jieshao_content_top_img {
    width: 10.4rem;

    flex-shrink: 0;
}
.customer_Case .jieshao_content_top .jieshao_content_top_img img{
    max-width: 100%;
    height: auto;
}
.customer_Case .jieshao_content_top_desc {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 3.2rem;
    margin-top: 1.6rem;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.cooperate-marquee-viewport {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
    padding: 2.4rem 1.2rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: visible;
}

.cooperate-marquee {
    width: 100%;
    overflow: hidden;
    padding: 0.8rem 0;
    box-sizing: border-box;
}

.cooperate-marquee__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3rem;
    width: max-content;
}

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

.center_box {
    height: 3rem;
}

.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 {

    height: 12.6rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    transition:
        background 0.3s ease,
        box-shadow 0.35s ease;
}

.cooperate-card img {
    max-width: 45%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.cooperate-card-link:hover .cooperate-card img,
.cooperate-card-link:focus-visible .cooperate-card img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.cooperate-marquee .js-marquee {
    display: flex;
    align-items: center;
}

.cooperate-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    gap: 3rem;
    /* padding: 2.4rem 1.2rem; */
    /* margin-top: 4rem; */
    margin: 5rem 0;
}

.cooperate-marquee .js-marquee .cooperate-marquee__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: max-content;
}

@media (prefers-reduced-motion: reduce) {
    .cooperate-marquee-viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cooperate-marquee-viewport .js-marquee-wrapper {
        animation: none !important;
        transform: none !important;
    }
}

.customer_Case .lockBtn {
    max-width: 32rem;
    max-height: 8rem;
    margin: auto;
    margin-top: 2.6rem;
    display: block;
    transition: all 0.5s ease;
}

.customer_Case .lockBtn img {
    max-width: 100%;
    height: auto;
}

.customer_Case .lockBtn:hover {
    transform: translateY(-10px) !important;
}

.manufacturing {
    padding: 10rem 0;
    background: url("../image/indexImg/zzy.png") no-repeat;
    background-size: cover;
}

.manufacturing .manufacturing_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 17.3rem;
}

.manufacturing .manufacturing_content_left_title {
    width: 90%;
    text-align: left;
    line-height: 10rem;
    font-size: 7.2rem;
    margin-bottom: 0 !important;
    position: relative;
}

.manufacturing .numGd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 10rem;
    gap: 0 8rem;
}

.manufacturing .numGd_item {
    margin-bottom: 2rem;
}

.manufacturing .top_numGd {
    display: flex;
    align-items: flex-end;

}

.manufacturing .num {
    font-weight: bold;
    font-size: 6rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    /* font-family: numFont; */
    margin-right: 1rem;
}

.manufacturing .unit {
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    width: 2.3rem;
    height: 2rem;
    background: #F07B3D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1rem;
    /* transform: rotate(5deg); */
    transform: skewX(-20deg);
}

.manufacturing .unit span {
    /* transform: rotate(-5deg); */
}

.manufacturing .bottom_numGd {
    font-weight: bold;
    font-size: 2rem;
    color: #0E172D;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
}

.manufacturing .UnderstoodBtn {
    width: 16rem;
    height: 4.8rem;
    background: #F57730;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12rem;
    transition: all 0.5s ease;
}

.manufacturing .UnderstoodBtn:hover {
    transform: translateY(-10px);
}

.manufacturing .zzprd {
    max-height: 41.8rem;
    overflow: hidden;
    transition: all 0.5s ease;
}
.manufacturing .zzprd:hover img{
    transform: scale(1.05);
}
.manufacturing .zzprd img {
    transition: transform 0.5s ease;
}
.manufacturing .manufacturing_content_right img:hover {
    /* transform: scale(1.05); */
}

.manufacturing .manufacturing_content_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.manufacturing .manufacturing_content_right_desc {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 3.6rem;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5rem;
}

.newsImg {
    width: 100%;
    /* max-height: 18rem; */
}

.newsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_content .newsSwiper {
    margin-top: 5rem;
    box-sizing: border-box;
}

.news_content .newsSwiper .swiper-slide {
    position: relative;
    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
}



.news_content .newsImg_swiper {
    opacity: 0;
    transition: all 0.5s ease;

}

.news_content .folt_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 5rem;
}

.news_content .folt_box_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_content .folt_box_nav_btn {
    padding: 0.4rem 1.2rem;
    background: linear-gradient(90deg, #0086FE 0%, #0037FF 100%);
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

.news_content .folt_box_nav_timer {
    font-weight: 400;
    font-size: 1.4rem;
    color: rgba(14, 23, 45, 0.6);
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.news_content .folt_box_title {
    font-weight: bold;
    font-size: 3rem;
    color: #0E172D;
    line-height: 5.1rem;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin: 2rem 0 5rem 0;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_content .folt_box_desc {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 3.2rem;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_content .Understood_abtn {
    width: 16rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #3C4457;
    font-style: normal;
    text-transform: none;
    background-color: #E8F1FD;
    background-image: linear-gradient(#F57730, #F57730);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 8rem;
    position: relative;
    overflow: hidden;
    transition: background-size 0.4s ease, color 0.4s ease;
}

.news_content .swiper-slide:hover .Understood_abtn {
    background-size: 100% 100%;
    color: #fff;
}

.news_content .swiper-slide:hover {
    background: linear-gradient(90deg, #0086FE 0%, #0037FF 100%);
}

.news_content .swiper-slide:hover .newsImg_swiper {
    opacity: 1;
}

.news_content .swiper-slide:hover .folt_box_nav_btn {
    background: rgba(255, 255, 255, 0.17);
}

.news_content .swiper-slide:hover .folt_box_nav_timer {
    color: #fff;
}

.news_content .swiper-slide:hover .folt_box_title2 {
    color: #fff !important;
}

.news_content .swiper-slide:hover .folt_box_desc {
    color: #fff;
}

.news_content .Indicator {
    position: relative;
    text-align: center;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

/* 指示器 */
.news_content .news-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.news_content .news-pagination .swiper-pagination-bullet {
    width: 6.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.news_content .news-pagination .swiper-pagination-bullet-active {
    background: #F57730;
}

.news_content .news_content_bottom {
    max-width: 32rem;
    max-height: 8rem;
    margin: auto;
    margin-top: 2.6rem;
    display: block;
    transition: all 0.5s ease;
    margin-top: 5rem;
}

.news_content .news_content_bottom img {
    max-width: 100%;
    height: auto;
}

.news_content .news_content_bottom:hover {
    transform: translateY(-10px);
}

/* 轮播内层 —— 扩大空间，让箭头和 jieshao 可以外伸 */
.customer_Case .swiper {
    width: 100%;
    overflow: visible !important;
    z-index: auto;
    /* padding: 0 150px 6rem 150px; */
    /* 底部留出空间给 jieshao */
}

/* 轮播项 —— 允许溢出 + 底部空间 */
.customer_Case .swiper-slide {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 12px;
    position: relative;
    overflow: visible !important;
    padding-bottom: 6rem;
}

/* 介绍卡片向下伸出 3rem */
.customer_Case .jieshao {
    font-size: 16px;
    font-weight: normal;
    display: none;
    position: absolute;
    bottom: 2rem;
    z-index: 3;
    padding: 0 3rem;
    width: 100%;
}

.manufacturing .yhpng {
    position: absolute;
    top: -5.8rem;
    left: -9.5rem;
    max-width: 100%;
    height: auto;
    z-index: -1;
}
  .swiper-container {
    width: 100%;
    max-height: 80rem;
    position: relative;
    overflow: hidden;
  }

  .swiper-container .swiper-slide img {
    width: 100%;

    height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
  }

  .swiper-container .swiper-slide-active img,
  .swiper-slide-duplicate-active img {
    transition: 12s linear;
    transform: scale(1, 1);
  }
/* 2. 大屏 1440px ~ 1599px */
@media (max-width: 1599px) {
    .top-swiper .swiperText_content .byqBox {
        max-width: 41rem;
        max-height: 42rem;
    }

    .cooperate-card {

        height: 12rem;
    }

    .solution_container .tab-btn {
        font-size: 1.8rem;
    }

    .prduct_container .lockData a {
        font-size: 2rem;
    }

    .lockBtn_ab {
        max-width: 28rem;
        height: 7rem;
        font-size: 2.2rem;
        margin-top: 4rem;
    }

    .top-swiper .swiperText_content {
        bottom: 15.2rem;
    }

    .top-swiper .swiperText_content .swiperText_title {
        font-size: 7.6rem;
        line-height: 9rem;
    }

    .top-swiper .swiperText_btn {
        width: 20rem;
        height: 5rem;
        font-size: 1.8rem;
    }

    .pages_title {
        font-size: 5.2rem;
    }

    .pages_desc {
        font-size: 2.2rem;
    }

    .manufacturing .manufacturing_content_left_title {
        font-size: 5.5rem;
        line-height: 8rem;
        width: 70%;
    }

    .manufacturing .yhpng {
        top: -4.5rem;
        left: -7rem;
        width: 30%;
    }

    .manufacturing .numGd {
        margin-top: 8rem;
    }

    .manufacturing .bottom_numGd {
        font-size: 1.8rem;
    }

    .manufacturing .num {
        font-size: 5rem;
    }

    .prduct_container,
    .solution_container,
    .customer_Case,
    .manufacturing,
    .news_content {
        padding: 8rem 0;
    }

    .news_content .folt_box_title {
        font-size: 2.6rem;
        line-height: 4.1rem;
        margin-bottom: 3rem;
    }

    .news_content .folt_box_desc {
        font-size: 1.7rem;
        -webkit-line-clamp: 5;
        /* -webkit-line-clamp: 4; */
    }

    .news_content .Understood_abtn {
        margin-top: 6rem;
    }
}

/* 3. 中大屏 1366px ~ 1439px */
@media (max-width: 1439px) {
    .cooperate-grid {
        gap: 2rem;
    }

    .top-swiper .swiperText_content .byqBox {
        max-width: 35rem;
        max-height: 36rem;
    }

    .top-swiper .swiperText_content {
        bottom: 13.2rem;
    }

    .top-swiper .swiperText_content .swiperText_title {
        font-size: 5.6rem;
        line-height: 7rem;
    }

    .pages_title {
        font-size: 4.2rem;
    }

    .pages_desc {
        font-size: 2rem;
    }

    .prduct_container,
    .solution_container,
    .customer_Case,
    .manufacturing,
    .news_content {
        padding: 6rem 0;
    }

    .cooperate-card {

        height: 10rem;
    }

    .customer_Case .swiper-button-next,
    .swiper-button-prev {
        width: 6.5rem;
        height: 6.5rem;
    }

    .customer_Case .swiper-button-next::after {
        font-size: 2rem;
    }

    .customer_Case .swiper-button-prev::after {
        font-size: 2rem;
    }

    .customer_Case .jieshao_content_top_desc {
        margin-top: 0.8rem;
        font-size: 1.8rem;
    }

    .customer_Case .jieshao_content_top_title {
        font-size: 2rem;
    }

    .customer_Case .jieshao_content {
        padding: 2rem;
    }

    .manufacturing .manufacturing_content {
        gap: 0 10rem;
    }

    .manufacturing .numGd {
        gap: 0 5rem;
    }

    .lockBtn_ab {
        max-width: 26rem;
        height: 6.5rem;
        font-size: 2rem;
        margin-top: 3.5rem;
    }
}

/* 4. 标准屏 1280px ~ 1365px */
@media (max-width: 1365px) {
    .solution_container strong {
        font-size: 2.5rem;
    }

    .cooperate-card {

        height: 8rem;
    }

    .news_content .folt_box_title {
        font-size: 2.2rem;
        line-height: 4.1rem;
        margin-bottom: 3rem;
    }

    .news_content .folt_box_desc {
        font-size: 1.6rem;
        -webkit-line-clamp: 5;
    }

    .news_content .Understood_abtn {
        margin-top: 4rem;
    }

    .manufacturing .manufacturing_content {
        gap: 0 5rem;
    }

    .lockBtn_ab {
        max-width: 24rem;
        height: 6rem;
        font-size: 1.8rem;
        margin-top: 3rem;
    }

    /* .customer_Case .swiper {
           padding: 0 100px 6rem 100px;
       } */

    .customer_Case .swiper-section::before,
    .swiper-section::after {
        width: 100px;
    }
}

/* 5. 小PC屏 1199px ~ 1279px */
@media (max-width: 1279px) {
    .pages_title {
        font-size: 3.2rem;
    }

    .pages_desc {
        font-size: 1.8rem;
    }

    .solution_container .tab-btn {
        font-size: 1.6rem;
    }

    .manufacturing .manufacturing_content {
        gap: 0 3rem;
    }

    .manufacturing .numGd {
        gap: 0 3rem;
    }

    /* .customer_Case .swiper {
           padding: 0 80px 5rem 80px;
       } */

    .customer_Case .swiper-section::before,
    .swiper-section::after {
        width: 80px;
    }

    .solution_container .tab-buttons {
        flex-wrap: wrap;
    }

    .solution_container .tab-btn {
        flex: unset;
        padding: 1.6rem 2rem;
    }

    .lockBtn_ab {
        max-width: 22rem;
        height: 5.5rem;
        font-size: 1.6rem;
        margin-top: 2.5rem;
    }
}

/* 6. 迷你PC / 横版平板 992px ~ 1199px */
@media (max-width: 1199px) {


    .cooperate-card {

        height: 10.2rem;
    }


    .manufacturing .manufacturing_content {
        gap: 0 2rem;
    }

    .manufacturing .numGd {
        gap: 0 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .manufacturing .num {
        font-size: 4rem;
    }

    .manufacturing .manufacturing_content_left_title {
        font-size: 4rem;
        line-height: 6rem;
        width: 100%;
    }

    .manufacturing .yhpng {
        top: -3rem;
        left: -5rem;
        width: 20%;
    }

    .prduct_container .prduct_list {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .lockBtn_ab {
        max-width: 24rem;
        height: 6rem;
        font-size: 1.8rem;
        margin-top: 2.5rem;
    }
}

@media (max-width: 991px) {

    .top-swiper .swiperText_content .byqBox {
        max-width: 20rem;
        max-height: 20rem;
    }

    .customer_Case .jieshao {
        bottom: 0rem;
    }

    .center_box {
        height: 0rem !important;
    }

    .solution_container strong {
        font-size: 2rem;
    }

    .solution_container .solution_left {
        padding: 2rem;
    }

    .solution_container .tab-btn {
        padding: 2.6rem 1rem;
    }

    .prduct_container .lockData a {
        font-size: 1.8rem;
    }

    .prduct_container,
    .solution_container,
    .customer_Case,
    .manufacturing,
    .news_content {
        padding: 4rem 0;
    }

    .top-swiper .swiper-pagination-bullet {
        width: 2.8rem;
        height: 0.4rem;
        border-radius: 0.2rem;
        top: -0.5rem;
    }

    .top-swiper .swiperText_content {
        bottom: 4rem;
        padding: 0 8rem;
    }

    .top-swiper .swiperText_content .swiperText_title {
        font-size: 4.6rem;
        line-height: 6rem;
        width: 100%;
    }

    .top-swiper .swiperText_btn {
        width: 15rem;
        height: 4rem;
        font-size: 1.6rem;
    }

    .pages_title {
        font-size: 2.2rem;
    }

    .pages_desc {
        font-size: 1.7rem;
    }

    .prduct_container .prduct_list {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .solution_container .tab-btn.active {
        background-size: 100% 100%;
    }

    .solution_container .flexGra {
        grid-template-columns: 1fr;
    }

    .customer_Case .swiper-section::before,
    .swiper-section::after {
        display: none;
    }

    .customer_Case .swiper {
        padding: 0 !important;
    }

    .customer_Case .swiper-slide {
        width: 100% !important;
    }

    .customer_Case .swiper-slide-prev,
    .customer_Case .swiper-slide-next {
        transform: scale(1);
        opacity: 1;
    }

    .customer_Case .swiper-button-next,
    .swiper-button-prev {
        width: 4rem;
        height: 4rem;
        top: calc(50% - 1.5rem);
    }

    .customer_Case .swiper-button-next::after {
        font-size: 1.6rem;
    }

    .customer_Case .swiper-button-prev::after {
        font-size: 1.6rem;
    }

    .customer_Case .jieshao_content_top_desc {
        -webkit-line-clamp: 3;
        margin-top: 0.8rem;
        font-size: 1.6rem;
    }

    .customer_Case .jieshao_content_top_title {
        font-size: 1.8rem;
    }

    .customer_Case .jieshao_content {
        padding: 1rem;
    }

    .customer_Case .jieshao_content_top .jieshao_content_top_img {
        width: 5rem;
     
    }

    .manufacturing .manufacturing_content {
        grid-template-columns: 1fr;
    }

    .manufacturing .manufacturing_content_left_title {
        font-size: 3rem;
        line-height: 4rem;
        width: 100%;
    }

    .manufacturing .yhpng {
        top: -2rem;
        left: -1rem;
        width: 10%;
    }

    .manufacturing .num {
        font-size: 3rem;
    }

    .manufacturing .bottom_numGd {
        font-size: 1.6rem;
    }

    .manufacturing .numGd {
        margin-top: 4rem;
        text-align: center;
        gap: 3rem;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }

    .manufacturing .top_numGd {
        justify-content: center;
    }

    .manufacturing .UnderstoodBtn {
        margin: auto;
        margin-top: 4rem !important;
        margin-bottom: 4rem;
        font-size: 1.4rem;
    }

    .lockBtn_ab {
        max-width: 22rem;
        height: 5.5rem;
        font-size: 1.6rem;
        margin-top: 2rem;
    }
.prduct_container .prd_btm .title_desc {
    height: 100%;
}
.folt_box_title2{
    color: #fff;
}
}

@media (max-width: 767px) {
        .swiper-container{
        height: 23rem;
    }
    .top-swiper .swiperText_content .byqBox {
        max-width: 10rem;

    }

    .cooperate-card {

        max-height: 8rem;
    }

    .cooperate-card img {
        max-width: 40%;
    }

    .news_content .news_content_bottom,
    .customer_Case .lockBtn,
    .prduct_container .lockData a {
        max-width: 25rem;
        height: 6rem;
        font-size: 1.6rem;
    }

    .news_content .folt_box {
        padding: 3rem;
    }

    .news_content .swiper-slide {
        background: linear-gradient(90deg, #0086FE 0%, #0037FF 100%) !important;
    }

    .news_content .folt_box_nav_timer {
        color: #fff;
    }

    .news_content .swiper-slide .newsImg_swiper {
        opacity: 1;
    }

    .news_content .swiper-slide .folt_box_nav_btn {
        background: rgba(255, 255, 255, 0.17);
    }

    .news_content .swiper-slide .folt_box_title {
        color: #fff;
    }

    .news_content .swiper-slide .folt_box_desc {
        color: #fff;
    }

    .news_content .swiper-slide .Understood_abtn {
        background: #F57730;
        color: #fff;
    }

    .news_content .news-pagination .swiper-pagination-bullet {
        width: 2.3rem;
        height: 0.3rem;
    }

    .news_content .Indicator {
        margin-top: 2rem;
    }

    .news_content .folt_box_title {
        font-size: 1.8rem;
        line-height: 3.1rem;
        margin-bottom: 3rem;
    }

    .news_content .folt_box_desc {
        font-size: 1.6rem;
        -webkit-line-clamp: 8;
    }

    .news_content .Understood_abtn {
        margin-top: 4rem;
    }

    .prduct_container .prd_btm .title_prd {
        font-size: 1.6rem;
    }

    .prduct_container .prd_btm .title_desc {
        font-size: 1.4rem;
    }

    .prduct_container .prd_btm .prd_btn {
        font-size: 1.4rem;
    }

    .pages_title {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }

    .pages_desc {
        font-size: 1.5rem;
    }

    .top-swiper .swiper-pagination-bullet {
        width: 2.3rem;
        height: 0.3rem;
        border-radius: 0.2rem;
        top: -0.3rem;
    }

    .top-swiper .swiperText_content {
        bottom: 4rem;
        padding: 0 4rem;
    }

    .top-swiper .swiperText_content .swiperText_title {
        font-size: 1.9rem;
        line-height: 3rem;
        margin-bottom: 0.8rem;
    }

    .top-swiper .swiperText_btn {
        width: 12rem;
        height: 3.5rem;
        font-size: 1.4rem;
    }

    .prduct_container .prduct_list {
        grid-template-columns: 1fr;
    }

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

    .cooperate-marquee-viewport {
        margin-top: 2.4rem;
        padding: 1.6rem 0.8rem;
    }

    .cooperate-grid {
        margin-top: 2.4rem;

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

    }

    .cooperate-marquee__track,
    .cooperate-marquee .js-marquee .cooperate-marquee__track {
        gap: 1.6rem;
    }



    .manufacturing .numGd {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .manufacturing .manufacturing_content_right_desc {
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .customer_Case .customer_CaseImg {
        height: 30rem;
    }

    .customer_Case .swiper-slide {
        padding-bottom: 3rem;
    }

    .customer_Case .swiper-button-next,
    .swiper-button-prev {
        top: calc(50% - 1.5rem);
    }

    .lockBtn_ab {
        max-width: 20rem;
        height: 5rem;
        font-size: 1.5rem;
        margin-top: 2rem;
    }
}