.content {
	margin-left: 16px;
	margin-right: 16px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.content>.title {
	width: 1168px;
	margin-left: 25px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	padding-left: 15px;
	font-weight: bold;
	background-image: linear-gradient(to right, red, yellow);
}

#wnhm {
	width: 1230px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-slide-active, .swiper-slide-duplicate-active {
	transform: scale(1);
}

#wnhm>.swiper-wrapper>.swiper-slide>img {
	display: block;
	max-width: 1150px;
	object-fit: cover;
}

#wnhm>.swiper-wrapper>.swiper-slide.swiper-slide-active>img {
	display: block;
	max-width: 1150px;
	object-fit: cover;
}

#wnhm>.swiper-horizontal>.swiper-pagination-bullets, #wnhm>.swiper-pagination-bullets.swiper-pagination-horizontal, #wnhm>.swiper-pagination-custom, #wnhm>.swiper-pagination-fraction {
    bottom: 50px;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px !important;
	font-size: 12px;
	color: #000;
	opacity: 1;
	/* background: rgba(0, 0, 0, 0.2); */
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #cc0000;
	line-height:20px;
}

.swiper-pagination-bullet-active {
	color: #fff;
	/* background: #007aff; */
	background: #f60000;
	border: 1px solid #ffffff;
	outline: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
}

#wnhm .swiper-button-prev {
	/* left: -30px; */
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}

#wnhm .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#wnhm .swiper-button-next {
	/* right: -30px; */
	width: 45px;
	height: 45px;
	background: url(/front/zt/2022/kx10d/image/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}

#wnhm .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

