*{
	margin:0;
	padding:0;

}
body{
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ",Arial, sans-serif;
}
a{
	text-decoration: none;
        color:#48e8db;
	/*display: block*/;
}
ul{
	list-style: none;
	overflow: hidden;
}
li{
	float: left;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clear{
	width: 100%;
	height: 30px;
}