@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;
}
/* 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%;
	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 {
}
body, p {
	font: 12px/1 "Microsoft Yahei", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cd0200;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}
.post .tt {
	height: 40px;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #0a507d;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #1b77be;
	margin-left: 19px;
	margin-top: 9px;
	font-size: 17px;
	margin-top: 9px;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
	padding-top: 13px;
	padding-right: 17px;
}   /**更多按钮**/
.post .con {
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 0px dashed #ccc;
	height: 34px;
	line-height: 34px;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: none;
	display: none;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
	padding-left: 13px;
	background: url(images/icon_li0.gif) no-repeat 0 9px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
}
.news_list li.news p {
	clear: both;
	line-height: 20px;
	color: #787878;
}
.news_list li.news p a {
	color: #787878;
}
.news_list li.news p a:hover {
	color: #444;
	text-decoration: underline;
}
/**页头开始**/
#header {
	background: #3089ce;
}
#header .inner {
	width: 1100px;
}
.head {
	width: 100%;
	height: 104px;
	position: relative;
	position: relative;
}    /**页头部分**/
.head .sitetitle {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: auto;
	border-left: 1px solid #95c3e6;
	bottom: 32px;
	left: 254px;
	height: 37px;
	padding-left: 25px;
}		/**站点名称**/
.navbar {
	width: 100%;
	height: 52px;
	background: #ffffff;
repeat-x 0 50%;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 797px;
	height: 100%;
	margin: 0 auto;
	float: left;
	margin-left: 8px;
}   /**导航窗口大小及位置**/
#nav .inner {
	width: 1100px;
}
#banner .inner {
	max-width: 1400px;
	min-width: 1100px;
}
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 100%;
}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 16px;
	
	color: #003762;
}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #F90;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 100%;
	line-height: 52px;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: white;
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	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: #1F5E7C;
	color: #fff;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
	min-height: 500px;
}
#container .inner {
	background: #fff;
	width: 1100px;
}
/**首页三列布局**/
.mod {
}
.mod1 {
	width: 320px;
	float: left;
	padding-right: 20px;
} /**左列**/
.mod1 .ml {
	width: 100%;
}
.mbox {
	background: #f9f8fd;
	margin-bottom: 30px;
}
.mod2 {
	width: 760px;
	float: left;
}
.mod2 .mc {
	width: 420px;
	float: left;
} /**中间**/
.mod2 .mr {
	width: 320px;
	float: right;
} /**右列**/
/**列表页**/
.col_menu {
	width: 245px;
	float: left;
	
}
.col_menu .col_menu_head {
	background: #3d95d9;
}   /**位置栏目背景**/
.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 20px;
}  /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 1px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #378fd4;
	background:white;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #2867A0;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected {
	 	
} 
.col_list .wp_listcolumn .wp_column a:hover{     background: #f6f7f7 !important;}	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	
}
.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_news {
	width: 760px;
	float: right;
} /**栏目新闻**/
.col_news_head {
	
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background: #4097db;
}  /**当前栏目**/
.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;
	padding-right: 9px;
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
	border-bottom: 0px dashed #ccc;
	height: 34px;
    line-height: 34px;
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	display: none;
}  /**栏目新闻图标序号**/
.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: 0 auto;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 5px;
	text-align: center;
	font-size: 18px;
	color: #282828;
	
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 6px;
}
.article .entry .read img {
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
/**页脚开始**/
#footer {
	background: #6f6f6f;
}
#footer .inner {
	width: 1100px;
	height: 130px;
}
#footer .inner p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#footer .inner p span {
	margin: 0 3px;
}
.head .sitelogo {
	float: left;
	width: 400px;
	height: 93px;
	margin-left: 10px;
}
.foot_right .sitelogo {
	width: 100%;
	height: 93px;
}
.main_page {
	float: right;
	width: 105px;
	height: 70px;
}
#footer {
}
.foot_left {
	float: left;
	width: 200px;
	height: 100px;
}
.foot_right {
	float: right;
}
div#nav {
	background: white;
}
.middle_up {
	width: 418px;
	height: 260px;
}
.left_up {
	width: 320px;
	height: 260px;
	padding: 0px;
	background: white;
	border: none;
}
.left_down {
	width: 320px;
	height: 260px;
}
.middle_down {
	width: 418px;
	height: 260px;
}
.right_down {
	width: 320px;
	height: 260px;
}
.right_up {
	width: 320px;
	height: 277px;
	border: 0px solid #d3d3d3 !important;
	background: white;
	margin-bottom: 12px;
}
#wp_nav_w5 li {
	width: 100%;
	height: 50px;
	margin-bottom: 7px;
}
#wp_nav_w5 li.nav-item.i1 {
	background: url(images/1.png) no-repeat;
}
#wp_nav_w5 li.nav-item.i2 {
	background: url(images/2.png) no-repeat;
}
#wp_nav_w5 li.nav-item.i3 {
	background: url(images/3.png) no-repeat;
}
#wp_nav_w5 li.nav-item.i4 {
	background: url(images/4.png) no-repeat;
}
#wp_nav_w5 li.nav-item.i5 {
	background: url(images/5.png) no-repeat;
}
#wp_nav_w5 li.nav-item.i6 {
	background: url(images/6.png) no-repeat;
}
#wp_nav_w5 li span {
	height: 50px;
	line-height: 50px;
	padding: 0px 0px;
	color: white;
	font-size: 18px;
}
#wp_nav_w5 li {
	text-align: left;
}
.right_up .mbox {
	background: #f9f8fd;
}
.sitelogo img {
	padding-top: 28px;
	float: left;
}
span.Site_Name {
	height: 37px;
	line-height: 37px;
}
.wp_nav .nav-item {
	background: url(images/border.png) no-repeat 0px 20px;
	padding: 0px 4px;
}
.search_title {
	width: 68px;
	height: 100%;
	float: left;
	line-height: 52px;
	color: #003762;
}
.searchbox {
	float: left;
	height: 42px;
	line-height: 42px;
	padding-top: 8px;
}
.keyword {
	background: url(images/searchbox.png) no-repeat 0px 0px;
	width: 178px !important;
	height: 36px;
	border: none;
	color: #acacac;
	line-height: 36px;
	padding-left: 4px;
}
.wp_search .search {
	background: url(images/searchimg.png) no-repeat 0px 0px;
	width: 36px !important;
	height: 37px;
}
.wp_article_list .list_item span {
	margin-left: 10px;
}
.wp_article_list .list_item .Article_PublishDate {
	color: #949494;
}
#content-banner .focus-title-bar {
	position: absolute;
	right: 0px;
	bottom: -35px;
	z-index: 40;
	width: 100%;
	height: 35px;
	background: #f9f8fd;
}
#content-banner .focus-title-bg {
	background: none;
	display: none;
}
#content-banner .focus-title {
	color: black;
}
#content-banner span.title {
	margin: 0px;
	height: 22px;
	line-height: 22px;
	border: none;
}
#content-banner .more_btn {
	padding-top: 0px;
	height: 16px;
	line-height: 16px;
	padding-right: 0px;
}
.json1 {
	padding-bottom: 30px;
}
.json2 {
}
.right_up .con {
	padding: 0px;
}
.wp_nav .nav-item a {
	text-align: left;
}
.wp_article_list .list_item .Article_Title {
	padding-left: 10px;
}
.focus-title {
	padding: 0 18px;
}
.wp_article_list .list_item .ex_fields {
	display: inline;
	float: right;
	padding-right: 12px;
	font-size: 14px;
}
.json1 .focus-title-bar {
	display: none !important;
}
li.nav-item.i1 {
	background: none;
}
h2.connection {
	padding-top: 24px;
	padding-bottom: 27px;
	color: #ffffff;
}
.foot_left_up {
	width: 430px;
}
.foot_left_down {
	width: 430px;
}
p.one {
	float: left;
	color: #ffffff;
}
p.two {
	float: left;
	padding-left: 75px;
	color: #ffffff;
}
p.three {
	float: left;
	color: #ffffff;
}
p.four {
	float: left;
	padding-left: 116px;
	color: #ffffff;
}
h2.focus-title a {
	color: black;
	font-family: "微软雅黑";
	font-weight: 500;
}
li.nav-item .nav-item {
	padding: 0px;
}
.Copyrigh {
	color: white;
	padding-bottom: 25px;
	text-align: right;
}
.main_page li.nav-item.i1 {
	padding: 0px;
	padding-top: 55px;
}
.main_page li.nav-item.i1 a {
	color: white;
}
.foot .sitelogo img {
	padding-top: 24px;
	float: right;
}
.article {
	padding-top: 20px;
}
.more_btn a{ color: #727272;}
.wp_listcolumn .wp_column a{     font-weight: normal;}
.focus-title a:hover, .focus-text a:hover{ color:#cd0200 !important;}
div#wp_paging_w6 {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.wp_paging{ padding-bottom: 20px;}
.d-container_img {
    width: 1100px;
    height: 248px;
	padding-bottom: 20px;
}
#wp_nav_w5 .wp_nav .nav-item {
    padding: 0px;
}
#wp_nav_w5 .wp_nav .nav-item a {
    text-align: center;
}

