body,h1,h2,h3,h4,h5,h6,dl,dd,ul,ol,p,thead,tbody,tfoot,form{
	margin: 0;
}
ul,ol{
	padding: 0;
}
body{
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
li{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
input{
	outline: none;
}
img{
	border: none;
	
}
button,input,textarea{outline:none;border: none;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.to-mid{
	width: 1200px;
	margin: auto;
}

.lf{
	float: left;
}
.rt{
	float: right;
}
.mid-width{
	width: 1201px;
	margin: auto;
}