.width100 {
	width: 1200px;
}
.content {
	margin-top:60px;
}
.info_box {
	padding: 0 8px;
	margin-top: 10px;

}
.info_box .info_name {
	font-size: 18px;
	line-height: 40px;
}
.info_box .info_name span{
	margin-left: 15px;
}
.info_box .info_desc {
	line-height: 23px;
	font-size: 16px;
	height: 115px;
	overflow: hidden;
}
.info_tags div{
	width: 100%;
	line-height: 30px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 118, 255, 1);
	border-radius: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0076FF;
	padding: 0 5px;
	font-size: 13px;
	margin: 10px auto;
}
.info_tags a {
	color: #000;
	line-height: 50px;
}
.header_bg {
	width: 100%;
	min-height: 300px;
	background-image: url('/static/images/pexels-aleksejs-bergmanis-681335@2x.png');
	background-position: center center;
	background-size: 100% 100%;
}
.header_title{
	font-size: 42px;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 130px;
}
.header_title p {
	font-size: 16px;
	margin-top: 10px;
}
.products_category_item .zhucelei{
	background-image: url('/static/images/2x/zhucelei_icon.png');
	width: 470px;
	height: 280px;
}
.products_category_item .fawulei{
	background-image: url('/static/images/2x/fawulei_icon.png');
	width: 470px;
	height: 280px;
}
.products_category_item .paizhaolei{
	background-image: url('/static/images/2x/paizhaolei_icon.png');
	width: 470px;
	height: 280px;
}
.products_category_item .shougoulei{
	background-image: url('/static/images/2x/shougoulei_icon.png');
	width: 470px;
	height: 280px;
}
.products_category_item{
	width: 470px;
	float: left;
	margin:30px 65px;
}
.p_category_name {
	width: 400px;
	height: 67px;
	background: #324973;
	position: relative;
	top: 247px;
	left: 35px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	border-bottom: 5px solid #CDA523;
}
.product_cate_list {
	margin: 70px auto 0;
	width: 400px;
}
.product_cate_list_item {
	line-height: 30px;
	list-style-image:url("/static/images/2x/wujiaoxing.png") ;
	list-style-position:inside

}
.clear{
	clear: both;
}
.h_company_name {
	background-image: url('/static/images/2x/h_company_name.png');
}
