* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}





/* banner图 */
html {
    font-size: 16px;
    /* 基础字体大小，1rem = 16px */
}



a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}





/* banner图样式 */
.banner {
    position: relative;
    /* height: 39.5rem; */
    width: 100%;
    background-image: url(../images/cooperate/image_257.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

.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;
    /* 40px / 16 */
    line-height: 3.4375rem;
    /* 55px / 16 */
}


.banner .wrapper .b-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: rgba(202, 202, 202, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    line-height: 1.56rem;
    margin-bottom: 19.56rem;
}

/* banner页结束 */


.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;
    /* height: 70rem; */

}

.custom-section .wrapper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

/* 轮播 图开始*/
.custom-section .custom-section-swiper {
    width: 100%;
    height: 22.75rem;
    /* background: red; */
    margin-top: 4.75rem;
    /* min-width: 0; */
}



.custom-section .custom-section-swiper .swiper {
    width: 100%;
    height: 100%;
}

.custom-section .custom-section-swiper .swiper .swiper-slide {
    text-align: center;
    font-size: 1.2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.25rem;
    position: relative;
    /* margin-right: 0 !important; */
}

.custom-section .custom-section-swiper .swiper .swiper-slide img {
    display: block;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.custom-section .custom-section-swiper .swiper .swiper-slide p {
    position: absolute;
    padding: 0 5rem;
    bottom: 4.625rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.875rem;

}

.custom-section .custom-section-swiper .swiper .swiper-slide h2 {
    position: absolute;
    left: 0;
    bottom: 1.875rem;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.3px;
    text-align: center;
    width: 100%;
}

/* 轮播 图结束*/

.custom-section .wrapper {
    height: 100%;
    margin: 0 auto;
}

.custom-section .wrapper .h-title {
    margin-top: 4.81rem;
    display: flex;
    margin-left: 1.25rem;
    align-items: center;
    gap: 0.1857rem;
}

.custom-section .wrapper .h-title img {
    width: 1.78rem;
    height: 1.78rem;
}

.custom-section .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;

}

/* 表面处理 */
.custom-section .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;
}

.custom-section .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;
}

.custom-section .wrapper .c-box {

    margin-top: 3.125rem;
    display: grid;
   justify-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* margin-left: 1.25rem; */
    align-items: stretch;
    gap: 1rem;
}

.custom-section .wrapper .c-box .c-box-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5rem;
    height: 100%;
    gap: 1.25rem;
    flex-shrink: 0;
    padding: 1.25rem 1rem;
    border-radius: 0.75rem;
    border: 2px solid rgba(229, 231, 235, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-align: left;
}

.my-svg {
    flex: 0 0 2.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
    color: rgba(115, 115, 115, 1);
}

.custom-section .wrapper .c-box .c-box-item span {
    min-width: 0;
    color: rgba(115, 115, 115, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.375rem;
}



.custom-section .wrapper .c-box .c-box-item img {
    display: block;
}

.custom-section .wrapper .c-box .c-box-item.active {
    border-color: rgba(0, 150, 224, 1);
    color: rgba(0, 150, 224, 1);

}

.custom-section .wrapper .c-box .c-box-item.active .my-svg {
    color: rgba(0, 150, 224, 1);
}

.custom-section .wrapper .c-box .c-box-item:hover {
    border-color: rgba(0, 150, 224, 1);
}

.custom-section .wrapper .c-box .c-box-item:hover span,
.custom-section .wrapper .c-box .c-box-item:hover .my-svg {
    /* color: #fff; */
    transition: all 0.3s ease;
}

/* 外层容器 Flex 布局 */
.custom-section .wrapper .c-box-b {
    display: flex;
    /* 水平居中 */
    margin-top: 3.125rem;
    margin-bottom: 6.875rem;
    box-sizing: border-box;
    align-items: center;
}

/* 左边图片容器 */
.custom-section .wrapper .c-box-b .c-box-l {
    overflow: hidden;
    /* width: 29.3125rem; */
    /* 469px */
    height: 22.875rem;
    /* 366px */
    break-after: 8px;
}

.custom-section .wrapper .c-box-b .c-box-l:hover img {
    transform: scale(1.1);
}

.custom-section .wrapper .c-box-b .c-box-l img {
    transition: all 0.5s linear;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* 右边文字容器 */
.custom-section .wrapper .c-box-b .c-box-r {
    flex: 1;

}

/* 文字条目样式（可选，美化用） */
.custom-section .wrapper .c-box-b .item {

    margin-left: 2.375rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 36px;
}

.custom-section .wrapper .c-box-b .item:first-child {
    margin-top: 10px;
}

.custom-section .wrapper .c-box-b .item span:first-child {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;


}

.custom-section .wrapper .c-box-b .item span:last-child {
    font-weight: 400;
}

/* 合作流程 */
.Project_workflow {
    width: 100%;
    /* height: 50rem; */
    background: rgba(238, 241, 242, 1);
    position: relative;
}

.Project_workflow .wrapper {
    margin: 0 auto 5.625rem;
    overflow: hidden;
    /* background: yellow; */
}


.Project_workflow .wrapper .h-title {
    display: flex;
    justify-content: space-between;
    margin-top: 4.68rem;
}

.Project_workflow .wrapper .h-title .h-title-l {
    display: flex;
    margin-left: 1.25rem;
    align-items: center;
    gap: 0.1857rem;
}

.Project_workflow .wrapper .h-title .h-title-l img {
    width: 1.78rem;
    height: 1.78rem;
}

.Project_workflow .wrapper .h-title .h-title-l 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;

}

/* 表面处理 */
.Project_workflow .wrapper .h-title .h-title-l span:last-child {
    font-size: 1.875rem;
    line-height: 2.56rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
}

.Project_workflow .wrapper .h-title .h-title-l .h-p-text {
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-left: 1.25rem;
}

.Project_workflow .wrapper .h-title .h-title-r {}

.Project_workflow .wrapper .h-title .h-title-r span {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
}

/* 轮播2 */
.Project_workflow .h-swiper2 {
    min-height: 0;
    background: rgba(238, 241, 242, 1);
    display: flex;
    height: 38rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 5rem;
}

.Project_workflow .h-swiper2 .h-left {
    width: 5rem;
    /* height: 593px; */
    background: rgba(238, 241, 242, 1);
}

.Project_workflow .h-swiper2 .h-right {
    width: 5rem;
    /* height: 593px; */
    background: linear-gradient(270deg, rgba(238, 241, 242, 1) 62.19%, rgba(238, 241, 242, 0) 100%);
    position: absolute;
    right: 0;
    height: 100%;
    /* background-color: red; */
    z-index: 8;
}



.Project_workflow .h-swiper2 .mySwiper2 {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.Project_workflow .h-swiper2 .mySwiper2 .swiper-wrapper {
    height: 100%;
    position: relative;
}






.Project_workflow .h-swiper2 .mySwiper2 .swiper-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}


.Project_workflow .h-swiper2 .workflow-line {
    position: absolute;
    left: 0;
    width: 100%;
    /* right: -5rem; */
    top: 16rem;
    height: 4rem;
    background: rgba(181, 196, 204, 1);
    border-radius: 1.25rem;
    z-index: 1;
}

.Project_workflow .h-swiper2 .mySwiper2 .swiper-slide:not(:first-child) .workflow-line {
    display: none;
}

.Project_workflow .h-swiper2 .workflow-line span {
    left: 52.5%;
}


.Project_workflow .h-swiper2 .workflow-line::before,
.Project_workflow .h-swiper2 .workflow-line::after {
    content: "";
    position: absolute;
    top: -1px;
    width: 39.125rem;
    height: 4.5rem;
    background: rgba(238, 241, 242, 1);
    border-radius: 1.25rem;
    left: 0;
}

.Project_workflow .h-swiper2 .workflow-line span:first-child {
    content: "";
    position: absolute;
    top: -1px;
    width: 20.5rem;
    height: 4.5rem;
    /* background: rgba(238, 241, 242, 1); */
    background: rgba(238, 241, 242, 1);
    border-radius: 1.25rem;
    left: 34%;
    z-index: 2;
}

.Project_workflow .h-swiper2 .workflow-line span:last-child {
    content: "";
    position: absolute;
    top: -1px;
    width: 17.2rem;
    height: 4.5rem;
    /* background: rgba(238, 241, 242, 1); */
    background: rgba(238, 241, 242, 1);
    border-radius: 1.25rem;
    left: 52.5%;
    z-index: 2;
}

.Project_workflow .h-swiper2 .workflow-line::before {
    left: 0;
}

.Project_workflow .h-swiper2 .workflow-line::after {
    left: 68.3%;
    width: 39.125rem;
}

/* .Project_workflow .h-swiper2 .workflow-line span {
    left: 69.2%;
} */

.Project_workflow .h-swiper2 .workflow-item {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
}

.Project_workflow .h-swiper2 .workflow-item h1 {
    margin-right: 1.5rem;
     color: rgba(250, 106, 113, 1);
   
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 2.81rem;
    line-height: 3.875rem;
}

.Project_workflow .h-swiper2 .workflow-item:nth-child(2n + 1) h1 {
    color: rgba(0, 150, 224, 1);
}

.Project_workflow .h-swiper2 .workflow-card {
    width: 30rem;
    height: 10.5rem;
    position: relative;
    overflow: hidden;
    border: 0.375rem solid rgba(181, 196, 204, 1);
    border-radius: 0.5rem;
    background: rgba(181, 196, 204, 1);
}

.Project_workflow .h-swiper2 .workflow-card:hover img {
    transform: scale(1.1);
}

.Project_workflow .h-swiper2 .workflow-card.small {
    width: 30rem;
}

.Project_workflow .h-swiper2 .workflow-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 1;
}

.Project_workflow .h-swiper2 .workflow-card img {
    transition: all .4s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Project_workflow .h-swiper2 .workflow-card p,
.Project_workflow .h-swiper2 .workflow-card h2 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
}

.Project_workflow .h-swiper2 .workflow-card p {
    top: 37%;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.Project_workflow .h-swiper2 .workflow-card h2 {
    top: 62%;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.Project_workflow .h-swiper2 .workflow-item-1 {
    left: 8rem;
    top: 5.5rem;
}

.Project_workflow .h-swiper2 .workflow-item-2 {
    left: 30.8rem;
    top: 20rem;
}

.Project_workflow .h-swiper2 .workflow-item-3 {
    left: 50.5rem;
    top: 5.5rem;
}

.Project_workflow .h-swiper2 .workflow-item-4 {
    left: 72.2rem;
    top: 20rem;
}

.Project_workflow .h-swiper2 .workflow-item-5 {
    left: 90rem;
    top: 5.5rem;
}

.Project_workflow .h-swiper2 .workflow-item-5 h1 {
    margin-right: 1.5rem;
}


.Project_workflow .workflow-btn {
    position: absolute;
    bottom: 1.25rem;
    z-index: 30;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: rgba(0, 150, 224, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 3.125rem;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
}

.Project_workflow .workflow-btn:hover:not(.swiper-button-disabled) {
    background: rgba(0, 120, 200, 1);
    box-shadow: 0 4px 12px rgba(0, 150, 224, 0.4);
}

.Project_workflow .workflow-btn.swiper-button-disabled {
    opacity: .45;
}

.Project_workflow .workflow-prev {
    left: calc(50% - 3.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(-1);

}

.Project_workflow .workflow-next {
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% + .75rem);
}

@media (max-width: 992px) {
    .Project_workflow .workflow-prev {
        left: calc(50% - 4rem) !important;
        bottom: 1rem;
    }

    .Project_workflow .workflow-next {
        left: calc(50% + 1rem) !important;
        bottom: 1rem;
    }
}


/* 售后服务 */
.after-sales {
    height: 55.125rem;
    width: 100%;
    /* background: yellow; */
    overflow: hidden;
}

.after-sales .wrapper {
    height: 100%;
    margin: 0 auto;
    /* background: palegreen; */
    overflow: visible;
}

/* 售后服务 */


.after-sales .wrapper .a-swiper .swiper {
    width: 100%;
    height: calc(100% - 3.75rem);
    margin-top: 6.875rem;
    border-radius: 0.75rem;
    overflow: visible;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-wrapper {
    border-radius: 0.75rem;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-slide {
    overflow: hidden;
    border-radius: 0.75rem;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.after-sales .wrapper .a-swiper .swiper .swiper-slide .title {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .title .title-a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .title .title-a img {
    width: 1.78rem;
    height: 1.78rem;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .title .title-a span {
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.56rem;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .title p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.375rem;
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .p-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.25rem;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev,
.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.75rem;
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev:hover:not(.disabled):not(.swiper-button-disabled),
.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next:hover:not(.disabled):not(.swiper-button-disabled) {
    background: rgba(230, 80, 93, 1);
    box-shadow: 0 4px 16px rgba(255, 100, 113, 0.45);
    transform: scale(1.08);
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev {
    left: 3.25rem;
    background: rgba(255, 100, 113, 1);
    /* background: rgba(255, 255, 255, .45); */
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next {
    right: 3.25rem;
    background: rgba(255, 100, 113, 1);
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev.disabled,
.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next.disabled {
    background: rgba(192, 192, 192, 1) !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev::after,
.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next::after {
    font-size: 1.5rem;
    font-weight: 400;
}

.after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-disabled {
    background: rgba(255, 255, 255, .45);
}

.after-sales .wrapper .a-swiper .mySwiper3 .after-sales-pagination {
    position: absolute;
    bottom: -2.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.375rem;
}

.after-sales .wrapper .a-swiper .mySwiper3 .after-sales-pagination .swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    background: rgba(180, 180, 180, 1);
    opacity: 1;
    margin: 0;
    border-radius: 50%;
}

.after-sales .wrapper .a-swiper .mySwiper3 .after-sales-pagination .swiper-pagination-bullet-active {
    width: 3.875rem;
    border-radius: 999px;
    background: rgba(255, 100, 113, 1);
}

.after-sales .wrapper .a-swiper .swiper .swiper-slide .p-j {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.25rem;
}

.contact-section{
    margin-top: 1rem !important;
}


/* 底部======================= */
.contact-section .wrapper{
    overflow: hidden !important;
}




/* 1. 电脑 ≥1200px */


/* 2. 小电脑 992px ~ 1199px */
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    .wrapper {
        width: 90%;
    }


    .custom-section .wrapper .h-title {
        justify-content: center;
    }

    .custom-section .wrapper .h-p-text {
        text-align: center;
    }


    /* 适用行业 */
    .custom-section .wrapper .c-box {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .custom-section .wrapper .c-box .c-box-item {

        width: 100%;
        padding: 1.25rem 0.75rem;
    }

    .custom-section .wrapper .c-box-b .item {
        font-size: 1rem;
    }

    .custom-section .wrapper .c-box-b .c-box-l .Project_workflow .wrapper .h-title {
        flex-direction: column;
    }

    .Project_workflow .wrapper .h-title {
        flex-direction: column;
    }

    .Project_workflow .wrapper .h-title .h-title-l {
        justify-content: center;
    }

    .Project_workflow .wrapper .h-title .h-title-r span {
        text-align: center;
    }

    /* 合作流程 */
    .Project_workflow .h-swiper2 .h-right {
        width: 2rem;
        top: 0;
        position: absolute;
        right: 0;
        height: 100%;
    }


    .Project_workflow .h-swiper2 .h-left {
        display: none;
    }

    /* 售后服务 */
    .after-sales .wrapper .a-swiper .swiper .swiper-slide .title {
        top: 2rem;
    }

    .after-sales {
        height: auto;
    }

    .after-sales .wrapper {
        margin: 0 auto 5rem;
    }


    .Project_workflow {
        height: auto;
    }

    .Project_workflow .h-swiper2 {
        height: 62rem;
    }



    .Project_workflow .h-swiper2 .mySwiper2 .swiper-slide {
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        width: 995px;
    }

    .Project_workflow .h-swiper2 .workflow-item {
        position: static;
    }

    .Project_workflow .h-swiper2 .workflow-line {
        display: none;
    }
}

/*  */
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }

    /* 适用行业 */
    .custom-section .wrapper .c-box .c-box-item {
        width: 100%;
    }

    .custom-section .wrapper .c-box-b {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    /* 合作流程 */
    .Project_workflow {
        height: auto;
    }

    .Project_workflow .wrapper {
        margin: 0 auto 2rem;
    }



    .Project_workflow .h-swiper2 .workflow-item {
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-bottom: 1.5rem;
        justify-content: center;
    }

    .Project_workflow .h-swiper2 {
        height: auto;
    }

    .Project_workflow .h-swiper2 .mySwiper2 .swiper-slide {
        /* display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 5rem; */
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
    }

    .Project_workflow .workflow-prev {
        left: calc(50% - 4rem) !important;
        bottom: 1rem;
    }

    .Project_workflow .workflow-next {
        left: calc(50% + 1rem) !important;
        bottom: 1rem;
    }




}

/* 合作流程 屏幕小于863 */
@media screen and (max-width: 862px) {
    .Project_workflow .h-swiper2 {
        height: 65rem;
    }
}


/* 4. 手机 ≤767px */
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    /* banner */
    .banner .wrapper {
        margin-left: 3.4rem;
        width: 100%;
        margin-top: 11rem;
    }

    .banner .wrapper h1 {
        font-size: 1.5rem;
    }

    .banner .wrapper .b-text {
        font-size: 1rem;
        width: 50%;
        margin-bottom: 8.56rem;
    }

    .custom-section .custom-section-swiper {
        padding: 2rem;
        height: 30.75rem;
        overflow: hidden;
    }

    .custom-section .custom-section-swiper .swiper .swiper-slide {
        width: 100% !important;
        max-width: 100%;
        border-radius: 8px;
    }

    .custom-section .custom-section-swiper .swiper .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }


    .custom-section .wrapper .c-box {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 1.5rem;
    }

    .custom-section .wrapper .c-box .c-box-item {
        width: min(100%, 23.75rem);
        display: flex;
        align-items: center;
       
        justify-content: flex-start;
        padding: 0 5rem;
    }

    .custom-section .wrapper .h-title {
        justify-content: center;
    }

    .custom-section .wrapper .h-p-text {
        text-align: center;
    }

    .custom-section .wrapper .c-box-b .item {
        margin-left: 0;
    }

    .Project_workflow .wrapper .h-title {
        flex-direction: column;
    }

    .Project_workflow .wrapper .h-title .h-title-l {
        justify-content: center;
    }

    .Project_workflow .wrapper .h-title .h-title-r span {
        font-size: 1rem;
        text-align: center;
    }

    .Project_workflow .h-swiper2 .workflow-item h1 {
        font-size: 1.81rem;
        margin-right: 0.5rem;
    }

    .Project_workflow .h-swiper2 .workflow-card h2 {
        top: auto;
        bottom: 0;
    }

    .Project_workflow .h-swiper2 .h-right {
        display: none;
    }

    .Project_workflow .h-swiper2 .workflow-card {
        width: 23rem;
    }

    .Project_workflow .h-swiper2 .workflow-card.small {
        width: 23rem;
    }
.after-sales .wrapper .a-swiper .swiper .swiper-slide .title{
    top: 1rem;
}
.after-sales .wrapper .a-swiper .swiper .swiper-slide .title .title-a span{
    font-size: 1rem;
}
.after-sales .wrapper .a-swiper .swiper .swiper-slide .title p{
    display: none;
}
.after-sales .wrapper .a-swiper .swiper .swiper-slide .p-j{
    bottom: 5%;
    font-size: 1rem;
}


    .after-sales .wrapper .a-swiper .swiper .swiper-slide .p-text {
        display: none;
    }

    .after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-prev {
        left: 0;
    }

    .after-sales .wrapper .a-swiper .mySwiper3 .swiper-button-next {
        right: 0;
    }
}

@media (min-width: 440px) and (max-width: 767px) {
    .custom-section .custom-section-swiper {
        max-width: 380px;
        margin: 0 auto;
    }
}


/* justify-content: center;
        flex-wrap: wrap;
        display: flex; */
