/* 样式调整 */
.s_nav {
	top: 0;
}

.product {
	height: 100%;
	padding-top: 84px;
}

.gg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 13px;
}

.mohu {
	background-color: #fff;
	box-shadow: 0px 4px 6px 0px rgba(214, 214, 214, 0.3);
}

.a {
	color: #E60012;
}

.yangshi {
	color: #fff;
}

.s_lanmu ul li:hover .a {
	color: #fff;
}

.dibuzuo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.s_tubiao {
	display: flex;
	margin-top: 0px;
}

.sdt {
	display: flex;
	align-items: center;
	margin-top: 0px;
}

.bottom {
	padding-top: 22px;
	padding-bottom: 17px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 99;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 产品中心 */
.xilie1 h1 {
	font-size: 43px;
	font-weight: bold;
	color: #808080;
	/* padding-bottom: 20px; */
}

.active .xilie1 h1 {
	/* padding-bottom: 40px; */
}

/* .lunbotu {
	height: 0;
	overflow: hidden;
	  transition: all .5s ease; 

}

.active .lunbotu {
	height: 325px;
	 height: auto;
} */
.lunbotu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.active .lunbotu {
	max-height: 610px;
	/* 或其他足够大的值，以确保能容纳实际内容 */
}

.xilie1 {
	transition: all .5s ease;
	overflow: hidden;
	height: 70px;
}

.hide .xilie1 {
	height: 0;
	bottom: 0;
}

.active .xilie1 h1 {
	color: #E60012;
}

.ltu1 {
	width: 94%;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
}

.ltu1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

.ltu p {
	font-size: 18px;
	color: #1A1A1A;
	padding-top: 17px;
}

.ltu:hover .ltu1 img {
	transform: scale(1.2);
}

.ltu:hover p {
	color: #E60012;
}

.cate-item .bar {
	position: relative;
}

.swiper-button-next::after {
	position: absolute;
	color: #c7c5c5;
}

.swiper-button-prev::after {
	position: absolute;
	color: #c7c5c5;
}

.swiper-button-next {
	top: 50% !important;
	right: -5% !important;
	display: none !important;
}

.swiper-button-prev {
	top: 50% !important;
	left: -5% !important;
	display: none !important;
}

.cate-item .bar {
	overflow: hidden;
}

.active .bar {
	overflow: inherit;
}

.active .swiper-button-next {
	display: block !important;
}

.active .swiper-button-prev {
	display: block !important;
}
.xilie1 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xilie1 a p{
    color: #E60012;
    display: none;
}
.active .xilie1 a p{
    display: block;
}
@media screen and (max-width:1650px) {
	.swiper-button-next {
		top: 50% !important;
		right: 0% !important;
	}

	.swiper-button-prev {
		top: 50% !important;
		left: 0% !important;
	}

}

@media screen and (max-width:1500px) {
	.xilie {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width:768px) {
	.gg {
		padding-top: 15px;
	}

	.bottom {
		position: relative;
	}

	.hide {}

	.hide .xilie1 {
		height: 55px;
	}

	.xilie1 {
		height: 55px;
	}

	.lunbotu {
		height: auto;
		padding-bottom: 20px;
		max-height: inherit;
	}

	.active .lunbotu {
		height: auto;
		max-height: inherit;
	}

	.product {
		height: auto;
		padding-top: 84px;
		padding-bottom: 40px;
	}

	.xilie1 h1 {
		font-size: 28px;
		font-weight: bold;
		color: #808080 !important;
	}

	.ltu1 {
		height: 130px;
	}

	.active .swiper-button-next {
		display: none !important;
	}

	.active .swiper-button-prev {
		display: none !important;
	}

	.dibuzuo {
		flex-wrap: wrap;
		justify-content: center;
	}
	.xilie1 a p{
    color: #333;
    display:block;
}
}