@charset "utf-8";
/* CSS reset */
/*重置*/
@font-face{
	font-family:syst;
	src:url(../font/syst.otf);; /* IE9 */
}
*{
	font-size: 16px;
	font-family:"微软雅黑";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,embed { 
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
img,p,dl,dt,dd,a,embed,input{
	display: block;
}
img{
	border-style:none;
	}
input{
	border: none;
	outline: none;
	background-color:#fff;
}
/*公共元素*/
.clearfix{
	clear: both;
	height:0;
}




