body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#222222;
}
div,ol,ul,li,dl,dt,dd,h3,p,span,hr,img,a,input,textarea{
	margin:0px 0px;
	padding:0px 0px;
	text-decoration:none;
	list-style:none;
	border:0px;
}
*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch}
a{
	color:#222222;
	text-decoration: none;
}
a:hover{
	color:#9a0001;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
.container{
	width:1400px;
	height:auto;
	margin:auto;
	position:relative
}
#zx_header{
	width: 100%;
	min-width: 1400px;
	min-height: 98px;
	background: url(../images/tbg.jpg) repeat-x top left;
	background-color: #9a0001;
}
#zx_header .logo_P{
	position: relative;
	top: 20px;
	left: 0px;
}
#zx_header .logo_M{
	display: none;
}
#zx_slide{
	width: 100%;
	min-width: 1400px;
	height: auto;
	border-bottom: 13px solid #9a0001;
}
#zx_slide img{
	position: relative;
	width: 100%;
	display: block;
}
.imp_pro{
	width: 380px;
	height: auto;
	display: table;
	position: relative;
	right: 25px;
}
.imp_pro .ind_tit{
	width: 245px;
	height: 56px;
	background-color: #9a0001;
	font-size: 30px;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
	position: relative;
	left: 10px;
}
.imp_pro .ind_tit a{
	color: #ffffff;
}
.imp_pro .imp_con{
	width: 100%;
	height: auto;
	display: table;
	margin: 10px auto 56px;
}
.imp_pro .imp_con li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f3f3f3;
	padding-left: 26px;
	padding-bottom: 3px;
	font-size: 16px;
	color: #222222;
	line-height: 48px;
	position: relative;
}
.imp_pro .imp_con li i{
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #9a0001;
	border-left: 1px solid #dab8b8;
	border-right: 1px solid #dab8b8;
	position: absolute;
	top: 21px;
	left: 9px;
}
.imp_pro .imp_con li p{
	text-indent: 170px;
}
.imp_pro .pro_con{
	width: 100%;
	height: auto;
	display: table;
	margin: 8px auto 0px;
}
.imp_pro .pro_con li{
	width: 100%;
	height: auto;
	padding: 16px 0px 18px 26px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
	color: #222222;
	line-height: 35px;
	position: relative;
}
.imp_pro .pro_con li h5{
	font-size: 16px;
}
#zx_foot{
	width: 100%;
	min-width: 1400px;
	height: auto;
	padding: 15px 0px 10px;
	background: url(../images/fbg.jpg) repeat-x top left;
	background-color: #9a0001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
#zx_foot .ftext{
	width: 100%;
	height: auto;
	margin: auto;
}
@media screen and (max-width:1324px){
	.container{
		width:1200px;
	}
	#zx_header{
		min-width: 1200px;
	}
	#zx_slide{
		min-width:1200px;
	}
	#zx_foot{
		min-width: 1200px;
	}
}
@media screen and (max-width:1224px){
	.container{
		width:1000px;
	}
	#zx_header{
		min-width: 1000px;
	}
	#zx_slide{
		min-width: 1000px;
	}
	#zx_foot{
		min-width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.fl{
		float:none;
	}
	.fr{
		float:none;
	}
	.container{
		width: calc(100% - 40px);
	}
	#zx_header{
		min-width: 100%;
		height: 70px;
		min-height: auto;
		position: fixed;
		top: 0;
		z-index: 99;
	}
	#zx_header .logo_P{
		display: none;
	}
	#zx_header .logo_M{
		display: block;
		padding: 12px 0px 8px;
		position: relative;
		top: 0px;
		left: 0px;
	}
	#zx_header .logo_M img{
		height: 50px;
	}
	#zx_slide{
		margin-top: 70px;
		min-width: 100%;
	}
	#zx_foot{
		min-width: 100%;
		padding: 12px 0px 18px;
	}
	#zx_foot .ftext{
		width: 65%;
	}
}