*{
	padding: 0;
	margin: 0;
}
body {
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
	color: #101d37;
	background: #f6f7f9;
}
/*头部第一个导航栏*/
.new_header{
	width: 100%;
	height: 60px;
	color: #333;
	background:#303035 ;
	box-shadow:0 1px 0 0 #eee;
}

.header_warrp{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.header_warrp ul li{
	float: left;
	list-style: none;
}
.header_warrp ul li a{
	text-decoration: none;
	display: inline-block;
	height: 100%;
	padding-right: 24px;
	font-size: 16px;
	color: #9b9b9b;
	line-height: 60px;
}
.header_warrp ul li a:hover{
	color: white;
}

/* 横幅 */
.braner_a{
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.braner_a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.About_cont{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* 公司概况条（叠在横幅下方） */
.about_summary{
	display: flex;
	width: 1140px;
	margin: -36px auto 0;
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	padding: 26px 30px;
}
.summary_item{
	flex: 1;
	text-align: center;
	border-right: 1px dashed #eaeaea;
}
.summary_item:last-child{
	border-right: none;
}
.s_label{
	font-size: 13px;
	color: #999;
	margin-bottom: 8px;
}
.s_value{
	font-size: 18px;
	font-weight: 700;
	color: #101d37;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}

/* 区块标题 */
.about_section{
	margin-top: 44px;
}
.about_section h2{
	font-size: 22px;
	color: #101d37;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}
.about_section h2 .sec_bar{
	width: 4px;
	height: 20px;
	background: #fa5741;
	border-radius: 2px;
	margin-right: 10px;
	display: inline-block;
}

/* 公司介绍 */
.introduce{
	font-size: 15px;
	line-height: 200%;
	color: #525558;
	text-indent: 2em;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	padding: 30px 34px;
}

/* 联系我们 */
.contact{
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	padding: 26px 30px;
	box-sizing: border-box;
}
.contact_tu{
	width: 160px;
	height: 160px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f7fa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_zi{
	flex: 1;
	margin-left: 34px;
}
.contact_zi .c_name{
	font-size: 20px;
	font-weight: 700;
	color: #101d37;
	margin-bottom: 14px;
}
.contact_zi .c_item{
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.contact_zi .c_key{
	color: #999;
	margin-right: 8px;
}

/*底部*/
.introduction{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
