﻿.home-banner {height:auto}
.procate-list{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}
.procate-list .procate-item{width:100%;margin-right:0}
@media (max-width:1024px){.procate-list{grid-template-columns:repeat(3,1fr)}}
@media (min-width:769px){.home-hotpro .homehotpro-list{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}
.home-hotpro .homehotpro-list .homehotpro-item{width:100%;margin-right:0}}
@media (min-width:768px) and (max-width:1024px){.home-hotpro .homehotpro-list{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.procate-list{grid-template-columns:repeat(2,1fr)}}
.home-hotpro .homehotpro-list .homehotpro-item{height:auto}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img{flex:none}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info{flex:1}
.home-projects .homeprojects-right{width:450px}
@media (max-width:1366px){.home-projects .homeprojects-right{width:40%}}
@media (max-width:1024px){.home-projects .homeprojects-right{width:100%}}