    /* 分类 */
    .NyProListBox {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px;
    }

    .ListBox {
        display: block;
        width: 100%;
    }

    /* 产品展示样式 */
    .ProductContent {
        width: 100% !important;
        overflow: hidden;
        display: none;
    }

    .item3Box {
        position: relative;
        z-index: 2;
        width: auto;
        max-width: 100%;
        display: block;
        padding: 120px 90px;
    }

    .item3 {
        position: relative;
        z-index: 2;
        width: auto;
        max-width: 100%;
        display: block;
    }

    .item3Box .bj3 {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .listBox3 {
        position: relative;
        width: auto;
        max-width: 100%;
        display: block;
    }

    .item3 .img3 {
        position: relative;
        z-index: 1;
        width: 100%;
        -webkit-box-reflect: below -5px linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    }


    .list3 {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .list3 li {
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .list3 li.on {
        z-index: 2;
    }


    .list3 li .icon3 {
        position: relative;
        width: 40px;
        height: 40px;
        object-fit: contain;
        cursor: pointer;
        transition: 0.5s;
    }

    .list3 li.on .icon3 {
        transform: rotate(45deg);
    }

    .text3 {
        position: absolute;
        width: 340px;
        background: #fff;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.20);
        display: none;
        flex-direction: column;
    }

    .list3 li.on .text3 {
        display: flex;
    }

    .text3.left {
        transform: translateX(-400px);
    }

    .text3.right {
        transform: translateX(100px);
    }

    .text3 h1 {
        color: var(--lan);
        font-family: "LINE Seed Sans App";
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 30px;
    }

    .text3 .Swiper3 {
        width: 100%;
    }

    .text3 .line3 {
        width: 100%;
    }

    .text3 .Slide3 {
        width: 100%;
        height: auto;
    }

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

    .text3 .Swiper3 .pagination3 {
        display: flex;
        gap: 5px;
        bottom: 0;
        padding-bottom: 8px;
        padding-right: 10px;
        justify-content: flex-end;
    }

    .text3 .Swiper3 .pagination3 span {
        opacity: 1;
        width: 6px;
        height: 6px;
        background: #fff;
        margin: 0;
    }

    .text3 .Swiper3 .pagination3 span.swiper-pagination-bullet-active {
        background: var(--lan);
    }

    .text3 .number {
        width: 100%;
        padding-top: 30px;
        display: flex;
        justify-content: space-evenly;
    }

    .text3 .number p {
        color: var(--hei);
        font-family: "LINE Seed Sans App";
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }

    .text3 .number b {
        color: var(--hei);
        font-size: 11px;
        line-height: 1;
        font-weight: 400;
    }

    .text3 .desc3 {
        width: 100%;
        color: var(--hei);
        font-size: 11px;
        line-height: 2;
        font-weight: 400;
        list-style-type: disc;
        padding-top: 30px;
        padding-left: 15px;
    }

    .text3 .desc3 p {
        display: list-item;
    }

    .text3Phone {
        display: none;
    }

    @media (max-width: 1600px) {}

    @media (max-width: 1440px) {
        .text3.left {
            transform: translateX(-320px);
        }

        .text3 {
            width: 260px;
        }

        .text3 h1 {
            font-size: 18px;
            margin-bottom: 15px;
        }

       .list3 li .number {
           padding-top: 10px;
       }

   .text3 .desc3 {
       padding-top: 10px;
   }
    }

    @media (max-width: 1200px) {
        .item3Box {
            padding: 30px 10px;
        }

        .list3 li .icon3 {
            width: 30px;
            height: 30px;
        }

        .text3.left {
            transform: translateX(-270px);
        }

        .text3.right {
            transform: translateX(60px);
        }

    }

    @media (max-width: 900px) {
        .text3Phone {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list3 li .text3 {
            display: none !important;
        }

        .text3Phone .text3.on {
            display: flex;
        }

        .text3Phone .text3 {
            position: relative;
            z-index: 5;
            align-items: flex-start;
            width: 280px;
        }
    }

    @media (max-width: 720px) {}

    @media (max-width: 460px) {
        .list3 li .icon3 {
            width: 20px;
            height: 20px;
        }
    }

    @media (max-width: 380px) {}

    /* 产品上下文字样式 */
    .ProductTitle {
        width: 100%;
        background: url(https://ss-res-us.oss-us-west-1.aliyuncs.com/site_res/317/20251015111535_OxcM5lKS.jpg) no-repeat center;
        background-size: cover;
        padding: 60px 90px;
    }

    .ProductTitle h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        grid-gap: 10px;
    }

    .ProductTitle h1 b {
        display: block;
        width: calc(100% - 60px);
        color: #000;
        font-family: Fontquan-XinYilogoTi;
        font-size: 38px;
        line-height: 1;
        font-weight: 400;
    }

    .ProductTitle h1 span {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--lan);
    }

    .ProductTitle h1 span img {
        height: 20px;
        width: 20px;
        object-fit: cover;
        transition: 0.5s;
    }

    .ProductTitle.cur h1 span img {
        height: 4px;
    }

    .ProductTitle .xian3 {
        width: 300px;
        max-width: 50%;
        margin: 20px 0;
    }

    .ProductTitle p {
        width: 100%;
        max-width: 1200px;
        color: #434343;
        font-size: 18px;
        line-height: 1.5;
    }

    .ProductsName3 {
        position: relative;
        z-index: 3;
        width: 100%;
        background: var(--shenlan);
        padding: 45px 90px;
        display: flex;
        grid-gap: 10%;
    }

    .ProductsName3 span {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    .ProductsName3 b {
        color: #FFF;
        font-family: "LINE Seed Sans";
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
    }

    .ProductsName3 p {
        color: rgba(255, 255, 255, 0.92);
        font-size: 14px;
        line-height: 1.5;
    }

    @media (max-width: 1200px) {
        .ProductsName3 {
            padding: 20px 30px;
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .ProductsName3 span {
            grid-gap: 10px;
        }

        .ProductTitle {
            padding: 30px 60px;
        }

        .ProductTitle h1 b {
            font-size: 32px;
        }

        .ProductTitle p {
            font-size: 16px;
        }

        .ProductTitle .xian3 {
            margin: 10px 0;
        }
    }

    @media (max-width: 720px) {
        .ProductTitle {
            padding: 20px 30px;
        }

        .ProductTitle h1 b {
            font-size: 24px;
        }

        .ProductTitle h1 span {
            width: 40px;
            height: 40px;
        }

        .ProductTitle p {
            font-size: 14px;
        }
    }
