  *{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body{
	font-family: "Î¢ÈíÑÅºÚ","ËÎÌå";
	color:#222;
}

a{
	text-decoration: none;
	font-size:16px;
	color:#222;
	cursor: pointer;
	transition:all 0.4s ease;
	-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{
	max-width:1400px;
	height:auto;
	margin:0 auto;	
	position: relative;
}
.container2{
	width:1280px;
	height:auto;
	margin:0 auto;	
}