body {
	background: #F5FAFA !important;
}

.about_banner {
	width: 100%;
	height: 280px;
	padding-top: 60px;
	background-image: url('../img/about_banner.png');
	background-size: 100% 280px;
	background-repeat: no-repeat;
}

.about_title {
	position: relative;
	width: 490px;
	height: 42px;
	margin: 0 auto;
	/*margin-top: 50px;*/
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 42px;
}

.about_title::before {
	content: '';
	position: absolute;
	width: 171px;
	height: 2px;
	background-color: #E6E6E6;
	left: 0;
	top: 20.5px;
}

.about_title::after {
	content: '';
	position: absolute;
	width: 171px;
	height: 2px;
	background-color: #E6E6E6;
	right: 0;
	top: 20.5px;
}

.company_content {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(35, 125, 128, 0.1);
	border-radius: 4px;
	padding-top: 50px;
}

.company {
	width: 1200px;
	height: 413px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.company .left {
	width: 511px;
	height: 350px;
	background: url(../img/company.png)no-repeat;
	background-size: 511px 350px;
	margin-top: 5px;
}

.company .right {
	width: 664px;
	height: 368px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	line-height: 24px;
	text-align: justify;
	/*white-space: nowrap;*/
}

.property {
	margin-top: 50px;
	margin-bottom: 60px;
}

.property_content {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	display: flex;
	justify-content: start;
}

.property_content .box {
	width: 288px;
	height: 350px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(35, 125, 128, 0.1);
	border-radius: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: 16px;
}

.property_content .box:nth-child(1) {
	margin-left: 0;
}

.property_content .box h2 {
	margin-top: 20px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85)
}

.team {
	width: 100%;
	height: 540px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(35, 125, 128, 0.1);
	border-radius: 4px;
	padding-top: 50px;
	margin-bottom: 50px;
}

.team_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: start;
}

.team_content img:nth-child(1) {
	margin-top: 36px;
}

.team_content img:nth-child(2) {
	margin-top: 7px;
}