.Ny_ProductList a {
    display: block;
    padding: 20px;
    transition: 1s;
}

.Ny_ProductList a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.Ny_ProductList a img {
    width: 100%;
}

.Ny_ProductList a .text {
    color: #000;
    font-size: 16px;
    line-height: 1.715;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
}
.fyoi a {
    color: #000;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 992px) and (min-width:0px) {
    .Ny_ProductList a {
        padding: 0px;
    }
}


/* 产品详情 */
/* 产品详情 */
/* 产品详情 */
.Ny_product_Content {
    display: flex;
    flex-wrap: wrap;
}

.Ny_Details_Img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

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

.Ny_Details_Img .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_Details_Img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
}

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

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

.Ny_Details_Img .mySwiper2 {
    width: 100%;
    height: auto;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}

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


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

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

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

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

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

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

.Ny_Details_Text {
    width: calc(100% - 500px);
    padding-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.Ny_Details_Text h1 {
    font-size: 24px;
    font-weight: bold;
}

.inside_proDetails_content {
    min-height: 350px;
}

.Ny_Details_Text .more {
    background: #ef4136;
    width: 138px;
    height: 48px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .Ny_Details_Text {
        width: calc(100% - 400px);
    }
}

@media screen and (max-width: 992px) and (min-width:0px) {
    .Ny_Details_Img .mySwiper2 {
        max-width: 300px;
    }

    .Ny_Details_Text {
        width: calc(100% - 300px);
    }
}

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

    .Ny_Details_Img .mySwiper {
        max-width: 300px;
    }

    .Ny_Details_Text {
        width: 100%;
        padding: 0;
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inside_proDetails_content {
        text-align: center;
    }
}

/* end-产品详情 */
