﻿.banner {
	height: 525px;
	color: #fff;
	position: relative;
        max-width: 2560px;
        margin: 0 auto;
}
.banner img{
	height: 100%;
}
.banner-container {
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(133, 133, 133, 0.1); */
	/* backdrop-filter: blur(10px); */
	padding-top: 193px;
	padding-left: 295px;
	height: 100%;
}
.banner .head-text {
	font-size: 80px;
	font-weight: 700;
}
.banner .head-text1 {
	font-size: 32px;
	font-weight: 500;
	margin: 16px 0 18px;
}
.banner .btn-text {
	color: #fff;
	width: 209px;
	height: 51px;
	border-radius: 26px;
	background-color: #d8281c;
	font-size: 20px;
}
.banner .btn-text:hover {
	background-color: rgba(162, 0, 0, 1);
}
.bg-box {
	background: rgba(217, 217, 217, 0.25);
	padding-top: 20px;
}
.bg-box .container .container{
	padding: 0;
}
.container-box {
	padding: 25px 0;
	margin: 0 auto;
	width: 80%;
}
.container-li {
	display: flex;
	border-radius: 16px;
	/* width: 1500px; */
	height: 550px;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-bottom: 48px;
}
.map-img {
	height: 996px;
	width: 100%;
}
.left-section {
	background-color: #fff;
	height: 550px;
	/* width: 900px; */
	flex: 1;
}
.right-section {
	padding: 68px 120px 68px 80px;
	background-color: #fff;
}
.front-desk {
	background-color: #fff;
	border-radius: 5px;
}
.left-section {
	background-size: 100% 100%;
	position: relative;
}
.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;
}

.span-section{
	font-size: 18px;
}
.contact-info h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-info p {
	margin: 5px 0;
	font-weight: 500;
}

.contact-info .span1 {
	font-size: 36px;
}
.contact-info .span2 {
	font-size: 32px;
	color: #d8241e;
}
.contact-info .span3 {
	font-size: 28px;
}
.contact-info .span4 {
	font-size: 28px;
}

.qr-codes {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.qr-codes img {
	width: 164px;
	height: 164px;
}
.qr-codes .img1 {
	margin-right: 63px;
}

/* 移动端适配样式 - about.html */

@media screen and (max-width: 1024px) {
	/* Banner区域适配 */
	.banner {
		height: 300px;
	}

	.banner-container {
		padding-top: 100px;
		padding-left: 20px;
	}

	.banner .head-text {
		font-size: 24px;
	}

	.banner .head-text1 {
		font-size: 20px;
		margin: 10px 0;
	}

	.banner .btn-text {
		width: 120px;
		height: 40px;
		font-size: 16px;
		border-radius: 20px;
	}

	/* 内容区域适配 */
	.container-box {
		width: 95%;
		padding: 15px 0;
	}

	/* 面包屑导航适配 */
	.breadcrumb {
		font-size: 12px;
		margin-bottom: 15px;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 5px;
	}

	.breadcrumb .home-icon {
		width: 16px;
		vertical-align: middle;
	}

	/* 联系信息卡片适配 */
	.container-li {
		flex-direction: column;
		height: auto;
		margin-bottom: 20px;
	}

	.left-section {
		height: 200px;
		width: 100%;
	}

	.right-section {
		padding: 20px;
		width: 100%;
	}

	.contact-info .span1 {
		font-size: 22px;
	}

	.contact-info .span2 {
		font-size: 20px;
	}

	.contact-info .span3,
	.contact-info .span4 {
		font-size: 16px;
	}

	/* 二维码区域适配 */
	/* .qr-codes {
		justify-content: space-between;
	} */

	.qr-codes img {
		width: 120px;
		height: 120px;
	}

	.qr-codes .img1 {
		margin-right: 20px;
	}

	/* 地图图片适配 */
	.map-img {
		height: auto;
		width: 100%;
		background-size: cover;
		background-position: center;
	}
}

/* .section {
	padding-top: 220px !important;
	position: relative;
}
#bottom_box {
	position: fixed;
	height: 220px;
	bottom: 20px;
	left: 0;
	right: 0;
	background: #fff;
}
#bottom_box .box {
	height: 220px;
} */
