@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 { background:url(images/bg.png) repeat-x 0 0;}
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 { margin-bottom:10px;}
.post .tt { height:35px; border-bottom:1px solid #dedede;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:18px; color:#1453c7; border-bottom:4px #0867a6 solid;font-weight: lighter;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;}   /**更多按钮**/
.post .con { padding:5px 0; margin:0 auto;}
.post .con .wp_article_list .list_item { } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {} /**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:28px; text-align:center;} /**标题图标**/
.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;}

/**站内搜索**/
.head .site_search { width: 230px; height: 20px; float: right; padding-top: 72px; }		/**站点搜索**/
.head .site_search .search_input { width: 172px; height: 24px; border:1px solid #6091ed; float: left;}
.head .site_search .search_input input { border: 0; background: none; height: 20px; line-height: 20px; width: 168px; padding: 2px; color: #fff;}
.head .site_search .search_btn { width: 50px; height: 20px; background: #0d48a6; float: right;}
.head .site_search .search_btn input { width: 50px; height: 26px; border: 0; background: none; color: #fff; cursor: pointer;}


/**页头开始**/
#header {}
#header .inner { width:1102px;}
.head { width:100%; height:151px; position:relative; background:url(images/head.jpg) no-repeat 50% 0; position:relative;}    /**页头部分**/
.head .sitetitle { position:absolute; left:390px; top:55px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar { width:100%; height:47px;margin: 0 auto;width:1102px; }   	/**导航区域背景**/
.navbar .navbox { width:1102px; height:47px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px;color:#2c2c2c; font-family:'微软雅黑';}    /**导航字体样式**/
.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 45px; height:47px; line-height:47px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;}  /**子菜单背景**/
.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 { height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/
.wp_nav .sub-nav .nav-item { width:150px;}
/**主体开始**/
#container {}
#container .inner { background:#fff; width:1102px;}

/**首页三列布局**/
.mod {}
.mod1 {} /**左列**/
.mod1 .ml { width:350px; float:left;} 
.mod1 .mr { width:350px; float:left;    margin: 0 25px;}
.mod1 .mr2 { width:350px; float:left;}   
.mbox {}
.mod2 { width:254px; float:right;}
.mod2 .mc {} /**中间**/
.mod2 .mr {} /**右列**/

/**列表页**/
.col_menu { width:200px; float:left;} 
.col_menu .col_menu_head { background:#1453c7;}   /**位置栏目背景**/
.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; text-align:center;}  /**栏目名称图标**/
 /**栏目列表*/
.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color:#5c87d6; background:#fff; } 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#124D83;} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.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:870px; float:right;} /**栏目新闻**/
.col_news_head { background:url(images/line.gif) repeat-x left bottom;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background:#1453c7;}  /**当前栏目**/
.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:url(images/li.gif) no-repeat center;}  /**栏目新闻图标序号**/
.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; border-bottom:2px solid #cccccc} /**文章标题**/
.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:#1453c7; width:100%; margin-top:30px;}
#footer .inner { width:1102px; margin:0 auto; height:74px;}
#footer .inner p { font-size:12px; color:#ffffff; line-height:74px; text-align:center; font-family:'微软雅黑';}
#footer .inner p span {}

.tpqh{ width:1102px; height:332px; margin:0 auto;}
.lm1{ width:195px; height:79px; background:#9787aa; text-align:center; line-height:79px; float:left;}
.lm1 a{ font-size:16px; font-family:'微软雅黑'; color:#FFF; font-weight:bold;}
.lm2{ width:195px; height:79px; background:#b2a199;text-align:center; line-height:79px; float:left;margin-left: 15px;}
.lm2 a{ font-size:16px; font-family:'微软雅黑'; color:#FFF; font-weight:bold;}
.lm3{ width:195px; height:79px; background:#8fb0ed;text-align:center; line-height:79px; float:left;margin-left: 15px;}
.lm3 a{ font-size:16px; font-family:'微软雅黑'; color:#FFF; font-weight:bold;}
.lm4{ width:195px; height:79px; background:#939393;text-align:center; line-height:79px; float:left;margin-left: 15px;}
.lm4 a{ font-size:16px; font-family:'微软雅黑'; color:#FFF; font-weight:bold;}
.more_text{ font-size:13px; font-family:'微软雅黑'; color:#797979;}

.yqlj{ width:254px; height:100px; background:#f0f0f0; float:right;}
.yq_bt{ color:#5178d5; font-size:18px; font-family:'微软雅黑'; padding:14px 18px;}
.yq_con li{ width:227px; padding:5px 0px; margin:0 auto; height:32px;}
.lj-left{ float:left;margin-top: 10px;}
/*banner*/
.banner{position: relative; width: 1102px;height:332px; margin:0 auto;}
.banner .bd{z-index: 0; position: relative; margin: 0px auto;}
.banner .bd ul{width:1102px;}
.banner .bd li{text-align: center; width:1102px; height: 332px; overflow: hidden}
.banner .bd li a{ height: 332px}
.banner .hd{z-index: 1; position: absolute; line-height: 10px; width: 1002px; bottom: 40px; height: 10px; left: 0px}
.banner .hd ul{  margin-left:47.5%;text-align: center}
.banner .hd ul li{ float:left; color:#fff; line-height:6px; margin: 2px 4px; width: 16px; zoom: 1; display:inline-block; color:#565a5d;background: #565a5d; font-size:0; height:6px; cursor: pointer;}
.banner .hd ul .on{color:#44b790;background: #44b790}
.banner .prev{z-index: 1; position: absolute; filter: alpha(opacity=50); margin-top: -35px; width: 50px; display: none; background:url(images/left.png)  no-repeat 0 0; height: 70px; top: 50%; cursor: pointer; left: 0; opacity: 0.5}
.banner .next{z-index: 1; position: absolute; filter: alpha(opacity=50); margin-top: -35px; width: 50px; display: none; background:url(images/right.png)  no-repeat 0 0; height: 70px; top: 50%; cursor: pointer; left: 0; opacity: 0.5}
.banner .next{right: 0; left: auto;}
.banner .bd ul li i a{  bottom:0px; left: 0; width:1000px; height: 40px;line-height: 40px;  font-size: 14px;color: #fff; text-align:left; font-family:'微软雅黑'; padding-left:18px;}
.banner .bd a:hover{color: #fff; text-decoration:none;}
.hd img{ width:1000px; height:338px;}

.w10_openLink{ height:30px; border:1px #cecece solid; width:225px; font-family:'微软雅黑'; font-size:13px; color:#444444;}
.w11_openLink{ height:30px; border:1px #cecece solid; width:225px; font-family:'微软雅黑'; font-size:13px; color:#444444;}

.wp_article_list .list_item .Article_Index {
    display: inline-block;
    width: 0px;
    height: 16px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    text-indent: -99em;
    background: none;
}

.wp_article_list .list_item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
}

.wp_article_list .list_item span {margin-left: 0px;}

.col_news_con{ min-height:400px;}

.search{ }

.submit{background:url(images/ss_04.jpg)}

.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
}

.wp_listcolumn .wp_column a { text-align:center;}

/**焦点图片**/
.wp-focus { width:1102px; height:332px; margin:0 auto;}
.fcous-panel { width: 1102px;}
.fcous-panel .focus-window { width:1102px; overflow: hidden;}




#wp_nav_w3 .wp_nav .nav-item a span.item-name{    padding:0px 30px !important}
.lm1 .wp_nav .nav-item{ left:50%; margin-left:-42px; margin-top: 22px;}
.lm2 .wp_nav .nav-item{ left:50%; margin-left:-42px; margin-top: 22px;}
.lm3 .wp_nav .nav-item{ left:50%; margin-left:-42px; margin-top: 22px;}
.lm4 .wp_nav .nav-item{ left:50%; margin-left:-50px; margin-top: 22px;}


.wp_search .search{ background:#1244a5 url(images/ss_04.jpg) 10px center no-repeat !important;    width: 31px !important; height:24px !important;}

.wp_articlecontent table {
    display: block;
    margin: 0 auto;
}


