.Ny_Content .top {
    margin: 0 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}

.Ny_Content .top a {
    font-size: 24px;
    color: #333;
}

.Ny_Content .top a img {
    margin-right: 5px;
}

/* 列表 */
.Ny_product {
    padding: 0px 15px;
    min-height: 550px;
    display: flex;
    align-content: flex-start;
}

.Ny_ProductList {
    /* margin-bottom: 30px; */
}

.Ny_ProductList a {
    display: block;
    transition: .25s;
}

.Ny_ProductList a:hover .ProductImg {
    box-shadow: 0 0 6px #aaa;
}

.Ny_ProductList a .ProductImg {
    border: 1px solid #d4d4d4;
}

.Ny_ProductList a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Ny_ProductList a .text {
    color: #333;
    padding: 20px 0 38px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .25s;
}



@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;
    background: #fff;
    margin-top: 0px;
    padding: 0px;
}

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

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

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

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

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

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

.Ny_ProductDesc h1 {
    line-height: 30px;
    color: #333;
    font-weight: bold;
    width: auto;
    font-size: 30px;
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
}

/* .Ny_ProductDesc span {
    font-size: 16px;
    font-weight: bold;
    color: #0070c0;
    line-height: 2;
} */

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


/* 产品简介 */
.Ny_ProductDetails {
    background: #fff;
    margin-top: 45px;
}

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

.Ny_ProductDetails .list p {
    display: block;
    margin-bottom: 0;
    padding: 0 45px;
    line-height: 3.5;
    font-size: 18px;
    color: #000000;
    background: #f5f5f5;
}

.Ny_ProductDetails .list p.cur {
    color: #fff;
    background: #006eb5;
}

.Ny_ProductDetails .Ny_cont a {
    color: #333;
}

.Ny_ProductDetails .Ny_cont {
    display: none;
}

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

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

}

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

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

}

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

    .Ny_ProductImg {
        max-width: 300px;
        margin: 0 auto;
    }

    .Ny_ProductDesc {
        width: 100%;
        margin-left: 15px;
    }

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

    .Ny_ProductDetails .list p {
        padding: 0;
        width: 100%;
        text-align: center;
    }
}



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

    .Ny_ProductDetails .list {
        padding: 0;
    }

    .Ny_ProductDetails .list p {
        padding: 0 10px;
        font-size: 16px;
    }

    .Ny_ProductDetails .list p {
        padding: 0 5px;
        font-size: 12px;
    }
}

/* end-产品详情 */

/* 搜索 */
.Ny_Content .search {
    width: auto;
    border-bottom: 0px solid #000;
    display: flex;
}

.Ny_Content .search input {
    border: 1px solid #333;
    width: 200px;
    height: 32px;
}

.Ny_Content .search button {
    width: 50px;
    height: 32px;
    color: #333;
    border: 1px solid #333;
    background: #f5f5f5;
    filter: invert(0);
}