/*banner*/
.about-banner {
	width: 100%;
	height: 160px;
	background: url(img/about_banner.jpg) no-repeat center;
}
/* 公司联系方式列表 */
.contact-info-outer {
	position: relative;
}
.contact-info-outer ul {
	margin-top: 44px;
	margin-left: 100px;
}
.company-info-item {
	float: left;
	margin-bottom: 60px;
	width: 49%;
	height: 80px;
	padding-left: 100px;
	background: no-repeat left center;
	text-align: left;
}
.company-info-address {
	background-image: url(img/contact_address.png);
}
.company-info-tel {
	background-image: url(img/contact_tel.png);
}
.company-info-email {
	background-image: url(img/contact_email.png);
}
.company-info-postage {
	background-image: url(img/contact_postage.png);
}
.company-info-qq {
	background-image: url(img/contact_qq.png);
}
.company-info-item-title {
	margin: 14px 0;
	font-size: 16px;
}
.company-info-item-title.single {
	margin: 24px 0;
}
.company-info-item-detail {
	font-size: 14px;
}

/* 我们的位置地图卡片 */
.location-map-card {
	margin-top: 60px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 1058px;
	margin-left: auto;
	margin-right: auto;
}

.map-card-title {
	font-size: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.map-card-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #0080ff, #00aaff);
	border-radius: 2px;
}

.map-container {
	width: 100%;
	height: 388px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background: #f5f5f5;
}

.map-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

