.about {
	width: 100%;
	height: auto;
}
.about-header {
	width: 100%;
	height: 500px;
	background: url(/common/static/about/aboutHeader.png);
}
.header-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
}
.about-title {
	font-size:60px;
	/* font-family:YouSheBiaoTiHei; */
	/*font-style: italic;*/
}
.promit-title {
	font-size:26px;
	margin-top: 30px;
}
.about-title-color {
	color: #fff;
}
.company-color {
	color: #111;
}
.company {
	font-size:36px;
	margin: 95px auto;
	text-align: center;
}
.content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1246px;
	margin: 0 auto;
}
.content-text {
	width: 630px;
	height: 389px;
	font-size:16px;
	text-indent: 2em;
	text-align:justify!important;
	padding-right: 60px;
}
.content-text p {
	margin: 0 auto;
	line-height: 1.6;
}
.content-title {
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 5px;
}
.content-img {
	width: 100%;
	height: 460px;
	background: url(/common/static/about/company-02.jpg);
	margin-top: 99px;
}
.contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1246px;
	height: 440px;
	margin: 0 auto;
}
.service {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 440px;
	background: url(/common/static/about/company-04.jpg);
}
.contact-area {
	width: 948px;
	height: 440px;
	background: #F3F6FD;
	margin-left: 30px;
}
.service-type {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 150px;
}
.service-title {
	font-size:14px;
	padding: 0 20px;
	color: #fff;
}
.service-right {
	font-size:14px;
	color: #fff;
}
.service-other {
	margin-top: 20px;
}
.area-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 44px auto;
	margin-bottom: 25px;
}
.area-city {
	font-size:36px;
}
.area-promit {
	font-size:16px;
}
.area-title-color {
	color: #333;
	margin-top: 15px;
}
.company-messages {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area-details {
	height:280px;
	font-size:16px;
	text-align:justify!important;
	padding-left: 30px;
	line-height: 2.0;
}
.area-img {
	padding: 0 32px 50px 32px;
}
.company-area {
	margin: 0 auto;
	margin-left: 75px;
}