    .NyBigBox {
        padding: 0;
    }

    .NyBigBox .Box1 {
        background-color: #fafafa;
        padding: 30px var(--w1600);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .NyCpXq {
        width: calc(100% - 380px);
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1200px) {
        .NyCpXq {
            width: calc(100% - 300px);
            position: relative;
            z-index: 1;
        }
    }

    @media (max-width: 1200px) {
        .NyCpXq {
            width: 100%;
            position: relative;
            z-index: 1;
        }
    }

    /* 详情 */
    .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 .bj {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

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

    .CpImg1 {
        border: 1px solid #ddd;
        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;
    }

    .Swiper2 {
        width: 100%;
        position: relative;
        margin-top: 15px;
        padding: 0 30px;
        display: flex;
        align-items: center;
    }

    .CpImg2 {
        position: relative;
        width: 100%;
    }

    .CpImg2 .swiper-slide {
        border: 1px solid #ddd;
        width: 60px;
    }

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

    .Swiper1_2 .prev2 {
        left: 0;
        display: block;
        opacity: 1;
        height: auto;
        width: auto;
        top: auto;
        margin: 0;
    }

    .Swiper1_2 .next2 {
        right: 0;
        display: block;
        opacity: 1;
        height: auto;
        width: auto;
        top: auto;
        margin: 0;
    }

    .Swiper1_2 .swiper-button-next:after,
    .Swiper1_2 .swiper-button-prev:after {
        color: #000;
        font-size: 20px;
    }

    .Swiper1_2 .swiper-slide-thumb-active {
        border: 1px solid var(--color2);
        content: "";
        display: block;
    }

    .CpText {
        width: 55%;
        padding-left: 50px;
        display: flex;
        flex-direction: column;
    }

    .CpText h1 {
        border-left: 4px solid var(--color2);
        padding: 5px 0;
        padding-left: 15px;
        font-size: 26px;
        font-weight: bold;
        color: var(--color2);
    }

    .CpText h2 {
        margin: 20px 0;
        font-size: 16px;
        color: #333333;
    }

    .CpText .desc {
        color: #575757;
        font-size: 20px;
        line-height: 1.5;
    }

    .CpText span {
        padding-top: 30px;
        margin-bottom: 15px;
        width: 100%;
        display: block;
        border-top: 1px solid #C1C1C1;
    }



    .CpText .desc {
        padding-bottom: 30px;
        border-bottom: 1px solid #C1C1C1;
        font-size: 14px;
        color: #666666;
    }


    .CpText a {
        margin-top: 45px;
        width: 120px;
        height: 38px;
        font-size: 14px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: var(--color);
        transition: 0.5s;
    }

    .CpText a:hover {
        background: var(--color2);
    }

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

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

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

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

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

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

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

    /* 详情 */

    .XqTop {
        margin-top: 50px;
        border-left: 4px solid var(--color2);
        padding: 5px 0;
        padding-left: 15px;
        font-size: 26px;
        font-weight: bold;
        color: var(--color2);
    }

    .XqBtBox {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #C1C1C1;
        display: flex;
        grid-gap: 5px;
    }

    .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;
    }

    .content {
        display: none;
    }

    .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;
        }
    }

    /* 推荐 */
    .indexTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .indexTitle h2 {
        font-weight: 500;
        color: #124299;
        font-size: 18px;
    }


    .indexTitle h1 {
        font-weight: bold;
        color: #212529;
        font-size: 52px;
    }

    .indexTitle span {
        display: block;
        width: 30px;
        height: 3px;
        background: #eb3d00;
    }

    @media (max-width: 1440px) {
        .indexTitle h1 {
            font-size: 48px;
        }
    }

    @media (max-width: 1200px) {
        .indexTitle h2 {
            font-size: 16px;
        }


        .indexTitle h1 {
            font-size: 38px;
        }
    }

    @media (max-width: 720px) {
        .indexTitle h2 {
            font-size: 14px;
        }


        .indexTitle h1 {
            font-size: 28px;
        }
    }

    .Box2 {
        padding: 90px 0 30px;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Swiper2 {
        padding: 0 25px;
        padding-bottom: 60px;
        margin-top: 60px;
        position: relative;
    }


    .Slide2 {
        border: 1px solid #e5e5e5;
        padding: 40px 20px;
        transition: 0.5s;
    }

    .Slide2:hover {
        background-color: var(--color);
        border: 1px solid var(--color);
    }

    .Slide2 .logo {
        width: 90px;
    }

    .Slide2 .logo img {
        width: 100%;
    }

    .Slide2 .img2 {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100%;
    }

    .Slide2 h1 {
        font-size: 22px;
        line-height: 32px;
        height: 32px;
        color: #010101;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: 0.5s;
    }

    .Slide2:hover h1 {
        color: #fff;
    }

    .Slide2 h2 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 25px;
        height: 75px;
        color: #515151;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        transition: 0.5s;
    }

    .Slide2:hover h2 {
        color: #fff;
    }

    .Slide2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #585858;
        width: 130px;
        height: 50px;
        border-radius: 50px;
        transition: 0.5s;
    }

    .Slide2 a:hover {
        border: 1px solid var(--color2);
        background: var(--color2);
        color: #fff;
    }

    .pagination2 {
        bottom: 0px !important;
    }

    .pagination2 span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #a9a9a9;
        margin: 0 10px !important;
        opacity: 1;
    }

    .pagination2 span.swiper-pagination-bullet-active {
        background: #e37c20;
    }


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

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

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

        .Swiper2 {
            margin-top: 30px;
        }

        .Slide2 {
            padding: 20px 15px;
        }

        .Slide2 .img2 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .Slide2 h1 {
            font-size: 18px;
            line-height: 20px;
            height: 20px;
        }

        .Slide2 h2 {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 20px;
            height: 60px;
        }

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

    @media (max-width: 720px) {
        .Swiper2 {
            padding: 0 10px;
            padding-bottom: 45px;
        }

        .Slide2 {
            padding: 20px 10px;
        }

        .Slide2 .logo {
            width: 60px;
        }

        .Slide2 h2 {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 20px;
            height: 40px;
            color: #515151;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .Slide2 a {
            width: 100px;
            height: 35px;
            font-size: 14px;
        }
    }

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

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

    .Box3 {
        background-color: #fafafa;
        padding: 60px var(--w1600);
    }

    .Box3 .NyTitle {
        grid-gap: 10px;
    }

    .Box3 .NyTitle span {
        display: block;
        width: 70px;
        height: 1px;
        background: #9b9b9b;
    }

    form {
        margin-top: 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 30px;
    }

    form input,
    form textarea {
        border: 1px solid rgba(206, 212, 218, 1);
    }

    label {
        display: flex;
        flex-wrap: wrap;
    }

    label h1 {
        width: 100%;
        font-size: 18px;
        line-height: 2;
        margin-bottom: 15px;
        color: #585858;
        display: none;
    }

    label input {
        width: 100%;
        height: 45px;
        background: #fff;
        padding-left: 15px;
    }

    label textarea {
        width: 100%;
        height: 100px;
        background: #fff;
        padding-top: 15px;
        padding-left: 15px;
    }

    .input1 {
        width: calc(50% - 15px);
    }

    .input2 {
        width: 100%;
    }

    .input3 {
        width: 100%;
    }

    .input3 input {
        width: calc(100% - 260px);
        margin-right: 30px;
    }

    .input3 img {
        width: 230px;
        height: 45px;
        background: #fff;
    }

    .input4 {
        margin: 0 auto;
        width: 100%;
        border-radius: 50px;
        height: 40px;
        background: var(--color);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #FFFFFF;
    }

    @media (max-width: 1200px) {
        form {
            grid-gap: 30px 0;
        }

    }

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

        label h1 {
            font-size: 16px;
        }

        label input {
            height: 45px;
        }

        .input1 {
            width: 100%;
        }

        form {
            grid-gap: 15px 0;
        }

        label h1 {
            margin-bottom: 5px;
        }

        label textarea {
            height: 100px;
        }

        .input3 input {
            width: calc(100% - 150px);
        }

        .input3 img {
            width: 120px;
            height: 45px;
        }

        .input4 {
            margin: 0 auto;
            margin-top: 30px;
            width: 180px;
            height: 45px;
            font-size: 16px;
        }
    }
