*{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	font-family: "microsoft yahei";
	font-size: 14px;
	
}
img{
	border: none;
	vertical-align: top;
}
a{
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
a:hover{
	color: #462667;
}
.clear{ 
	clear:both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

body{min-width:1400px;}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}