@charset "utf-8";

/* CSS Document */

.bg {
	width: 100%;
	background: #666;
	height: 26px
}

.bg.bga {
	background: #fafafa !important;
}

.nav {
	width: 1000px;
	height: 26px;
	background: #666;
	color: #fafafa;
	font-size: 12px;
	line-height: 26px;
	margin: 0 auto
}

.nav ul,
.nav li {
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	margin-left: 8px;
	display: inline;
	color: #fafafa;
}

.nav li a:visited,
.nav li a:link {
	color: #fafafa
}

.nav li a:hover,
.nav li a:active {
	color: #FF3
}

.bg.bga .nav {
	background: #fafafa !important;
	color: #666;
}

.bg.bga .nav li {
	color: #666;
}

.bg.bga .nav li a:visited,
.bg.bga .nav li a:link {
	color: #666 !important;
}

.bg.bga .nav li a:hover,
.bg.bga .nav li a:active {
	color: #e53032 !important;
}

.foot_out {
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: url(foot_outbg.jpg) repeat-x;
}

.foot {
	width: 1000px;
	height: 120px;
	padding-top: 20px;
	background: #666;
	color: #fafafa;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center
}

.foot a:visited,
.foot a:link {
	color: #fafafa;
	margin-right: 20px;
}

.foot a:hover,
.foot a:active {
	color: #FF3;
}

.clear {
	clear: both
}

.foot_out .foot {
	background: none !important;
}

.foot_out .foot a:visited,
.foot_out .foot a:link {
	color: #fafafa !important;
	margin-right: 20px;
}

.foot_out .foot a:hover,
.foot_out .foot a:active {
	color: #e53032 !important;
}

.bg_logo {
	width: 100%;
	background: #fafafa;
}

.logoHead {
	height: 110px;
	width: 1000px;
	margin: 0 auto;
	background: #fafafa;
}

.logoPic {
	width: 250px;
	padding-top: 10px;
}

.logoPic a {
	display: block;
	height: 100%;
	width: 250px;
}

.headTle {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-top:35px;
}

.headTle span {
	font-size: 18px;
	color: #333333;
}