@charset "gb2312";
/* CSS Document */
div, p, ul {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #f00;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
}
.clearFloat {
	zoom: 1;
}
body {
	background-color: #edece8;
	font-family: "微软雅黑";
}
/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width:768px) {
/**手机端所有需要隐藏的容器class全部加在下面**/
.top, #top, #nav, .position {
	display: none;
}
/**手机端所有需要显示的容器宽度都要变成100%**/
.main {
	width: 100% !important;
	margin: 0 auto !important;
}
/**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
#banner {
	width: 100% !important;
	height: 80px !important;
	border-bottom: #333 solid 2px;
	background: url() no-repeat;
}
/**手机端-文章文调整**/
.wzzw {
	margin: 0 auto;
	padding: 15px 10px;
}
/*手机版页脚高度自适应*/
#footer {
	width: 100% !important;
	height: auto !important;
	line-height: 30px;
}
}
/*顶部区域*/
.top {
	width: 100%;
	background-color: #f2f2f2;
}
#top {
	width: 1100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
#top .left, #top li {
	float: left;
	padding: 0 10px;
	font-size: 13px;
}
#top .right {
	float: right;
}
#top .left li {
	background: url(bt_prefix_d.gif) no-repeat right center;
}
#top .left .nobg {
	background: none;
}
#top .fgx {
	padding: 0;
}
/*banner区域*/
.banner {
	width: 100%;
	background-color: #fff;
}
#banner {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
#banner .search {
	position: absolute;
	top: 64px;
	left: 802px;
	width: 289px;
	height: 37px;
}
.search .text_search {
	float: left;
	width: 228px;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	background: url(text_search_bg_03.gif) no-repeat;
	border: none;
	outline: none;
	font-size: 15px;
}
.search .btn_search {
	float: left;
	width: 61px;
	height: 37px;
}
/*主导航*/
.nav {
	width: 100%;
	background-color: #206cba;
}
#nav {
	width: 1100px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	overflow: hidden;
	margin: 0 auto;
}
#nav ul {
	float: left;
	position: relative;
	left: 50%;
}
#nav li {
	float: left;
	position: relative;
	left: -50%;
	margin-right: 27px;
}
#nav .on {
	background-color: #368ee9;
}
#nav .nomar {
	margin-right: 0px;
}
#nav a {
	display: block;
	padding: 0 30px;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover, #nav a:active {
	color: #fff;
	background-color: #368ee9;
}
/*内容主体*/
.main {
	width: 1100px;
 *width:1060px;
	padding: 0 20px 20px;
	margin: 20px auto;
	background-color: #fcfcfa;
}
/*当前位置*/
.position {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
}
.wzzw {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding-bottom: 20px;
}
/*底部信息*/
.footer {
	width: 100%;
	background-color: #545454;
}
#footer {
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#footer ul {
	float: left;
	position: relative;
	left: 50%;
	top: 25px;
}
#footer li {
	float: left;
	position: relative;
	left: -50%;
	font-size: 13px;
	font-weight: bold;
	color: #e0e0e0;
}
#footer .fgx {
	padding: 0 10px;
}
#footer li a {
	color: #e0e0e0;
}
#footer .copyright {
	float: left;
	width: 100%;
	margin-top: 40px;
}
#footer .copyright p {
	font-size: 14px;
	color: #b1b1b1;
	line-height: 24px;
	text-align: center;
}
#footer .dzjg {
	position: absolute;
	left: 900px;
	top: 52px;
}
