.banner {
	width: 80%;
	height: 430px;
	position: relative;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;


}

.swiper {
	width: 55%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	/* transition: all linear ; */
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;

}

.swiperAddd {
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.swiper2-box,
.swiper3-box {
	width: 80%;
	padding: 20px 10%;
	margin: 20px 0;
	background-color: #60E3B9;

}

.swiper2-box .m-title,
.swiper3-box .m-title {
	width: 100%;
	padding: 5px 0;
}

.swiper2,
.swiper3 {
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 20px 0;

}

.swiper-wrapper2,
.swiper-wrapper3 {
	width: 100%;
	height: 100%;
}

.swiper-wrapper2 .cl-box,
.swiper-wrapper3 .cl-box {
	padding: 3px;
}

.banner .inner-box {
	padding: 20px 0;
}

.banner .inner-box .list .cl-box2 {
	width: 23%;
	margin-bottom: 20px;
}

.list {
	width: 96%;
	padding: 3px 2%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

@media (max-width:799px) {
	.banner {
		width: 96%;
		padding: 5px;
		margin: auto;
		height: auto;
	}

	.swiper {
		display: none;
	}

	.banner .inner-box .list .cl-box2 {
		width: 30%;
		margin-bottom: 15px;
	}

}