@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 {
	background-color: #FFFFFF;
}
body, p {
	font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0062ac;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 986px;
	margin: 0 auto;
} /**页面全局宽度**/
.fuz {
    display: none;
}
.focus-pagination {
    display: none;
}
.focus-title-bar {
    left: 0;
    margin: 0;
}
h2.focus-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
#banner .inner {
    max-width: 1903px;
    width: 100%;
}
.head-left{float:left;display:inline-block;    margin-top: 5px;}

.head-right{float:right;margin-top: 45px; width:177px;    margin-right: -30px;}
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 29px; padding:0;line-height: 28px;background: none;    color: #b8b8b9;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:29px;height: 30px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:29px;height: 30px;border:0;outline: 0;background: url(images/secah.jpg) no-repeat center right;cursor: pointer;}
/*默认主导航样式*/
#nav{background: #00428e;}
#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}
.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:none; width:0px; height:20px; vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 9px;line-height: 49px;color: #FFFFFF;font-size: 17px;font-family: "黑体";}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#1384e2; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 49px;min-width: 100%;z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; text-align:center;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1384e2; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**标题栏新闻窗口**/
.post {
}
.post-5 {
	width: 100%;
	float: left;
}
.post-6 {
	width: 100%;
	float: left;
}
.post .tt {
	height: 30px;
}
/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #0062ac;
}
/**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 0px;font-weight: bolder;font-family: "黑体";
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
	float: right;
	color: #959595;
}   /**更多按钮**/
.post .con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
.post-6 .con {
	margin-top: 20px;
}
.post-5 .con {
	margin-top: 25px;
}
/**自定义新闻列表**/
.news_list {
}
.post-5 .news_list .n {
	background: #f7f7f7;
	width: 100%;
	height: 148px;
	margin-bottom: 10px;
}
.post-5 .news_list .n .n1_img {
	width: 199px;
	float: left;
	height: 100%;
	margin-right: -199px;
}
.bgq img {
       width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}
.news6_list .news6 .bgq {
    margin: 0 15px;
    padding-top: 21%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post-5 .news_list .n .n1_title {
	width: 50%;
	float: left;
	margin-left: 215px;
}
.post-61 .news_list .n .n1_title {
	width:auto;
	float: left;
	margin-left: 15px;
}
.news_list .n .n1_title ._tit {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #383838;
	margin-top: 10px;
	 overflow:hidden; 
                text-overflow:ellipsis;
                white-space:nowrap;

}
.news_list .n .n1_title ._tit a {
	font-size: 15px;
	line-height:25px;
	color: #383838;
}
.news_list .n .n1_title ._tit a:hover {
	color: #0062ac;
}
.news_list .n .n1_title ._date {
	width: 100%;
	color: #9d9d9d;
	line-height: 25px;
	font-size: 14px;
	float: left;
}
.news_list .n .n1_title ._jj {
	width: 100%;
	float: left;
	color: #707070;
	line-height: 25px;
	font-size: 14px;
	max-height:50px;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
.post-5 .news_list .news {
	width: 100%;
	float: left;
	line-height: 33px;
}
.post-5 .news_list .news .tie {
	float: left;
	font-size: 15px;
	color: #383838;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.post-5 .news_list .news .tie a {
	font-size: 15px;
	color: #383838;
}
.post-5 .news_list .news .tie a:hover {
	color: #0062ac;
}
.post-5 .news_list .news .date {
	float: right;
	color: #9d9d9d;
}
.news6_list .news6 {
    width: 25%;
    margin: 0px 0px 13px 0px !important;
    float: left;
}
.news6_list .news6 .bgq {
    margin: 0 15px;
}
ul.news6_list {
    margin: 0 -15px;
}
.news6_list .img1, .img2, .img3, .img4 {
	margin-bottom: 13px;
}
.news6_list .img2, .img6 {
	margin-left: 31px;
}
.news6_list .img3, .img7 {
	margin-left: 27px;
}
.news6_list .img4, .img8 {
	margin-left: 33px;
}
/**标题图标**/
/**页头开始**/
#heaer {
}
#header .inner {
}
.head {
	width: 100%;
	height: 120px;
	position: relative;
	background: url(images/head_1.jpg) no-repeat center;
}    /**页头部分**/
.head .mod_ss {
	
	color: #fff;
	width: 150px;
	height: 30px;
	background: url(images/mod_ss_bg.jpg) no-repeat;
}
.head .logo {
	position: absolute;
	top: 5px;
}

.navbar {
	width: 100%;
	height: 49px;
	background: #00428e;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 986px;
	height: 49px;
	margin: 0 auto;
	color: #fff;
}   /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav .nav-item a {
	font-size: 15px;
	color: #fff;
}
.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 49px;
}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;font-family: "黑体";
}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	background: #00428e;
	color: #fff;
}   	/**鼠标经过或当前选中时样式**/
#wp_nav_w4 .wp_nav .nav-item a span.item-name {
	padding: 0px 12px;
	line-height: 49px;
}
#wp_nav_w4 .wp_nav .nav-item a {
	color: #fff;
	text-align: center;
}
#wp_nav_w4 .wp_nav .sub-nav {
	border: none;
	width: 100% ;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	color: #00428e ;
	font-weight: normal;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #00428e;
	    color: #fff;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0px ;
	height: 35px;
	line-height: 35px ;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
}
#container .inner {
	width: 986px;
	background-color: #FFFFFF;
	padding-top: 30px;
}
/**首页三列布局**/
.mod2 {
	width: 986px;
	
	margin-bottom: 30px;
}
.mod2 .mc {
	width: 48.3%;
	float: left;
}
.mod2 .mr {
	width: 48.3%;
	float: right;
} /**中间**/
.mod3 {
	width: 986px;
	
}
.mod3 .mc {
	width: 100%;
	float: left;
}
/**列表页**/
.col_menu {
	width: 190px;
	float: left;
	background-color: #EEEEEE;
	min-height: 470px;
}
.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 #2867A0;
	border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #fff;
	background: #00428e url(images/icon_column_1.gif) no-repeat 6px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #2867A0;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #fff;
	background-image: url(images/icon_column_1_hover.gif);
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: #e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_2_hover.gif);
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url(images/icon_column_3_hover.gif);
} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_menu_con {
	margin: 20px;
}
.col_news {
	width: 735px;
	float: right;
	margin-right: 30px;
	    margin-bottom: 20px;
} /**栏目新闻**/
.col_news_head {
	background-image: none;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background-position: 0px bottom;
	background-color: #00428e;
}  /**当前栏目**/
.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_article_list .list_item {
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: none;
	width: 0px;
	margin-right: 0px;
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.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: 500px;
} /**文章内容**/
.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: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
}
#footer .inner {
}
#footer .inner p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#footer .inner p span {
	margin: 0px 5px;
}
#header {
	height: 120px;
}
#footer {
	background: #00428e;
	height: 99px;
}
.addr {
	color: #a8a8b6;
}
.headbg {
	height: 406px;
	background: #FFF;
}
#banner {
	height: 406px;
	background: url(images/banner_bg.jpg) no-repeat center;
}
.foot {
	width: 58%;
	float: left;
}
.foot1 {
	width: 42%;
	float: left;
	height: 100px;
	overflow: hidden;
}
.fppt_db {
	float: left;
	width: 540px;
}
.mod_cm {
	width: 115px;
	float: right;
	margin-top: 30px;
}
.foot-wx {
	width: 51px;
	height: 42px;
	float: left;
	position: relative;
}
.foot-xl {
	width: 40px;
	height: 42px;
	float: right;
	position: relative;
}
.foot-wx .erweima1 {
	background: url(images/wx.jpg) no-repeat;
	width: 51px;
	height: 42px;
	display: block;
}
.wx {
	width: 100px;
	position: absolute;
	bottom: -29px;
	left: -100px;
	display: none;
}
.foot-xl .erweima2 {
	background: url(images/xl.jpg) no-repeat;
	width: 51px;
	height: 42px;
	display: block;
}
.xl {
	width: 100px;
	position: absolute;
	bottom: -29px;
	left: 55px;
	display: none;
}
.wp_search .search {
	background: url(images/secah.jpg) no-repeat center right;
	width: 29px;
	height: 30px;
	float: left;
}
#keyword {
	width: 140px !important;
	height: 28px;
	margin-left: 8px;
	background: none;
	border: none;
	float: left;
	line-height: 28px;
	color: #b8b8b9;
}
#wp_news_w12 .wp_article_list .list_item {
	height: 35px;
	line-height: 35px;
}
#wp_news_w12 .wp_article_list .list_item .Article_Title {
	font-size: 16px;
	
}
ul.news_list.list2 li {
    border-bottom: 1px dashed #ccc;
    line-height: 35px;
	    font-size: 16px;
}
ul.news_list.list2 span.news_title {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
ul.news_list.list2 span.news_meta {
    float: right;
    color: #666;
}
#wp_news_w12 .wp_article_list .list_item .ex_fields {
	font-size: 16px;
}
#kstd {
	background: #e5e5e5;
	margin-top: 23px;
	height: 132px;
}
.kstd1 {
	width: 100%;
	margin-top: 22px;
	float: left;
}
.kstd_link {
	float: left;
}
.mod_link {
	    float: left;
    width: 95%;
    margin-left: 2%;
}
.link_tt {
	    line-height: 25px;
    float: left;
    height: 25px;
}
.link_tt span {
	    margin: 0 10px;
    display: block;
}
.link_tt span a {
	font-size: 14px;
	color: #383838;
}
.read {
    margin: 20px;
}

.paging_content  table{border:1px solid #000;}
.paging_content  table tr{border:1px solid #000;}
.paging_content table td{border:1px solid #000;}
.fxiang {padding:10px;}
.art-fa .m1 li{   width: 100%;text-align: center;}
.art-fa .m2 li{width:33.3%;text-align:center;float:left;}
.art-fa .m3 li{width:25%;float:left;text-align:center;}
.art-fa img{width:144px;height:200px;}
.art-fa .news_title{line-height:30px;font-size:14px;}
.foot a{ color:#a8a8b6; font-size:16px;}