.padding0{padding: 0px;}
.margintop30{margin-top: 30px;}
.margintop10{margin-top: 10px;}
.marginb0{margin-bottom: 0px!important;}
.marginb30{margin-bottom: 30px;}

:focus { outline: 0;}
img { border: 0;}
a img { vertical-align: middle;}
body { line-height: 1;}
ol, ul { list-style: none; padding: 0px;}
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 Microsoft YaHei; color: #2b2b2b;}
body { background: #fbf7f4;}
a { text-decoration: none; color: #2b2b2b;}
a:hover { text-decoration: none; color: #a30603;}


/** [站点LOGO]**/ 
.topbg{ background: #a30300; }
.toppic{background: url(images/head_bg.png) no-repeat right center;}
.logo-panel { float: left;}
.logo-window { padding: 22px 0;}
.logo-window img { vertical-align: middle;}
.wp-head-tools { float: right;}


/** [搜索]**/
.search-panel { float: right; clear: right; width: 233px; margin-top: 35px;}
.search-window { border-bottom: 1px solid #ae3533; overflow: hidden;}
.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: #fff; font-size: 14px; padding: 6px 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; background: url(css/img/search.png) no-repeat center; cursor: pointer;}
::-webkit-input-placeholder { color: #d9b8b8;} /* WebKit, Blink, Edge */
:-moz-placeholder { color: #d9b8b8;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #d9b8b8;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #d9b8b8;} /* Internet Explorer 10-11 */



/**主导航**/
/* .menubg{background: #910c0c;}
.wp-navi { background: #910c0c;}
.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 { display: inline-block; padding: 0 45px; height: 45px; line-height: 45px; color: #fff; font-size: 17px;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover { text-decoration: none; color: #fff; background: #949494;}
.main-nav-panel .sub-menu { display: none; position: absolute; left: 0; top: 45px; z-index: 100; min-width: 100%;}
.main-nav-panel .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; min-width: 100%;}
.main-nav-panel .sub-menu .sub-item a { display: block; color: #fff; height: 35px; line-height: 35px; padding: 0 5%; display: block; background: #606060; text-align: center; min-width: 90%;}
.main-nav-panel .sub-menu .sub-item a:hover { color: #fff; display: block; background: #949494;}
.main-nav-panel .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: #606060;} */


.menu {
	height: 45px;
	background-color: #910c0c;
	position: relative;
	z-index: 200;
}

.menu_list{ }
.menu_sublist {}
.menu_sublist ul {
	width: 1200px;
	margin: 0px auto;
	padding-left: 0px;
}

.menu_sublist ul li {
	display: inline-block;
	list-style: none;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}

.menu_sublist ul li a {
	font-size: 16px;
	color: #333;
}

/*页面尺寸 导航一部分*/
.wrapper {
	width: 100%;
	
}

.wrapper .inner {
	width: 1200px;
	margin: 0 auto;
}

/**页面全局宽度**/

/*默认主导航样式*/
#nav {
	
}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
	margin: 0 auto;
	padding: 0px;
}

.nav .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
}

.nav .wp-menu .menu-item.i1 {
	background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/nav_j.png) no-repeat center center;
	vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 45px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0px;
	min-width: 204px;
	z-index: 100;
	background: #ededed;
	padding: 0px;
}

.nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	list-style: none;
	padding: 0px;
}

.nav .sub-menu .sub-item a {
	display: block;
	color: #333;
	height: 44px;
	line-height: 44px;
	padding: 0 17px;
	font-size: 17px;
	background: none;
	text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
	color: #910c0c;
	font-weight: bold;
	background-color: #e1e1e1;
	display: block;
}

.nav .sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}




/**焦点图片**/
.picplay{}
.swiper.mySwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mySwiper .swiper-slide {
	background-position: center;
	background-size: cover;
}
.mySwiper .swiper-wrapper{height: 400px; overflow: hidden;}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 400px;
}

.mySwiper .swiper-slide .text {
	height: 35px; line-height:35px;
	/* background-color: #4e4e4e; */
	background: rgba(0, 0, 0, 0.2);
	text-align: left;
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
	

}
.mySwiper .swiper-slide .text a{color: #fff; font-size: 16px; }
.mySwiper .swiper-slide .text a:hover{ color: #fff;}

.swiper-button-next::after{color: #800200;}
.swiper-button-prev::after{color: #800200;}


/* 文明*/

.swiper.wmSwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wmSwiper .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px; margin-left: 20px; height: 180px;
}
.wmSwiper .swiper-wrapper{ overflow: hidden; margin-bottom: 15px;}
.wmSwiper .swiper-slide img {
	display: block;
	width: 300px;
	height: 180px;
}

.wmSwiper .swiper-slide .text {
	height: 35px; line-height:35px;
	/* background-color: #4e4e4e; */
	background: rgba(0, 0, 0, 0.2);
	text-align: left;
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
	

}
.wmSwiper .swiper-slide .text a{color: #fff; font-size: 16px; }
.wmSwiper .swiper-slide .text a:hover{ color: #fff;}

/* 新slider */

/* domo-slides为此例子父层class名 */

.wmpic { width:640px; height:180px; zoom:1;   position:relative; overflow:hidden; }

/* conts为此例子mainEl内容列表容器层class名 */
.wmpic .conts { width:640px; height:180px;  overflow:hidden; }

.wmpic .conts li { width:300px; height:180px; text-align:center; overflow:hidden; margin-left: 20px;}
.wmpic .conts li img{width: 300px; height: 180px;}
.wmpic .conts li .text{
	height: 35px; line-height:35px;
	/* background-color: #4e4e4e; */
	background: rgba(0, 0, 0, 0.2);
	text-align: left;
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-left: 30px;
}
.wmpic .conts li .text a{color: #fff; font-size: 16px; }
.wmpic .conts li .text a:hover{color: #fff;}
/* tabs为此例子mainState导航列表容器层class名 */
.wmpic .tabs { width:480px; height:11px; line-height:11px; position:absolute; z-index:1; left:0; bottom:30px; overflow:hidden; }

.wmpic .tabs ul { text-align:center; height:11px; }
.wmpic .tabs ul li { line-height:999px; width:11px; height:11px; border-radius:11px; margin:0 5px; background:#b2d5ed; cursor:pointer; display:inline-block; *display:inline;
          zoom:1; overflow:hidden; } /* 此处line-height:999px;设为line-height:11px;分页会显示数字出来 */
.wmpic .tabs ul li.current { background:#4ad585; }

.mTempWrap{width: 640px!important;}




/**工作动态**/
.wp-post { background: #fff; margin-bottom: 20px; padding-bottom: 10px;}
.wp-post .post-head { height: 42px; padding: 0 10px; border-bottom: 1px solid #ddd; border-top: 2px solid #ad0805; margin-bottom: 10px;}
.wp-post .post-head .head-bar { position: relative; height: 42px; line-height: 42px;}
.wp-post .post-head .post-title { display: inline-block; height: 42px; line-height: 42px; font-size: 20px; font-weight: normal; color: #494949; margin-top: 0px;}
.wp-post .post-head .post-more { height: 20px; line-height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px; font-size: 14px;}
.wp-post .post-head .post-more a { color: #a4813e; text-decoration: none;}
.wp-post .post-body { padding: 0 10px;}
.post-news .news-item { line-height: 39px; border-bottom: 1px solid #f2f2f2; vertical-align: top; overflow: hidden; position: relative;}
.post-news .news-item .meta-title { display: block; margin-right: 0; overflow: hidden; font-size: 15px;}
.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: #c18c27; font-size: 12px;}
.wp-post .nav_pic { text-align: center;}
.wp-post.post-5 { margin-bottom: 0;}
.post-5 .tu_text .news_list {
    margin: 0;
}
.wp-post.post-51 .post-news .news-item .meta-title { margin-right: 76px;}
.wp-post.post-15 {}


.pcmt{display: block;}
.sjmt{display: none;}
.wp-post.post-25 { }
.wp-post.post-35 { clear: both;}
.wp-post.post-35 .menu-item { width: 160px; height: 80px; float: left; padding: 15px 0px; margin-bottom: 15px; background: url(../images/xian.png) no-repeat left center;}
.wp-post.post-35 .menu-item.i1 { background: none;}
.wp-post.post-35 .menu-item a  { display: block; font-size: 15px; line-height: 25px; text-align: center; padding-top: 50px;}
.wp-post.post-35 .menu-item.i1 a {background: url(images/links5.png) no-repeat center 10px;}
.wp-post.post-35 .menu-item.i2 a { background: url(images/links6.png) no-repeat center 10px;}
.wp-post.post-35 .menu-item.i3 a { background: url(images/links1.png) no-repeat center 10px;}
.wp-post.post-35 .menu-item.i4 a { background: url(images/links7.png) no-repeat center 4px;}
.wp-post.post-35 .menu-item.i5 a { background: url(images/links4.png) no-repeat center 10px;}
.wp-post.post-35 .menu-item.i6 a { background: url(images/links6.png) no-repeat center 10px;}

.wp-post.post-16 { padding-bottom: 30px;}
.wp-post.post-26 .post-news .news-item { line-height: 24px; padding: 12px 0;}
.wp-post.post-26 .post-news .news-item .meta-title {}
.wp-post.post-7 { background: none; margin-bottom: 0; padding: 0;}
.wp-post.post-7 .post-body { padding: 0;}
.wp-post.post-7 .menu-item { height: 46px; line-height: 46px; float: left; padding: 0px 58px; margin-left: 20px;}
.wp-post.post-7 .menu-item.i1 { background: #b48d7e; margin-left: 0px;}
.wp-post.post-7 .menu-item.i2 { background: #8e7980;}
.wp-post.post-7 .menu-item.i3 { background: #a99475;}
.wp-post.post-7 .menu-item.i4 { background: #97a0a7;}
.wp-post.post-7 .menu-item a { display: block; font-size: 16px; color: #fff;}
.wp-post.post-8 { background: none; margin-bottom: 0; padding: 0;}
.wp-post.post-8 .post-body { padding: 0;}
.wp-post.post-8 .post-news .news-item { line-height: 40px; border-bottom: 0px solid #f2f2f2; vertical-align: top; overflow: hidden; position: relative; float: left;}
.wp-post.post-8 .post-news .news-item .meta-title { display: block; margin-right: 0; overflow: hidden;}
.wp-post.post-8 .post-news .news-item .meta-title a { display: block; ont-size: 15px; color: #fff; padding: 0 12px;}

.tu_text {}
.tu_text .news_list {}
.tu_text .news_list li.news {}
.tu_text .news_list li.news .news_imgs {float: left;width:320px;height: 220px;overflow: hidden;display: none;}
.tu_text .news_list li.news .news_imgs img { width: 320px; height: 220px;transition: all 1s;}
.tu_text .news_list li.news .news_imgs img:hover{transform: scale(1.2);}


.tu_text .news_list li.news .news_wz {/* margin-left:320px; */padding: 9px 12px;}
.tu_text .news_list li.news .news_title {line-height: 28px;font-size: 17px;/* text-align: center; */}
.tu_text .news_list li.news .news_title a { color:#a30603;  font-size: 18px; font-weight: bold;}
.tu_text .news_list li.news .news_text { line-height: 30px; margin-top: 10px; font-size: 15px; color:#2b2b2b;}
.tu_text .news_list li.news .news_text  a{ }


/**列表页**/
.wp-banner {}
.wp-banner .wp-inner { position: relative;}
.wp-banner .wp-inner .banner img { width: 100%; vertical-align: top;}

/**列表页banner图**/
.wp-column-menu {  background: #f5f5f5; position: relative;}
.wp-column-news { width: 100%;}
.wp-column-news .column-news-box { }

/**栏目列表**/
.column-head { background: #910c0c; 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; font-size: 24px; font-weight: normal; color: #fff; text-align: center; width: 100%;}		/**位置栏目字体**/
.column-list-wrap li { width: 100%; vertical-align: bottom;}
.column-list-wrap li a { display: block; width: 100%; border-bottom: 1px solid #b3b3b3; font-size: 17px;}
.column-list-wrap li a:hover { color: #a30603; text-decoration: none;}
.column-list-wrap li.selected a.selected { color: #a30603;}
.column-list-wrap li a span { display: block; padding: 10px; padding-left: 20px; line-height: 22px;}
.column-list-wrap .sub-list li a { font-size: 15px;}
.column-list-wrap .sub-list li a:hover { color: #a30603;}
.column-list-wrap .sub-list li.selected a.selected { color: #a30603;}
.column-list-wrap .sub-list li a span { padding: 4px 10px; padding-left: 28px; line-height: 18px;}
.column-list-wrap .sub-list .sub-list li a { font-size: 13px;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { color: #a30603;}
.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: 18px; font-weight: normal;} /**当前位置**/
.list-meta .column-path { float: right; line-height: 24px; color: #2b2b2b;}
.list-meta .column-path a { color: #2b2b2b;}
.list-meta .column-path a:hover { color: #a30603;}
.column-news-con { padding: 10px 0;}
.column-news-list .column-news-item { display: block; position: relative; border-bottom: 1px dotted #b1b1b1; line-height: 28px; padding: 5px 0; padding-left: 10px; background: url(img/dot.png) no-repeat 2px 18px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background: #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: 80px; height: 28px; line-height: 28px; position: absolute; right: 0; top: 5px; color: #999;}
.wp_entry { width: auto; margin: 0 4px;}
.wp_entry, .wp_entry p { line-height: 24px; font-size: 15px; text-align: justify;}
.wp_entry p { margin-bottom: 5px;}
.column-news-list .wp_entry img { vertical-align: middle; max-width: 100%; _width:expression(this.width > 800 ? "880px" : this.width);}   /**列表页文章图片大小限制**/

/**文章页**/
.info-box {padding-top: 20px;}
.article { padding: 15px 0; background-color: #fff; clear: both; }
h1.arti_title{text-align: center; font-size: 24px; border-bottom: 1px solid #e5e5e5; margin: 10px 50px; height: 50px; line-height: 40px;}
p.arti_metas{text-align: center;}
.article h1.arti-title { line-height: 35px; padding: 5px; text-align: center; font-size: 20px; font-weight: normal; color: #2b2b2b; border-bottom: 1px solid #e5e5e5;} /**文章标题**/
.article .arti-metas { height: 20px; line-height: 20px; text-align: center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin: 0 5px; font-size: 12px; color: #787878;} /**文章其他属性**/
.article .entry { margin: 0 4px; overflow: hidden; padding: 0px 20px;} /**文章内容**/
.article .entry, .article .entry p { line-height: 15px; font-size: 15px; text-align: justify;}
.article .entry p { margin-bottom: 5px;}
.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;}   /**文章阅读部分图片大小限制**/




/**底部**/
.wp-footer { background: #800200; border-top: 1px solid #993533;}
.wp-footer .wp-inner { padding: 25px 0 35px 0;}
.wp-footer .wp-inner .footer { font-size: 12px; text-align: center;}
.wp-footer .wp-inner .footer p { color: #c6a4a3; font-size: 12px; line-height: 24px;}
.playlist { display: none;}