.about-us-container {
	width:100%;
	color:rgba(255,255,255,1)
}
.about-us-container .about-us-top-banner {
	background-image:url(../static/images/about-us/about-top-banner-bg-2x.png);
	background-size:100% 100%;
	height:300px;
	margin-bottom:1px;
	width:100%;
}
.about-us-container .about-us-top-banner-text-group {
	width:var(--content-width-percentage);
	max-width:var(--content-width-max);
}
.about-us-container .about-us-top-banner-text {
	width:clamp(180px,14vw,220px);
	height:auto;
}
.about-us-container .about-us-content {
	background-image:url(../static/images/index/background.png);
	width:100%;
	min-width:var(--min-page-width);
	height:auto;
	background-size:cover;
	background-position:center;
	padding-bottom:0
}
.about-us-container .company-introduction-block {
	width:var(--content-width-percentage);
	max-width:var(--content-width-max);
	min-width:var(--min-page-width);
	margin:75px auto 60px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-end;
	height:100%;
	background-color:rgba(22,18,56,1);
}
.about-us-container .company-introduction-text {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:20px;
	padding:0 50px;
}
.about-us-container .company-introduction-title {
	font-size:clamp(24px,2.5vw,36px);
	font-weight:500;
	line-height:1.5;
	color:#fff;
}
.about-us-container .company-introduction-description {
	font-size:clamp(16px,1.5vw,20px);
	line-height:1.8;
	color:#fff;
}
.about-us-container .company-introduction-image {
	width:53%;
	img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
}.about-us-container .company-culture-block {
	width:var(--content-width-percentage);
	max-width:var(--content-width-max);
	min-width:var(--min-page-width);
	margin:0 auto var(--content-padding-bottom);
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	padding:60px 0;
	background:url(../static/images/about-us/about-culture-bg.png)
    	100% no-repeat;
	background-size:100% 100%;
}
.about-us-container .company-culture-image {
	width:36%;
	display:flex;
	align-items:center;
	justify-content:center;
	img {
	width:50%;
	height:50%;
	object-fit:cover;
	object-position:center;
}
}.about-us-container .company-culture-text {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:20px;
	padding:0 50px;
}
.about-us-container .company-culture-title {
	font-size:clamp(24px,2.5vw,36px);
	font-weight:500;
	line-height:1.5;
	color:#fff;
}
.about-us-container .company-culture-description {
	font-size:clamp(16px,1.5vw,20px);
	line-height:1.8;
	color:#fff;
}
.about-us-container .contact-us-block {
	width:100%;
	min-width:var(--min-page-width);
	margin:0 auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:30px;
	padding:60px 0;
	background-color:rgba(38,42,54,1);
}
.about-us-container .contact-us-text {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
.about-us-container .contact-us-chinese {
	font-size:clamp(24px,2.5vw,36px);
	font-weight:500;
	line-height:1.5;
	color:#fff;
}
.about-us-container .contact-us-address {
	font-size:clamp(16px,1.5vw,20px);
	line-height:1.8;
	color:#fff;
	text-align:center;
}
.about-us-container .contact-us-map-container-wrapper {
	width:var(--content-width-percentage);
	max-width:var(--content-width-max);
	min-width:var(--min-page-width);
}
#map-container {
	width:100%;
	height:clamp(300px,40vw,400px);
	margin:0 auto;
}
/* 响应式布局 */
@media screen and (max-width:1400px) {
	.company-culture-block,.contact-us-block {
	padding:40px 0;
}
}@media screen and (max-width:1000px) {
	.company-culture-block,.contact-us-block {
	padding:30px 0;
}
}@media screen and (max-width:768px) {
	.company-culture-block,.contact-us-block {
	padding:20px 0;
}
}@media screen and (max-width:480px) {
	.company-culture-block,.contact-us-block {
	padding:15px 0;
}
}