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

    .cpjj {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding-top: 245px;
        padding-bottom: 90px;
        padding-left: var(--container);
        padding-right: var(--container);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .CpImg {
        width: 40%;
        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: #fff0;
        overflow: hidden;
        width: 100%;
    }

    .CpImg1 .swiper-slide {
        overflow: hidden;
    }

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

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

    .CpImg2 .swiper-slide {
        overflow: hidden;
    }

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

    .CpText {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 210px;
    }

    .CpText h1 {
        font-size: 48px;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 15px;
    }

    .CpText h2 {
        font-size: 22px;
        line-height: 1.5;
        color: #3A3A3A;
    }

    .CpText .desc {
        font-size: 16px;
        line-height: 1.5;
        color: #2F2F2F;
        margin-top: 90px;
        margin-bottom: 120px;
    }

    .CpText a {
        width: 200px;
        height: 60px;
        background: #3C88B5;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .CpText a img {
        filter: invert(1);
        margin-left: 5px;
    }

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

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

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

        .CpText .desc {
            margin-top: 60px;
            margin-bottom: 90px;
        }
    }

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

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

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

        .CpText h2 {
            font-size: 18px;
        }

        .CpText .desc {
            margin-top: 30px;
            margin-bottom: 60px;
        }

        .CpText a {
            width: 120px;
            height: 45px;
            font-size: 14px;
        }
    }

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

        .CpImg {
            width: 100%;
        }

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

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

        .CpText h2 {
            font-size: 16px;
        }

        .CpText .desc {
            font-size: 14px;
            margin-top: 15px;
            margin-bottom: 30px;
        }
    }

    /* 详情 */
    .NyBigBox {
        padding-top: 0;
    }

    .ListBox {
        height: 120px;
        border-bottom: 1px solid #ccc;
        display: flex;
        justify-content: center;
    }

    .ListBox h1 {
        padding: 0 150px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        color: #000000;
        display: flex;
        align-items: center;
        position: relative;
    }

    .ListBox h1::after {
        content: "";
        display: block;
        width: 2px;
        height: 20px;
        background: #D9D9D9;
        position: absolute;
        right: 0;
    }

    .ListBox h1:last-child::after {
        display: none;
    }

    .ListBox h1 .icon {
        margin-right: 25px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #3C88B5;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

    .ListBox h1 .icon img {
        width: 14px;
        filter: invert(1);
        transform: rotate(90deg);
    }

    .ListBox h1.cur .icon {
        opacity: 1;
    }

    .contentBox {
        width: 100%;
        padding-top: 60px;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .contentBox .content {
        display: none;
    }

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

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

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

    @media (max-width: 1200px) {
        .ListBox {
            height: 90px;
        }

        .ListBox h1 {
            padding: 0 60px;
            font-size: 18px;
        }

        .ListBox h1 .icon {
            margin-right: 15px;
            width: 45px;
            height: 45px;
            display: none;
        }

        .ListBox h1.cur .icon {
            display: flex;
        }

        .contentBox {
            padding-top: 30px;
        }
    }

    @media (max-width: 720px) {
        .ListBox h1 {
            padding: 0 30px;
        }

        .ListBox h1 .icon {
            width: 30px;
            height: 30px;
        }
    }
