* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1200px !important;
	background-color: #fff;
	font:14px 'Helvetica','Microsoft YaHei',tahoma,arial,sans-serif;
	color: #333;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: middle;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e33;
}
button,input {
	font-family: 'Helvetica','Microsoft YaHei',tahoma,arial,sans-serif;
	border: none;
}
.clearfix {
	clear: both;
}
.header_wrap {
	width:100%;
	background-color: #ad0000;
}
.header {
	width: 1200px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	width: 500px;
	height: 80px;
}
.logo img {
	width: 100%;
	height: 100%;
}
.search {
	position: absolute;
	right: 0px;
	top: 0%;
	font-size: 0px;
}
.text {
	height:30px;
	line-height: 30px;
	width:150px;
	padding-left: 10px;
	vertical-align: middle;
	color: #333;
	outline: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.btn {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	outline: none;
	border: none;
}
.nav-wrap {
	height: 40px;
	line-height: 40px;
	background-color: #ad0000;
}
.nav {
	width: 1200px;
	margin: 0 auto;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	float: left;
	margin: 0;
	position: relative;
	font-size: 16px;
}
.nav ul li.active {
	display: block;
        height:40px;
        line-height:40px;
        width:78px;
	background: #b64f4f;
}
.nav ul li a,.nav ul li a:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	height: 40px;
	width: 102px;
	line-height: 40px;
	color: #fff;
}
.nav ul li.active a {
	display: block;
        height:40px;
        line-height:40px;
        width:78px;
	background: #b64f4f;
}
.nav ul li:hover a{
	background-color: #fff;
	color: #333;
}
.nav ul li ul {
	display: none;
}
.nav ul li:hover ul {
	display: block;
	position: absolute;
	top:40px;
	left:0px;
	width:102px;
	z-index: 10;
}
.nav ul li:hover ul li a {
	display: block;
	background:#fff;
	color: #333;
}
.nav ul li:hover ul li a:hover {
	background: #b61c1c;
	color: #fff;
}
.quicknav_wrap {
	max-width: 1920px;
	height: 280px;
	margin: 0 auto;
	background-size: cover;
	background: url(../images/bg2.jpg)no-repeat 0px 0px;
}
.quicknav {
	width: 1200px;
	margin: 0 auto;
}
.quicknav_item {
	float: left;
	width: 250px;
	padding:20px 50px 0 0;
}
.quicknav_item dt {
	height: 50px;
	font-size: 18px;
	color: #fff;
}
.quicknav_item dd {
	height: 40px;
	font-size: 14px;
}
.quicknav_item dd a {
	color: #fff;
}
.quicknav_item dd a:hover {
	color: #999;
}
.footer_wrap {
	width: 100%;
	margin: 0 auto;
	background: #ad0000;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
}