  *{
	padding:0;
	margin:0;
}

html,body{
	font-family: "Î¢ÈíÑÅºÚ","ËÎÌå";
	font-size: 18px;
	color:#333;
}
a{
	text-decoration: none;
	color:#333333;
	font-size: 18px;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
a:hover{
	color: #B70E17;
	
	/*text-decoration: underline;*/
}
ul li{
	list-style: none;
}

img{
	border: 0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;	
}
.container{
	width:1200px;
	height:auto;
	margin:0 auto;	
	position: relative;
}
.container2{
	width:1240px;
	height:auto;
	margin:0 auto;	
}
.container3{
	width:960px;
	height:auto;
	margin:0 auto;	
}