    .NyBigBox {
        background: #F6FAFA;
    }

    .NavList {
        padding: 25px var(--container);
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .NavList.on {
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 100px;
    }

    .NyNav {
        display: flex;
        grid-gap: 120px;
    }

    .NyNav a {
        color: #000;
        font-size: 18px;
    }

    .NyNav a.on {
        font-weight: bold;
    }

    .NavList .top {
        width: 46px;
        height: 46px;
        border-radius: 46px;
        background: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .NavList .top img {
        width: 12px;
        height: 8px;
        transform: rotate(180deg);
    }

    @media (max-width: 1200px) {
        .NyNav {
            width: calc(100% - 120px);
            display: flex;
            grid-gap: 15px;
        }

        .NavList.on {
            top: 60px;
        }

        .NyNav a {
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 720px) {
        .NyNav {
            width: 100%;
        }

        .NyNav a {
            font-size: 14px;
        }

        .NavList .top {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .NavList {
            flex-wrap: wrap;
            padding: 15px var(--container);
        }

        .NavList.on {
            position: unset;
        }

        .NyNav {
            display: flex;
            flex-wrap: wrap;
            grid-gap: 15px 0;
            width: 100%;
        }
    }

    /* 产品详情 */
    .cpjj {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 90px;
    }

    .CpImg {
        width: 50%;
        background: #fff;
        position: relative;
    }

    .CpImg .swiper-slide {
        width: 100%;
        height: auto;
    }

    .CpImg .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .CpImg1 {
        width: 100%;
    }

    .photoBox {
        width: 90%;
        padding: 20px 10%;
        position: relative;
        margin: 0 auto;
    }

    .CpImg2 {
        width: 100%;
    }

    .CpImg2 .swiper-slide {
        padding: 0 25px;
    }

    .CpImg2 img {
        border-radius: 12px;
        background: #EEEEEF;
    }

    .photoBox .swiper-button-next:after,
    .photoBox .swiper-button-prev:after {
        color: #CDCDCD;
        font-size: 28px;
    }

    .photoBox .swiper-button-next,
    .photoBox .swiper-button-prev {
        width: auto;
    }

    /* 右侧 */
    .CpText {
        width: 50%;
        padding-left: 120px;
        display: flex;
        flex-direction: column;
    }

    .CpText h1 {
        color: #020202;
        font-size: 38px;
        font-weight: 700;
        line-height: 1;
        position: relative;
    }

    .CpText h1::after {
        content: "";
        display: block;
        width: 40px;
        height: 6px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: -25px;
    }

    .CpText h2 {
        margin-top: 75px;
        margin-bottom: 150px;
        color: #A0A0A0;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;
    }

    .CpText .More {
        display: flex;
        grid-gap: 25px;
    }

    .CpText .More a {
        position: relative;
        z-index: 2;
        width: 235px;
        height: 60px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background: var(--color);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .CpText .More a::after {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background: #fff;
    }

    .CpText .More a:first-child {
        background: #fff;
        color: #000;
        border: 1px solid #E4E4E4;
    }

    .CpText .More a:first-child::after {
        background: #000;
    }



    @media (max-width:1440px) {
        .CpText {
            padding-left: 60px;
        }

        .CpText h2 {
            margin-top: 45px;
            margin-bottom: 90px;
        }
    }

    @media (max-width:1200px) {
        .cpjj {
            padding-bottom: 60px;
        }

        .CpText {
            padding-left: 30px;
        }

        .CpText h1 {
            font-size: 30px;
        }

        .CpText h1::after {
            height: 4px;
            bottom: -15px;
        }

        .CpText h2 {
            font-size: 16px;
            line-height: 1.5;
            margin-top: 45px;
            margin-bottom: 60px;
        }

        .photoBox {
            width: 96%;
            padding: 20px 0;
        }

        .CpImg2 {
            width: 80%;
            margin: 0 auto;
        }

        .CpImg2 .swiper-slide {
            padding: 0 5px;
        }

        .CpText .More a {
            font-size: 16px;
            height: 45px;
        }
    }

    @media (max-width:720px) {
        .cpjj {
            display: flex;
            flex-wrap: wrap;
        }

        .CpImg {
            width: 100%;
        }

        .CpText {
            width: 100%;
            padding-top: 30px;
            padding-left: 0px;
        }
    }



    /* 详情 */
    .NyCpXq {
        position: relative;
        width: 100%;
        padding: 0 var(--container);
        padding-bottom: 60px;
        background: #fff;
    }

    .CpXqList {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-evenly;
    }

    .CpXqList::after {
        content: "";
        display: block;
        width: 200%;
        height: 1px;
        background: #E3E3E3;
        position: absolute;
        bottom: 0;
        left: -50%;
    }

    .CpXqList a {
        color: #000;
        font-size: 24px;
        height: 90px;
        border-bottom: 4px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .CpXqList a:hover {
        border-bottom: 4px solid var(--color);
    }

    .contentTitle {
        margin-top: 90px;
        margin-bottom: 45px;
        padding-left: 30px;
        border-left: 5px solid var(--color);
        color: #000;
        font-size: 38px;
        line-height: 1;
    }

    .content {
        min-height: 300px;
    }

    @media (max-width: 1200px) {
        .CpXqList a {
            font-size: 18px;
        }

        .contentTitle {
            margin-top: 60px;
            margin-bottom: 20px;
            font-size: 24px;
        }
    }

    @media (max-width: 720px) {
        .CpXqList a {
            font-size: 16px;
            height: 60px;
        }

        .contentTitle {
            margin-top: 30px;
            margin-bottom: 15px;
            font-size: 20px;
        }
    }