/* CSS Document */

*{
	margin:0px; 
	padding:0px;
	}
html{ width:100%; overflow-x:hidden;}
body{
	margin:0px; 
	padding:0px;  
	font-family:"微软雅黑";
	background:#fff;
color:#333333;
	}
	
a{
	border:0px; 
	text-decoration:none;
	color:#333333;
	transition:0.3s ease-in-out;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	 }
	 a:hover{
		 color:#8b0003;
	 }
ul{
	list-style-type:none;
	}
li{
	list-style-type:none;
	}
img{
	border:0px;
	}
.fl{
	float:left;
}
.fm{
	margin:0 auto;
}
.fr{
	float:right;
}

.clear{
	clear:both;
}