    .NyBigBox {
        background: url(/assets/images/bc.png) no-repeat center;
        background-size: cover;
    }

    /* 详情 */
    .cpjj {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .CpImg {
        width: 45%;
        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 {
        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;
    }

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

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

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

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

    .CpText .NyTitle {
        margin-bottom: 0;
    }

    .CpText .NyTitle h1 {
        text-align: left;
    }

    .CpText .desc {
        color: #575757;
        font-size: 18px;
        line-height: 1.5;
        color: #484848;
        margin-top: 30px;
        margin-bottom: 60px;
    }


    .CpText .anniu {
        display: flex;
        grid-gap: 30px;
    }

    .CpText .anniu a {
        width: 235px;
        height: 60px;
        border-radius: 50px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid #E4E4E4;
        transition: 0.5s;
    }

    .CpText .anniu a::after {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 10px;
        background: #000;
        transition: 0.5s;
    }


    .CpText .anniu a:hover {
        background: var(--color);
        color: #fff;
    }

    .CpText .anniu a:hover::after {
        background: #fff;
    }

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

    @media (max-width: 1440px) {
        .CpImg {
            width: 50%;
        }

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

    @media (max-width: 1200px) {
        .CpText h1 {
            font-size: 32px;
        }

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

    @media (max-width: 800px) {
        .CpImg {
            width: 100%;
        }

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

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

    @media (max-width:460px) {
        .CpText .desc {
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .CpText .anniu {
            display: flex;
            grid-gap: 15px;
        }

        .CpText .anniu a {
            width: 100%;
            height: 45px;
            font-size: 14px;
        }
    }

    /* 详情 */
    .NyCpXq {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .XqBtBox {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #C1C1C1;
        display: flex;
        grid-gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .XqBtBox h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        /*width: 150px;*/
        padding: 10px;
        height: 46px;
        text-align: center;
        background: #e6e6e6;
        font-size: 16px;
        color: #212529;
        transition: 0.5s;
    }

    .XqBtBox h1.cur {
        background: var(--color);
        color: #fff;
    }

    .contentBox {
        padding: 30px 0;
        width: 100%;
    }

    .content {
        display: none;
        min-height: 450px;
    }

    .content.cur {
        display: block;
    }

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

    @media (max-width: 720px) {
        .XqBtBox h1 {
            width: 100%;
            font-size: 14px;
        }
    }

    @media (max-width: 460px) {
        .XqTop {
            font-size: 24px;
        }
    }
