.main-content{
}
.main-content .products-content{
    width: 1200px;
    margin: 0 auto;
}
.main-content .products-content .products-content-left {
    width: 350px;
    float: left;
}
.products-content-left .product-category .product-category-title,
.products-content-left .product_industry .product_industry_title{
    height: 59px;
    background-color: #1562C5;
    font-weight: bold;
    font-size: 20px;
    line-height: 59px;
    color: #FFFFFF;
    padding-left: 20px;
}
.products-content-left .product-category .products-category-item{
    height: 50px;
    margin-top: 2px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding-left: 20px;
    background: #F7F6F9 url("../images/product-more.webp") 323px center no-repeat;
    cursor: pointer;
}
.products-content-left .product-category .products-category-item.active{
    color: #1562C5;
    background-image: url("../images/product-more-active.webp");
}


.product_industry {
    width: 100%;
    margin-top: 20px;
}
.product_industry .product_industry_list .product_industry_list_item {
    height: 50px;
    margin-top: 2px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding-left: 52px;
    cursor: pointer;
    position: relative;
    background-color: #F7F6F9;
}
.product_industry .product_industry_list .product_industry_list_item::before{
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #1562C5;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 20px;
}
.product_industry .product_industry_list .product_industry_list_item.active{
    color: #1562C5;
}
.product_industry .product_industry_list .product_industry_list_item.active::before{
    border: none;
    background: url("../images/product-checkbox.webp");
}



.products-content .products-content-right {
    width: 820px;
    float: right;
}
.products-content .products-content-right .products-item {
    width: 32%;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
    margin-right: 2%;
    background-color: #FFFFFF;
}
.products-content .products-content-right .products-item:nth-child(3n){
    margin-right: 0;
}
.products-content .products-content-right .products-item .products-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.products-content .products-content-right .products-item .products-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.products-content .products-content-right .products-item .product-list-title{
    height: 50px;
    margin: 15px 0 5px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.products-content .products-content-right .products-item .product-list-apply{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.products-content .products-content-right .products-item .product-list-more{
    font-size: 14px;
    color: #1562C5;
    margin-top: 10px;
}
.products-content .products-content-right .products-item:hover .products-img img{
    transform: scale(1.1);
}
.products-content .products-content-right .products-item:hover .product-list-title{
    color: #1562C5;
}

.products-content .products-content-right .products-page {
    width: 100%;
    margin: 10px auto 60px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content{
        width: 100%;
    }
    .main-content .products-content{
        width: 900px;
    }
    .main-content .products-content .products-content-left{
        width: 262px;
    }
    .products-content-left .product-category .products-category-item{
        height: 40px;
        line-height: 40px;
        background-position: 240px center;
    }
    .product_industry .product_industry_list .product_industry_list_item{
        height: 40px;
        line-height: 40px;
    }
    .product_industry .product_industry_list .product_industry_list_item::before{
        top: 12px;
    }
    .products-content .products-content-right{
        width: 615px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-content{
        width: 100%;
    }
    .main-content .products-content{
        width: 700px;
    }
    .main-content .products-content .products-content-left{
        width: 204px;
    }
    .products-content-left .product-category .product-category-title, .products-content-left .product_industry .product_industry_title{
        height: 49px;
        font-size: 18px;
        line-height: 49px;
    }
    .products-content-left .product-category .products-category-item{
        height: 34px;
        line-height: 34px;
        background-position: 190px center;
        padding-left: 5px;
        font-size: 14px;
    }
    .product_industry .product_industry_list .product_industry_list_item{
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .product_industry .product_industry_list .product_industry_list_item::before{
        top: 9px;
    }
    .products-content .products-content-right{
        width: 478px;
    }
    .products-content .products-content-right .products-item .product-list-title{
        font-size: 14px;
    }
}