.banner-container,
.products-container {
	width: 100vw;
	height: 100vh;
}

.banner-container .swiper-slide,
.products-container .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner-container .swiper-slide>img,
.products-container .swiper-slide>img {
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.page2,
.page4,
.page5 {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.page2 {
	background: url(../img/index/pic_page2.jpg) no-repeat center;
	background-size: cover;
	font-size: 22px;
	line-height: 40px;
}

.page4 {
	background: url(../img/index/pic_page4.jpg) no-repeat center;
	background-size: cover;
}

.page5 {
	background: url(../img/index/pic_page5.jpg) no-repeat center;
	background-size: cover;
}

.page2 img {
	width: 100%;
}

/* 第三屏产品轮播区域 */
.page3 .swiper-slide {
	position: relative;
}

.page3 a {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 140px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 48px;
	color: #e4d7d0;
	border: 2px solid #e4d7d0;
	font-size: 22px;
}

.page3 .first-slide a {
	color: #eee;
	border: 2px solid #eee;
}

.page3 .red a {
	color: #8d3e39;
	border: 2px solid #8d3e39;
}

.product-info {
	position: absolute;
	left: 10%;
}

.product-info.red {
	color: #8d3e39;
}

.product-info h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.product-info dl {
	margin-bottom: 0;
}

.product-info img {
	width: 70px;
	margin-right: 30px;
}

.product-info dd {
	font-size: 18px;
}

.product-info .name {
	font-size: 20px;
	display: block;
}

/* 第四屏品牌活动 */
.section-title {
	position: absolute;
	top: 6%;
	left: 10%;
	text-align: left;
}

.section-title span {
	font-size: 16px;
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	background-color: #8d3e39;
	border-radius: 20px;
}

.section-title h2 {
	font-size: 40px;
	margin: 0;
	margin: 5px 0 10px;
}

.section-title h3 {
	font-size: 26px;
	margin: 0;
}

.page4 .swiper-container {
	margin-bottom: -10%;
	overflow: initial;
	flex: 1;
	width: 50%;
}

.page4 .swiper-slide {
	width: 400px;
	height: 700px;
	border-radius: 20px;
	background-color: #e4d7d0;
	overflow: hidden;
	position: relative;
}

.page4 .swiper-slide .img-box {
	height: 400px;
}

.page4 .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
}

.page4 .swiper-slide .act-des {
	padding: 20px 30px;
	box-sizing: border-box;
}

.page4 .swiper-slide .act-des .time {
	color: #5f5f5f;
	font-size: 24px;
}

.page4 .swiper-slide .act-des h3 a {
	font-size: 28px;
	color: #8d3e39;
	margin: 10px 0;
}

.page4 .swiper-slide .act-des .act-des-info {
	color: #5f5e5e;
	font-size: 20px;
}

.page4 .swiper-slide .handle-box {
	position: absolute;
	bottom: 25px;
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page4 .swiper-slide .handle-box .more {
	width: 150px;
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	background-color: #8D3E39;
	font-size: 22px;
	color: #e4d7d0;
	text-align: center;
}

.page4 .swiper-slide .handle-box img {
	width: 40px;
}


/* 第五屏地图 */
.page5 .map {
	max-width: 75%;
	max-height: 70%;
	margin-bottom: -10%;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.page2 {
		font-size: 24px;
		line-height: 50px;
	}

	.page2 p {
		margin-bottom: 10px;
	}

	.product-info {
		transform: scale(0.8);
	}

	.product-info h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.product-info dl {
		margin-bottom: 0;
	}

	.product-info .name {
		font-size: 36px;
	}

	.section-title span {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	.section-title h2 {
		font-size: 48px;
		margin: 10px 0 15px;
	}

	.section-title h3 {
		font-size: 30px;
	}

	.page4 .swiper-container {
		transform: scale(0.8);
	}

	.page4 .swiper-slide:first-of-type {
		margin-left: 0.5%;
	}

	.page4 .swiper-slide:last-of-type {
		margin-right: 0.5%;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.page2 {
		font-size: 26px;
		line-height: 60px;
	}

	.product-info {
		transform: scale(0.9);
	}

	.section-title span {
		font-size: 22px;
		height: 40px;
		line-height: 40px;
	}

	.section-title h2 {
		font-size: 48px;
	}

	.section-title h3 {
		font-size: 30px;
	}

	.page4 .swiper-container {
		transform: scale(0.8);
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.page2 {
		font-size: 28px;
	}

	.product-info h2 {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.product-info dl {
		margin-bottom: 26px;
	}

}

@media (min-width: 1444px) {
	.page2 {
		font-size: 34px;
		line-height: 72px;
	}

	.page2 p {
		margin-bottom: 20px;
	}

	.product-info {
		transform: scale(1);
	}

	.product-info h2 {
		font-size: 60px;
		margin-bottom: 60px;
	}

	.section-title h2 {
		font-size: 56px;
		margin: 6px 0;
	}

	.section-title h3 {
		font-size: 36px;
	}

	.page4 .swiper-container {
		transform: scale(1);
	}

	.page4 .swiper-slide:first-of-type {
		margin-left: 10%;
	}

	.page4 .swiper-slide:last-of-type {
		margin-right: 10%;
	}
}
