/*公用样式*/
html,body {
	font-family: 'Microsoft YaHei';
}
html,body,div,img,ul,ol,li,p,h1,h2,h3,h4,h5,h6,
header,footer,section{
	margin: 0;
	padding: 0;
	
}
div,img,ul,ol,li,p{
	border: 0;
}
li{
	list-style: none;
}
a {
	outline: none;
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:active {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:visited {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	color: #f00;
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}