@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: 1150px;
	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 .tt .more_btn a {
	    color: #8b8b8b;
}   /**更多按钮**/
.post .con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
/**页头开始**/

#header .inner {
}
.head {
	width: 100%;
	height: 142px;
	position: relative;
	/**background: url(/_upload/tpl/00/63/99/template99/images/head_bg.jpg) no-repeat right center;**/
}    /**页头部分**/
.mod_ss {
	width: 180px;
	height: 34px;
	background: url(/_upload/tpl/00/63/99/template99/images/mod_ss_bg.jpg) no-repeat;
	color: #787878;
	float: right;
	line-height: 33px;
	margin-top: 15px;
}		/**站点名称**/
.head .logo {
	position: absolute;
	top: 20px;
}
.navbar {
	width: 100%;
	height: 61px;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 100%;
	height: 61px;
	margin: 0 auto;
}   /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav, .navbar .navbox .nav {
	height: 61px;
}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 18px;
	color: #fefefe;
}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #0e4c87;
	background: #fff;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav .nav-item a span.item-name {
	padding: 0px 45px;
	line-height: 61px;
}
.navbar .navbox .wp_nav .sub-nav {
	border: none;
	width: 100% !important;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #fff;
	color: #0e4c87;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 14px;
	color: #0e4c87;
    text-align: center;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	color: #0e4c87;
	background: #fff;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#container {
	background: #ffffff;
}
#container .inner {
	width: 1150px;
}
/**首页三列布局**/
.mod {
	width: 100%;
	float: left;
} /**左列**/
.mbox {
}
.mod2 {
	width: 100%;
	float: left;
	background: #fff;
}
.mod2 .mc {
	width: 356px;
	height: 215px;
	float: left;
	margin-top: 20px;
	/**margin-left: 20px;**/

} /**中间**/
.mod2 .mr {
	    width: 380px;
    float: left;
    margin-top: 20px;
    margin-left: 17px;
}
.mod3 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.mod3 .mc {
	width: 500px;
	height: 300px;
	float: left;
	background: #FFF;
} /**中间**/
.mod3 .mr {
	width: 500px;
	height: 300px;
	float: right;
	background: #FFF;
}
.mod4 {
	width: 100%;
	float: left;
	background: #ffffff;
	
}
.mod4 .mc {
	width: 100%;
	float: left;
	margin-top:20px;
} /**中间**/
/**右列**/

/**列表页**/
.col_menu {
	width: 236px;
	float: left;
	min-height: 470px;
	margin-top: 15px;
	margin-left: 15px;
}
.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 #68a7e2;
	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 #68a7e2;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #fff;
	background: #68a7e2;
} 	/**鼠标经过或选中一级子栏目**/
.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 {
	width: 840px;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
} /**栏目新闻**/
.col_news_head {
	background-image: none;    border-bottom: 1px solid #68a7e2;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	background-position: 0px bottom;
	background-color: #68a7e2;
}  /**当前栏目**/
.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 .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: 30px;
    font-family: "Microsoft YaHei";
    padding: 15px;
    text-align: center;
    font-size: 25px;
    color: #282828;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-top: 20px;
} /**文章标题**/
.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;
} /**文章内容**/
.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: #dcdcdc;
	height: 137px; text-align:center
}
.foot {
	width:100%;
	float: left;
	margin-top: 40px;
}
.foot1 {
	width: 50%;
	float: right;
}
#footer .inner {
}
#footer .inner p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#footer .inner p span {
	margin: 0 5px;
	font-size: 14px;
}
#header {
	background: url(/_upload/tpl/00/63/99/template99/images/head.jpg) #3b99e4 top center  no-repeat;
	height: 257px;
}
#nav {
	background: url(/_upload/tpl/00/63/99/template99/images/nav_bg.jpg) repeat-x;
	height: 61px;
}
.addr {
	color: #4f4f4f;
}
.tel {
	color: #4f4f4f;
}
.copyright {
	color: #4f4f4f;
}
#header0 {
	width: 100%;
	height: 63px;
	background: #ffffff;
}
.mod_top {
	width: 100%;
	height: 63px;
}
.mod_top .top_left {
	float: left;
	line-height: 63px;
	color: #FFF;
}
.post-6 .tt {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e7e7e7;
}
.post-6 .tt .tit {
	color: #04427b;
	font-size: 20px;
	border-bottom: 2px solid #07457f;
}
.post-6 .tt .tit .title {
	height: 35px;
	line-height: 20px;
	font-weight: bold;
}
.post-6 .tt .more_btn {
	height: 35px;
	line-height: 35px;
	color: #8b8b8b;
}
.post-6 .con {
	margin-top: 10px;
}
.post-8 .tt {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e7e7e7;
}
.post-8 .tt .tit {
	color: #04427b;
	font-size: 20px;
	border-bottom: 2px solid #07457f;
}
.post-8 .tt .tit .title {
	height: 35px;
	line-height: 20px;
	font-weight: 100;
}
.post-8 .tt .more_btn {
	height: 35px;
	line-height: 35px;
	color: #8b8b8b;
}
.post-8 .con {
	margin-top: 20px;
}
.post-9 .tt {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e7e7e7;
}
.post-9 .tt .tit {
	color: #04427b;
	font-size: 20px;
	border-bottom: 2px solid #07457f;
}
.post-9 .tt .tit .title {
	height: 35px;
	line-height: 20px;
	font-weight: 100;
}
.post-9 .tt .more_btn {
	height: 35px;
	line-height: 35px;
	color: #8b8b8b;
}
.post-9 .con {
	margin-top: 20px;
}
.post .new_ul {
	width: 100%;
	float: left;
}
.post .new_li {
	height: 33px;
	line-height: 33px;
	background: url(/_upload/tpl/00/63/99/template99/images/bg1.gif) no-repeat 5px 13px;
	width: 100%;
	float: left;
}
.post .new_li .title {
	float: left;
	padding-left: 15px;
}
.post .new_li .title a {
	color: #4c4c4c;
	font-size: 14px;
}
.post .new_li .date {
	float: right;
	color: #383838;
}
.mod_12 {
	margin-top: 5px;
}
.mod_12 .support {
	margin: 0px !important;
}
.col_menu_con {
	margin: 20px;
}
.read {
	margin: 15px;
}
#keyword {
	width: 145px !important;
	padding-left: 5px;
	background: none;
	border: none;
	line-height: 32px;
	float: left;
	color: #787878;
}
.wp_search .search {
	background: url(/_upload/tpl/00/63/99/template99/images/mod_ss_seach.jpg) no-repeat center;
	width: 30px;
	height: 32px;
	float: left;
}
.siteCounter4 span {
	background: none;
}
#wp_news_w17 .wp_article_list .list_item .Article_Title {
	font-size: 14px;
	margin-left: 0px;
}
#wp_news_w17 .wp_article_list .list_item .Article_PublishDate {
	font-size: 14px;
}
#wp_news_w17 .wp_article_list .list_item {
	height: 35px;
	line-height: 35px;
}
#wp_news_w17 .wp_article_list .list_item .Article_Index {
	width: 0px;
	background: none;
	margin-right: 0px;
}
.date0 {
	color: #383838;
	font-size: 16px;
}
.post-8 {
	margin: 25px;
}
.post-9 {
	margin: 25px;
}
#yqlj {
	height: 52px;
	background: #004789;    margin-top: 20px;
}
.mdo_link {
	width: 100%;
	height: 52px;
	line-height: 52px;
}
.mod_link .link {
	float: left;
	height: 52px;
	background: url(/_upload/tpl/00/63/99/template99/images/mod_link.jpg) no-repeat;
	width: 137px;
}
.mod_link .link_con {
	width: 810px;
	float: left;
	margin-left: 30px;
}
.link_con .lj {
	float: left;
	height: 52px;
	line-height: 52px;
	margin-left: 25px;
}
.link_con .li1 {
	margin-left: 0px;
}
.link_con .lj .yqlj_title a {
	color: #fff;
	font-size: 14px;
	line-height: 52px;
}
.link_con .lj .yqlj_title {
	color: #fff;
	font-size: 14px;
	line-height: 52px;
}
.mod_cm {
	width: 102px;
	float: right;
	margin-top: 60px;
}
.foot-wx {
	width: 51px;
	height: 42px;
	float: left;
	position: relative;
}
.foot-wx .erweima1 {
	background: url(/_upload/tpl/00/63/99/template99/images/wx.jpg) no-repeat;
	width: 51px;
	height: 42px;
	display: block;
}
.foot-xl {
	width: 51px;
	height: 42px;
	float: left;
	position: relative;
}
.foot-xl .erweima2 {
	background: url(/_upload/tpl/00/63/99/template99/images/xl.jpg) no-repeat;
	width: 51px;
	height: 42px;
	display: block;
}
.wx {
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 40px;
	display: none;
}
.xl {
	width: 100px;
	position: absolute;
	bottom: -20px;
	right: 60px;
	display: none;
}
#container1 {
	background: #FFF; padding-top:15px;
}
.djs {
    position: fixed;
    left: 0;
    bottom: 0;
	background:url(/_upload/tpl/00/63/99/template99/images/dl1.png) no-repeat left center;
	width: 200px;
    min-height: 450px;z-index: 99999;
}
.djs1 {
    position: fixed;
    right: 0;
    bottom: 0;
		background:url(/_upload/tpl/00/63/99/template99/images/dl1.png) no-repeat left center;
	width: 200px;
    min-height: 450px;z-index: 99999;
}
.time {
    position: absolute;
    left: 90px;
    top: 49%;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
	width:66px;
	text-align:center;
	overflow:hidden;
	max-height:45px;
	background: #059a05;
}
.djs a {
    font-size: 14px;
    float: right;
    color: #0068b7;
	cursor: pointer;
}
.djs1 a {
    font-size: 14px;
    float: right;
    color: #0068b7;
	cursor: pointer;
}


.search1{ background:url(/_upload/tpl/00/63/99/template99/images/btn_search.gif); width:96px; height:33px; border:0px; cursor: pointer;}
.search_en{ background:url(/_upload/tpl/00/63/99/template99/images/btn_search_en.gif); width:72px; height:22px; border:0px; cursor: pointer; }
.advanceSearch{ background:url(/_upload/tpl/00/63/99/template99/images/btn_advanceSearch.gif); width:80px; height:22px; border:0px; cursor: pointer;}
.advanceSearch_en{ background:url(/_upload/tpl/00/63/99/template99/images/btn_advanceSearch_en.gif); width:127px; height:22px; border:0px; cursor: pointer; }
.datepicker {cursor: pointer; background:url(/_upload/tpl/00/63/99/template99/images/cal.gif) no-repeat; width:16px; height:14px; display: inline-block; border:0px; margin-left: 1px;}
