﻿@media(min-width:1025px){.home-news .homenews-list .homenews-text .homenews-tit{height: 50px;}}
@media(max-width:1440px){.home-about .about-img .img-info p{font-size: var(--fontsize16);}}
.home-product .homepro-list .proitem .item-info .item-tit{-webkit-line-clamp: 1;}
.home-about .about-text p{color: #111;}
.home-brand{padding-top:3%;}
.home-brand .brand-list{margin-top:2.5%;display: flex;flex-wrap:wrap;justify-content: space-between;}
.home-brand .brand-list li{width:16.5%;list-style:none;}
.home-brand .brand-list li .img{overflow: hidden;}
.home-brand .brand-list li .img img{width: 100%;display:block;transition: all .3s;}
.home-brand .brand-list li:hover .img img{transform: scale(1.05);}
@media (max-width:768px){.home-brand{padding-top:30px;}
.home-brand .brand-list{margin-top:20px;}
.home-brand .brand-list li{width:32%;margin:10px 0;}}
@media (max-width:550px){.home-brand .brand-list li{width:49%;}}
.procate-list{margin-top: 3%;}
.procate-list{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}
.procate-list .procate-item{width:100%;margin-right:0}
@media (max-width:768px){.procate-list{gap:20px;grid-template-columns:repeat(2,1fr)}
}