.banner {
	height: 525px;
	position: relative;
}
.banner img{
	height: 100%;
}
.banner-container {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(200, 200, 200, 0.1);
	/* backdrop-filter: blur(10px); */
	padding-top: 193px;
	padding-left: 295px;
	height: 100%;
	width: 100%;
}
.banner .head-text {
	font-size: 80px;
	font-weight: 700;
}
.banner .head-text1 {
	font-size: 30px;
	font-weight: 500px;
	margin-bottom: 30px;
}
.banner .btn-text {
	color: #fff;
	width: 209px;
	height: 51px;
	border-radius: 26px;
	background-color: #d8281c;
	font-size: 20px;
}
.banner .btn-text:hover {
	background-color: #c82333;
}
.bg-box {
	background: rgba(217, 217, 217, 0.25);
}
.container-box {
	padding: 25px 0;
	width: 80%;
	margin: 0 auto;
	/* background: rgba(217, 217, 217, 0.25); */
}
.container-li {
	display: flex;
	border-radius: 16px;
	min-width: 1250px;
	height: 511px;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-bottom: 48px;
	align-items: center;
	padding-left: 70px;
}

.container-li .li-img {
	width: 449px;
	height: 445px;
	margin-right: 100px;
}
.container-li .li-img img {
	display: inline-block;
	height: 100%;
}
.container-li .span-section {
	flex: 1;
	padding-right: 100px;
}
.left-section {
	background-color: #fff;
	height: 550px;
	width: 900px;
}
.right-section {
	flex: 1;
	padding: 68px 120px 68px 80px;
	background-color: #fff;
}
.front-desk {
	background-color: #fff;
	border-radius: 5px;
}
.front-desk-background h1 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	margin: 0;
	font-size: 24px;
}
.front-desk-info {
	margin-top: 20px;
}
.front-desk-info p {
	margin: 5px 0;
}

.contact-info h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-info p {
	margin: 5px 0;
	font-weight: 500;
}

.contact-info .span1 {
	font-size: 52px;
	color: #d8241e;
}
.contact-info .span2 {
	font-size: 36px;
	color: #d8241e;
}
.contact-info .span3 {
	font-size: 20px;
}
.contact-info .span_auto {
	/* overflow: auto; */
	overflow: scroll;
	padding-right: 20px;
	max-height: 300px;
}
.qr-codes {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.qr-codes img {
	width: 164px;
	height: 164px;
}
.qr-codes .img1 {
	margin-right: 63px;
}

@media screen and (max-width: 1024px) {
	/* Banner区域适配 */
	.banner {
		display: none;
	}

	.banner-container {
		padding-top: 100px;
		padding-left: 20px;
		text-align: center;
	}

	.banner .head-text {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.banner .head-text1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.banner .btn-text {
		width: 160px;
		height: 40px;
		font-size: 16px;
		display: inline-block;
	}

	/* 内容区域适配 */
	.container-box {
		width: 90%;
		padding: 15px 0;
	}

	.container-li {
		flex-direction: column;
		height: auto;
		min-width: auto;
		padding: 20px;
		margin-bottom: 30px;
	}

	.container-li .span-section {
		width: 100%;
		padding-right: 0;
		order: 1;
		margin-bottom: 20px;
	}

	.container-li .li-img {
		width: 100%;
		height: auto;
		margin-right: 0;
		order: 2;
		text-align: center;
	}

	.container-li .li-img img {
		max-width: 100%;
		height: auto;
	}

	/* 第二个container-li中图片在上文字在下 */
	.container-li:nth-child(2) .li-img {
		order: 1;
		margin-bottom: 20px;
	}

	.container-li:nth-child(2) .span-section {
		order: 2;
	}

	/* 文字大小适配 */
	.contact-info .span1 {
		font-size: 28px;
	}

	.contact-info .span2 {
		font-size: 22px;
	}

	.contact-info .span3 {
		font-size: 16px;
		line-height: 1.5;
	}

	/* 面包屑导航适配 */
	.breadcrumb {
		padding: 15px 0;
		font-size: 14px;
		white-space: nowrap;
		overflow-x: auto;
	}

	.breadcrumb .home-icon {
		width: 20px;
		height: 20px;
	}

	/* 二维码适配 */
	.qr-codes {
		flex-wrap: wrap;
		justify-content: center;
	}

	.qr-codes img {
		width: 120px;
		height: 120px;
		margin: 10px;
	}

	.qr-codes .img1 {
		margin-right: 20px;
	}
}
