﻿.home-projects .list{display:flex;justify-content: space-between;margin-top:2%;flex-wrap:wrap;}
.home-projects .list .item{width:32%;position: relative;}
.home-projects .list .item .img{overflow: hidden;}
.home-projects .list .item img{width:100%;display:block;}
@media (max-width:500px){.home-projects .list .item{width:100%;margin-top:2%;}}
.home-projects .l-wrap{max-width:1600px;}
.home-banner .swiper-slide>a::after{display:none;}