﻿@charset "utf-8"; 
.home-hotproduct{display:none;}
.home-catepro{padding-bottom:3%;}
.home-catepro .home-catepro-list{display:flex;flex-wrap:wrap;margin-top:2%;}
.home-catepro .home-catepro-list .item{width:23.5%;margin-right:2%;margin-bottom:2%;position: relative;}
.home-catepro .home-catepro-list .item:nth-child(4n){margin-right:0;}
.home-catepro .home-catepro-list .item .img{overflow: hidden;}
.home-catepro .home-catepro-list .item .img>a{position:relative;height:0;padding-bottom:100%;display:block;}
.home-catepro .home-catepro-list .item .img img{width:100%;display: block;transition: all .3s;max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}
.home-catepro .home-catepro-list .item .title{position: absolute;bottom:0;left:0;width:100%;}
.home-catepro .home-catepro-list .item .title a{width:100%;display: block;background:var(--color);color:#fff;padding:5px 20px;}
.home-catepro .home-catepro-list .item:hover .img img{transform: scale(1.05);}
@media (max-width:768px){.home-catepro .home-catepro-list{justify-content: space-between;}
.home-catepro .home-catepro-list .item{width:49%;margin-right:0;}}
.home-news .homenews-list .homenews-item .info .title{min-height:44px;}
@media (max-width:500px){.home-news .homenews-list .homenews-item .info .title{min-height:65px;}}