.aboutUs_banner{
	width: 100%;
	/* height: 600rem; */
	height: 660rem;
	background-color: #121214;
	background-image: url(../img/aboutUs_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_cn{
	width: 1280rem;
	margin: 0px auto;
	overflow: auto;
}
.aboutUs_introduce{
	width:464rem;
	height:500rem;
	background-color: rgba(0, 0, 0, 0.3);
	/* backdrop-filter: blur(10px); */
	margin-top: 100rem;
	border-radius: 6rem;
	padding: 26rem 34rem;
	box-sizing: border-box;
}
.title_aboutUs{
	font-size: 44rem;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 4rem;
    text-transform: uppercase;
}
.title_aboutUs span{
	color: #f4b200;
}
.title_sec{
	font-size: 18rem;
	color: #ffffff;
    font-weight: bold;
	/* letter-spacing: 4rem; */
	margin-top: 12rem;
}
.aboutUs_text{
	font-size: 14rem;
	color: #ffffff;
	text-align: justify;
	/* letter-spacing: 2rem; */
	line-height: 24rem;
	margin-top: 16rem;
}
.section_title{
	margin-top: 50rem !important;
}
.section_text{
	margin-bottom: 22rem !important;
}
.aboutUs_data{
	width: 100%;
	height: 160rem;
	border-radius: 6rem;
	background: url(../img/ServiceCentre.png) no-repeat;
	background-size: cover;
    background-position: center;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	/* padding: 0px 80rem; */
	box-sizing: border-box;
}
.aboutUs_data>li{
	width: 100%;
}
.aboutUs_data>li p{
	font-size: 28rem;
	font-weight: bold;
	color: #f4b200;
	letter-spacing: 2rem;
	margin-top: 46rem;
	margin-bottom: 10rem;
	text-align: center;
}
.aboutUs_data>li span{
	font-size: 16rem;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 2rem;
	display: block;
	text-align: center;
}