*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body{
	font-family: "Î¢ÈíÑÅºÚ","ËÎÌå";
	color:#222;
}

a{
	text-decoration: none;
	color:#222;
	cursor: pointer;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
a:hover{
	color: #0e2f76;
	
	/*text-decoration: underline;*/
}
ul li {list-style:none;}

img{
	border: 0;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;	
}