    .NyBigBox {
        background: #F9F9F9;
    }

    /* 详情 */
    .Nybanner .banner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .cpjj {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        padding: 120px 100px;
        background: #FFFFFF;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }

    .CpImg {
        width: 37%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

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

    .CpImg1 {
        background-size: cover !important;
        background: #fff0;
        overflow: hidden;
        width: 100%;
    }

    .CpImg1 .swiper-slide {
        overflow: hidden;
        background-size: cover !important;
    }

    .CpImg1 .swiper-slide img {
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .CpImg2 {
        margin-top: 15px;
        position: relative;
        width: 100%;
    }

    .CpImg2 .swiper-slide {
        border: 1px solid #C3C3C3;
        overflow: hidden;
        width: 140px;
    }

    .CpImg2 .swiper-slide img {
        width: 100%;
    }

    .CpText {
        width: 63%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-left: 90px;
    }

    .CpText h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5;
        color: #000000;
    }

    .CpText h2 {
        font-size: 16px;
        line-height: 1.5;
        color: #6F6F6F;
    }

    .CpText .nanniu {
        display: flex;
        grid-gap: 35px;
    }

    .CpText .nanniu a {
        width: 170px;
        height: 60px;
        background: #F5F5F5;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #6F6F6F;
    }

    .CpText .nanniu a:nth-child(2) {
        background: var(--color);
        color: #fff;
    }

    @media (max-width: 1600px) {
        .CpImg {
            width: 40%;
        }

        .CpText {
            width: 60%;
        }
    }

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

        .CpImg2 .swiper-slide {
            width: 100px;
        }

        .CpImg {
            width: 45%;
        }

        .CpText {
            width: 55%;
        }
    }

    @media (max-width: 1200px) {
        .CpImg2 .swiper-slide {
            width: 75px;
        }

        .CpText {
            padding-left: 30px;
        }

        .CpText h2 {
            margin: 15px 0;
        }

        .CpText .nanniu {
            margin-top: 15px;
        }
    }

    @media (max-width: 800px) {
        .cpjj {
            padding: 0px;
            overflow: hidden;
        }

        .CpImg {
            width: 100%;
        }

        .CpText {
            width: 100%;
            padding: 60px 30px;
        }

    }

    @media (max-width: 720px) {
        .CpText .nanniu {
            margin-top: 30px;
        }

        .CpText .nanniu a {
            width: 145px;
            height: 45px;
        }
    }

    @media (max-width:460px) {
        .CpText {
            padding: 30px 15px;
        }

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

    /* 详情 */
    .NyCpXq {
        margin-top: 75px;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .ListBox {
        padding-top: 75px;
        padding-bottom: 45px;
        border-bottom: 1px solid #D9D9D9;
        display: flex;
        grid-gap: 300px;
    }

    .ListBox h1 {
        border-left: 6px solid #606060;
        padding: 0 20px;
        font-size: 32px;
        line-height: 1.25;
        color: #606060;
    }

    .ListBox h1.cur {
        border-left: 6px solid var(--color);
        color: var(--color);
    }

    .contentBox {
        width: 100%;
        padding: 75px 60px;
    }

    .contentBox .content {
        display: none;
    }

    .contentBox .content.cur {
        display: block;
    }

    .content2 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 50px;
    }

    .contentBox .content2.cur {
        display: grid;
    }

    .content2 .raw-html-embed {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #A9A9A9;
        border-radius: 35px;
        padding: 30px;
        display: flex;
        flex-direction: column;
    }

    .content2 .raw-html-embed h5 {
        font-family: 'Microsoft YaHei';
        font-weight: 700;
        font-size: 26px;
        line-height: 1.5;
        color: #000000;
    }

    .content2 .raw-html-embed h6 {
        font-size: 16px;
        line-height: 1.5;
        color: #898989;
        margin-top: 30px;
        margin-bottom: 60px;
        height: 100%;
    }

    .content2 .raw-html-embed b {
        font-family: 'Microsoft YaHei';
        font-weight: 700;
        font-size: 175px;
        line-height: 1;
        color: #F4F4F4;
        text-align: center;
        display: block;
    }

    .imgContent figure {
        position: relative;
        width: 100%;
        overflow: hidden;
        /* overflow-x: auto; */
    }

    .imgContent figure.image img {
        max-width: 1600px;
    }

    @media (max-width: 1600px) {
        .content2 {
            grid-gap: 30px;
        }

        .content2 .raw-html-embed b {
            font-size: 100px;
        }

        .content2 .raw-html-embed {
            border-radius: 20px;
            padding: 20px;
        }
    }

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

        .ListBox h1 {
            font-size: 24px;
        }

        .contentBox {
            padding: 60px 30px;
        }

        .content2 {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 720px) {
        .ListBox {
            grid-gap: 100px;
        }

        .content2 {
            grid-template-columns: repeat(2, 1fr);
        }

        .imgContent {
            padding: 0 15px;
        }

        .imgContent figure.image img {
            max-width: 1000px;
        }
    }

    @media (max-width: 460px) {
        .NyCpXq {
            margin-top: 45px;
        }

        .ListBox {
            padding-top: 30px;
            padding-bottom: 15px;
            grid-gap: 15px;
        }

        .ListBox h1 {
            padding: 0 15px;
            font-size: 20px;
        }

        .contentBox {
            padding: 30px 15px;
        }

        .content2 {
            grid-gap: 10px;
        }

        .content2 .raw-html-embed {
            border-radius: 15px;
            padding: 15px;
        }

        .content2 .raw-html-embed h6 {
            font-size: 14px;
            margin-top: 15px;
            margin-bottom: 30px;
            line-height: 1.25;
        }

        .content2 .raw-html-embed b {
            font-size: 70px;
        }
    }