@charset "utf-8";

body,html,ul,ol,h1,h2,h3,h4,h5,h6,p,hr,button,textarea {
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #333;
}
header,footer,section,aside,nav {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
i,em {
	font-style: normal;
}
a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
ul,ol {
	list-style: none;
}
dl,dd {
	margin: 0 auto;
	padding: 0;
	list-style-type: none; 
}
.wrap {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.red {
	color: #c00;
}
.active {
	color: #fff!important;
	background: #c00!important;
}