
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, section, article, aside, header, footer, nav, dialog, figure, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal; 
	font-family: "微软雅黑";
}
body{
	color: #666;
	font-size: 14px;	
}
*{border-style:none; outline:none;}
table {
	border-collapse: collapse;/*为表格设置合并边框模型*/
	border-spacing: 0;
}
textarea {
	resize: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	
	border-style:none; 
}
input, img {
	vertical-align: middle;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.public{
	width: 1200px;
	margin: 0 auto;
}
a{
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration:none;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}