.banner{
	width: 100%;
}
.banner .swiper-slide-active{
	z-index: 9;
}
.banner img{
	display: flex;
	position: relative;
	z-index: 1;
	left: 50%;
	transform: translate(-50%,0);
	max-width: 100%;
	margin-left: -1px;
}
.container{
	display: flex;
	justify-content: space-between;
}
.container .list-title{
	font-weight: 600;
	font-size: 24px;
	position: relative;
}
.container .list-title::before{
	position: absolute;
	content: '';
	width: 65px;
	height: 4px;
	background: #10B2E3;
	bottom: -10px;
}
.container .desc{
	font-size: 16px;
	margin: 20px 0;
	line-height: 40px;
}
.container .erweima{
	width: 160px;
	text-align: center;
}
.container .erweima img{
	max-width: 160px;
}


@media (max-width: 768px) {
	.container{
		flex-wrap: wrap;
	}
	.container .left{
		width: 100%;
	}
	.container img{
		max-width: 100%;
	}
	.container .erweima{
		width: 100%;
		text-align: center;
	}
}