﻿/*基础样式*/

html,body,div,p,h1,h2,h3,h4,h5,h6,header,footer,section,article,span,img,ul,ol,table,nav{
	margin: 0;
	padding: 0;
	border:none;
}
body{
	font-family: 微软雅黑;
	font-size: 16px;
}
a{
	text-decoration: none;
}
ul {
  list-style: none;
  margin: 0px auto;
  font-size: 14px;
}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.clearfloat{
	zoom:1
}