@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: 14px/1 宋体, Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
	color: #333;
}
body {
	background-color: #ffffff;
}
a {
	text-decoration: none;
	color: #333;
	font-family: 微软雅黑;
}
a:hover {
	text-decoration: none;
	color: #EC3C1B;
}
.wp-wrapper {
	width: 100%;
	background-color: #fff;
}
.wp-wrapper .wp-inner {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}
/**头部**/
.wp-header {
	background-image: url(img/head.jpg);
	height: 261px;
}
.wp-header1 {
	background-color: #0080ca;
}
/**
  * [站点LOGO]
  */
.logo-panel {
	float: left;
}
.logo-window {
	padding: 5px 0;
	margin-left: 10px;
}
.logo-window img {
	vertical-align: middle;
}
.wp-head-tools {
	float: right;
}
/**
 * [语言选择]
 */
.lang-panel {
	float: right;
	margin-right: 10px;
	background:url(../images/line.jpg) no-repeat left center;
}
.lang-panel .i3{background:url(../images/line.jpg) no-repeat left center;}
.lang-window {
	padding: 0px;
}
.lang-window .wp-menu .menu-item {
	float: left;
	height: 45px;
	line-height: 45px;
}
.lang-window .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #ffffff;
}
.lang-window .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color: #f0f0f0;
}
/**
 * [搜索]
 */
.search-panel {
	float: left;
	clear: left;
	width: 20%;
	margin-right: 10px;
	margin-top: 6px;
}
.search-window {
	border-radius: 55px;
	background-color: rgba(255, 255, 255, 0.2);
	overflow: hidden;
	height:25px;
}
.wp-search {
	position: relative;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 10px;
	margin-right: 40px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	outline: 0;
	background: none;
	color: #8db9d2;
	font-size: 16px;
	padding: 7px 0;
}
.wp-search .search-btn {
	width: 40px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 34px;
	border: 0;
	outline: 0;
}
/**
 * [顶部副导航]
 */
.top-nav-panel {
	float: right;
	margin-top: 4px;
	
}
.top-nav-panel .wp-menu .menu-item {
	float: left;
	display: inline-block;
}
.top-nav-panel .wp-menu .menu-item a.menu-link {
	display: inline-block;
	margin: 0 10px;
	height: 36px;
	line-height: 36px;
	color: #8db9d2;
	font-size: 13px;
}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
	text-decoration: underline;
	color: #ffffff;
}
/**主导航**/
.wp-navi {
	background-image: url(img/nav.png);	
}
.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;
}
.main-nav-panel .wp-menu .menu-item a.menu-link {
	font-family: "微软雅黑";
	display: inline-block;
	padding: 0 46px;
	height: 47px;
	line-height: 47px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.main-nav-panel .wp-menu .menu-item.i1 a.menu-link{background:url(../images/icon.png) no-repeat center;}
.main-nav-panel .wp-menu .menu-item.i1 a.menu-link span{display:none;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover, .main-nav-panel .wp-menu .menu-item a.hover {
	text-decoration: none;
	color: #fff;
	background-color: #f01114;
}
.main-nav-panel .wp-menu .menu-item.i1 a.menu-link:hover, .main-nav-panel .wp-menu .menu-item.i1 a.hover{background:url(../images/icon.png) no-repeat center;}
.main-nav-panel .sub-menu {
	background-color: #1c79bf;
	opacity: 0.8;
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 100;
}
.main-nav-panel .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #408ec9;
}
.main-nav-panel .sub-menu .sub-item a {
	font-family: 微软雅黑;
	display: block;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	padding: 0 23px;
	display: block;
}
.main-nav-panel .sub-menu .sub-item a:hover {
	color: #ffffff;
	display: block;
	background: #0068b7;
}
.main-nav-panel .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #1c79bf;
	border-left: 1px solid #408fc9;
}
/**slide导航**/
.wp-navi .navi-slide-head {
display: none;
	padding: 0 10px;
	height: 50px;
}
.wp-navi .navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #212121;
	font-size: 18px;
	line-height: 50px;
}
.wp-navi .navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 50px;
	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 {
	background-color: #ececec;
}
.fcous-panel {
	width: 100%;
}
.fcous-panel .focus-window {
	width: 100%;
	overflow: hidden;
}
/**
 * 主体
 */
.wp-container {
	margin-bottom: 20px;
}
.wp-main-page .content {
	width: 49%;
	float: left;
}
.wp-main-page .content1 {
	width: 48%;
	float: left;
}
.wp-main-page .content .cbox-left {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.wp-main-page .content .cbox-right {
	width: 0%;
	float: right;
}
.wp-main-page .sidebar {
	width: 49%;
	float: right;
	margin-top: 20px;
}
.wp-main-page .sidebar1 {
	width: 48%;
	float: right;
}
.wp-main-page .sidebar .sbox {
}
.wp-post {
	margin-bottom: 10px;
}
.wp-post .post-head {
}
.wp-post .post-head .head-bar {
	position: relative;
	background-image: url(img/a1.jpg);
	height: 38px;
}
.wp-post .post-head .head-bar2 {
	position: relative;
	background-image: url(img/fc.jpg);
	height: 78px;
}
.wp-post .post-head .post-title {
	display: inline-block;
	font-size: 19px;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 19px;
	color: #ffffff;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.wp-post .post-head .post-more {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 65%;
	margin-top: -10px;
}
.wp-post .post-head .post-more a {
	color: #424242;
	text-decoration: none;
}
.wp-post .post-body {
}
.post-news .news-item {
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
.post-news .news-item .meta-title {
	display: block;
	margin-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 34px;
}
.post-news .news-item .meta-time {
	display: block;
	text-align: right;
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	color: #999;
}
/**列表页**/
.wp-banner {
	background: #ececec url(img/datulist.png) no-repeat center;
}
.wp-banner .wp-inner {
	position: relative;
	background: url(img/bb.png) no-repeat;
	max-width: 100%;
}
.wp-banner .wp-inner1 {
	position: relative;
	background: url(img/bb.png) no-repeat;
	min-height: 180px !important;
}
.wp-banner .column-name {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	overflow: hidden;
	position: absolute;
	left: 6px;
	right: 6px;
	top : 50%;
	margin-top: -12px;
}
/**列表页banner图**/
.banner img {
	width: 100%;
	vertical-align: top;
}
.wp-column-menu {
	width: 232px;
	background-color: #ffffff;
	position: relative;
	float: left;
	margin-right: -220px;
	margin-bottom: 15px;
}
.wp-column-news {
	float: right;
	width: 842px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.wp-column-news .column-news-box {
}
/**栏目列表**/
.column-head {
	background: #363636;
	line-height: 24px;
}   /**位置栏目背景**/
.column-head .column-anchor {
	padding: 10px;
}
.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: inline-block;
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #7E7E7E;
}		/**位置栏目字体**/
.column-list-wrap li {
	width: 100%;
	vertical-align: bottom;
}
.column-list-wrap li a {
	height: 43px;
	font-family: 微软雅黑;
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	color: #383838;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 195px 17px;
}
.column-list-wrap li a:hover {
	color: #0068b7;
	text-decoration: none;
	background-color: #ffffff;
}
.column-list-wrap li.selected a.selected, .column-list-wrap li.parent a.parent {
	color: #0068b7;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 2px 13px;
}
.column-list-wrap li a span {
	text-align: center;
	display: block;
	padding: 12px 0px 15px 0px;
}
.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.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;
}
/**
 * 栏目新闻
 */
.list-head {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.list-meta .column-title {
	float: left;
	display: inline-block;
	white-space: nowrap;
	line-height: 24px;
	font-size: 20px;
	color: #bf0304;
	font-family: 微软雅黑;
}
.list-meta .column-path {
	padding-right: 18px;
	font-family: 微软雅黑;
	float: right;
	line-height: 24px;
	color: #000000;
	font-size: 12px;
}
.list-meta .column-path a {
	color: #000000;
}
.list-meta .column-path a:hover {
	color: #14427E;
}
.column-news-con {
	padding: 10px 0;
}
.column-news-list .column-news-item {
	display: block;
	position: relative;
	border-bottom: 1px dashed #b1b1b1;
	line-height: 1.4em;
	padding: 5px 0;
	padding-left: 10px;
	background: url(img/dot.png) no-repeat 2px 13px;
}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover {
	background-color: #F7F7F7;
	color: #000;
}
.column-news-list .column-news-item .column-news-title {
	display: block;
	margin-right: 76px;
}
.column-news-list .column-news-item .column-news-date {
	display: block;
	text-align: right;
	width: 120px;
	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 {
	margin: 20px auto;
	line-height: 2.0;
	font-size: 14px !important;
	text-align: justify;
	font-family: tahoma, 宋体 !important;
}
.wp_entry p {
	margin-bottom: 11px;
}
.column-news-list .wp_entry img {
	vertical-align: middle;
	max-width: 100%;
_width:expression(this.width > 800 ? "880px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.info-box {
	margin: 0 20px;
}
.article {
	padding: 30px 0 15px 0px;
}
.article h1.arti-title {
	line-height: 26px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	font-family: 微软雅黑;
} /**文章标题**/
.article .arti-metas {
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 3px 0px 35px 0px;
}
.article .arti-metas span {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	color: #787878;
	font-family: 微软雅黑;
} /**文章其他属性**/
.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: 2.0;
	font-size: 16px !important;
	text-align: justify;
	font-family: 微软雅黑;
}
.article .entry p {
	margin-bottom: 11px;
}
.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 {
	background-color: #bf0009;
}
.wp-footer .wp-inner {
	padding: 15px 0 15px 0;
}
.wp-footer .wp-inner .footer {
	color: #868686;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	margin: 0 7px;
}
.wp-footer .wp-inner .footer span {
	margin: 0 5px;
}
.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;
}
.js-panel.panel-5 {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: auto;display: none;
}
div#slide {
	background: #dbe0d8 url(img/di.jpg) no-repeat center;
}
.tcon {
	margin: 0 auto;
	max-width: 1100px;
	width: auto;
}
#containertop li {
	float: left;
	padding: 18px 2.1% 20px 2.2%;
}
div#containertop {
	min-height: 120px;
	background: #f6f5f3;
}
p.p0 {
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	font-family: 微软雅黑;
}
.box1, .box2, .box3 {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}
.footerl {
	width: 100%;
	float: left;
	text-align: center;
}
.footerr {
	width: 360px;
	float: right;
}
.fl {
	float: left;
	width: 108px;
}
.fl ul li {
	float: left;
	margin-right: 10px;
}
.fr {
	margin-top: 15px;
	float: right;
}
div#box2 {
	background: #ffffff;
}
.flr {
	float: right;
}
.fll {
	float: left;
}
.erweima-mobile {
	
}
.pp1 {
	font-size: 13px;
	font-family: 微软雅黑;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}
p.pp2 {
	font-size: 13px;
	font-family: 微软雅黑;
	color: #ffffff;
	line-height: 22px;
}
li.fuli {
	padding: 13px 0px 0px 24px;
	float: left;
}
li.xyuli {
	padding-bottom: 50px;
	padding-right: 2.9%;
	float: left;
}
li.xyuli1 {
	padding-right: 0px;
}
li.xyuli img {
	max-width: 305px;
}
p.xyulip.xyulip1 {
	margin-top: 13px;
}
li.ptit {
	padding: 10px 18px 10px 18px;
	color: #282828;
	font-size: 15px;
}
li.janjie {
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ptime {
    padding-left: 10px;
    color: #767676;
	font-size:12px;
}
li.janjie a {
	color: #767676;
}
#wp_news_w7 ul.post-news {
	background: #f6f5f3;
}
.content1. {
 margin-bottom: 8px;
}
.head-bar.head-bar1 {
	height: 38px;
	background-image: url(img/a1.jpg);
}
.tit-box .post-31{
	
}
.tit-box .wp-post span.ship a {
	font-size: 14px;
	color: #575757;
}
.tit-box .wp-post span.xinwen {
	font-size: 15px;
}
.tit-box .wp-post span.xinwen a {
	color: #575757;
}
h3.post-title.pptt {
	float: right;
}
li.ptit.ptit1 {
	padding: 15px 15px 6px 0px;
}
li.janjie.janjie1 {
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.cbox-right.win80 {
	
}
.content.clearfix.content1 {
	margin-bottom: 30px;
}
.wp-post.post-8.post18 {
	margin-bottom: 0px;
	padding-bottom: 12px;
}
.publu {
	width: 49px;
	float: left;
	height: 49px;
	margin-right: -49px;
	
	background-image: url(img/tttbg.jpg);
}
.lltit {
	display: block;
	font-size: 16px;
	float: right;
	width: 100%;
	height: 49px;
	margin-top: 4px;
}
.lltit a {
	line-height: 26px;
	display: block;
	margin-left: 74px;
}
p.pd {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
p.py {
	text-align: center;
	color: #140f0f;
	font-size: 14px;
}
li.news-item.item-1.clearfix.ppptt {
	height: 49px;
	line-height: 49px;
	margin-bottom: 20px;
}
.post-head90 {
	border-bottom: 0px solid #c8aa5b;
}
.publu.publu1 {
	background: #739680;
}
div#headtop {
	height: 298px;
	width: 100%;
	background-image: url(img/head.jpg);
	background-position: center top;
}
input#keyword {
	color: #ffffff;
	background: transparent;
	border: 0px;
	margin-left: 10px;
}
.wp_search .search {
	top: 6px;
	position: absolute;
	right: 12px;
	background: url(img/search.png) no-repeat;
	width: 27px;
	height: 18px;
	border: 0px;
	cursor: pointer;
}
.wp_search {
	height: 30px;
    position: relative;
}
#wind span.Column_Anchor {
	width: 232px;
	position: absolute;
	padding: 15px 0px 15px 0px;
	color: #ffffff;
	font-size: 18px;
	top: 132px;
	font-family: 微软雅黑;
	text-align: center;
	background-image: url(img/list.png);
}
#wp_listcolumn_w7 ul.column-list-wrap {
	
}
.possplit {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 22px;
	background-position: center;
	width: 14px;
	display: inline-block;
	border: 0px solid red;
}
p.pimg {
	width: 56px;
	height: 54px;
	display: block;
}
img.imghover {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.pimg:hover .imghover {
}
.post-bottom {
	min-height:95px;
	margin: 0 auto;
	display: block;
	max-width: 1100px;
}
.head-bar.wmore {
	position: relative;
}
.post-more.wwmore {
	position: absolute;
	right: 0px;
	top: 248px;
}
.post-more.wwwmore {
	position: absolute;
	right: 0px;
	top: 248px;
}
a.w920_more {
	color: #8f8f8f;
}
a.w930_more {
	color: #8f8f8f;
}
a.w910_more {
	color: #8f8f8f;
}
a.w18_more {
	color: #8f8f8f;
}
.post-more.swmore {
	position: absolute;
	top: -35px;
	right: 0px;
}
a.w80_more {
	color: #8f8f8f;
}
a.w90_more {
	color: #8f8f8f !important;
}
#wp_nav_w5 .i1 a {
	font-size: 0;
	padding: 0 22px;
	background-color: transparent;
}
#wp_nav_w5 .i1 a.menu-link {
	display: block;
	background: url(img/home.png) no-repeat center;
}
p.pimg img {
	width: 52px;
	height: 52px;
}
div#carousel {
	overflow: hidden;

}
li.news-item.news-item1 {
	float: left;
	width: 160px;
	height: 165px;
	padding: 0px 25px 0px 25px;
}
span.item-meta.meta-title.ptit.tit1 {
	text-align: center;
	width: 160px;
	padding-top: 5px;
}
.inner {
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}
span.Column_Anchor {
	font-size: 18px;
	padding: 16px 80px;
	position: absolute;
	top: -50px;
	text-align: center;
	font-family: 微软雅黑;
	color: #ffffff;
	background-image: url(img/list.png);
}
.inner.lanmu {
	position: relative;
	margin-top: 70px;
}
body.wp-main-page a#StranLink, .wp-column-page a#StranLink {
	float: left;
	height: 45px;
	line-height: 43px;
	color: #f39999;
	padding: 0 10px;
}
#StranLink:hover {
	text-decoration: underline;
    color: #ffffff !important;
}
.win9 {
	padding: 35px 0px 10px 0px;
}
.wp_articlecontent {
	padding: 0px 80px 0px 55px;
}
.sTop {
	position: fixed !important;
	z-index: 99;
	top: 0;
border-bottom: 1px solid #ccc;
}
.wp_articlecontent p {
	line-height: 24px;
}
span.Column_Picture img {
	width: 100%;
}
.mmll {
	float: left;
	width: 20%;
}
.mmrr {
	float: right;
	width: 80%;
}
ul.intro_ul02.list-paddingleft-2 {
	padding: 0px !important;
	list-style-type: none;
	display: inline-block;
	vertical-align: bottom;
}
ul.intro_ul022.list-paddingleft-2 {
	padding: 0px !important;
	list-style-type: none;
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
}
.intro_ul02 li p {
	color: #555!important;
	display: inline-block;
	width: auto;
	margin: 0px;
}
.dhhy h3 {
	background: url(img/sanjiao.gif) no-repeat -6px 5px;
	color: #c74e3e;
	font-size: 14px;
	min-width: 94px;
	display: inline-block;
	padding-left: 20px;
}
.dhhy {
	border-bottom: 2px solid #efeff0;
}
.intro_ul02 li {
	display: inline-block;
	width: auto;
	line-height: 35px !important;
}
.intro_ul022 li {
	width: 80px !important;
	display: inline-block;
	width: auto;
	line-height: 35px !important;
}
.tconul .pimgi1 a {
	background: url(img/1.1.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi1 a:hover {
	background: url(img/1h.1.png) no-repeat;
}
.tconul .pimgi2 a {
	background: url(img/1.2.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi2 a:hover {
	background: url(img/1h.2.png) no-repeat;
}
.tconul .pimgi3 a {
	background: url(img/1.3.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi3 a:hover {
	background: url(img/1h.3.png) no-repeat;
}
.tconul .pimgi4 a {
	background: url(img/1.4.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi4 a:hover {
	background: url(img/1h.4.png) no-repeat;
}
.tconul .pimgi5 a {
	background: url(img/1.5.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi5 a:hover {
	background: url(img/1h.5.png) no-repeat;
}
.tconul .pimgi6 a {
	background: url(img/1h.6.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi6 a:hover {
	background: url(img/1.6.png) no-repeat;
}
.tconul .pimgi7 a {
	background: url(img/1.7.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi7 a:hover {
	background: url(img/1h.7.png) no-repeat;
}
.tconul .pimgi8 a {
	background: url(img/1.8.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi8 a:hover {
	background: url(img/1h.8.png) no-repeat;
}
.tconul .pimgi9 a {
	background: url(img/1.9.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi9 a:hover {
	background: url(img/1h.9.png) no-repeat;
}
.tconul .pimgi10 a {
	background: url(img/1.0.1.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
}
.tconul .pimgi10 a:hover {
	background: url(img/1h.0.png) no-repeat;
}
li.menu-item.i1 {
}
div#wp_nav_w2 {
	float: right;
}
#wp_news_w88 .wp_article_list .list_item .pr_fields {
	display: none;
	float: left;
}
.xyzt-mobile {
	display: none;
}
.lang {
	float: right;
}
.read.jia-img img {
	display: none !important;
}
.links-wrap {
	float: left;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	margin: 0;
}
.links-wrap a.links-arrow {
	width: 18px;
	font-size: 0;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0;
	color: #65605c;
	font-weight: bold;
	background : url(../images/search_btu.png) no-repeat;
	text-align: center;
	position: absolute;
	top: 40%;
	right: 18px;
}
.links-wrap a.links-arrow:hover {
	cursor: pointer;
}
.links-wrap .link-items {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	left: 0;
	top: 100%;
	background: #F0EFEB;
	display: none;
}
.links-wrap .link-items .link-item {
	border-top: 1px solid #b3b2b0;
}
.links-wrap .link-items a {
	display: block;
	line-height: 40px;
	padding: 0;
	color: #65605c;
	text-indent: 20px;
}
.links-wrap .link-items a:hover {
	color: #65605c;
	background: #F0EFEB;
	cursor: pointer;
}
.onclk {
	display: none;
}
.sear {
	padding: 5px 10px;
    background: #C12C32;
}
.sear .wp_search {
    height: 30px;
    position: relative;
    background: #fff;
}
.sear .wp_search table {
    width: 90%;
}
.sear input#keyword {
    color: #555 !important;
    width: 100% !important;
    line-height: 30px;
}
.sear .wp_search .search {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(img/search.png) #C12C32 no-repeat center;
}
#wp_nav_w21 li.menu-item.i1 {
	display:none;
}
a#StranLink {
    display: block;
    float: right !important;
}
.lang-panel2 li.menu-item.i1{display:none;}
.news-img{
	float: left;
	width: 30%;
	padding-left: 15px;
}
.news-img img{width:100%; height:96px;}
.news-img-tit {
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
}
.news-img-tit a {
   color: #2d2d2d;
    font-size: 14px;
    line-height: 22px;
}
.news-img-time {
    color: #8a8a8a;
    font-size: 14px;
    margin-left: 13px;
    font-family: 'Georgia';
    line-height: 22px;
}
.news-ing-right{float:left; width:100%; height:96px;}
.imgscroll2_img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;}

.news-item-img .news-img img{width:100%; height:184px;}
.news-item-img .news-tit {
    margin: 8px 20px 0 20px;
}
.news-item-img .news-tit a{line-height:20px; font-size:15px; color:#282828;}
.news-item-img .news-tit a:hover{color: #1d8be0;}
.news-item-img .news-summary {
    margin: 4px 20px;
}
.news-item-img .news-summary a{line-height:22px; font-size:12px; color:#767676;}
.news-item-img .news-time{line-height: 22px;
    font-size: 12px;
    color: #767676; margin-left:20px;}
.post-news-22 .news-item1{
	position: relative;
	background-color: #f9f7f0;
	padding: 20px;
}
.post-news-22 .news-item1 .meta-title a{color:#c41208; font-size:16px; line-height:20px;}
.post-news-22 .news-item1 .meta-title a:hover{color: #ed1322;}
.post-news-22 .news-item1 .meta-time{display:block;
overflow:hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom:1px solid #e0e0e0;}
.post-news-22 .news-item1 .meta-time a{color:#9a9a9a; font-size:12px; line-height:37px;}

.news-item-img .news-img img{width:100%; height:184px;}
.news-item-img .news-tit {
    margin: 8px 20px 0 20px;
}
.news-item-img .news-tit a{line-height:20px; font-size:15px; color:#282828;}
.news-item-img .news-tit a:hover{color: #1d8be0;}
.news-item-img .news-summary {
    margin: 4px 20px;
}
.news-item-img .news-summary a{line-height:22px; font-size:12px; color:#767676;}
.news-item-img .news-time{line-height: 22px;
    font-size: 12px;
    color: #767676; margin-left:20px;}