@charset "gb2312";

/* CSS reset */
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
	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;
}
body {
	color: #333333;
	font: normal 12px/22px 宋体, Arial, Helvetica, sans-serif;
}
a {
	color: #666666;
	text-decoration: none;
}
img {
	border: 0;
	border: none;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
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 */
}
/* wrap-header */
.wrap-header {
	width: 100%;
	height: 187px;
	background: url(wrap-header-bg.jpg) repeat-x;
}
.header {
	margin: 0 auto;
	width: 1001px;
	height: 100%;
}
.lan {
	float: left;
	width: 1001px;
	height: 30px;
	color: #cccccc;
	text-align: right;
	line-height: 30px;
}
.lan a {
	margin: 0 10px;
	color: #cccccc;
}
.top {
	float: left;
	width: 1001px;
	height: 110px;
}
.logo {
	float: left;
	width: 666px;
	height: 110px;
}
.search {
	float: right;
	margin-top: 68px;
	width: 255px;
	height: 23px;
}
.search-btn {
	float: right;
	width: 37px;
	height: 23px;
}
.search-box {
	float: right;
	padding-left: 5px;
	width: 209px;
	height: 23px;
	color: #aba9a9;
	line-height: 23px;
}
.nav {
	z-index: 855445;
	float: left;
	width: 1001px;
	height: 47px;
	line-height: 47px;
}
.nav ul#nav {
	margin: 0 auto;
	width: 800px;
}
.nav ul li {
	position: relative;
	z-index: 10000;
	float: left;
	font-weight: bold;
	font-size: 15px;
}
.nav ul li a {
	display: inline-block;
	padding: 0 15px;
	height: 47px;
	color: #fff;
	line-height: 47px;
}
.nav ul li a:hover, .nav ul li:hover a {
	background: #75335e;
}
.nav ul li ul {
	position: absolute;
	top: 47px;
	left: -999em;
	z-index: 10000;
	width: 112px;
	background: #75335e;
	list-style-type: none;
	text-align: left;
}
.nav ul li ul li {
	float: left;
	margin: 0;
	padding: 0px 0px;
	height: 28px !important;
	background: none;
	line-height: 28px;
}
.nav ul li ul li a {
	padding: 0 6px;
	padding-left: 16px;
	width: 100px;
	height: 28px !important;
	color: #fff;
	text-transform: none;
	font-weight: lighter;
	font-size: 12px !important;
	line-height: 30px;
	*padding: 0 6px;
}
.nav ul li ul li a:hover {
	padding: 0 6px;
	padding-left: 16px;
	width: 100px;
	background: #000000;
	color: #ff6600;
	*padding: 0 6px;
}
.nav ul li:hover ul {
	left: 0;
	z-index: 10000;
}
.nav ul li.sfhover ul {
	left: 0;
	z-index: 10000;
}

.show {
	overflow: hidden;
	width: 100%;
}

/* wrap-container */
.wrap-container {
	width: 100%;
}

/* wrap-footer */
.wrap-footer {
	width: 100%;
	height: 140px;
	background: url(wrap-footer-bg.jpg) repeat-x;
}
.footer {
	margin: 0 auto;
	padding-top: 30px;
	width: 1001px;
	height: 100%;
}
.footer p, .footer em {
	display: block;
	float: left;
	width: 100%;
	height: 22px;
	color: #fff;
	text-align: center;
	line-height: 22px;
}
.footer em {
	margin-top: 20px;
}