@charset 'gb2312';

/* CSS reset*/

body,
div,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	*zoom: 1;
}

th,
td {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	*zoom: 1;
}

body {
	background: #fafafa;
	color: #333333;
	font: normal 12px/22px 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
	border: none;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

h1,
h2,
h3,
h4 {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

input,
select {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}


/* clearfix用于父容器直接清除子元素浮动*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
	/* IE < 8*/
}

.nobd {
	border: 0 !important;
	border: none !important;
}


/* wrap-head */

.wrap-head {
	width: 100%;
	height: 127px;
	background-color: #af1d35;
	float: left;
}

.head-content {
	width: 1000px;
	height: 127px;
	margin: 0 auto;
	background: url(head.png) no-repeat 255px 0px;
}

.head-logo {
	width: 585px;
	height: 43px;
	float: left;
	margin-left: 4px;
	margin-top: 48px;
}

.head-logo img {
	width: 201px;
	height: 43px;
	float: left;
}

.head-logo h1 {
	width: 373px;
	height: 43px;
	float: left;
	font-size: 32.5px;
	line-height: 46px;
	margin-left: 11px;
	color: #ffffff;
	font-weight: bold;
}

.head-search {
	float: right;
	width: 185px;
	height: 23px;
	margin: 58px 0px 0px 0px;
	background-color: #ffffff;
}

.search-box {
	float: left;
	width: 150px;
	height: 21px;
	border: 1px solid #dbdbdb;
}

.search-box input {
	width: 136px;
	padding-left: 7px;
	height: 21px;
	font-size: 13px;
	line-height: 21px;
}

.search-sub {
	width: 33px;
	height: 23px;
	float: left;
	background: url(search.png) no-repeat 11px 5px;
}


/* wrap-nav */

.wrap-nav {
	width: 100%;
	height: 39px;
	background-color: #760530;
	float: left;
}

.nav {
	margin: 0 auto;
	width: 1000px;
	height: 39px;
	line-height: 39px;
}

.nav ul {
	float: left;
}

.nav ul li {
	position: relative;
	z-index: 1000;
	float: left;
}

.nav ul li a {
	min-width: 70px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.nav ul li a.nav-main {
	padding-right: 13px;
	padding-left: 13px;
}

.nav ul li a:hover {
	background: #640429;
}

.nav ul li ul.sub-nav {
	position: absolute;
	top: 39px;
	left: -999em;
	z-index: 1000;
	width: 100%;
	background: #640429;
	list-style-type: none;
	text-align: left;
	zoom: 1;
}

.nav ul li ul.sub-nav li {
	width: 100%;
	float: left;
	height: 35px !important;
	line-height: 35px;
}

.nav ul li ul.sub-nav li a {
	width: 100%;
	height: 35px !important;
	line-height: 35px;
	text-align: center;
	font-weight: lighter;
	float: left;
	color: #ffffff;
	font-size: 15px !important;
}

.nav ul li ul.sub-nav li a:hover {
	float: left;
	width: 100%;
	background: #8c0337;
}

.nav ul li:hover ul {
	left: 0;
}

.nav ul li.sfhover ul {
	left: 0;
}

.nav-icon {
	width: 100%;
	height: 7px;
	float: left;
	margin-top: -3px;
	background: url(nav-icon.png) no-repeat 50% 100%;
	position: absolute;
	z-index: 1001;
}


/* wrap-content */

.wrap-content {
	width: 100%;
	height: 200px;
	float: left;
}


/* wrap-bottom */

.wrap-bottom {
	width: 100%;
	height: 86px;
	float: left;
}

.bottom-content {
	width: 1000px;
	margin: 0 auto;
	height: 86px;
	border-top: 2px solid #993333;
	padding-top: 20px;
}

.bottom-content h2 {
	width: 1000px;
	height: 30px;
	font-size: 13px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}