@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;	
	color:#fff;
}
img {
	border: none;
}
ul li {
	list-style: none;
}
.clear {
	zoom: 1
}
			
.clear:after {
	content: "";
	display: block;
	clear: both
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body,html {
	font-size: 14px;
	width: 100%;
	font-family: "微软雅黑";
	color: #fff;
}

.hide {
	display: none;
}
.show {
	display: block;
}
.hand {
	cursor: pointer;
}
.blocka {
	width: 100%;
	height: 100%;
	display: block;
}
