﻿.home-banner .swiper-slide>a::after{display: none;}
@media (max-width:768px){.home-banner{height:auto;}}
@media (min-width: 1025px){.home-num{margin-top: 0;}
.home-num .list{background:rgba(0,0,0,.3)}
.home-num .list li{color: #000;}}
.home-pro .list {display: grid;grid-template-columns: repeat(3, 1fr);}
.home-pro .list li{width: 100%;display: block;position: relative;}
.home-pro .list li .img{width: 100%;}
.home-pro .list li .info{position: absolute;width: 100%;height: 100%;bottom: 0;left:0;background: initial;justify-content: end;align-items: center;}
.home-pro .list li .info::before{display: none;}
.home-pro .list li:hover .info{background: #006D6A33;}
.home-pro .list li .info .title{height:100%;display:flex;align-items:flex-end;}
.home-pro .list li .info .text{display: none;}
.home-pro .list li .info .more{display: none;}
@media (max-width:1024px) {.home-pro .list {display: grid;grid-template-columns: repeat(2, 1fr);}}

.home-advantages{color: #000;}
.home-advantages::before{display: none;}
.home-advantages .home-des{font-size: 24px;color: var(--color);margin-top: 5px;font-weight: 600;}
.home-advantages .swiper-wrapper{flex-wrap: wrap;justify-content: space-between;transform: initial!important;}
.home-advantages .swiper-slide{width: 31%!important;margin: 0!important;margin-bottom: 20px!important;box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13);}
#advantageswiper .advantageswiper-pagination{display: none;}

@media (max-width:1024px) {.home-advantages .swiper-slide{width: 48%!important;}}
#advantageswiper .swiper-slide em{line-height:1}