@charset "UTF-8";
/* Base Reset */
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
a img {
	vertical-align: middle;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
body, p {
	font: 12px/1  Arial;
	color: #000;
}
body {
	background: #fdfdfd;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
.wp-wrapper {
	width: 100%;
}
.wp-wrapper .wp-inner {
	width: auto;
	max-width: 1260px;
	margin: 0 auto;
}
/**头部**/
.wp-toper {
	height: 22px;
	background: #000;
}
.wp-toper .wp-inner {
	max-width: 1160px;
}
.wp-header {
	background: url(../images/head_bg.jpg);
}
/*** [站点LOGO]*/
.logo-panel {
	float: left;
}
.logo-window {
	padding: 2px 0;
}
.logo-window img {
	vertical-align: middle;
}
.wp-head-tools {
	float: right;
}
/*** [语言选择]*/
.locat {
	color: #ccc;
	line-height: 22px;
	margin-left: 30px;
	float: left;
	font-size: 12px;
	font-family: "微软雅黑";
}
.lang-panel {
	float: right;
	color: #ccc;
	font-size: 13px;
	line-height: 22px;
	margin-right: 35px;
}
.lang-window {
}
.lang-window .wp-menu .menu-item {
	float: left;
}
.lang-window .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 9px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #ccc;
	background: url(../images/xian.png) no-repeat left center;
}
.lang-window .wp-menu .menu-item a.menu-link:hover {
	text-decoration: none;
}
.lang-window .wp-menu .menu-item.i1 a.menu-link {
	background: none;
}
.lang-window .wp-menu .menu-item.i2 a.menu-link {
	background: none;
}
.lang-window .wp-menu .menu-item.i6 a.menu-link {
	font-family: "微软雅黑";
}
/*** [搜索]*/
.search-panel {
	float: right;
	clear: right;
}
.wp-window.window-3 {
	width: 180px;
	float: right;
	margin-top: 47px;
}
.wp-window.window-13 {
	width: 201px;
	float: right;
	margin-top: 42px;
	margin-right: 10px;
}
.wp-window.window-23 {
	width: 80px;
	float: right;
	margin-top: 2px;
}
/**主导航**/
.wp-navi {
	width: 100%;
	height: 39px;
	padding-top: 1px;
	background: url(../images/menu_bg.jpg) repeat-x;
}
.main-nav-panel {
}
.menu-switch-arrow {
	display: none;
}
.main-nav-panel .wp-menu {
	margin: 0 auto;
}
.main-nav-panel .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
	min-width: 120px;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	display: block;
	height: 39px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
	line-height: 39px;
	font-weight: bold;
	background: url(../images/nav_line.jpg) no-repeat left center;
	font-family: "微软雅黑";
}
.main-nav-panel .wp-menu .menu-item.i1 a.menu-link {
	background: none;
}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
	background: url(../images/nav_a_hover.jpg) repeat-x;
}
.main-nav-panel .sub-menu {
	background-color: #f2f2f2;
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}
.main-nav-panel .sub-menu .sub-item a {
	display: block;
	color: #272727;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	display: block;
}
.main-nav-panel .sub-menu .sub-item a:hover {
	color: #e99839;
	display: block;
}
.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**slide导航**/
.wp-navi .navi-slide-head {
	display: none;
	padding: 0 10px;
	height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #212121;
	font-size: 18px;
	line-height: 40px;
}
.wp-navi .navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 40px;
	float: right;
	background: url(img/menu-icon-arrow.png) no-repeat 50%;
}
/**aside导航**/
.navi-aside-page {
	position: fixed;
}
.navi-aside-toggle {
	display: block;
	width: 34px;
	height: 34px;
	background: url(img/menu-icon-arrow-white.png) no-repeat 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	display: none;
}
.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
}
.wp-navi-aside-active {
	display: block;
}
.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.6);
}
.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}
.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;
}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
	background-position: 20px 12px;
}
.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}
/**焦点图片**/
.wp-focus {
}
.wp-focus .wp-inner {
	margin: 1px auto 0;
}
.fcous-panel {
	width: 100%;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/*** 主体*/
.wp-container {
}
.wp-container .wp-inner {
	margin: 10px auto 0;
}
.main {
	max-width: 1260px;
	margin: 0 40px;
	overflow: hidden;
}
.xzzx {
	width: 22%;
	float: left;
}
.top {
	width: 94%;
	border-bottom: 2px solid #0597e3;
	height: 30px;
	padding: 0 3%;
}
.top h3 {
	line-height: 30px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000000;
}
.top h3 span {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
}
.top h3 a.blue {
	float: right;
	width: 47px;
	height: 18px;
	background: #0597e3;
	display: block;
	margin-top: 8px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}
.sp {
	width: 100%;
	text-align: center;
	padding-top: 9px;
	position: relative;
}
.sp img {
	width: 100%;
	max-width: 240px;
}
.sp span {
	display: block;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}
.ksbm {
	width: 22%;
	float: left;
	margin-left: 4%;
}
.top2 {
	width: 94%;
	border-bottom: 2px solid #e36805;
	height: 30px;
	padding: 0 3%;
}
.top2 h3 {
	line-height: 30px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000000;
}
.top2 h3 span {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
}
.top2 h3 a.yellow {
	float: right;
	width: 47px;
	height: 18px;
	background: #e36805;
	display: block;
	margin-top: 8px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}
.ksbm_box {
	width: 100%;
	padding-top: 9px;
}
.ksbm_box p {
	width: 100%;
}
.ksbm_box p img {
	width: 100%;
}
.ksbm_box .a-box {
	overflow: hidden;
	clear: both;
}
.ksbm_box .a-box a {
	width: 50%;
	float: left;
	display: block;
	width: 50%;
}
.ksbm_box .a-box a img {
	width: 100%;
}
.zsxx {
	width: 22%;
	float: left;
	margin-left: 4%;
}
.top3 {
	width: 94%;
	border-bottom: 2px solid #1ab001;
	height: 30px;
	padding: 0 3%;
}
.top3 h3 {
	line-height: 30px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000000;
}
.top3 h3 span {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
}
.top3 h3 a.green {
	float: right;
	width: 47px;
	height: 18px;
	background: #1ab001;
	display: block;
	margin-top: 8px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}
.news {
	width: 100%;
	padding-top: 9px;
}
.news ul li {
	line-height: 24px;
	background: url(../images/dian.jpg) no-repeat 5px center;
	padding-left: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul li a {
	color: #333333;
}
.lxfs {
	width: 22%;
	float: left;
	margin-left: 4%;
}
.top4 {
	width: 94%;
	border-bottom: 2px solid #fc0237;
	height: 30px;
	padding: 0 3%;
}
.top4 h3 {
	line-height: 30px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #000000;
}
.top4 h3 span {
	color: #666666;
	margin-left: 10px;
	font-size: 12px;
}
.top4 h3 a.red {
	float: right;
	width: 47px;
	height: 18px;
	background: #fc0237;
	display: block;
	margin-top: 8px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
}
.lxfs .skype {
	width: 100%;
	padding-top: 9px;
}
.skype p.tel {
	display: block;
	overflow: hidden;
	clear: both;
}
.lxfs .skype p.tel a {
	margin: 0 7px;
}
.lxfs .skype p.xz, .lxfs .skype p.qs, .lxfs .skype p.kc {
	margin: 5px 0 0 5px;
	display: block;
}
.lxfs .skype p.xz a, .lxfs .skype p.qs a, .lxfs .skype p.kc a {
	display: block;
}
.wsbm {
	width: 200px;
	clear: both;
	line-height: 30px;
	font-size: 15px;
	margin: 0 auto;
	font-family: '微软雅黑';
	background: url(../images/wsbm_bg.jpg) no-repeat left center;
	padding-left: 40px;
}
.wsbm span {
	font-size: 10px;
	color: #000000;
	margin-left: 10px;
}
.wtdy a {
	background: url(../images/wd_bg.jpg) no-repeat left center;
	width: 200px;
	clear: both;
	line-height: 30px;
	font-size: 13px;
	margin: 0 auto;
	font-family: '微软雅黑';
	padding-left: 40px;
	color: #a5031d;
}
/**列表页**/
.wp-column-page .wp-container {
	width: 100%;
	background: #eeeeee url(../images/zy_bg.jpg) repeat-y center top;
	overflow: hidden;
	padding-top: 3px;
}
.wp-column-page .wp-container .wp-inner {
	max-width: 1256px;
	background: url(../images/zy_bg2.jpg) repeat-x;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 12px;
}
.wp-column-menu {
	width: 240px;
	position: relative;
	float: left;
	margin-right: -240px;
}
.wp-column-news {
	float: right;
	width: 100%;
}
.wp-column-news .column-news-box {
	margin-left: 240px;
	margin-right: 6px;
	max-width: 1000px;
	padding: 3px;
	border: 1px solid #dddddd;
}
/**栏目列表**/
.column-head {
	line-height: 24px;
}   /**位置栏目背景**/
.column-head .column-anchor {
}
.column-head .column-anchor .column-switch {
	display: block;
	width: 30px;
	height: 24px;
	float: right;
	display: none;
	background: url(img/menu-dot.png) no-repeat center;
}
.column-head .column-anchor h3.anchor-title {
	display: block;
	background: url(../images/h3_bg.jpg) no-repeat left bottom;
	font-family: '微软雅黑';
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-left: 6px;
	line-height: 50px;
}		/**位置栏目字体**/
.column-body {
	width: 212px;
	margin-bottom: 15px;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	background: url(../images/jia.jpg) no-repeat 0px center;
	padding-left: 25px;
	font-weight: bold;
	width: 186px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	display: block;
	line-height: 40px;
	color: #000000;
	cursor: pointer;
}
.column-list-wrap li a:hover {
	color: #a80303;
}
.column-list-wrap li.selected a.selected {
	color: #a80303;
}
.column-list-wrap li a span {
	display: block;
	padding: 0;
	line-height: 40px;
}
.column-list-wrap .sub-list {
	padding: 10px 0 0 5px;
}
.column-list-wrap .sub-list li a {
	color: #000000;
	line-height: 30px;
	padding-left: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #dbdbdb;
	display: block;
	width: 170px;
	font-size: 14px;
	background: url(../images/jian.jpg) no-repeat 5px center;
}
.column-list-wrap .sub-list li a:hover {
	color: #a80303;
}
.column-list-wrap .sub-list li.selected a.selected {
	color: #a80303;
}
.column-list-wrap .sub-list li a span {
	padding: 0;
	line-height: 30px;
}
.column-list-wrap .sub-list .sub-list {
	padding: 0;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 12px;
	color: #5f5f5f;
	line-height: 30px;
	padding-left: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #dbdbdb;
	display: block;
	background: url(../images/left_nav_dian.jpg) no-repeat 10px center;
}
.column-list-wrap .sub-list .sub-list a:hover {
	color: #a80303;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	color: #a80303;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
/*** 左侧链接*/
.sidebar {
	min-height: 580px;
	padding: 0 12px 0 6px;
}
.sidebar a {
	display: block;
	margin-top: 15px;
}
/*** 栏目新闻*/
.list-head {
	padding: 10px 0;
	border-bottom: 2px solid #67c353;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 20px;
	color: #000;
	background: url(../images/hehua.jpg) no-repeat 5px center;
	padding-left: 46px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} /**当前位置**/
.list-meta .column-path {
	float: right;
	line-height: 24px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.list-meta .column-path a {
	color: #63bb4e;
}
.list-meta .column-path a:hover {
	color: #63bb4e;
}
.column-news-con {
	padding: 20px 15px;
	min-height: 500px;
	background: url(../images/sy.png) no-repeat right bottom;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	line-height: 32px;
	padding-left: 10px;
	background: url(img/dot.png) no-repeat 2px 15px;
	color: #0597E3;
	font-size: 16px;
}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover {
}
.column-news-list .column-news-item .column-news-title {
	display: block;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	color: #999;
}
.wp_entry {
	width: auto;
	margin: 0 4px;
}
.wp_entry, .wp_entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;font-family: Arial !important;
}
.wp_entry, .wp_entry span {
	font-family: "Arial" !important;
}
.wp_entry p {
	margin-bottom: 11px;
}
.wp_entry a {
	text-decoration: underline;
	color: blue;
}
.column-news-list .wp_entry img {
	max-width: initial;
	vertical-align: middle;
_width:expression(this.width > 800 ? "880px" : this.width);
}   /**列表页文章图片大小限制**/
.possplit {
	width: 15px;
	background: url(../images/posSplit.png) no-repeat center;
}
/**文章页**/
.info-box {
	padding: 20px 15px;
	min-height: 500px;
	background: url(../images/sy.png) no-repeat right bottom;
}
.article {
	padding: 15px 0;
}
.article h1.arti-title {
	line-height: 30px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
} /**文章标题**/
.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .arti-metas .read-options {
	color: #444;
	text-decoration: none;
	float: right;
	display: inline-block;
	padding-left: 17px;
	background: url(img/options.png) no-repeat 0 50%;
	display: none;
}
.article .entry {
	margin: 0 4px;
	overflow: hidden;
} /**文章内容**/
.article .entry, .article .entry p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.article .entry, .article .entry span {
	font-family: "Arial" !important;
}
.article .entry p {
	margin: 8px 0;
}
.article .entry .read img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 1100 ? "1100px" : this.width);
	background: url(img/loading.gif) no-repeat center;
}   /**文章阅读部分图片大小限制**/
/**阅读设置**/
.night-model .wp-container {
	background-color: #313131;
	color: #6f6f6f;
}
.night-model .article .entry, .night-model .article .entry p {
	color: #6f6f6f;
}
.night-model .read a {
	color: #6d6d6d;
}
.night-model .read a:hover {
	color: #f5f5f5;
}
.night-model .article h1.arti-title {
	color: #e7e8e9
}
.read-setting {
	margin-bottom: 10px;
	display: none;
	background-color: #fdfdfd;
	height: 38px;
	border-bottom: 1px solid #F1F1F1;
}
.night-model .read-setting {
	background-color: #1d1d1d;
	border-color: #313131;
}
.read-setting .setting-item {
	display: inline-block;
	width: 49%;
	height: 38px;
	float: left;
}
.read-setting .setting-item a {
	display: inline-block;
	color: #565656;
	font-size: 20px;
	float: left;
	width: 49%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 9px;
	color: #565656;
}
.read-setting .setting-item a:hover {
	color: #999;
}
.read-setting .setting-item a.smaller-font {
	border-left: 1px solid #F1F1F1;
	font-size: 18px;
}
.read-setting .setting-model {
	border-left: 1px solid #F1F1F1;
	text-align: center;
}
.night-model .read-setting .setting-item a.smaller-font, .night-model .read-setting .setting-model {
	border-left-color: #313131;
}
.read-setting .setting-model a.read-model {
	font-size: 18px;
	background: url(img/moon.png) no-repeat 0 50%;
	float: none;
	width: auto;
	padding-left: 24px;
	margin: 9px auto;
}
.night-model .read-setting .setting-model a.read-model {
	background-image: url(img/sun.png);
}
.article .entry .set-fz12, .article .entry .set-fz12 p {
	font-size: 12px;
}
.article .entry .set-fz14, .article .entry .set-fz14 p {
	font-size: 14px;
}
.article .entry .set-fz16, .article .entry .set-fz16 p {
	font-size: 16px;
}
.article .entry .set-fz18, .article .entry .set-fz18 p {
	font-size: 18px;
}
.article .entry .set-fz20, .article .entry .set-fz20 p {
	font-size: 20px;
}
.article .entry .set-fz22, .article .entry .set-fz22 p {
	font-size: 22px;
}
/**文章分享（百度分享）**/
#bdshare {
	margin-top: 10px;
}
/*读图模式*/
.view-box {
	display: block;
	color: #666;
	font-style: normal;
	margin-bottom: 10px;
}
.view-box-inner {
	display: block;
	text-align: center;
	max-width: 400px;
	min-width: 30px;
	margin: 0 auto;
	position: relative;
}
.view-box-inner img {
	width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
.view-box-inner .open-view {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 1;
}
.view-box-inner .view-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/view-image.png) no-repeat center;
}
#wp-view-page {
	display: none;
	position: fixed;
	z-index: 10000000;
	width: 100%;
	background-color: #1a1a1a;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#view-head {
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#back-read-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
	background: url(img/back-arrow.png) no-repeat center;
}
#back-read-page span {
	display: none;
}
#view-original-image {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFF;
	float: right;
	font-size: 15px;
	margin: 12px 12px 0px 0px;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 40px;
}
#view-foot {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0;
	bottom: 0;
	color: #FFF;
	position: absolute;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.8;
	z-index: 99;
}
#view-index {
	float: left;
	margin-left: 10px;
}
#view-current {
	color: #3495FF;
}
#view-title {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #fff;
}
#view-body {
	width: 100%;
	height: 100%;
	position: relative;
}
#view-image-items {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#view-image-items li {
	float: left;
	text-align: center;
	background: no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
/**底部**/
.wp-footer {
	min-height: 58px;
	background: url(../images/footer_bg.jpg);
}
.wp-footer .wp-inner {
	max-width: 1137px;
	min-height: 48px;
	padding-top: 10px;
}
.wp-footer .wp-inner .footer p {
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	text-align: left;
}
.wp-footer .wp-inner .footer span {
}
.wp-footer .wp-inner .footer .span1 {
	float: left;
}
.wp-footer .wp-inner .footer .span2 {
	float: right;
}
.wp-footer .wp-inner .footer a {
	color: #ddd;
	font-size: 14px;
	margin: 0 5px;
}
.wp-footer .wp-inner .footer a:hover {
	color: #ddd;
	text-decoration: underline;
}
/**jumphandle**/
#jumphandle {
	width: 32px;
	height: 70px;
	position: fixed;
	right: 6px;
	bottom: 20px;
	z-index: 100000000;
	display: none;
}
#jumphandle a {
	display: block;
	width: 32px;
	height: 32px;
	background: #777 url(img/jump-icon.png) no-repeat 0 top;
	opacity: 0.7;
}
#jumphandle a#gobot {
	background-position: 0 bottom;
	margin-top: 6px;
}
/**信息查询**/
.search_box {
	width: 201px;
	display: block;
	background: url(../images/search_bg.jpg) no-repeat;
	position: relative;
}
.search_box input.se {
	width: 150px;
	height: 27px;
	border: 0;
	margin-left: 10px;
	font-size: 13px;
	color: #212912;
}
.select {
	overflow: hidden;
	position: absolute;
	z-index: 99999;
	width: 220px;
	height: 300px;
	clear: both;
	top: 27px;
	right: -10px;
	background: url(../images/select_bg.png) no-repeat;
	padding: 10px;
	display: none;
}
.search_box a {
	display: block;
	float: right;
	width: 35px;
	height: 27px;
}
.select .d {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 10px 0;
}
.select .d span {
	width: 70px;
	float: left;
	text-align: right;
	line-height: 20px;
	font-size: 14px;
}
.select .d input[type=text], .select .d select {
	width: 120px;
	height: 20px;
	float: left;
}
.select .d input[type=radio] {
	float: left;
	display: block;
	margin-right: 5px;
	margin-top: 3px;
}
.select .d em {
	float: left;
	font-style: normal;
	margin-right: 15px;
	line-height: 20px;
	font-size: 14px;
}
.select .date .da {
	clear: both;
	display: block;
	overflow: hidden;
}
.select .date span {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.select .date .da em {
	margin: 0 7px;
}
.select .date input[type=text] {
	width: 40px;
	margin: 0 3px;
	margin-bottom: 10px;
}
.select input[type=button] {
	width: 66px;
	height: 25px;
	display: block;
	overflow: hidden;
	margin: 10px auto 0;
	cursor: pointer;
}
/**弹出二维码**/
.black_overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity=80);
}
.white {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 200px;
	height: 200px;
	border: 16px solid #CACACA;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
.white_content_small {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	height: 50%;
	border: 16px solid lightblue;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
/**公告**/
.gg_box {
	width: 100%;
	min-height: 36px;
	background: url(../images/ga_bg.jpg);
}
.gg_xin {
	max-width: 1260px;
	min-height: 36px;
	margin: 0 auto;
}
.gg_xin span {
	display: block;
	float: left;
	line-height: 36px;
	padding-left: 40px;
	background: url(../images/gg.png) no-repeat 13px center;
	font-size: 18px;
	color: #a5031d;
	font-weight: bold;
}
.zssj {
	float: right;
	line-height: 36px;
	margin-right: 100px;
}
.zssj a {
	font-size: 18px;
	color: #a5031d;
	font-weight: bold;
	background: url(../images/a_style.png) no-repeat right center;
	padding-right: 25px;
}
#Scroll {
	float: left;
}
#ScrollMe {
	overflow: hidden;
	height: 36px;
}
#ScrollMe a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding-right: 20px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wp_entry, .wp_entry p {
	background: none !important;
}
.wp_entry div {
	background: none !important;
}
.wp_entry .content_dl {
	background: none !important;
}
.read .wp_articlecontent div {
	background: none !important;
}
.map1 { text-align: center;}