@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,header,footer,nav,article,aside,figure,figcaption{
	margin:0;padding:0;
}
body,html{
	min-width: 1400px;
	font:14px "思源黑体 CN",Arial;
	color:#101010;	
}
h1,h2,h3,h4,h5,h6,b{
	color: #000;
	font-weight:normal;	
}
i,em{
	font-style:normal;	
}
li{
	list-style:none;	
}
html,body a{
	text-decoration:none;
	color: #000;
}
a:hover{
	color:#e0151b;
}
input{
	outline:none;	
}
.clearfix{
	*zoom:1;
	/* 兼容IE低版本高度塌陷问题 */	
}
.clearfix:after{
	content:' ';
	display:block;
	height:0;
	line-height:0;
	clear:both;
	overflow:hidden;
	visibility: hidden;
}
img{
	border:0;	
}
.banner img{
    width: 100%;
}