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

.Ny_ProductList {
    margin-bottom: 30px;
}

.Ny_ProductList a {
    display: block;
    background: #fff;
    overflow: hidden;
    transition: .25s;
}

.Ny_ProductList a:hover {
    border: 15px solid #034390;
}

.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;
    color: #333;
    border-top: 1px solid #D7DCE4;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    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: #034390;
}
@media screen and (max-width: 992px) and (min-width:0px) {
  .Ny_product {
    padding: 0 15px;
}
}

@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;
    padding: 30px;
    padding-top: 120px;
}

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

.Ny_ProductImg {
    position: relative;
    max-width: 550px;
    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;
    /* Center slide text vertically */

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

.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;
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/198/20231208191956_mJr0BDGF.png) bottom no-repeat;
    background-size: contain;

}

.Ny_ProductImg .mySwiper2 img {
    padding: 45px;
}

.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: #034390;
}

.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: #034390;
}

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

/* 产品概要 */
.Ny_ProductDesc {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Ny_ProductDesc h1 {
    font-size: 36px;
    color: var(--color);
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.probq {
    padding: 70px 0 50px;
    border-bottom: 1px solid #000;
}

.probq p {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 3.6px;
}

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

}

.Ny_ProductDesc .more {
    width: 240px;
    height: 60px;
    background: #003789;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width: 1440px) and (min-width:0px) {
    .Ny_ProductImg {
        max-width: 450px;
    }

    .Ny_ProductDesc {
        width: calc(100% - 500px);
    }

}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .Ny_ProductImg {
        max-width: 400px;
    }

    .Ny_ProductDesc {
        width: calc(100% - 450px);
    }

    .Ny_ProductDescImg {
        padding-top: 120px;
    }

    .Ny_ProductDesc .more {
        width: 180px;
    }
}

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

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

    .Ny_ProductDesc {
        max-width: 100%;
        width: 100%;
        padding-top: 45px;
    }

    .probq {
        padding: 30px 0 15px;
    }

    .Ny_ProductDesc .more {
        width: 45%;
    }

}

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

/* end-产品详情 */
.Post {
    margin: 40px 0;
    display: flex;
}

.Post a {
    text-align: center;
    line-height: 54px;
    margin-right: 80px;
    width: 240px;
    height: 60px;
    border: 2px solid var(--color);
    color: var(--color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Post a:last-child {
    margin: 0;
}

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

@media screen and (max-width: 992px) and (min-width:0px) {
    .Post a {
        width: 45%;
        font-size: 14px;
        margin-right: 10%;
    }

}

@media screen and (max-width: 640px) and (min-width:0px) {
    .Post {
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .Post a {
        width: 100%;
        margin: 15px 0;
    }
}