.Ny_product {
    padding: 30px 15px;
    min-height: 550px;
    display: flex;
    align-content: flex-start;
}

.Ny_ProductList {
    margin-bottom: 30px;
}

.Ny_ProductList a {
    display: block;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: .25s;
}

.Ny_ProductList a:hover {
    box-shadow: 0 0 20px 5px #BE1E1C1a;
    border: 1px solid #BE1E1C;
}

.Ny_ProductList a .img {
    overflow: hidden;
}

.Ny_ProductList a img {
    width: 100%;
    height: 100%;
    transition: 1s;
    /* object-fit: cover; */
}

.Ny_ProductList a .text {
    font-size: 16px;
    line-height: 3;
    text-align: center;
    color: #333;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .25s;
}

.Ny_ProductList a:hover img {
    transform: scale(1.1);
}

.Ny_ProductList a:hover .text {
    color: #BE1E1C;
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Ny_ProductList a .text {
        font-size: 12px;
        line-height: 3;
    }
}


/* 产品详情 -------------------------------------------------------- */
.Ny_ProductDescImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    background: #fff;
    padding: 30px;
}

/* 产品图片 */
.Ny_product_Content {
    display: flex;
    flex-wrap: wrap;
}

.Ny_ProductImg {
    position: relative;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.Ny_ProductImg .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Ny_ProductImg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    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: 100%;
    height: auto;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
}

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


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

.proListBoxprev {
    display: flex;
    height: 100%;
    top: 0%;
    bottom: auto;
    position: absolute;
    margin: 0;
    width: 24px;
    left: 0;
    right: auto;
    opacity: 1 !important;
    z-index: 50;
    color: #fff;
    background: #BE1E1C;
}

.proListBoxnext {
    display: flex;
    height: 100%;
    top: 0%;
    bottom: auto;
    position: absolute;
    margin: 0;
    width: 24px;
    right: 0;
    left: auto;
    opacity: 1 !important;
    z-index: 50;
    color: #fff;
    background: #BE1E1C;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

/* 产品概要 */
.Ny_ProductDesc {
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
}

.Ny_ProductDesc h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 15px;
    border-left: 5px solid #BE1E1C;
    margin: 30px 0;
}


.Ny_ProductDesc p {
    margin-bottom: 0;
    line-height: 3;
    font-size: 16px;
}

.Ny_ProductDesc .desc {
    padding: 30px 0;
    margin-bottom: 30px;
    color: #B0B0B0;
    text-align: justify;
    font-size: 16px;
    line-height: 2;

}




/* 产品简介 */
.Ny_ProductDetails {
    background: #fff;
}

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

.Ny_ProductDetails .list p {
    display: block;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 3.5;
    font-size: 20px;
    color: #BE1E1C;
    font-weight: bold;
}

@media screen and (max-width: 1440px) and (min-width:0px) {
    .Ny_ProductDesc {
        width: calc(100% - 750px);
    }

}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .Ny_ProductDesc {
        width: calc(100% - 600px);
    }

}

@media screen and (max-width: 992px) and (min-width:0px) {
    .Ny_ProductDescImg {
        padding: 50px 15px;
    }

    .Ny_ProductImg {
        max-width: 100%;
        width: 100%;
    }

    .Ny_ProductDesc {
        max-width: 100%;
        width: 100%;
    }

    .Ny_ProductDesc h1 {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .Ny_ProductDesc p {
        margin-bottom: 0;
        line-height: 2;
        font-size: 16px;
    }

    .Ny_ProductDesc .desc {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .Ny_ProductDetails .list p {
        line-height: 2;
    }
}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Ny_ProductDesc {
        max-width: 100%;
        width: 100%;
    }
}

/* end-产品详情 */
.Post {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.Post a {
    color: #333;
    line-height: 1;
    font-size: 16px;
}

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

@media screen and (max-width: 640px) and (min-width:0px) {
    .Post a {
        font-size: 12px;
    }
}
