
.productCenter-banner {
    background-image: url(/images/banner/chanpinbanner.jpg);
}
.breadcrumb {
    height: 40px;
    background: #fff!important;
    color: #bfbfbf;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumb a {
    color: #0f81f3;
}
.breadcrumb .center::before {
    content: '\003E';
}
.breadcrumb .active::before {
    content: '\003E';
}
.breadcrumb a:hover {
    color: #0f81f3;
}
.cover img {
    width: 100%;
    height: 540px;
    /* margin-top: 72px;
    height: 540px;
    background-image: url(/images/new/28.png);
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff; */
}
.cover h2 {
    font-size: 44px;

}
.cover p {
    font-size: 17px;
}
.productTab {
    margin: 30px 0;
    margin-bottom: 60px;
    height: 49px;
    
    
}
.productTab ul {
    margin: 0 auto;
    height: 49px;
    display: flex;
}
.productTab ul li {
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
    color: #000;
    border-radius: 15px;
    border: 1px solid #E6E6E6;
    margin-right: 16px;
    line-height: 46px;
    font-weight: 600;
}
.productTab ul .active  {
    background: linear-gradient(32deg, #1371FF, #2993FF);
    box-shadow: 0px 1px 11px 0px rgba(24,124,255,0.53);
    border-radius: 15px;
    color: #FFFFFF;
}
.product_module {
    
}
.product_module h5 {
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    color: #000;
}
.product_module ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.product_module ul li {
    margin: 0 5px;
    padding: 13px;
    width: 24%;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.11);
    border-radius: 6px;
    margin-bottom: 30px;
}
.product_module ul li a {
    color: #000;
    text-decoration: none;
}

.product_module ul li img {
    width: 100%;
    height: 170px;
}
.product_module ul li div {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.product_module ul li div .line {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 30px;
    height: 2px;
    background: #1371FF;
    border-radius: 1px;
}
.product_module .product_module-item {
    transition: 0.3s all;
    overflow: hidden;
}
.product_module .product_module-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.product_module .product_module-item p {
    
}
/* .product_module .product_module-item img:hover {
    transform: rotateY(360deg);
} */
/* 平板 */
@media screen and (min-width:768px) and (max-width:991px) {
    
    .product_module ul li {
        text-align: center;
        width: 48%;
    }
    
}
/* 超小屏幕 */
@media screen and (max-width: 767px) {
    .productCenter-banner {
        background-image: url(/images/new/small/banner-chanpin.png);
    }
    .breadcrumb {
        background: #f6f7f9!important;
    }
    .tab-control ul {
        margin: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        flex-wrap: nowrap;
        max-width: 120%; /* 设置最大宽度 */
        overflow-x: auto; /* 横向滚动条 */
        white-space: nowrap; /* 防止换行 */
    }
    .tab-control ul li {
        margin-right: 25px;
        height: 40px;
        line-height: 40px;
    }
    .tab-control ul .active {
        color: #2068a8;
        border-bottom: 2px solid #2068a8;
    }
    .productTab ul li {
        font-size: 12px;
        padding: 0 10px;
    }
    .product_module {
        margin-top: 20px;
    }
    .product_module ul {
        justify-content: space-between;
    }
    .product_module ul li {
        width: 47%;
        height: 280px;
    }
    .product_module ul li p {
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    .product_module ul li img {
        height: 85px;
    }
}