.hezuihuoban {
	width: 1248px;
	height: 130px;
	margin: 52px auto;
}

.hui {
	color: #585858 !important;
}
.hezuihuoban_left {
	width: 300px;
	float: left;
}

.hezuihuoban_left h3 {
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 25px;
	text-transform: uppercase;
}

.hezuihuoban_left h4 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #020202;
	line-height: 25px;
	margin-top: 46px;
}

.hezuihuoban_right {
	width: 912px;
	position: relative;
	float: right;
}


.hezuihuoban_right .aaa {
	width: 752px;
	margin: 0 auto;
}

.hezuihuoban_right .swiper-container {
	width: 100%;
	height: 100%;
}

.hezuihuoban_right .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.hezuihuoban_right .swiper-slide img {
	width: 219px;
	height: 99px;
	opacity: 0.5;
}

.hezuihuoban_right .swiper-slide img:hover {
	width: 219px;
	height: 99px;
	opacity: 1;
}

.hezuihuoban_right .swiper-button-next:after,
.hezuihuoban_right .swiper-button-prev:after {
	font-size: 20px;
}

.heziright {
	display: none;
}
@media screen and (max-width: 768px) {
	.hezuihuoban {
		width: 90%;
		margin: 10px auto;
	}

	.hezuihuoban_left {
		width: 100%;
	}

	.hezuihuoban_left h3 {
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #454545;
		line-height: 25px;
		text-transform: uppercase;
	}

	.hezuihuoban_left h4 {
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #020202;
		line-height: 25px;
		margin-top: 10px;
	}

	.hezuihuoban_right {
		width: 100%;
		position: relative;
		display: none;
	}


	.hezuihuoban_right .aaa {
		width: 752px;
		margin: 0 auto;
	}

	.hezuihuoban_right .swiper-container {
		width: 100%;
		height: 100%;
	}

	.hezuihuoban_right .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* Center slide text vertically */
		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;
	}

	.hezuihuoban_right .swiper-slide img {
		width: 219px;
		height: 99px;
		opacity: 0.5;
	}

	.hezuihuoban_right .swiper-slide img:hover {
		width: 219px;
		height: 99px;
		opacity: 1;
	}

	.hezuihuoban_right .swiper-button-next:after,
	.hezuihuoban_right .swiper-button-prev:after {
		font-size: 20px;
	}

	.heziright {
		width: 95%;
		margin-top: 0;
		margin-bottom: 0;
		display: block;
	}

	.heziright li {
		width: 131px;
		height: 59px;
		background: #ffcc00;
		float: left;
		margin-right: 20px;
	}

	.heziright li img {
		width: 131px;
		height: 59px;
		object-fit: cover;
	}
}