﻿@charset "utf-8";
/*
	Css for PEL,	ver 1.0
	CopyRight By Dongyi Network Technology CO.,Ltd Design Center

	本网站通用布局
*/

/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
div, dl, dt, dd, ol, ul, li {
	zoom: 1;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Public */
html {
	width: 100%;
	min-width: 1004px;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: url(../images/index/bodyBg.jpg) repeat-x #fff;
	color: #333;
	font: 12px/180% SimSun, Tahoma, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	border: none;
	border-top: 1px solid transparent !important;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin-top: -1px !important;
	visibility: hidden;
}
.clearbox {
	border: none;
	border-top: 1px solid transparent !important;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin-top: -1px !important;
	visibility: hidden;
}
.blank {
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	min-height: 1%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
/* frame */
#wrapa {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/index/mainbg.jpg) no-repeat center top;
}
#header {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
#footer {
	padding-bottom: 100px;
	background: url(../images/index/footbg.jpg) no-repeat center bottom;
}
#footer .footerNav {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#content {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 10px;
}
/* 主栏 和 侧栏 */
.side {
	width: 220px;
	overflow: hidden;
}
.mainContent {
	width: 750px;
	overflow: hidden;
}
/* header */
#header {
	position: relative;
	z-index: 1;
}
#header .logoBar {
	position: relative;
	height: 232px;
}
#header .logoBar .logo {
	position: absolute;
	top: 70px;
	left: 50px;
	z-index: 99;
}
/* userPanel */
.userPanel {
	float: right;
	padding: 5px 10px 0 0;
	color: #ccc;
}
.userPanel a {
	padding: 0px 3px 0px 3px;
	display: inline-block;
}
/*.userPanel a.last{ background:none;}*/

/* siteLink */
.siteLink {
	float: left;
	padding-left: 5px;
}
.siteLink a {
	float: left;
	height: 29px;
	line-height: 29px;
	background: url(../images/index/chinaicon.png) no-repeat 0 6px;
	padding-left: 17px;
	margin: 0 5px;
}
.siteLink .a1 {
	background: url(../images/index/dangicon.png) no-repeat 0 6px;
}
.siteLink .a4 {
	
}
/* mailLink */
.login {
	float: right;
	padding-right: 30px;
	width: 500px;
	margin: 0 auto;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}
.login label {
	float: left;
}
.login label.mail {
	background: url(../images/index/email_icon.gif) no-repeat 0 6px;
	padding-left: 25px;
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #c51114;
	font-family: "微软雅黑";
}
.login input {
	width: 85px;
	border: 1px solid #ccc;
	height: 16px;
	line-height: 16px;
	float: left;
	margin: 6px 5px;
}
.login .bnt {
	height: 18px;
	width: 40px;
}
/*flashbanner*/
.flashbanner {
	clear: both;
	padding-top: 33px;
	height: 200px;
	overflow: hidden;
}
/* nav */
#topNav {
	background: url(../images/index/nav.png) no-repeat;
	height: 52px;
	padding-bottom: 0px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.mainNav {
	height: 52px;
	position: relative;
	padding-left: 12px;
}
.mainNav .li1 {
	float: left;
	display: inline;
}
.mainNav .h1 {
	float: left;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
}
.mainNav .a1 {
	display: block;
	float: left;
	color: #fff;
	width: 80px;
	font-family: "微软雅黑", "宋体";
}
.mainNav .a1:hover {
	text-decoration: none;
}
.mainNav .last1 {
	background: none;
}
.mainNav .ul1 {
	display: none;
	width: 980px;
	background: #e0ebf8;
	position: absolute;
	left: 0;
	top: 52px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.mainNav .li2 {
	float: left;
}
.mainNav .ul1 .a2 {
	padding: 0 10px;
	border-right: 1px solid #afcbda;
}
.mainNav .ul1 .last2 .a2 {
	border-right: 0;
}
.mainNav .on1 .a1 {
	color: #0063b7;
	background: url(../images/index/nav_on.png) no-repeat center bottom;
}
.mainNav .on1 .ul1 {
	color: #aaa;
}
.nav {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.nav .mainNav {
	overflow: hidden;
	width: 760px;
}
.nav ul.fl {
	padding-left: 12px;
}
.nav ul.fl li {
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	background: url(../images/index/nav.png) no-repeat 78px -95px;
}
.nav ul.fl li a {
	color: #fff;
}
.nav ul.fl li a:hover {
	text-decoration: none;
	color: #fcff00;
}
.nav ul.fl li.on a {
	color: #fcff00;
}
.nav ul.fl li#n9 {
	background: none;
}
#fntopNav {
	height: 31px;
	padding-bottom: 5px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: #e0ebf8;
}
#fntopNav .ann {
	line-height: 24px;
	width: 360px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 10px;
	overflow: hidden;
}
#fntopNav .ann em {
	float: left;
	color: #666;
	font-weight: bold;
}
#fntopNav .ann .dateRight {
	color: #999;
}
#fntopNav .annr {
	width: 570px;
	height: 31px;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
}
#fntopNav .annr h2 {
	color: #008dc7;
	background: url(../images/index/wh_xlb.gif) no-repeat center left;
	padding: 3px 15px 0 20px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
#fntopNav .annl {
	width: 960px;
	height: 31px;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
}
#fntopNav .annl h2 {
	color: #008dc7;
	background: url(../images/index/wh_xlb.gif) no-repeat center left;
	padding: 3px 15px 0 20px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
/* 通用信息列表 */
.infoList {
	text-align: left;
}
.infoList li {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding-left: 14px;
	background: url(../images/index/liteicon.png) no-repeat 0px 10px;
	font-size: 14px;
}
.infoList li .date {
	float: right;
	color: #999;
	font-size: 11px;
	font-family: Arial;
}
.infoList li .node {
	color: #f00;
	margin-right: 5px;
}
.subNav {
	height: 28px;
	line-height: 28px;
	padding: 0 16px;
	overflow: hidden;
}
#search {
	position: absolute;
	top: 247px;
	right: 0px;
	height: 21px;
	/*width: 280px;*/
	vertical-align: middle;
	z-index: 1;
}
.search_button { display:block; width:70px; height:20px; border:medium none; margin-right:10px;}

#benzhan {background:url(../images/index/icon_bzss.png) no-repeat 0 center;}
#quanzhan {background:url(../images/index/icon_qzss.png) no-repeat 0 center;}
#search span {
	float: left;
	padding-right: 10px;
	color: #b4d4f8;
	font-weight: bold;
}
#search .text {
	border: none;
	background: url(../images/index/nav.png) no-repeat 0 -150px;
	padding-left: 6px;
	height: 21px;
	width: 131px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0;
	float: left;
	color: #999;
	padding-right: 10px;
}
#search .submit {
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/index/nav.png) no-repeat 0 -200px;
	margin: 0;
	width: 49px;
	height: 20px;
	border: medium none;

}
#search a.advanced {
	float: left;
	margin-left: 10px;
	display: inline-block;
	width: 70px;
	height: 20px;
	background: url(../images/index/nav.png) no-repeat -70px -200px;
}
.subNav .date {
	_display: inline;
	margin-right: 25px;
	padding-left: 7px;
}
.subNav .wea {
	padding-top: 2px;
}
.subNav ul li {
	float: left;
	padding: 0 5px;
}
.subNav ul li a {
	margin-right: 7px;
	white-space: nowrap;
}
.nav_date {
	height: 42px;
	line-height: 42px;
	padding-right: 25px;
}
/*专题滚动*/
#ztTopic .bd {
	position: relative;
	height: 200px;
	overflow: hidden;
}
#ztTopic .pic {
	width: 180px;
	height: 50px;
	padding: 3px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
}
#ztTopic li {
	margin-bottom: 5px;
	_margin-top: 1px;
	_margin-bottom: 2px;
}
#ztTopic .pic img {
	width: 180px;
	height: 50px;
}
#ztTopic .tit {
	display: none;
}
#ztTopic .prev {
	position: absolute;
	left: 100px;
	top: 5px;
	width: 12px;
	height: 6px;

	cursor: pointer;
}
#ztTopic .next {
	position: absolute;
	left: 100px;
	bottom: 5px;
	_bottom: 0px;
	width: 12px;
	height: 6px;
	cursor: pointer;
}
#ztTopic .con {
	margin-top: 9px;
	_margin-top: 12px;
	height: 188px;
	overflow: hidden;
}
/* 友情链接 */
#friendLink {
	border: 1px solid #87aeca;
}
#friendLink .hd {
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	padding-left: 158px;
}
#friendLink .hd ul li {
	float: left;
	padding: 0 15px;
	margin: 5px 1px 0;
	display: inline;
	height: 24px;
	line-height: 24px;
}
#friendLink .hd ul li.on {
	font-weight: bold;
	color: #144f82;
	margin: 4px 0 0;
	border: 1px solid #87afc9;
	border-bottom: 0;
	background: #fff;
}
#friendLink .bd {
	padding: 15px;
	line-height: 26px;
}
#friendLink .bd li {
	float: left;
	width: 109px;
	display: inline;
	margin: 0 0 0 10px;
	padding-left: 15px;
	background: url(../images/index/icons.gif) no-repeat 0 -780px;
}
/* linkPic */
#linkPic {
	margin: 10px 0 0 0;
}
#linkPic {
	border: 1px solid #dfdfdf;
	height: 58px;
	
}
#linkPic .bd {
	position: relative;
	padding-left: 10px;
}
#linkPic .bd .prev {
	position: absolute;
	top: 12px;
	left: 6px;
	display: block;

	width: 12px;
	height: 38px;
	cursor: pointer;
}
#linkPic .bd .next {
	position: absolute;
	top: 12px;
	right: 6px;
	display: block;
	background: url(../images/index/btnNext2.png) no-repeat;
	width: 12px;
	height: 38px;
	cursor: pointer;
}
#linkPic .bd .con {
	width: 940px;
	padding: 7px 0 0 15px;
	overflow: hidden;
}
#linkPic .bd .con .tempWrap {
	width: 924px !important;
}
#linkPic .bd .con li {
	width: 142px;
	height: 40px;
	padding: 2px;
	border: 1px solid #b7b4b3;
	float: left;
	margin-right: 7px;
	overflow: hidden;
}
#linkPic .bd .con li img {
	width: 142px;
	height: 40px;
	vertical-align: bottom;
}
/* footer */
.footer {
	width: 1000px;
	height: 230px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.footerNav {
	height: 41px;
	line-height: 36px;
	color: #ccc;
	text-align: center;

}
.footerNav li {
	padding: 0 4px;
}
.footerNav a {
	margin-right: 4px;
	white-space: nowrap;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 30px;
	color: #555;
	text-align: center;
	line-height: 24px;
	position: relative;
	width:980px;
	margin:0 auto;}
.footerbq {
	text-align: center;
	margin: 0 auto;
}
/* 通用盒子模型 */
.box {
	overflow: hidden;
}
/* boxTab */
.boxTab {
}
.boxTab .hd {
	border: none;
	padding-left: 5px;
	background: url(../images/index/gentabbg.png) repeat-x;
	height: 32px;
}
.boxTab .hd ul {
	padding-left: 4px;
	margin: 0;
	overflow: hidden
}
.boxTab .hd li {
	font-size: 12px;
	width: 84px;
	float: left;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #ff8b9c;
	margin-top: 4px;
}
.boxTab .hd li a {
	color: #06f;
	font-weight: bold;
}
.boxTab .hd li.on {
	background: url(../images/index/bgOn.png) no-repeat right -28px;
}
.boxTab .hd li.on a {
	color: #fff;
	background: url(../images/index/bgOn.png) no-repeat left 0;
	display: block;
}
/* boxTab */
.ggboxTab {
}
.ggboxTab .hd {
	border: none;
	padding-left: 5px;
	background: url(../images/index/gensidetibg1.png) repeat-x;
	height: 32px;
}
.ggboxTab .hd ul {
	padding-left: 4px;
	margin: 0;
	overflow: hidden
}
.ggboxTab .hd li {
	font-size: 12px;
	width: 84px;
	float: left;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #ff8b9c;
	margin-top: 4px;
}
.ggboxTab .hd li a {
	color: #06f;
	font-weight: bold;
}
.ggboxTab .hd li.on {
	
}
.ggboxTab .hd li.on a {
	color: #fff;
	
	display: block;
}
/* 侧栏盒子模型 */
.sideBox {
	overflow: hidden;
}
.sideBox .hd {
	height: 34px;
	overflow: hidden;
	background: url(../images/index/gensidetibg.png) no-repeat;
}

.sideBox .hd h3 {
	color: #3272b9;
	font-weight: bold;
	padding: 5px 0 0 17px;
	line-height: 29px;
	font-size: 14px;
	width: 98px;
	display: inline-block;
	text-align: center;
}
.sideBox .hd h3 a, .sideBox .hd h3 span {
	color: #03c;
}
.sideBox .hd a.more {
	float: right;
	color: #999;
}
.sideBox .bd {
	border: 1px solid #a0d9fd;
	border-top: none;
	padding: 5px;
	height: 201px;
}
/* 领导专题盒子模型 */
.sideBox2 {
	overflow: hidden;
}
.sideBox2 .hd {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	background: url(../images/index/sidetibg.png) no-repeat;
	margin-bottom: 10px;
}
.sideBox2 .hd a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.sideBox2 .bd {
	border: 1px solid #d5d5d5;
	background: #ebf7f9;
	height: 96px;
	padding: 5px 10px;
}
/* 公告型盒子模型 */
.sideBox3 {
	overflow: hidden;
}
.sideBox3 .hd {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	background: url(../images/index/sidetibg.png) no-repeat;
	margin-bottom: 10px;
}
.sideBox3 .hd a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.sideBox3 .bd {
	border: 1px solid #d5d5d5;
	background: #ebf7f9;
	height: 96px;
	padding: 5px 10px;
}
/* 本站公告横向滚动 */
#leftMarquee .fninfoList li {
	width: auto !important;
	text-align: left;
	height: 24px;
	line-height: 24px;
	padding: 0px 20px;
}
/*.fninfoList li{ height:24px; line-height:24px;  text-align:left; padding:0px 20px;} 
.fninfoList li .date{ float:right; color:#999;  } */


.leftLoop {
	width: 850px;
	overflow: hidden;
	position: relative;
	padding: 0px 10px;
}
.leftLoop .bd {
	padding: 2px;
}
.leftLoop .bd ul li {
	margin: 0 10px;
	text-align: center;
	float: left;
	_display: inline;
}
.leftLoop .bd ul li {
	float: left;
	_display: inline;
}
.leftLoop .bd ul li span {
	margin: 0 5px;
}
.leftLaap {
	width: 850px;
	overflow: hidden;
	position: relative;
	padding: 0px 10px;
}
.leftLaap .bd {
	padding: 2px;
}
.leftLaap .bd ul li {
	margin: 0 10px;
	text-align: center;
	float: left;
	_display: inline;
}
.leftLaap .bd ul li {
	float: left;
	_display: inline;
}
.leftLaap .bd ul li span {
	margin: 0 5px;
}
/* url_方块样式分页 */
.page {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	clear: both;
}
.page a, .page span {
	display: inline-block;
*display:inline;
	zoom: 1;
	line-height: 20px;
	vertical-align: middle;
}
.page a, .page a:active {
	display: inline-block;
*display:inline;
	zoom: 1;
	border: 1px solid #c5c5c5;
	padding: 0 6px;
}
.page a:hover {
	border: 1px solid #1E72B4;
	text-decoration: none;
	color: #1E72B4;
}
.page span.current, .page b a {
	background: #1E72B4;
	border: 1px solid #1E72B4;
	color: #fff !important;
	font-weight: bold;
	padding: 0 6px;
}
.page span.disabled {
	border: 1px solid #c5c5c5;
	padding: 0 6px;
	color: #999;
}
.page input {
	border: 1px solid #c5c5c5;
	background: #fff;
	width: 30px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.page select {
	margin: 0 5px;
	background: #fff;
	border: 1px solid #c5c5c5;
	vertical-align: middle;
}
/* topNews */
.topNews {
	height: 85px;
	text-align: center;
	overflow: hidden;
	background: url(../images/index/focnewsbg.png) repeat;
	margin: 10px 0;
}
.topNews li {
	display: inline;
	margin: 0 8px;
	height: 14px;
	line-height: 14px;

}
.topNews li a {
	padding: 0 5px;
	color: #000;
}
.topNews li a:hover {
	color: #3272b9;
	text-decoration: none;
}
.topNews li.t {
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: none;
	margin: 0;
}
.topNews li.t a {
	color: #0066cc;
	font-size: 40px;
	font-family: "华文中宋", "黑体";
	font-weight: bold;
	background: none;
}
.topNews li.t a:hover {
	color: #3272b9;
}
.topNews li .title {
	display: inline;
}
.topNews li.more {
	margin: 0;
	background: none;
}
.topNews li.more a {
	color: #3272b9;
	background: none;
}
.topNews li.more a:hover {
	color: #09548b;
}

