﻿.index-cate{padding: 3% 0;}
.index-cate .catelist{display: grid;grid-template-columns:repeat(3,1fr);}
.index-cate img{width: 100%;}
.index-cate .title{font-size: 17px;font-weight: var(--fontbold6);text-transform: uppercase;letter-spacing: 1px;padding: 40px 20px;text-align: center;}
.index-cate .title a {display: block;color: #FFF;}
.index-cate .imgbox{width: 100%;overflow: hidden;position: relative;text-align: center;background: #222;}
.index-cate .imgbox img{display: block;width: 100%;-webkit-transform: scaleY(1);-moz-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;-ms-transition: all .7s ease-in-out;transition: all .7s ease-in-out;}
.index-cate .item{width: 100%;}
.index-cate .item:hover .imgbox img{-webkit-transform: scale(10);-moz-transform: scale(10);-o-transform: scale(10);-ms-transform: scale(10);transform: scale(10);-ms-filter: "alpha(opacity=0)";filter: alpha(opacity=0);opacity: 0;}
.index-cate .item:first-child, .index-cate .item:last-child {color: #FFF;background-color: var(--color);}
.index-cate .imgbox .catelink {-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-o-transition: all .5s linear;-ms-transition: all .5s linear;transition: all .5s linear;-ms-filter: "alpha(opacity=0)";filter: alpha(opacity=0);opacity: 0;width: 100%;height: 100%;position: absolute;overflow: hidden;top: 0px;left: 0px;display: flex;align-items: center;}
.index-cate .item:hover .catelink {-ms-filter: "alpha(opacity=100)";filter: alpha(opacity=100);opacity: 1;}
.index-cate .item:nth-child(2n) {color: #CCC;background-color: #222;}
.index-cate .imgbox .catelink a{width: 100%;}
@media (max-width:768px) {
.index-cate .catelist{display:block;}
}
.home-banner .swiper-slide>a::after{display:none}
.home-banner .swiper-slide-active img{animation:initial}