.about_us {
	width: 100%;
}
.news_hr{
	position: absolute;
	width: 100%;
}

.about_us_banner>img {
	width: 100%;
	height: 439px;
}

.about_us_local {
	background: #F3F3F3;
	height: 50px;
}

.about_us_local p {
	height: 40px;
	line-height: 40px;
	color: #555555;
	font-size: 16px;
}

.about_us_local p img {
	position: relative;
	top: -2px;
}

.about_us_article {
	width: 100%;
	background: white;
	padding: 40px;
}

.about_us_article_body_title {
	width: 100%;
	overflow: hidden;
	height: 95px;
}

.about_us_article_body_title_p1 {
	font-size: 24px;
	color: #363636;
	text-align: center;
	width: 100%;
}

.about_us_article_body_title_p2 {
	position: relative;
	background: white;
	margin: auto;
	z-index: 1000;
	width: 300px;
	top: 10px;
}

.about_us_article_body_title_p2 span {
	color: #999;
	border-bottom: 2px solid #e97913;
	width: 93px;
	font-size: 14px;
	display: block;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}

.about_us_article_body_title_hr {
	position: relative;
	z-index: 0;
	height: 1px;
	width: 1000px;
	border-bottom: 1px solid #F3F3F3;
	top: -7px;
	margin: auto;
}

.about_us_article_body_cnt {
	margin-top: 10px;
}

.about_us_article_body_cnt p {
	font-size: 18px;
	color: #363636;
	text-indent: 36px;
	margin-top: 20px;
}

.about_us_article_body_cnt div {
	margin-top: 20px;
}

.about_us_article_body_cnt div img {
	display: inline-block;
	height: 210px;
	width: calc(33.3% - 100px);
}

.about_us_article_body_cnt div img:nth-child(1),
.about_us_article_body_cnt div img:nth-child(2) {
	margin-right: 140px;
}


/*荣誉资质*/

.about_us_ryzz {
	width: 100%;
	background: #F3F2F8;
	padding: 40px;
	padding-bottom: 60px;
}

.about_us_ryzz .about_us_ryzz_span_w {
	width: 200px;
}

.about_us_article_body_title_hr {
	color: #D9D9D9;
}

.about_us_ryzz .about_us_article_body_title_p2 {
	background: #F3F2F8;
}
.about_us_ryzz_img{
	display: flex;
	position: relative;
}
.about_us_ryzz_img a{
	margin-top: 40px;
	width: 25%;
	padding:0 60px;
	height: 270x;
}
.about_us_ryzz_img img{
	width: 100%;
}
.about_us_ryzz_img img:nth-child(4){
	margin-right: 0;
}
.about_us_ryzz_img_link{
	position: absolute;
	text-align: right;
	top: 290px;
	right: 0;
}
.about_us_ryzz_img_link a{
	color: #f33818;
	font-size: 14px;
}

/*企业文化*/
.about_us_qywh{
	width: 100%;
	background: white;
	padding: 40px;
}
.about_us_qywh_img{
	width: 100%;
	text-align: center;
	position: relative;
	top: 30px;
	margin-bottom: 50px;
}
.about_us_qywh_img img{
	width: 850px;
	height: 450px;
	display: block;
	margin: auto;
}
