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 { 
	margin:0;
	padding:0; 
}
a{
	text-decoration:none;
}
img { 
	border:none;
	display:block;
}
ol,ul,li { 
	list-style:none;
	margin:0;padding:0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix { *zoom:1; }

html { font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/ } 
body { font-size: 1.6rem;/*1.4 × 10px = 14px */font-family: 'Microsoft yahei'}

@font-face {
  font-family:'fzzz';   /*字体名称*/
  src:url('../font/FZZZHONGHJW.TTF');       /*字体源文件*/
}
