/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,header,section,article  {
	margin:0;
	padding:0;
}
body {
	font-family:'黑体';
}
input {
	font-family:'黑体';
}
img {
	border:none;
}
a:link {
	text-decoration:none;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}
/*reset*/
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0;
	visibility:hidden;
}
.en {
	font-family:'Arial';
}
.red {
	color:#aa1033;
}
.gray {
	color:#555;
}
.blue {color:#19119b;}