.tuwen {
    background: #F5F5F5;
    margin-top: 60px;
    margin-right: 60px;
    padding: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.tuwen::after {
    content: "";
    display: block;
    width: 300px;
    height: 100%;
    background: var(--color);
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    right: -60px;
    top: -60px;
}

.tuwen .aa {
    display: flex;
    align-items: flex-start;
}

.tuwen .aa img {
    display: block;
}

.tuwen .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tuwen .text h1 {
    font-family: 'DIN';
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #3C3B3B;
}

.tuwen .text h2 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #8A8A8A;
    max-width: 380px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.tuwen .text h3 {
    font-family: 'DIN';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3C3B3B;
    margin-bottom: 60px;
}

.tuwen .text a {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #686868;
    align-items: flex-end;
}

.tuwen .text a img {
    display: block;
    margin-left: 20px;
    transform: rotateY(180deg);
}

.tuwen .imgBox {
    width: 500px;
    position: relative;
    z-index: 2;
}

.tuwen .imgBox img {
    width: 100%;
}

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

@media (max-width: 1440px) {
    .tuwen .text {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .tuwen {
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tuwen::after {
        display: none;
    }

    .tuwen .aa img {
        display: none;
    }

    .tuwen .text {
        width: 100%;
    }

    .tuwen .text h1 {
        font-size: 36px;
    }

    .tuwen .imgBox {
        width: 100%;
        transform: scale(1);
        position: relative;
    }

    .tuwen .imgBox::after {
        content: "";
        display: block;
        width: 80%;
        height: 80%;
        background: var(--color);
        opacity: 0.3;
        position: absolute;
        z-index: -1;
        right: -30px;
        top: -30px;
    }
}

@media (max-width: 640px) {
    .tuwen {
        padding: 30px;
    }

    .tuwen .text {
        padding-left: 0px;
    }

    .tuwen .text h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tuwen .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .tuwen .imgBox {
        margin-top: 60px;
    }
}



/* 产品简介 */
.Ny_ProductDetails {
    margin-top: 90px;
    width: 100%;
    background: #fff;
}

.Ny_ProductDetails .list {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.Ny_ProductDetails .list p {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 2;
    text-transform: capitalize;
}

.Ny_ProductDetails .Ny_cont {
    width: 100%;
    min-height: 300px;
}

.tuijian {
    margin-top: 30px;
}

.tuijian .ProList .item {
    width: calc((100% - 90px) / 4);
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .Ny_ProductDetails {
        margin-top: 30px;
    }

    .tuijian .ProList .item {
        width: calc((100% - 60px) / 3);
        margin-left: 10px;
        margin-right: 10px;
    }

    .Ny_ProductDetails .Ny_cont.table .raw-html-embed {
        overflow-x: scroll;
    }

    .Ny_ProductDetails .list {
        margin-top: 60px;
    }
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Ny_ProductDetails .list p {
        font-size: 24px;
        line-height: 1;
        padding-bottom: 10px;
    }

    .tuijian .Ny_ProductList a {
        margin: 0px;
    }

    .tuijian .ProList .item {
        width: calc((100% - 40px) / 2);
        margin-left: 10px;
        margin-right: 10px;
    }


}


/* 图集 */
.Ny_ProductImg {
    position: relative;
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: space-between;
}

.Ny_ProductImg .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Ny_ProductImg .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;
}

.Ny_ProductImg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* border: 1px solid #ccc; */
}

.Ny_ProductImg .swiper {
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.Ny_ProductImg .swiper-slide {
    background-size: cover;
    background-position: center;
}

.Ny_ProductImg .mySwiper2 {
    width: calc(100% - 100px);
    height: 100%;
    position: relative;
    margin: 0;
    border-radius: 14px;
}

.Ny_ProductImg .mySwiper2 img {
    border: 0px;
}

.Ny_ProductImg .mySwiper {
    width: 100px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    max-width: 550px;
    margin: 15px 0;
}


.Ny_ProductImg .mySwiper .swiper-wrapper {
    height: 100%;
}

.Ny_ProductImg .mySwiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0.3;
}

.Ny_ProductImg .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.Ny_ProductImg .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 640px) {
    .Ny_ProductImg {
        height: 280px;
    }

    .Ny_ProductImg .mySwiper {
        width: 50px;
    }

    .Ny_ProductImg .mySwiper2 {
        width: calc(100% - 50px);
    }
}
