/*导航*/
* {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:"微软雅黑";
}
a {
	text-decoration:none;
}
/*中间优势*/
.haochu {
	width:1190px;
	height:440px;
	margin:5px auto;
	background-color:#ffffff;
	position:relative;
}
.haochu .haochu-zj {
	width:940px;
	height:170px;
	position:absolute;
	top:110px;
	left:125px;
	z-index:1;
}
.haochu .haochu-zj ul {
	width:940px;
	height:170px;
	display:flex;
	justify-content:space-around;
}
.haochu .haochu-zj ul li {
	width:160px;
	height:170px;
	float:left;
	text-align:center;
	background-color:#ffffff;
}
.haochu .haochu-zj ul li p {
	color:#343434;
	font-size:16px;
	font-weight:bold;
	margin-top:28px;
}
.haochu .hengxian {
	width:1190px;
	height:66px;
	position:absolute;
	top:144px;
	left:0;
}
