.ind {display:block}
.homeind-swiper {width:100%;box-sizing:border-box}
.homeind-swiper * {box-sizing:border-box}
.homeind-swiper .ind-item {display:block;height:auto;min-height:inherit!important;background:none!important;padding:1px}
.homeind-swiper {position:relative;padding:10px 60px 0;}
.homeind-swiper .ind-item >a {display:block;position:relative;padding-bottom:100%;}
.homeind-swiper .swiper-slide img{display:block;width: 100%;height: 100%;position: absolute;object-fit: contain;top: 0;left: 0;}
.ind-item .tit a{color:#000}
.homeind-swiper .ind-item:hover .tit a{color:var(--color)}
.homeind-swiper .swiper-pagination {display:none;}
.homeind-btn>div {cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;position:absolute;top:50%;margin-top:-20px;background:#fff;}
.homeind-btn>div.homeind-prev {left:0;}
.homeind-btn>div.homeind-next {right:0;}
.homeind-btn>div i {font-size:22px;}
.homeind-btn>div:hover {background:var(--color);color:#fff}
@media (max-width:768px){.ind-wrapper{padding-top:30px}
.homeind-swiper {padding:10px 0 0;}
.homeind-swiper .swiper-container{padding:0 0 40px;}
.homeind-swiper .swiper-pagination {display:block;bottom:0}
.homeind-btn>div{display:none}
.ind-item .tit{font-size:18px}}