*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body{
	font-family: "微软雅黑","宋体";
	font-size: 16px;
	color:#000;
	background: #FFFFFF;
}

a{
	text-decoration: none;
	color:#000;
	display: block;
	cursor: pointer;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
a:hover{
	color: #AA0000;
	/*text-decoration: underline;*/
}
ul li{
	list-style: none;
}

img{
	border: 0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;	
}
.clear:after{
	content: "";
}
.container{
	max-width:1400px;
	height:auto;
	margin:0 auto;	
	position: relative;
}
.container2{
	width:1140px;
	height:auto;
	margin:0 auto;	
}
.container3{
	width:960px;
	height:auto;
	margin:0 auto;	
}