   .industrialImg {
        width: 240px;
        height: 100px;
        transition: filter 0.3s ease, transform 0.3s ease;

    }


    .industrialbanner {
        width: 940px;
        height: 340px;
        position: relative;
        padding-top: 10px;
    }

    .industrialitem img {
        width: 950px;
        height: 320px;
        vertical-align: top;
        position: absolute;
    }

    .detailsCenter3 {
        padding: 0px;
        /* width: 68%; */
        width: 1224px;
        margin: 0 auto;
    }

    /* 第二个 */
    /* 添加基础样式 */
    .carousel10 {
        position: relative;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel10-item {
        display: none;
        width: 100%;
        transition: opacity 0.5s ease;
    }

    .carousel10-item.active {
        display: block;
        opacity: 1;
    }

    .carousel10-item img {
        width: 1204px;
        height: auto;
        display: block;
    }

    .pagination10 {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .dot10 {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
        cursor: pointer;
        transition: all 0.3s ease;
        opacity: .3;
    }

    .dot10.active {
        /* background: #fff; */
        /* transform: scale(1.3); */
        background: #ed5736;
        opacity: 1;
    }

    .tab-pane_industry {
        display: none;
    }

    .tab-pane_industry.active {
        display: block;
    }

    .transition-all_a {
        width: 293.7px;
        height: 138px;
        background-color: #fff;
    }

    .transition-all_a img {
        width: 100%;
        height: 100%;
    }
   
    



    /* 切换 */
.container_div-ul {
            width: 1205px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            padding-bottom: 15px;
        }
        
        .slider_ul {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            transition: transform 0.5s ease;
            width: 3615px; /* 1205px * 3 */
        }
        
        .slider_ul li {
            width: 137.5px;
            height: auto;
            margin-left: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
           
        }
        
        .swiper-button-prev, .swiper-button-next {
           position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    /* transition: all 0.3s ease; */
}
        
        
        .swiper-button-prev {
            left: 0px;
            border-radius: 0 4px 4px 0;
        }
        
        .swiper-button-next {
            right: 0px;
            border-radius: 4px 0 0 4px;
        }
        
        .swiper-button-prev::after, .swiper-button-next::after {
            display: none;
        }
        .price-list_weigh{
            display: flex; font-weight: 500;
        }

        .details-search_size20{
            font-size: 18px;color: #ff0000; width: 100px; line-height: 29px;font-weight: 500;
        }
        .rotating_produc_a p{
            padding-top: 10px; padding-bottom: 5px; color: #333;width: 137.5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-weight:700;
        }
       .rotating_produc_widthdiv{
            width: 137.5px; height: 137.5px; border-radius: 3px; border: 1px solid #e5e7eb;padding: 5px; background-color: #fff;
       }
        .rotating_produc_widthdiv:hover{
             border: 1px solid #2686f0;
        }
         .rotating_produc_widthdiv img{
            width: 100%; height: 100%;
        }
        .police_ecology-wrapimg{
            width: 1205px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            background: url(/_style/images/cj11.png) no-repeat center / cover;
        }
        .detailsCenter4{
display: flex; padding: 15px 20px 5px 20px
        }
        .ommon-layout-ht{
width: 1130px; color: #f96318; font-size: 20px; font-weight: bold;
        }
        .ommon-layout-ht span{
            color: #333; font-weight: 500; font-size: 14px;margin-left: 10px;
        }
        .detailsCenter4 a{
font-size: 12px; cursor: pointer;
        }
         .detailsCenter4 a:hover{
            color: #2686f0;
         }