<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}
.NyNavList .dropdown {
  position: relative;
}
.NyNavList .dropdown:hover .dropdown_menu {
  display: block;
  position: absolute;
  width: 200%;
  left: -50%;
  z-index: 99;
}

.dropdown_menu {
  display: none;
}

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

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

@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-around;
    align-items: flex-start;
    background: #fff;
    padding: 30px 0;
}

/* 浜у搧鍥剧墖 */
.Ny_product_Content {
    display: flex;
    flex-wrap: wrap;
}

.Ny_ProductImg {
    position: relative;
    max-width: 400px;
    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: #359339;
}

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

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

/* 浜у搧姒傝 */
.Ny_ProductDesc {
    width: calc(100% - 400px);
    height: 100%;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
}

.Ny_ProductDesc h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.Ny_ProductDesc span {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

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

.Ny_ProductDesc .more {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;

}

.Ny_ProductDesc .more a {
    display: block;
    width: 120px;
    height: 38px;
    color: #fff;
    background: #359339;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.Ny_ProductDesc .Ny_ProducPost {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Ny_ProductDesc .Ny_ProducPost a {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #359339;
    color: #359339;
    padding: 10px 20px;
    font-size: 14px;

}

.Ny_ProductDesc .Ny_ProducPost a img {
    width: 30px;
    margin-right: 15px;
}



/* 浜у搧绠€浠� */
.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: #359339;
    font-weight: bold;
}

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

    .Ny_ProductDesc {
        max-width: 400px;
    }

}

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

    .Ny_ProductImg {
        max-width: 300px;
    }

    .Ny_ProductDesc {
        max-width: 300px;
        margin-left: 15px;
    }

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

    .Ny_ProductDesc span {
        padding: 15px 0;
    }

    .Ny_ProductDesc span p {
        font-size: 12px;
    }

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

    .Ny_ProductDesc .more a {
        width: 90px;
        height: 30px;
        font-size: 12px;
    }

    .Ny_ProductDesc .Ny_ProducPost a {
        width: 100%;
        margin-bottom: 15px;
        padding: 5px 15px;
        font-size: 12px;
    }
}

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

/* end-浜у搧璇︽儏 */
</pre></body></html>