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