.contentBox .table table {
    width: 100% !important;
    line-height: 3;
    margin: 3% auto;
    border-collapse: collapse;
}

.contentBox .table table tr:nth-child(1) {
    background: #1A6580;
    color: #fff;
}

.contentBox .table table tr:nth-child(2n) {
    background: #F9F9F9;
}

figure table tr td,
.contentBox .table table td {
    text-align: center;
    border: 1px solid #1A6580;
    padding: 6px 12px !important;
    height: auto !important;
    white-space: nowrap !important;
}

.cpjj {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 var(--container);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.CpImg {
    width: 50%;
    position: relative;
}

.CpImg1 {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}

.CpImg1 .swiper-button-prev,
.CpImg1 .swiper-button-next {
    width: 50px;
    height: 50%;
    border-radius: 10px;
    background: rgba(244, 244, 244, 0.50);
    margin: auto;
    top: auto;
    left: auto;
}

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

.CpImg1 .swiper-button-next {
    right: 0;
}

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

.CpImg2 img {
    background: #F4F4F4;
}

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

.CpText {
    width: calc(50% - 180px);
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.CpText h1 {
    color: rgba(0, 0, 0, 0.90);
    font-family: MiSans2;
    font-size: 30px;
}

.CpText h2 {
    color: #000;
    font-size: 16px;
    line-height: 2;
}

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

@media (max-width:1200px) {
    .CpText {
        width: calc(50% - 30px);
    }

    .CpImg1 .swiper-button-prev,
    .CpImg1 .swiper-button-next {
        width: 35px;
        height: 30%;
    }

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

@media (max-width: 900px) {
    .cpjj {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        grid-gap: 30px;
    }

    .CpImg {
        width: 100%;
    }

    .CpText {
        width: 100%;
        grid-gap: 15px;
    }

    .contentBox .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        margin: 3% auto;
    }

    .contentBox .table table {
        min-width: 800px !important;
        line-height: 2;
    }

    .contentBox .table::-webkit-scrollbar {
        height: 6px;
    }

    .contentBox .table::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
}

/* 详情 */
.NyCpXq {
    margin: 120px 0;
    padding: 90px var(--container);
    background: #F4F4F4;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 45px;
}

.contentBox {
    width: 100%;
}

.contentBox h1 {
    color: rgba(0, 0, 0, 0.90);
    font-family: MiSans2;
    font-size: 30px;
    margin-bottom: 15px;
}

.contentBox .content {
    width: 100%;
}

@media (max-width: 1200px) {
    .NyCpXq {
        margin: 60px 0;
        padding: 60px var(--container);
    }
}

/* 相关产品 */
.NySection3 {
    padding: 0 var(--container)
}

.NySection3 .title {
    color: rgba(0, 0, 0, 0.90);
    font-family: MiSans2;
    font-size: 30px;
    margin-bottom: 30px;
}

.Slide3 {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F3F4F6;
}

.Slide3 .img {
    width: 100%;
    background: #F4F4F4;
}

.Slide3 .img img {
    width: 100%;
}

.Slide3 .text {
    background: #fff;
    padding: 30px;
    padding-bottom: 60px;
}

.Slide3:hover .text {
    background: var(--color);
}

.Slide3 .text h1 {
    color: #000;
    font-family: MiSans2;
    font-size: 18px;
    margin-bottom: 5px;
}

.Slide3 .text h2 {
    color: #99A1AF;
    font-size: 14px;
}

.Slide3:hover .text * {
    color: #fff;
}

@media (max-width: 1200px) {
    .Slide3 .text {
        padding: 15px;
        padding-bottom: 30px;
    }
}