﻿.home-banner .swiper-slide>a::after{display:none}
.home-service .service-item::after{background: #00000070;display: block;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.home-service .service-item .box{z-index: 99;}
.home-cate .homecate-list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}
.home-cate .homecate-list li{width:100%;margin-right:0}
@media (max-width:500px){.home-cate .homecate-list{grid-template-columns:repeat(1,1fr)}}