.advantage {
	width: 100%;
	padding: 60px 0;
	background-color: #f2f4f5;
}

.main {
	width: 85%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.advantage .item {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.advantage .item .swiper {
	width: 50%;
	height: 400px;
	background: #edebeb;
	padding: 20px 0;
}

.advantage .item .swiper .swiper-slide {
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.advantage .item .swiper .swiper-slide img {
	width: 40%;
	height: 100%;
}

.advantage .item .texts {
	width: 50%;
	height: 100%;
	padding: 90px 110px;
	background-color: #fff;
}

.advantage .item .texts .title {
	font-size: 30px;
	font-weight: bold;
}

.advantage .item .texts .desc {
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}

.advantage .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.swiper .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper {
	--swiper-theme-color: #0075c1;
	--swiper-pagination-color: #0075c1;
	/* 两种都可以 */
}

@media screen and (max-width: 480px) {
	.main {
		width: 95%;
	}

	.advantage .item {
		width: 100%;
		height: 200px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.advantage .item .swiper {
		width: 42.25%;
		height: 200px;
	}

	.advantage .item .swiper .swiper-slide {
		height: 200px;
		background-position: center;
		background-size: cover;
	}

	.advantage .item .texts {
		width: 57.75%;
		height: 100%;
		padding: 20px 20px;
		background-color: #fff;
	}

	.advantage .item .texts .title {
		font-size: 16px;
		font-weight: bold;
	}

	.advantage .item .texts .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		height: 120px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.advantage .item:nth-child(2n) {
		flex-direction: row-reverse;
	}
}
