@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
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%;
	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 {
}
body, p {
	font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cd0200;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1000px;
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
	 
}
.post .tt {
	height: 32px;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #af181d;
}
/**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 0px;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
}   /**更多按钮**/
.post .con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
/**页头开始**/

#header .inner {
	padding: 20px 0
}
.head {
	 
	position: relative;
}    /**页头部分**/
.head .mod_ss {
	float: right;
	margin-top: 25px;
	width: 180px;
	height: 34px;
	background: #FFF;
	color: #787878;
}		
/**站点名称**/
.head .logo {
	float: left; 




}
.navbar {
	width: 100%;
	height: 50px;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_menu, .navbar .navbox .nav {
	height: 50px;
}  /**导航高度**/




.navbar .navbox .wp_menu li.menu-item a {
	font-size: 16px;
	color: #363636;
}    /**导航字体样式**/




.navbar .navbox .wp_menu li.menu-item a:hover, .navbar .navbox .wp_menu li.menu-item a.parent {
	color: #fff ;
	background:#9c1a1a;
}   	/**鼠标经过或当前选中时样式**/

.navbar .navbox .wp_menu .menu-item a span.item-name {
	padding: 0px 8px;
	line-height: 50px;
}

.navbar .navbox .wp_menu .sub_menu {
	border: none;
	width: 100% !important;    background: rgba(255,255,255,0.8)
}

/*.navbar .navbox .wp_menu .sub_menu li.menu-item i.mark {
	background: #9c1a1a;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
*/

  /**子菜单背景**/
.navbar .navbox .wp_menu .sub_menu li.menu-item a {
	font-size: 14px;
	color: #000;border:0
}		/**子菜单字体样式**/
.navbar .navbox .wp_menu .sub_menu li.menu-item a:hover, .navbar .navbox .wp_menu .sub_menu li.menu-item a.parent {
	color: #fff;
	background: #9c1a1a;
}
.navbar .navbox .wp_menu .sub_menu li.menu-item a span.item-name {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}		/**子菜单栏目高度与边距**/


.wp_menu .sub_menu .menu-item a {border:0px;}
































/**主体开始**/
#container {
	background: #f7f7f7;
}
#container .inner {
	width: 1000px;
	background-color: #FFFFFF;padding-top: 15px;
}
/**首页三列布局**/
.mod {
	width: 975px;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
}
.mod1 {
	width: 236px;
	float: left;
} /**左列**/
.mod1 .ml {
	width: 100%;
}
.mbox {
}
.mod2 {
	margin:0 12px 0;
	float: none;width: auto;
}
.mod2 .mc {
	width: 400px;
	height: 260px;
	float: left;
	margin-right:-400px
} 
/**中间**/
.mod2 .mr {
	margin-left:430px 
}
.mod3 {
	margin:15px 12px 15px;
	float: none;width: auto; 
}
.mod3 .mc {
	width: 48.7%; 
	float: left;
	 
} 
/**中间**/
.mod3 .mr {
	width: 48.7%; 
	float: right;
	 
}
.mod4 {
	margin:15px 12px 0;
	width: auto;
	float: none;
}
.mod4 .mc {
	width: 100%;
	float: left;
} 
.mod4 .mc img{width:100%}
/**中间**/
/**右列**/

/**列表页**/
.col_menu {
	width: 236px;
	float: left;
	background-color: #EEEEEE;
	min-height: 590px;
	margin-left: 15px;
    margin-bottom: 10px;
	margin-right: -240px;
}
.col_menu .col_menu_head {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #999999;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 5px 5px 5px 30px;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
	border-top: 1px solid #9c1a1a;
	border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #000;
	font-weight: 100;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9c1a1a;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #fff;
	background: #991b21;
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #fff;
	background: #991b21;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #000;
	font-weight: 100;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9c1a1a;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #fff;
	background: #991b21;
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_news {
	margin-right: 30px ; 
	margin-left: 270px; 
} /**栏目新闻**/
.col_news_head {
	background-image: none;
}
.col_metas {height:30px}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background-position: 0px bottom;
	background-color: #991B21;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0 50px 0 25px;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.col_news_list li.news{border-bottom: 1px dashed #ccc;line-height:35px }
.col_news_list li.news .news_title{font-size:14px;color:#333;margin-right:100px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.col_news_list li.news .news_meta{float:right;margin-left:-100px;width:72px;font-size:14px;color:#666;line-height:35px}
.col_news_list .wp_entry p {
	margin-bottom: 6px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 400px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	line-height: 1.7em;
	font-size: 14px;
}
.article .entry .read img {
	max-width: 600px;
_width:expression(this.width > 600 ? "600px" : this.width);
}  
 /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
	background: #991f1c
	 
}
#footer .inner {
	padding-bottom: 5px;
}
#footer .inner p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#footer .inner p span {
	margin: 0 5px;
	font-size: 12px;
}
#header {
	background: #9c1a1a;
	 
}
#nav {
	background: #e9e9e9;
	height: 50px;
}
.addr {
	color: #FFF;
}
.tel {
	color: #FFF;
}
.copyright {
	color: #FFF;
}
.copyright a {
	color: #FFF;
}
.support {
	color: #FFF;
}
#header0 {
	width: 100%;
	height: 30px;
	background: #900603;
}
.mod_top {
	width: 100%;
	height: 30px;
}
.mod_top .top_left {
	float: left;
	line-height: 30px;
	color: #FFF;
}
.mod_top .top_right {
	float: right;
	line-height: 30px;
	color: #FFF;
}
.post-6 .tt {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.post-6 .tt .tit {
	color: #292929;
	font-size: 20px;
	border-bottom: 2px solid #9c1a1a;
}
.post-6 .tt .tit .title {
	height: 29px;
	line-height: 29px;
	font-weight: 100;
}
.post-6 .tt .more_btn {
	height: 31px;
	line-height: 31px;
	color: #444444;
}
.post-6 .con {
	margin-top: 10px;
}
.post .new_ul {
	width: 100%; 
}
.post .new_li {
	height: 28px;
	line-height: 28px;
	background: url(images/bg1.gif) no-repeat 5px 13px;
	width: 100%; 
}
.post .new_li .title { 
	padding-left: 15px;
	margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.post .new_li .title a {
	color: #363636;
}
.post .new_li .date {
	float: right;margin-left: -100px;
}
.post-8 .tt {
	height: 34px;
	line-height: 34px;
}
.post-8 .tt,.post-9 .tt{background: #9c1a1a;}
.post-8 .tt .tit {
	font-size: 18px;
	font-weight: 100;
	color: #FFF;
	padding-left: 15px;
}
.post-8 .tt .more_btn {
	height: 34px;
	line-height: 34px;
	color: #FFF;
	padding-right: 10px;
}
.post-8 .tt .more_btn a {
	color: #FFF;
}
.post-9 .tt .more_btn a {
	color: #FFF;
}
.post-8 .tt .more_btn a:hover {
	color: #FFF;
}
.post-9 .tt .more_btn a:hover {
	color: #FFF;
}
.post-9 .tt {
	height: 34px;
	line-height: 34px;
}
.post-9 .tt .tit {
	font-size: 18px;
	font-weight: 100;
	color: #FFF;
	padding-left: 15px;
}
.post-9 .tt .more_btn {
	height: 34px;
	line-height: 34px;
	color: #FFF;
	padding-right: 10px;
}
.post-8 .con,.post-9 .con {
	padding: 9px;
    border: 1px solid #e6e6e6;
}
  
.foot_nav { 

	line-height: 60px;
	width: 100%;
	text-align: center;
	background: url(images/fott_nav_bg.jpg) no-repeat bottom center;
	color: #FFF;
}
.foot_nav .wp_menu .menu-item{float:none}
.foot {
	margin-top: 5px;
}
.mod_12 {
	margin-top: 5px;
}
.mod_12 .support {
	margin: 0px !important;
}
.col_menu_con {
	padding: 20px;
}
.read {
	margin: 15px;
}
#keyword {
	width: 100% !important;
	padding-left: 5px;
	background: none;
	border: none;
	line-height: 32px;
	float: left;
	color: #787878;
}
.wp_search {position:relative}
.wp_search .search {
	background: url(images/mod_ss_seach.jpg) no-repeat center;
	    width: 30px;
    height: 32px;
    position: absolute;
    right: 0px;
    outline: 0;
    border: 0;
    top: 2px;
}
 .wp_menu .menu-item a {
	color: #fff;
}
 .wp_menu .i1 {
	background: none !important;
}
 .wp_menu .menu-item {
	background: url(images/nav_li.jpg) no-repeat left center;
}
 .wp_menu .menu-item a span.item-name {
	padding: 5px 5px;
}
.navbox .wp_menu .menu-item{background:none}
#wp_nav_w10 .wp_menu {
	text-align:center;
	margin: 0 auto;
	line-height: 60px;
}
#wp_nav_w10 .wp_menu .menu-item a  {
	padding: 0px 10px;
	line-height: 60px;
}
#wp_nav_w10 .wp_menu .menu-item a {
	color: #fff;
}
#wp_nav_w10 .wp_menu .i1 {
	background: none !important;
}
#wp_nav_w10 .wp_menu .menu-item {
	background: url(images/nav_li.jpg) no-repeat left center;float:none
}
.WP_VisitCount {
	display: -webkit-inline-box !important;
}
.siteCounter4 span {
	background: none;
}
#wp_news_w16 .wp_article_list .list_item .Article_Title {
	font-size: 14px;
	margin-left: 0px;
}
#wp_news_w16 .wp_article_list .list_item .Article_PublishDate {
	font-size: 14px;
}
#wp_news_w16 .wp_article_list .list_item {
	height: 35px;
	line-height: 35px;
}
#wp_news_w16 .wp_article_list .list_item .Article_Index {
	width: 0px;
	background: none;
	margin-right: 0px;
}
table, tr, td {
    border: 0px solid;
}

.wp_menu { display:block; margin: 0; padding: 0;display: block; *zoom:1;}
.wp_menu * {margin: 0; padding: 0}
.wp_menu:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.wp_menu .menu-item { display:inline-block; float:left; position:relative; vertical-align:bottom;}
.wp_menu .on { z-index:10;}
.wp_menu .menu-item .mark {display:block; width:100%; height:100%; position:absolute; left:0;top:0; z-index:99; }
.wp_menu .menu-item a{ font-family:"Microsoft Yahei"; display:block;text-align:center;position:relative; z-index:100;}
.top_right .wp_menu .menu-item a{padding:0 5px}
.wp_menu .menu-item a.parent:hover{}
.wp_menu .menu-item a.parent {color:#000;}
.navbox .menu-item a  { display:inline-block; padding:5px 8px; line-height:40px;cursor:pointer;}
.wp_menu .sub_menu {display:block; width:100%; position:absolute; z-index:200; visibility:hidden; border:1px solid #ccc;border-top:none;}
.wp_menu .sub_menu .menu-item { white-space:nowrap; background: none;}
.wp_menu .sub_menu .menu-item .mark { background:#fff;}
.wp_menu .sub_menu .menu-item a {font-family:"Microsoft Yahei"; font-size:13px;font-weight:normal; color:#000;text-align:left;border-top:1px solid #D8E1CC;min-width: 80px;}
.wp_menu .sub_menu .menu-item a.parent:hover{ background:#eee;color:#000;}
.wp_menu .sub_menu .menu-item a.parent { background:#eee;color:#000;}
.wp_menu .sub_menu .menu-item a span.item-name { padding:5px 10px; line-height:22px;}
.wp_menu .menu-item a.parent:hover span.item-name{}
.wp_menu .menu-item a.parent span.item-name{}
.wp_menu .sub_menu .menu-item a.parent:hover span.item-name{}
.wp_menu .sub_menu .menu-item a.parent span.item-name{}
.wp_article_list .list_item .pr_fields{width:80%;display:block}
