@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;

}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img,input {
	border: none;
	vertical-align: middle;
}
a:link,a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: underline;
} 
.clearfix::after{
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	clear:both;
}
.clearfix {
	*zoom: 1;
}
body {
	color: #000;
	background: #FFF;
	font: 14px/30px  "Microsoft YaHei",Arial,"Times New Roman",sans-serif,Tahoma,Helvetica,"宋体";
	text-align: center;
  	overflow-x: hidden;
}