
.list-h > li a.name{
    color: #AB1032;
    font-size: 18px;
    margin: 15px 0 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.industrial_pd{
	margin: 50px 0 30px;
}


/******** PRODUCTS ********/
.product-txt {
    color: #777;
    padding: 10px 0 0 0;
	font-size: 12px;
	margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}
.product-name {
    color: #000000;
    font-size: 18px;
}

.products-list .box:hover .product-name {
    color: #AB1032;
}

.detail-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    transition: all .2s;
}

.detail-txt span {
    font-size: 15px;
}

.products-list .box:hover .detail-txt {
    bottom: 0;
}

.product-list-txt {
    border: 1px solid #DFDFDF;
    padding: 35px 45px;
    line-height: 24px;
    margin-bottom: 35px;
}

.products-list.type1 {
    margin: 0 -10px;
}

.products-list.type1 .item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.products-list.type1 .item:nth-child(3n+1) {
    clear: left;
}

.products-list.type2 {
    margin: 0 -18px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 18px 35px;
}

.products-list.type2 .item:nth-child(4n+1) {
    clear: left;
}

.products-list .box {
    max-width: 348px;
    margin: 0 auto 35px;
    position: relative;
}


.products-list .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .box:hover .pic {
    opacity: 0.2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.products-list .txt {
    padding-top: 10px;
    border-top: 3px solid #AB1032;
}
.brands-info .products-list .name {
	font-size: 14px;
}

.products-list .name {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #A5A5A5;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {
    color: #AB1032;
}


.products-intro {
    margin-bottom: 50px;
    position: relative;
}




@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1320px) {
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1180px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }

}

@media screen and (max-width: 840px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .product-list-txt {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .stories-list li {
        width: calc(100% / 2 - 14px);
        margin-right: 20px;
    }
    .stories-list li:nth-child(3n+3) {
        margin-right: 20px;
    }
    .stories-list li:nth-child(2n+2) {
        margin-right: 0;
    }
}
/*20220627新增*/
.contentIn{width:100% !important;}
/*20220627新增*/