* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

/* Animate.css - slideInDown */
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* 1. 电脑 ≥1200px */
/* @media (min-width: 1200px) {} */

/* 2. 小电脑 992px ~ 1199px */
/* @media (min-width: 992px) and (max-width: 1199px) {} */

/* 3. 平板 768px ~ 991px */
/* @media (min-width: 768px) and (max-width: 991px) {} */

/* 4. 手机 ≤767px */
/* @media (max-width: 767px) {} */



/* banner图 */

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}










/* banner图样式 */
.banner {
    position: relative;
    /* height: 39.5rem; */
    width: 100%;
    margin-top: 75px;
    /* headerM 是 fixed 且它的高度默认 75px，当它显示时 (也就是宽度 <=991 甚至 1200) 提供空间；PC 端会使用 header.ejs 的非 absolute 状态，这由公共 CSS 适配 */
    background-image: url(../images/Moldimg/biblabu_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

@media (min-width: 992px) {
    .banner {
        margin-top: 0;
    }
}

.banner .wrapper {
    /* background: red; */
    /* overflow: hidden; */
    margin: 0 auto;
    margin-top: 12.5625rem;
    margin-left: 8.4375rem;
    margin-bottom: 5.625rem;
}

/* 模具定制能力 · 从设计到成品的全流程掌控 */
.banner .wrapper h1 {
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.4375rem;
    margin-right: 2rem;
}

/* 佳强模具依托先进设备、成熟工艺与多年经验 */
.banner .wrapper .b-text {
    margin-top: 1.5rem;
    margin-right: 5rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: rgba(202, 202, 202, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    line-height: 2rem;
}

/* 图纸定制、工艺流程、材料选择 */
.banner .wrapper .b-show {
    display: flex;
    margin-top: 4.25rem;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.banner .wrapper .b-show .b-show-item {
    display: flex;
    align-items: center;

}

/* 小圆点 */
.banner .wrapper .b-show .b-show-item span:first-child {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(202, 202, 202, 1);

}

.banner .wrapper .b-show .b-show-item span:last-child {
    margin-left: 0.1875rem;
    font-size: 1.4rem;
    color: rgba(202, 202, 202, 1);
    font-family: "Alibaba PuHuiTi";
}

/* 首页>模具定制 */
.banner .wrapper .b-mold {
    margin-top: 6.375rem;

    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.37rem;
    color: rgba(255, 255, 255, 0.8);
}


/* 图纸定制 */
.custom-section {
    overflow: hidden;
    position: relative;
    margin-top: -2.25rem;
    width: 100%;
    border-radius: 3.125rem 3.125rem 0rem 0rem;
    background: rgba(255, 255, 255, 1);
    z-index: 1;

}

.custom-section .wrapper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

/* 图纸定制标题 */
.custom-section .wrapper .c-title {
    margin-top: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.custom-section .wrapper .c-title img {
    width: 1.78rem;
    height: 1.78rem;

}

.custom-section .wrapper .c-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

.custom-section .wrapper .c-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

/* 图纸定制描述 */
.custom-section .wrapper .c-text {
    text-align: center;
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.375rem;
}

.custom-section .wrapper .c-box {
    width: 100%;
    display: flex;
    grid-gap: 3rem;
    height: 100%;
    margin-top: 2.8125rem;
    margin-bottom: 7.75rem;
}

/* 左侧盒子 */
.custom-section .wrapper .c-box .c-box-left {
    width: 35%;
    /* width: 30.1rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */

}

.custom-section .wrapper .c-box .c-box-left .c-box-left-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

/* 我们支持、左边浅色大圆 */
.custom-section .wrapper .c-box .c-box-left .c-box-left-item .c-big {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.78rem;
    height: 1.78rem;
    border-radius: 50%;
    background: rgba(0, 150, 224, 0.1);
}

/* 我们支持、左边深色小圆 */
.custom-section .wrapper .c-box .c-box-left .c-box-left-item .c-big img {
    width: 100%;
    height: 100%;

}

/* 我们支持   字体 */
.custom-section .wrapper .c-box .c-box-left .c-box-left-item span:last-child {
    color: rgba(250, 106, 113, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    border-bottom: 2px solid rgba(250, 106, 113, 1);
    padding-bottom: 4px;
}

/* 客户图纸样式、样品定制。。。。。。。。。。。。。。。 */
.custom-section .wrapper .c-box .c-box-left ul {
    margin-top: 2rem;
    padding-left: 2rem;
}

.custom-section .wrapper .c-box .c-box-left li {
    list-style-type: disc;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #333;
}

/* 联系我们、上传图纸 */
.custom-section .wrapper .c-box .c-box-left .c-btn {
    display: flex;
    margin-top: 2.875rem;
    gap: 1rem;
}

/* 左侧按钮 联系我们 */
.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-l {
    border: 1.7px solid rgba(21, 93, 252, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.6875rem 2.9375rem;
    border-radius: 18641400px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-l span {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(21, 93, 252, 1);
}

.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-l img {
    width: 1.375rem;
    height: 1.375rem;
}

/* 右侧按钮 上传图纸 */
.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-r {
    background: rgba(255, 32, 86, 1);
    border-radius: 18641400px;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.6875rem 2.9375rem;
    transition: all 0.3s linear;
    cursor: pointer;
}

.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-r:hover,
.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-l:hover {
    transform: translateY(-0.25rem);
}

.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-r span {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-r img {
    width: 1.375rem;
    height: 1.375rem;
}

/* 右侧盒子 */
.custom-section .wrapper .c-box .c-box-right {
    flex: 1;
    overflow: hidden;
}



/* 轮播图 */
.custom-section .wrapper .c-box .c-box-right .swiper {
    width: 100%;
    height: 336px;
    overflow: visible;
}

.custom-section .wrapper .c-box .c-box-right .swiper .swiper-wrapper {
    display: flex;
}

.custom-section .wrapper .c-box .c-box-right .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 326px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    background: rgba(0, 0, 0, 1);
}

.custom-section .wrapper .c-box .c-box-right .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 工艺流程 */
.g-Process {
    overflow: hidden;
    position: relative;
    margin-top: -2.25rem;
    width: 100%;
    height: auto;
    /* height: 75rem; */
    border-radius: 3.125rem 3.125rem 0rem 0rem;
    background: rgba(238, 241, 242, 1);
    z-index: 2;
}

.g-Process .wrapper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

.g-Process .wrapper .g-Process-title {
    margin-top: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.g-Process .wrapper .g-Process-title img {
    width: 1.78rem;
    height: 1.78rem;
}

.g-Process .wrapper .g-Process-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

.g-Process .wrapper .g-Process-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

.g-Process .wrapper .c-text {
    text-align: center;
    margin-top: 1rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;

}

/* 展示图 */

.g-Process .wrapper .process-section {
    margin-bottom: 6.5rem;
}

.g-Process .wrapper .process-section .process-grid {
    margin-top: 4.6875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3.4rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item {
    /* height: 16.25rem; */
    min-height: 16.25rem;
    height: auto;
    background-image: url('../images/Moldimg/image_321.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    transition: all 0.3s linear;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:nth-child(2) {
    background-image: url('../images/Moldimg/image_322.png');
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:nth-child(3) {
    background-image: url('../images/Moldimg/image_325.png');
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:nth-child(4) {
    background-image: url('../images/Moldimg/image_324.png');
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:nth-child(5) {
    background-image: url('../images/Moldimg/image_323.png');
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:nth-child(6) {
    background-image: url('../images/Moldimg/image_274.png');
}




.g-Process .wrapper .process-section .process-grid .process-grid-item:hover,
.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active {
    background-size: 110% 110%;
}


.g-Process .wrapper .process-section .process-grid .process-grid-item .number {
    /* background-color: yellow; */
    margin-top: 1.4375rem;
    margin-left: 2.25rem;
    color: #fff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 3rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:first-child .number {
    color: rgba(0, 150, 224, 1);
}


.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text {
    margin-top: 1.81rem;
    margin-left: 1.68rem;
    flex: 1;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3 {

    color: rgba(250, 106, 113, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text p {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.18rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant {

    margin-top: 1.1875rem;
    margin-bottom: 2.1875rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant span {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.18rem;
    margin-bottom: 0.8rem;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-bat {
    display: flex;
    height: 100%;
    align-items: end;
    margin-left: 8.875rem;
    padding-bottom: 1.5rem;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
}

/* --- hover交互逻辑 --- */
/* 默认所有项全量内容隐藏，只显示标题缩略 (.g-bat) */
.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3,
.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text p,
.g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant {
    display: none;
    opacity: 0;
    transform: translateY(0.625rem);
}

/* 没有被悬浮的时候，第一个显示全量内容，隐藏缩略 */
.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active .g-text h3,
.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active .g-text p,
.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active .g-text .g-pant {
    display: block;
    animation: processTextFadeIn 0.35s ease both;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active .g-text .g-bat {
    display: none;
}

/* 任意项悬浮时显示全量内容，隐藏缩略 */
.g-Process .wrapper .process-section .process-grid .process-grid-item:hover .g-text h3,
.g-Process .wrapper .process-section .process-grid .process-grid-item:hover .g-text p,
.g-Process .wrapper .process-section .process-grid .process-grid-item:hover .g-text .g-pant {
    display: block;
    animation: processTextFadeIn 0.35s ease both;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:hover .g-text .g-bat {
    display: none;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:not(.is-active):hover .g-text h3,
.g-Process .wrapper .process-section .process-grid .process-grid-item:not(.is-active):hover .g-text p,
.g-Process .wrapper .process-section .process-grid .process-grid-item:not(.is-active):hover .g-text .g-pant {
    display: none;
    animation: none;
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:not(.is-active):hover .g-text .g-bat {
    display: flex;
}

@keyframes processTextFadeIn {
    from {
        opacity: 0;
        transform: translateY(0.625rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.g-Process .wrapper .process-section .process-grid .process-grid-item:hover .number,
.g-Process .wrapper .process-section .process-grid .process-grid-item.is-active .number {
    color: rgba(0, 150, 224, 1);
}

.g-Process .wrapper .process-section .process-grid .process-grid-item-hidden {
    display: none !important;
}

/* ======材料选择=== */
.clxz {
    margin-top: 6.25rem;
    /* background: rgba(255, 255, 255, 1); */
    /* height: 50rem; */
    background: rgba(255, 255, 255, 1);
    margin-bottom: 6.25rem;
}

.clxz .wrapper {
    margin: auto;
    overflow: visible;
}

.clxz .wrapper .c-box {
    /* height: 34.5rem; */
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 0.75rem;
    background: rgba(246, 248, 248, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.clxz .wrapper .c-box .c-box-l {
    height: 100%;
    flex: 0 0 32.5rem;
    border-radius: 0.75rem 0 0 0.75rem;
    background: rgba(20, 123, 216, 1);
    box-shadow: none;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
    position: relative;
    z-index: 2;
}

/* 材料选择 */
.clxz .wrapper .c-box .c-box-l h3 {
    margin-top: 2.25rem;
    margin-left: 3rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 1);
}

.clxz .wrapper .c-box .c-box-l ul {
    margin-top: 2rem;
    margin-left: 2.37rem;
    margin-right: 2.37rem;
}

.clxz .wrapper .c-box .c-box-l ul li {
    padding: 1.35rem 1rem;
    /* background-color: yellow; */
    border-bottom: 1px solid rgba(231, 231, 231, 0.2);
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: rgba(248, 248, 248, 1);
    text-align: center;
    cursor: pointer;
}

.active {
    background: rgba(248, 248, 248, 0.41);
}

.clxz .wrapper .c-box .c-box-l ul li:hover {
    background: rgba(248, 248, 248, 0.41);
}




.clxz .wrapper .c-box .c-box-l .btn {
    margin-top: 1.68rem;
    margin-bottom: 7.125rem;
    display: flex;
    justify-content: center;
}

.clxz .wrapper .c-box .c-box-l .btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.68rem;
    height: 2.68rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.clxz .wrapper .c-box .c-box-l .btn span:last-child {
    margin-left: 2.68rem;
}

.clxz .wrapper .c-box .c-box-l .btn span:first-child:hover,
.clxz .wrapper .c-box .c-box-l .btn span:last-child:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* 右上 */
.clxz .wrapper .c-box .c-box-r {
    width: 100%;
    /* height: 100%; */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    margin-left: -5.5rem;
    padding-left: 2.5rem;
    background: rgba(246, 248, 248, 1);
    position: relative;
    z-index: 1;
}

.clxz .wrapper .c-box .c-box-r .c-box-t {
    background: rgba(246, 248, 248, 1);
    box-shadow: none;
    /* overflow: hidden; */
    flex: 0 0 19.5rem;
    position: relative;
    padding: 1.5rem 3rem 1.25rem 5rem;
    box-sizing: border-box;
}

/* .clxz .wrapper .c-box .c-box-r .c-box-t::before {
 
} */

.clxz .wrapper .c-box .c-box-r .c-box-t div {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1rem;
}

.clxz .wrapper .c-box .c-box-r .c-box-t div p {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 0.35rem;
}

.clxz .wrapper .c-box .c-box-r .c-box-t div span {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 0.5rem;
}

.clxz .wrapper .c-box .c-box-r .c-box-t div:nth-child(2) {
    margin-top: 0;
}

.clxz .wrapper .c-box .c-box-r .c-box-t div ul {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.clxz .wrapper .c-box .c-box-r .c-box-t div ul li {
    list-style: disc;
    margin-left: 1.8rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
}

.clxz .wrapper .c-box .c-box-r .c-box-b {
    /* width: 100%;
    height: 100%; */
    flex: 1;
    overflow: hidden;
    min-height: 0;
    height: 0;
    position: relative;
}

.clxz .wrapper .c-box .c-box-r .c-box-b img {
    position: absolute;
    /* 必须用绝对定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s linear;
}

.clxz .wrapper .c-box .c-box-r .c-box-b:hover img {
    transform: scale(1.1);

}



/* 加工设备 */
.j-process {
    margin-bottom: 1.81rem;
}

.j-process .wrapper {
    margin: auto;
}

.j-process .wrapper .j-title {
    margin-top: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1857rem;
}

.j-process .wrapper .j-title img {
    width: 1.78rem;
    height: 1.78rem;
}


.j-process .wrapper .j-title span:last-child {
    margin-left: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

/* 图纸定制描述 */
.j-process .wrapper .c-text {
    text-align: center;
    margin-top: 1rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.375rem;
}

/* 轮播图 */
.j-process .s-swiper {
    margin-top: 1.31rem;
    overflow: hidden;
}

.j-process .s-swiper .swiper-container {
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    margin-left: auto;
    margin-right: auto;

}

.j-process .s-swiper .swiper-container .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
    width: 17rem !important;
    height: 14.6rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);

}

.j-process .s-swiper .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.j-process .s-swiper .swiper-container .swiper-slide {
    background: transparent;
    flex-direction: column;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.j-process .s-swiper .swiper-container .swiper-slide img {
    height: 14.6rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}

.j-process .s-swiper .swiper-container .swiper-slide p {
    margin: 0.75rem 0 0;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1rem;
}

#progressEffect {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}

/* 表面处理 */
.b-handle {
    height: 62rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 梯形 */
.b-handle .b-t {
    /* 基础尺寸和背景色 */
    width: 30%;
    height: 100%;
    background: rgba(87, 161, 227, 1);
    /* 蓝色，可自定义 */
    position: absolute;
    top: 3.56rem;
    right: 0;
    /* 梯形核心裁剪：四个点坐标，按 左上→右上→右下→左下 顺序 */
    clip-path: polygon(40% 0,
            /* 左上角：向右偏移20% */
            100% 0,
            /* 右上角：保持在最右 */
            100% 100%,
            /* 右下角：保持在最右最下 */
            0% 100%
            /* 左下角：保持在最左最下 */
        );
}

.b-handle .wrapper {
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* 水平居中可以同时加上 */
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: blue; */
    /* opacity: 0.5; */
}

.b-handle .wrapper .b-box {
    width: 100%;
    height: 100%;
    display: flex;
}


.b-handle .wrapper .b-title {
    margin-top: 3.125rem;
    margin-left: 1.25rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 0.3rem;
}

.b-handle .wrapper .b-title img {
    width: 1.78rem;
    height: 1.78rem;
}

.b-handle .wrapper .b-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

/* 表面处理 */
.b-handle .wrapper .b-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

.b-handle .wrapper .b-box .b-box-l .b-side-c {
    /* height: 20rem; */
    /* width: 10rem; */
    margin-top: 6rem;
    margin-left: 5rem;
    /* display: flex;
    justify-content: center; */
}

/* 圆圈上下箭头 */
.b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-t,
.b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-b {
    color: #fff;
    text-align: center;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
    background: rgba(250, 106, 113, 1);
    margin: auto;
    cursor: pointer;
}

.b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-t:hover,
.b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-b:hover {
    background: rgba(223, 8, 8, 1);
}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li {
    margin-top: 1.56rem;

}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li:first-child {
    margin-top: 2.625rem;

}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li:last-child {
    margin-bottom: 2.625rem;
}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li a {

    display: block;
    padding: 1.25rem 2.75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px 8px 0 0;
    background: rgba(243, 243, 243, 1);
    color: rgba(0, 0, 0, 0.75);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.375rem;
    cursor: pointer;

}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li .bm-active {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    background: rgba(250, 106, 113, 0.3);
    font-weight: 500;

}

.b-handle .wrapper .b-box .b-box-l .b-side-c ul li a:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    background: rgba(250, 106, 113, 0.3);
    font-weight: 500;
}

/* 右侧盒子 */
.b-handle .wrapper .b-box .b-box-r {
    flex: 1;
    margin-left: 7.9rem;
}





.b-handle .wrapper .b-box .b-box-r .b-box-r-t div {
    margin-top: 5rem;
    margin-left: 1rem;
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-t div p {
    color: rgba(0, 0, 0, 1);
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgba(0, 150, 224, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 20px;
    /* line-height: 30px; */
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-t div span {

    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 3rem;

}

.b-handle .wrapper .b-box .b-box-r .b-box-r-t div:nth-child(2) {
    margin-top: 1rem;
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-t div ul {
    margin-top: 0.75rem;
    margin-bottom: 2.25rem;
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-t div ul li {
    list-style: disc;
    margin-left: 1.8rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2.5rem;
}

/* 图片 */
.b-handle .wrapper .b-box .b-box-r .b-box-r-b {
    overflow: hidden;
    margin-top: 3.4rem;
    width: 60.8125rem;
    height: 23.562rem;
    border-radius: 8px;
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
}

.b-handle .wrapper .b-box .b-box-r .b-box-r-b:hover img {
    transform: scale(1.1);

}







/* 行业 */
.h-industry {
    position: relative;
    margin-top: -3rem;
    /* height: 50rem; */
    width: 100%;
    border-radius: 50px 50px 0px 0px;
    background: linear-gradient(179.92deg, rgba(238, 241, 242, 1) 82.78%, rgba(255, 255, 255, 1) 103.21%);
}

.h-industry .wrapper {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.h-industry .wrapper .h-title {
    margin-top: 4.81rem;
    display: flex;
    margin-left: 1.25rem;
    align-items: center;
    gap: 0.3rem;
}

.h-industry .wrapper .h-title img {
    width: 1.78rem;
    height: 1.78rem;
}

.h-industry .wrapper .h-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

/* 表面处理 */
.h-industry .wrapper .h-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

.h-industry .wrapper .h-p-text {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.375rem;
    margin-left: 1.25rem;
}

.h-industry .wrapper .h-industry-box {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    margin-top: 4.56rem;
    margin-bottom: 6.87rem;
    /* height: 450px; */
    width: 80%;
    border-radius: 12px;
    border-left: 4px solid rgba(238, 106, 112, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.12);
}

.h-industry .wrapper .h-industry-box h2 {
    color: rgba(238, 106, 112, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.375rem;
    text-decoration-line: underline;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    margin-top: 2.5rem;
    margin-left: 6rem;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 行业内容切换过渡效果 */
.h-industry .wrapper .h-industry-box .industry-title,
.h-industry .wrapper .h-industry-box .industry-content li span,
.h-industry .wrapper .h-industry-box .industry-img,
.h-industry .wrapper .h-industry-box .page-number .current {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.h-industry .wrapper .h-industry-box .industry-content {
    transition: opacity 0.4s ease;
}

.h-industry .wrapper .h-industry-box .industry-img {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.h-industry .wrapper .h-industry-box ul {
    display: flex;
    /* background-color: #00aaff; */
    width: 50%;
    flex-direction: column;
    margin-left: 6rem;
    margin-top: 3.125rem;
    gap: 1.875rem;
}

.h-industry .wrapper .h-industry-box ul li {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    position: relative;

}

.h-industry .wrapper .h-industry-box ul li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;utf8,%3Csvg width='100%' height='100%' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2216_3579)'%3E%3Cpath d='M9.99935 18.3327C14.6017 18.3327 18.3327 14.6017 18.3327 9.99935C18.3327 5.39698 14.6017 1.66602 9.99935 1.66602C5.39698 1.66602 1.66602 5.39698 1.66602 9.99935C1.66602 14.6017 5.39698 18.3327 9.99935 18.3327Z' stroke='%230096E0' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.0007L9.16667 11.6673L12.5 8.33398' stroke='%230096E0' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2216_3579'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    /* 放SVG */
    position: absolute;
    left: -1.5rem;
    top: 8px;
    z-index: 2;
}

.h-industry .wrapper .h-industry-box ul li span {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    /* font-weight: 600; */
    font-size: 1.3rem;
    line-height: 1.375rem;
}

/* 分页 */
/* 分页容器 */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    /* 按钮和数字之间的间距 */
    margin-bottom: 2.5rem;
    margin-top: 3.75rem;
    margin-left: 20rem;
}

/* 上/下一页按钮 */
.page-btn {
    width: 3.56rem;
    height: 3.56rem;
    border-radius: 2.5rem;
    background: rgba(0, 150, 224, 1);
    border: none;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: background-color 0.3s;
}

.next1 {
    transform: rotate(90deg);
}

.page-btn:hover {
    background-color: #0077c2;
}

/* 页码显示 */
.page-number {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 1.31rem;
    line-height: 1.875rem;
    font-weight: bold;
}

.page-number .current {
    /* color: #ff5252; */
    /* 红色当前页 */
    color: rgba(250, 106, 113, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 2.25rem;
}

.page-number .total {
    color: #000;
}

.h-industry .wrapper .h-industry-box .h-industry-rbox {
    overflow: hidden;
    position: absolute;
    top: -7.375rem;
    right: -13.75rem;
    width: 26.125rem;
    height: 28.875rem;
    border-radius: 8px;


}

.h-industry .wrapper .h-industry-box .h-industry-rbox:hover img {
    transform: scale(1.1);

}

.h-industry .wrapper .h-industry-box .h-industry-rbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
}

/* 相关产品 */

.x-about .wrapper {
    /* height: 100%; */
    margin: 0 auto;
    overflow: hidden;


}

.x-about .wrapper .x-title {
    margin-top: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.x-about .wrapper .x-title img {
    width: 1.78rem;
    height: 1.78rem;
}



.x-about .wrapper .x-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

.x-about .wrapper .x-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

/* 图纸定制描述 */
.x-about .wrapper .wrapper .c-text {
    text-align: center;
    margin-top: 0.3125rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

/* Swiper 容器 */
.x-swiper {
    margin-top: 3rem;
    width: 100%;
    overflow: hidden;
}

.x-swiper .mySwiper {
    /* padding-bottom: 40px; */
    /* 给分页器留出空间 */
    padding-bottom: 2.5rem;
}

/* 产品卡片样式 */
.x-swiper .swiper-slide .product-card {
    padding: 1.4375rem;
    border-radius: 0.5rem;
    /* padding: 23px;
    border-radius: 8px; */
    background: rgba(243, 244, 246, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-swiper .swiper-slide .product-card .product-card-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    /* width: 29.4375rem;
    height: 18.875rem;
    border-radius: 0.625rem; */
    width: 29.4375rem;
    height: 18.875rem;
    /* width: 471px;
    height: 302px; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.24);
}

.x-swiper .swiper-slide .product-card .product-card-sm:hover img {
    transform: scale(1.1);
}

.x-swiper .swiper-slide .product-card .product-card-sm .tag {
    z-index: 10;
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem;
    /* top: 15px;
    left: 15px; */
    background: #fff;
    color: #007bff;
    font-size: 1rem;
    padding: 0.25rem 1.125rem;
    /* font-size: 12px;
    padding: 4px 18px; */
    border-radius: 18641400px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.x-swiper .swiper-slide .product-card .product-card-sm img {
    /* width: 100%;
    height: auto; */
    width: 14.5rem;
    height: 13.6875rem;
    margin: 1em 0;
    /* height: 220px;
    margin: 15px 0 15px; */
    object-fit: contain;
    transition: all 0.4s linear;

}

.x-swiper .swiper-slide .product-card .product-card-sm .icon-expand {
    position: absolute;
    top: 1.25rem;
    /* 20 ÷ 16 = 1.25 */
    right: 1.25rem;
    width: 2.5rem;
    /* 40 ÷ 16 = 2.5 */
    height: 2.5rem;
    font-size: 1.125rem;
    /* top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
     font-size: 18px; */
    color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;


    background: rgba(0, 150, 224, 0.25);
}

.x-swiper .swiper-slide .product-card .product-card-sm .card-name {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/* 箭头放底部、居中排列 */
.x-swiper .swiper-btns {
    display: flex;
    justify-content: center;
    /* gap: 38px; */
    gap: 2.375rem;
    /* 两个按钮间距 */
}

/* 自定义按钮样式 */
.x-swiper .swiper-btns .swiper-btn {
    margin: 2.25rem 0;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    /* margin: 36px 0;
    width: 44px;
    height: 44px;
    font-size: 16px; */
    /* border: 2px solid #333; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.3s;

    pointer-events: auto !important;
    z-index: 999 !important;
    position: relative;
}

.x-swiper .swiper-btns .swiper-btn:hover {
    background: #0066cc;
    border-color: #0066cc;
    color: #fff;
}

/* faq */
.faq {
    width: 100%;
    /* height: 50rem; */
    background: rgba(238, 241, 242, 1);
}

.faq .wrapper {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;

}



.faq .wrapper .x-title {
    margin-top: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1857rem;
}

.faq .wrapper .x-title img {
    width: 1.78rem;
    height: 1.78rem;
}

.faq .wrapper .x-title span:first-child {
    /* width: 1.78rem;
    height: 1.78rem; */
    background: rgba(0, 150, 224, 1);
    border-radius: 50%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.78rem;

}

.faq .wrapper .x-title span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

.faq .wrapper .faq-box {
    margin-top: 3rem;
}

.faq .wrapper .faq-box .faq-item {
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0px 0.125rem 0.375rem rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.faq .wrapper .faq-box .faq-item.active {
    border-color: rgba(0, 150, 224, 0.38);
    box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.18);
}

.faq .wrapper .faq-box .faq-question {
    min-height: 6.25rem;
    padding: 0 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq .wrapper .faq-box .faq-question h3 {
    color: rgba(17, 24, 39, 1);
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

.faq .wrapper .faq-box .faq-item.active .faq-question h3 {
    color: rgba(0, 150, 224, 1);
}

.faq .wrapper .faq-box .faq-arrow {
    width: 0.75rem;
    height: 0.75rem;
    border-top: 2px solid rgba(156, 163, 175, 1);
    border-right: 2px solid rgba(156, 163, 175, 1);
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq .wrapper .faq-box .faq-item.active .faq-arrow {
    transform: rotate(-45deg);
}

.faq .wrapper .faq-box .faq-answer {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: max-height 0.3s ease;
}

.faq .wrapper .faq-box .faq-item.active .faq-answer {
    max-height: 100rem;
    border-top-color: rgba(229, 231, 235, 1);
}

.faq .wrapper .faq-box .faq-answer p {
    padding: 1.5rem 2.75rem 2rem;
    color: rgba(75, 85, 99, 1);
    font-family: "Alibaba PuHuiTi", Inter, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.25rem;
}

.faq .wrapper .f-look {
    margin-bottom: 5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.faq .wrapper .f-look span {
    display: block;
}

.faq .wrapper .f-look img {
    display: block;
    width: 2rem;
    height: 2rem;
}

/* 底部 */
.contact-section .wrapper {
    overflow: hidden !important;
}




/* 媒体查询 */

/* 1. 电脑 ≥1200px */



/* 小电脑 1200~992：固定16px，不变形 */
@media (min-width: 992px) and (max-width: 1299px) {
    html {
        font-size: 16px;
    }


    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-bat {
        margin-left: 0;
        font-size: 1.5rem;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3 {
        font-size: 1.5rem;
    }





    .clxz .wrapper .c-box .c-box-l ul li {
        padding: 1.68rem 2.31rem;
    }



    .b-handle {
        height: 56rem;
    }

    .b-handle .b-t {
        width: 16rem;
    }

    .b-handle .wrapper .b-box .b-box-l .b-title {
        margin-top: 1.125rem;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c {
        margin-left: 0;
        margin-top: 7rem;
    }


    .b-handle .wrapper .b-box .b-box-r {
        margin-left: 3rem;
    }



    .b-handle .wrapper .b-box .b-box-r .b-box-r-b {
        margin-top: 2.4rem;
        width: 38.8125rem;
        height: 16.562rem;
    }




    .h-industry .wrapper .h-industry-box {
        width: 90%;
    }

    .h-industry .wrapper .h-industry-box .h-industry-rbox {
        top: -4.375rem;
        right: -4.75rem;
        width: 20.125rem;
        height: 21.875rem;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant {
        display: none
    }

}

/*  */
/* 平板 992~768：固定14px */
@media (min-width:768px) and (max-width: 991px) {
    html {
        font-size: 14px;
    }

    .banner {
        margin-top: 75px;
    }

    .banner .wrapper h1 {
        margin-right: 3rem;
        font-size: 1.5rem;
    }

    .banner .wrapper .b-text {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .banner .wrapper .b-show {
        flex-wrap: wrap;
        margin-right: 3rem;
    }

    .banner .wrapper .b-show .b-show-item span:first-child {
        width: 1.2rem;
        height: 1.2rem;
    }

    .banner .wrapper .b-show .b-show-item span:last-child {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .banner .wrapper .b-mold {
        font-size: 1.2rem;
    }

    .custom-section .wrapper .c-box .c-box-left {
        width: 100%;
    }

    .custom-section .wrapper .c-text {
        font-size: 1.2rem;
    }

    .custom-section .wrapper .c-box {
        flex-direction: column;
    }

    .custom-section .wrapper .c-box .c-box-left .c-box-left-item {
        justify-content: center;

    }

    .custom-section .wrapper .c-box .c-box-left li {
        text-align: center;
    }

    .custom-section .wrapper .c-box .c-box-left .c-btn {
        justify-content: center;

    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3 {
        font-size: 1rem;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text p {
        margin-top: 0;
        text-align: center;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant {
        /* margin-top: 0.8rem; */
        display: none !important;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3 {
        text-align: center;
    }



    .g-Process .wrapper .c-text {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .clxz .wrapper .c-box .c-box-l ul {
        margin-left: 1.37rem;
        margin-right: 1.37rem;
    }

    .clxz .wrapper .c-box .c-box-l ul li {
        padding: 2rem 0;
        text-align: center;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t div span {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t div ul li {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .h-industry .wrapper .h-industry-rbox {
        width: 17.125rem;
        height: 20.875rem;
    }


    .b-handle .wrapper .b-title {
        justify-content: center;
    }



    .b-handle .wrapper .b-box {
        width: 100%;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-b {
        width: 100%;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-bat {
        display: flex;
        margin-left: 0;
        justify-content: center;
        text-align: center;
    }


    .h-industry .wrapper {
        width: 100%;
    }

    .h-industry .wrapper .h-title {
        justify-content: center;
    }

    .h-industry .wrapper .h-p-text {
        text-align: center;
    }

    .h-industry .wrapper .h-industry-box {
        width: 100%;

    }

    .h-industry .wrapper .h-industry-box .h-industry-rbox {
        top: 4.625rem;
        right: 1.25rem;
        width: 16.125rem;
        height: 16.875rem;
    }

    .h-industry .wrapper .h-p-text {
        font-size: 1.2rem;
    }

    .j-process .wrapper .c-text {
        font-size: 1.2rem;
    }

    .h-industry .wrapper .h-industry-box ul li {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .faq .wrapper .faq-box .faq-answer p {
        font-size: 1.2rem;
    }




    .clxz .wrapper .c-box {
        display: block;
        height: auto;
        overflow: visible;
    }


    .clxz .wrapper .c-box .c-box-l {
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
        clip-path: none;
        flex: none;
    }

    .clxz .wrapper .c-box .c-box-r {
        margin-left: 0;
        padding-left: 0;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t {
        flex: none;
        padding: 1rem;
    }

    .clxz .wrapper .c-box .c-box-l .btn {
        margin-bottom: 4.125rem;
    }

    .clxz .wrapper .c-box .c-box-l ul li {
        padding: 1rem 0;
        text-align: center;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-b {
        flex: 1;
        overflow: hidden;
        /* height: ; */
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t {
        margin-top: 1rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-b img {
        margin-top: 1rem;
        position: static;
        object-fit: cover;
        display: block;
        width: 100%;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item {
        flex-direction: column;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .number {
        margin-left: 0;
        text-align: center;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text {
        margin-left: 0;
        margin-top: 0;
        justify-content: center;
    }

    .b-handle .b-t {
        display: none;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-t,
    .b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-b {
        display: none;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c {
        margin-top: 0;
        margin-left: 0;
    }


    .b-handle .wrapper .b-box .b-box-l .b-side-c ul li a {
        text-align: center;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c ul li:last-child {
        margin-bottom: 0;
    }

    .b-handle .wrapper .b-box .b-box-r {
        margin-left: 0;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div {
        margin-top: 1rem;
        text-align: center;

    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div p {
        text-align: center;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div ul li {
        padding-left: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: disc;
        /* 强制显示小黑点 */
        list-style-position: outside;
        /* 小黑点在 li 外面 */
        font-size: 1.3rem;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-b {
        margin-top: 0;
        width: auto;
        height: auto;
    }

    .b-handle .wrapper .b-box {
        display: block;
    }

    .h-industry {
        margin-top: 1rem;
    }

    .page {
        margin-left: 0;
    }









}






/* 手机：固定16px */
@media (max-width: 767px) {

    /* html {
        font-size: 16px;
    } */
    .banner {
        margin-top: 64px;
    }

    @media only screen and (max-width: 480px) {
        .banner {
            margin-top: 58px;
        }
    }

    .banner .wrapper {
        width: 90%;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .banner .wrapper h1 {
        margin-right: 0;
        line-height: 1.8rem;
        font-size: 1.6rem;
    }

    .banner .wrapper .b-text {
        margin-right: 0;
        font-size: 1.2rem;
    }

    .banner .wrapper .b-show .b-show-item span:first-child {
        width: 1rem;
        height: 1rem;
    }

    .banner .wrapper .b-show .b-show-item span:last-child {
        font-size: 1rem;
    }

    .banner .wrapper .b-mold {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .custom-section .wrapper .c-box .c-box-left {
        width: 100%;
    }

    .custom-section .wrapper .c-text {
        font-size: 1rem;

    }

    .j-process .wrapper .c-text {
        font-size: 1rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t div {
        margin-left: 1rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t div span {
        font-size: 1rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t div ul li {
        font-size: 1rem;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div span {
        font-size: 1rem;

    }

    .h-industry .wrapper .h-industry-box ul li {
        font-size: 1rem;
    }

    .h-industry .wrapper .h-industry-box ul li span {
        font-size: 1rem;
    }

    .faq .wrapper .faq-box .faq-answer p {
        font-size: 1rem;
    }

    .banner .wrapper .b-show {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 2rem;
        gap: 0.8rem;
        display: none;
    }

    /* 我们支持 */
    .custom-section .wrapper .c-box {
        flex-direction: column;
    }

    .custom-section .wrapper .c-box .c-box-left .c-box-left-item {
        justify-content: center;
    }

    .custom-section .wrapper .c-box .c-box-left li {
        text-align: center;
        font-size: 1rem;
    }

    .custom-section .wrapper .c-box .c-box-left .c-btn {
        justify-content: center;
        flex-direction: column;
        margin-left: 0;

    }

    .custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-l {
        justify-content: center;
        padding: 0.6875rem 0rem;
    }

    .custom-section .wrapper .c-box .c-box-left .c-btn .c-btn-r {
        justify-content: center;
        padding: 0.6875rem 0rem;
    }

    .custom-section .wrapper .c-title span:last-child {
        font-size: 1.428rem;
    }

    .g-Process .wrapper .g-Process-title span:last-child {
        font-size: 1.428rem;
    }

    .custom-section .wrapper .c-box .c-box-left .c-box-left-item span:last-child {
        font-size: 1.428rem;
    }


    .g-Process .wrapper .c-text {
        font-size: 1rem;
    }

    .g-Process {
        height: auto;
    }

    .g-Process .wrapper .process-section .process-grid {
        grid-template-columns: 1fr;
        /* grid-gap: 2rem; */
        justify-content: center;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item {
        display: flex;
        flex-direction: column;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .number {
        margin-left: 0;
        text-align: center;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-pant {
        display: none;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-bat {
        justify-content: center;
    }

    .clxz .wrapper .c-box {
        display: block;
        height: auto;
        overflow: visible;
    }


    .clxz .wrapper .c-box .c-box-l {
        padding-top: 1px;
        padding-bottom: 1px;
        border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
        clip-path: none;
        flex: none;
    }

    .clxz .wrapper .c-box .c-box-r {
        margin-left: 0;
        padding-left: 0;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t {
        flex: none;
        padding: 1rem;
    }

    .clxz .wrapper .c-box .c-box-l .btn {
        margin-bottom: 4.125rem;
    }

    .clxz .wrapper .c-box .c-box-l ul li {
        padding: 1rem 0;
        text-align: center;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-b {
        flex: 1;
        overflow: hidden;
        /* height: ; */
    }

    .clxz .wrapper .c-box .c-box-r .c-box-t {
        margin-top: 1rem;
    }

    .clxz .wrapper .c-box .c-box-r .c-box-b img {
        margin-top: 1rem;
        position: static;
        object-fit: cover;
        display: block;
        width: 100%;
    }

    .b-handle .wrapper .b-box {
        display: block;
    }

    /* .b-handle .wrapper .b-box .b-box-l .b-side-c {
    margin-left: 0;
    margin-top: 0;
    display: flex;
}
.b-handle .wrapper .b-box .b-box-l .b-side-c ul {
    display: flex;
}
.b-handle .wrapper .b-box .b-box-l .b-side-c ul li a{
    display: flex;
    padding: 0;
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
} */
    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text h3 {
        font-size: 1.2rem;
    }

    .g-Process .wrapper .process-section .process-grid .process-grid-item .g-text .g-bat {
        margin-left: 0;
        font-size: 1.2rem;
    }



    .b-handle .wrapper .b-title {
        justify-content: center;
    }

    .b-handle .b-t {
        display: none;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-t,
    .b-handle .wrapper .b-box .b-box-l .b-side-c .b-side-c-b {
        display: none;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c {
        margin-top: 0;
        margin-left: 0;
    }


    .b-handle .wrapper .b-box .b-box-l .b-side-c ul li a {
        text-align: center;
    }

    .b-handle .wrapper .b-box .b-box-l .b-side-c ul li:last-child {
        margin-bottom: 0;
    }

    .b-handle .wrapper .b-box .b-box-r {
        margin-left: 0;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div {
        margin-top: 1rem;

    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div p {
        text-align: center;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-t div ul li {
        padding-left: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: disc;
        /* 强制显示小黑点 */
        list-style-position: outside;
        /* 小黑点在 li 外面 */
        font-size: 1rem;
    }

    .b-handle .wrapper .b-box .b-box-r .b-box-r-b {
        margin-top: 0;
        width: auto;
        height: auto;
    }


    .h-industry {
        margin-top: 2rem;
    }



    /* 适用行业 */
    .h-industry .wrapper {
        width: 100%;
    }

    .h-industry .wrapper .h-industry-box {
        width: 100%;
    }

    .h-industry .wrapper .h-industry-box .h-industry-rbox {
        width: 100%;
        position: static;
        padding: 1.5rem;
    }

    .h-industry .wrapper .h-title {
        justify-content: center;
        margin-top: 2rem;
    }

    .h-industry .wrapper .h-p-text {
        text-align: center;
        font-size: 1rem;
    }

    .h-industry .wrapper .h-industry-box {
        margin-top: 1.5rem;
    }

    .h-industry .wrapper .h-industry-box h2 {
        margin-left: 0;
        text-align: center;
    }

    .h-industry .wrapper .h-industry-box ul {
        margin-top: 1rem;
        margin-left: 0;
        width: 100%;
        padding: 0 1.5rem;
    }

    .page {
        margin-top: 0;
        margin-left: 0;
    }

    .page .page-btn {
        width: 2.56rem;
        height: 2.56rem;
        font-size: 1.5rem;
    }

    .faq {
        height: auto;
    }

    .faq .wrapper {
        width: 100%;
    }
}
