*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body{
	font-family: "微软雅黑","宋体";
	color:#333;
}

a{
	text-decoration: none;
	color:#333333;
	cursor: pointer;
	transition:all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition:  all 0.2s ease;
}
a:hover{
	color: #0160BA;
	/*text-decoration: underline;*/
}
ul li{
	list-style: none;
}

img{
	border: 0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;	
}
.container{
	width:1200px;
	margin:0 auto;	
	position: relative;
}
.container2{
	width:1200px;
	margin:0 auto;	
	position: relative;
}