﻿@media (min-width:1024px) {
.home-product #product-swiper .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
	transform: translate(0, 0)!important
}
.home-product #product-swiper .swiper-wrapper .swiper-slide {
	width: 23.5% !important;
	margin-right: 2% !important;
	margin-bottom: 20px;
}
.home-product #product-swiper .swiper-wrapper .swiper-slide:nth-child(4n) {
	margin-right: 0 !important
}
.home-product .product-list .home-button-next, .home-product .product-list .home-button-prev {
	display: none;
}
}
.home-product .swiper .swiper-slide .info .text {
	display: none;
}
.home-product .swiper .swiper-slide .info {
	padding: 10px 30px 10px 10px
}
.home-product .swiper .swiper-slide {
	border: 1px solid #DFDFDF;
}
.home-product .swiper .swiper-slide:hover {
	background: var(--color);
}
.home-product .swiper .swiper-slide .img {
	border: none;
	border-bottom: 1px solid #DFDFDF;
}
.home-product .swiper .swiper-slide:hover .info .title, .home-product .swiper .swiper-slide:hover .info .title a, .home-product .swiper .swiper-slide:hover .info i {
	color: #fff
}
@media (max-width:768px) {
.home-product .swiper .swiper-slide .info {
	margin-top: 0;
}
}
.home-honor img {
	cursor: pointer
}
.home-honor .honorwrap .item {
	overflow: inherit;
	padding: 40px 0;
}
.home-honor img:hover {
	transform: scale(1.1)
}
