.new_hjzf_product_category_introduce-1{
	overflow-x: hidden;
}
.introduce1_wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.introduce1_wrapper ul li{
    flex: 0 0 16.666666666%;
    width: 16.666666666%;
    text-align: center;
}
.lh-2{
    line-height: 2;
}

@media screen and (max-width: 1200px) {
    .introduce1_wrapper ul li{
        flex: 0 0 33.333333333%;
        width: 33.333333333%;
    }
}
@media screen and (max-width: 767px) {
    .introduce1_wrapper ul li{
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}