@charset "utf-8";
/*Technical Support SudyTech*/
@font-face { font-family: "SH"; src: url("fonts/SourceHanSerifCN-Bold.ttf"); }
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, fieldset, img, iframe, abbr { border: 0; }
img { vertical-align: top; }
html { overflow-x: hidden; }
i, cite, em, var, address, dfn { font-style: normal; }
[hidefocus], summary {
outline:0;
}
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 13px/1 arial, \5b8b\4f53; color: #333; outline: 0; }
html.isshowsearch { overflow: hidden; }
:focus { outline: 0; }
/*备用样式表*/
.none { display: none; }
.wcb { width: 100%; height: 30px; border: 2px dashed #97CBE0; }
.hidden { visibility: hidden; }
.clear { width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline; }
.clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; }
.clearfix { display: block; *zoom:1;
}
.icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background: url(images/icon.png) no-repeat; }
/*css3扩展*/
body:before { content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; }
::-webkit-input-placeholder {
color:#ccc;
}
:-moz-placeholder {
color:#ccc;
}
::-moz-placeholder {
color:#ccc;
}
:-ms-input-placeholder {
color:#ccc;
}
/**布局开始**/
body { line-height: 1; font-size: 13px; font-family: "SH"; color: #333; }
p { line-height: 1.75; }
a { color: #333; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #095ab5; }
/*页面尺寸*/
.wrapper { width: 100%; margin: 0 auto; }
.wrapper .inner { width: 1380px; margin: 0 auto; } /**页面全局宽度**/
/*headtop*/
#headtop { background: #666; }
#headtop .inner { }
.headtop .top-left { float: left; }
.headtop .top-right { float: right; }
/*head开始*/
#header { background: #0b5aa8 url('images/head_bg.png') no-repeat center top; border-top: 8px solid #2d80d2; }
#header .inner {/* height: 150px; */ position: relative; }
.header .sitelogo { float: left; margin: 10px 0; }
.header .sitetitle { display: inline-block; margin-top: 28px; margin-left: 10px; font-size: 32px; font-weight: bold; color: #fff; } /**站点名称**/
.header .head-left { float: left; display: inline-block; }
.header .head-main { float: left; margin-top: 10px; }
.header .head-right { float: right; margin-top: 62px;/* width:200px; */ }
/*rale样式*/
 
/*lang样式*/
.site-lang { float: left; }
.site-lang ul { float: right; }
.site-lang ul li.links { float: left; }
.site-lang ul li.links a { line-height: 35px; margin: 0px 16px; font-size: 16px; color: #fff; display: block; text-transform: uppercase; font-family: "宋体"; }
.site-lang ul li.links a:hover { color: #fff; }
/*默认主导航样式*/
#nav { background: #004ea1; }
#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; text-align: center; }
.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: 20px; height: 20px; background: url(images/nav_j.png) no-repeat center center; vertical-align: middle; }
.nav .wp-menu .menu-item a.menu-link { display: inline-block; padding: 0 42px; line-height: 60px; color: #FFFFFF; font-size: 22px; font-weight: bold; font-family: "SH"; }
.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: 60px; min-width: 100%; width: auto; z-index: 100; background: #fff; }
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; }
.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; }
/**主页banner开始**/
#banner {/* background: #e7e2df; */ border-bottom: 8px solid #3786d5; }
#banner .inner { width: 100%;/* max-width: 1345px; */ text-align: center; position: relative; }
/**主体模块样式**/
#m-container { }
#m-container .inner { }
/**首页三列布局**/
.mod { }
.mbox { }
/**标题栏新闻窗口**/
.post { position: relative; }
.post .tt { display: inline-block; width: 100%; border-bottom: 0px solid #e6e6e6; margin-bottom: 30px; } /**标题栏**/
.post .tt .tit {/* display:inline-block; *//* float:left; */ font-size: 24px; font-weight: normal; text-align: center; } /**标题字体**/
.post1 .tt .tit { text-align: left; }
.post .tt .tit .title { display: block; line-height: 34px; color: #0b5aa8; font-family: "SH"; font-weight: bold; text-transform: uppercase; }
.post .tt .tit .en { font-size: 15px; color: #8f8f8f; font-weight: normal; display: none; }
.post .tt .tit .name { display: none; line-height: 16px; color: #333; }/*栏目别名*/
.post .con { margin: 0 auto; }
.post .con .wp_article_list .list_item { border-bottom: 1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background: url(images/li.gif) no-repeat center; }
.post .more_btn { display: inline-block; *display:inline;
*zoom:1;
height: 20px;/* margin-top: 10px; */ line-height: 20px; float: right; position: absolute; top: 20px; right: 0; }
.post .more_btn .more_text, .post .more_btn a { font-size: 16px; cursor: pointer; }
.post .more_btn a { color: #267dd0; }
.post .more_btn a:hover { color: #666; }
/**自定义新闻列表**/
.news_list { }
.news_list li.news { line-height: 34px; padding-left: 0px; } /**标题图标**/
.news_list li.news span.news_title { float: left; }/*标题*/
.news_list li.news span.news_title img { vertical-align: middle; }
.news_list li.news span.news_meta { float: right; margin-left: 2px; color: #9C9C9C; }/*属性*/
.news_list li.news .news_time, .news_list li.news .news_time span { color: #666; }/*发布时间*/
.news_list li.news .news_icon { display: inline-block; margin: 0 auto; border: 0px solid red; }
.news_list li.news .news_text { }/*默认简介*/
.news_list li.news .news_bg { position: absolute; left: 0px; bottom: 0px; right: 0px; height: 30px; background: #000; opacity: .7; filter: Alpha(opacity=70); }
.news_list li.news p { line-height: 34px; }
/*日历新闻样式2*/
.rili2 { }
.rili2 .con { }
.rili2 .news_list { }
.rili2 .news_list li.news { margin-bottom: 30px; background: #fff; float: left; width: 47%; margin-right: 3%;/* transition: all ease-in-out 0.3s; */ }
.rili2 .news_list li.news .news_date { float: left; width: 120px; margin-right: -120px; background: #0b5aa8; text-align: right; height: 175px; box-sizing: border-box; padding: 30px 15px; transition: all ease-in-out 0.3s; }
.rili2 .news_list li.news .news_date .news_year { line-height: 40px; font-size: 40px; color: #fff; font-weight: bold; text-align: right; transition: all 0.4s ease-in-out; }
.rili2 .news_list li.news .news_date .news_days { line-height: 40px; font-size: 14px; color: #fff; margin-bottom: 10px; position: relative; }
.rili2 .news_list li.news .news_date .news_days:after { content: ""; display: block; width: 25px; height: 1px; background: #fff; position: absolute; right: 0; bottom: 0; }
.rili2 .news_list li.news .news_wz { margin-left: 120px; padding: 30px; }
.rili2 .news_list li.news .news_title { line-height: 23px; font-size: 16px; color: #000; margin-bottom: 20px; }
.rili2 .news_list li.news .news_title a { color: #000; transition: all ease-in-out 0.3s; }
.rili2 .news_list li.news .entermore { line-height: 23px; font-size: 15px; color: #000; transition: all ease-in-out 0.3s; position: relative; }
.rili2 .news_list li.news .source { color: #FFF; font-size: 14px; text-align: right; }
.rili2 .news_list li.news .source a { color: #fff }
.rili2 .news_list li.news:hover .news_date .news_year { }
.rili2 .news_list li.news:hover .news_date .news_days { }
.rili2 .news_list li.news:hover { background: url(./images/main4_ico.png) right center no-repeat; box-shadow: -1px 5px 16px 0px #d6d6d6; }
.rili2 .news_list li.news:hover .news_date { background: #3887d5; }
.rili2 .news_list li.news:hover .news_title a, .rili2 .news_list li.news:hover .entermore { color: #3887d5 }
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner { height: 480px; background-position: center center; background-repeat: no-repeat; text-align: center; }
.l-banner img { display: none; height: 100%; vertical-align: top; }
/**主体列表页开始**/
#l-container { }
#l-container .inner { padding: 0 0px; }
/**主体文章页开始**/
#d-container { }
#d-container .inner { background: #fff; }
.col_menu { width: 360px; position: relative; text-align: center; margin-top: -80px; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #0f429b; }/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size: 32px; font-weight: bold; color: #fff; }/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 80px; /* padding:0px 5px 0px 30px; */ }/**栏目名称图标**/
.col_menu .col_menu_con { border: 1px solid #e4e4e4; display: none; position: absolute; width: 100%; z-index: 1; }
/*栏目列表*/
.col_list { }
.col_list .wp_listcolumn { border-top: 0px solid #2867A0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #333; font-size: 18px; font-weight: normal; background: #ededed; border-top: 0px solid #fff;/* border-bottom: 1px solid #F6EAEA; */ line-height: 60px; display: block; text-align: center; }
.col_list .wp_listcolumn .wp_column a .column-name { padding: 0 }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #fff; background: #0b5aa8; }
.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: none; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; }
.col_list .wp_listcolumn .wp_column.parent > a .column-name { font-weight: bold; color: #0f429b; }
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a { color: #333;/* border-top:1px solid #eee; */ margin-top: -1px; }
.col_list .wp_listcolumn .sub_list a .column-name { display: inline-block; line-height: 28px; padding: 5px 10px 5px 44px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list a:hover, .col_list .wp_listcolumn .wp_column a.selected { font-weight: bold; font-weight: bold; color: #0f429b; }
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a { }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 60px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected { font-weight: bold; color: #0f429b; }
/**栏目新闻**/
.col_news { width: 100%; min-height: 500px;/* float:right; */ margin-top: 55px; }
.col_news .col_news_box { margin-left: 0; float: left; width: 69%; }
.newhot { float: right; width: 27.5%; }
.newhot .tt { margin-bottom: 0; background: #004080; }
.newhot .tt .title { line-height: 50px; padding-left: 20px; color: #fff; font-size: 16px; }
.newhot .con { border: 1px solid #e5e5e5; padding: 10px 20px 0; }
.newhot li.news, .newhot li.news a { line-height: 50px; font-size: 16px; color: #4b4949; }
.hot { margin-top: 40px; }
.col_news { margin-bottom: 60px }
.wp_paging { float: none; margin: 10px 0 0; text-align: center; font-size: 14px }
.page_nav a, .pagingJump { border: 1px solid #e6e6e6 }
.wp_paging li a { height: 35px; line-height: 35px; padding: 0 20px; }
.wp_paging li { float: none; height: 35px; line-height: 35px }
.wp_paging li input { height: 33px; line-height: 33px; margin: 0; width: 60px }
.wp_paging li span, .wp_paging li a { height: 35px; line-height: 35px; }
.wp_paging li a:hover { background: #004080; color: #fff; }
.col_news_head { margin-bottom: 30px; border: 1px solid #eee; padding: 0px 10px; }
.col_metas .col_title { display: inline-block; /* float:left; */ height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 { display: inline-block; font-size: 24px; font-family: "Microsoft yahei"; font-weight: bold; color: #0b5aa8;/* border-bottom: 3px solid #CBCBCB; */ }
.col_metas .col_path { white-space: nowrap; height: 46px; line-height: 46px; color: #666; } /**当前位置**/
.col_metas .col_path a { color: #2F2F2F; }
.col_news_list .news_list li.news .imgs { width: 263px; height: 200px; float: left; }
.col_news_list .news_list li.news .imgs img { width: 100%; height: 100%; display: block; }
.col_news_list .news_list li.news .wz { margin-left: 260px; padding: 38px 34px; }
.col_news_list .news_list li.news { border: 1px solid #e5e5e5; margin-bottom: 30px }
.col_news_list .news_list li.news .news_title { float: none; font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; margin-bottom: 20px; }
.col_news_list .news_list li.news .news_text { font-size: 15px; color: #737373; line-height: 24px; max-height: 72px; }
.col_news_list .news_list li.news .imgs.noimg { background: #0c5ba8 url(./images/list_ico_bg.png) center no-repeat; background-size: contain }
.col_news_list .news_list li.news .news_meta { }
.col_news_list .wp_article_list .list_item { } /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p { line-height: 1.75; font-size: 14px; color: #333; }
.col_news_list .wp_entry p { margin-bottom: 10px; }
.col_news_list .wp_entry table { margin-bottom: 4px; }
.col_news_list .wp_entry img { max-width: 680px; _width:expression(this.width > 680 ? "680px" : this.width);
} /**列表页文章图片大小限制**/
/**文章页**/
.infobox { padding: 10px 0px; margin: 0 auto; width: auto; }
.article {/* padding-top:10px; */ padding-bottom: 10px; }
.article h1.arti_title { line-height: 36px; font-family: "Microsoft YaHei"; font-size: 22px; text-align: center; color: #004080; } /**文章标题**/
.article h2.arti_title { line-height: 34px; font-family: "Microsoft YaHei"; font-size: 17px; text-align: center; color: #05498d; } /**文章副标题**/
.article .arti_metas { padding: 12px 0; text-align: center; border-bottom: 1px solid #ececec; }
.article .arti_metas span { margin: 0 5px; font-size: 13px; color: #333; }/**文章其他属性**/
.article .entry { margin: 0 auto; overflow: auto; margin-top: 20px; } /**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 14px; color: #333; }  /**阅读字体**/
.article .entry .read p { margin-bottom: 10px; }
.article .entry .read img { margin: 0 auto; max-width: 940px; _width:expression(this.width > 940 ? "940px" : this.width);
display: block }   /**文章阅读部分图片大小限制**/
.article .entry .read table { margin: 0 auto; border: none; }
/**页脚开始**/
#footer { background: #0b5aa7; }
#footer .inner { padding: 22px 0px 0; position: relative; }
#footer .inner .mod { }
#footer .inner .foot-left { float: left; margin-bottom: 40px; width: 663px; }
#footer .inner .foot-left .name { color: #fff; font-size: 15px; margin-bottom: 15px; }
#footer .inner .foot-left img { margin-bottom: 25px; max-width: 90%; }
#footer .inner .flinks { float: left; margin-right: 15px; font-size: 14px; line-height: 24px; }
#footer .inner .flinks a { color: #fff; opacity: 0.6; }
#footer .inner .foot-right { float: right; margin-top: 35px; }
#footer .bq { clear: both; text-align: center; line-height: 60px; font-size: 14px; border-top: 1px solid #758ca5; color: #fff; }
#footer .dz { clear: both; font-size: 14px; line-height: 24px; color: #fff; margin-top: 45px; opacity: 0.6; text-align: right; }
#footer .inner .copyright { line-height: 60px; }
#footer .inner .copyright span { padding: 0 5px; }
#footer .inner .copyright a { color: #eee; }
p.copyright img { margin-top: 18px; }
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search { display: inline-block; position: relative; padding-left: 4px; border: 1px solid #d0d0d0; }
.wp_search #keyword { width: 160px!important; padding: 4px 0; border: none; height: 20px; line-height: 20px; background: transparent; color: #fff; }
.wp_search .search { width: 32px; height: 30px; border: 0px; background: #FFFFFF url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/*自定义输入框*/
.searchbox {/* margin-top:5px; */ position: fixed; width: 100%; height: 100vh; top: 0; z-index: 200; overflow: hidden;/* transition: all linear 0.3s; */ opacity: 1; display: none; }
.searchbox .close { font-weight: bold; color: #fff; font-size: 50px; position: absolute; top: -100px; right: -100px; cursor: pointer; }
.searchbox .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 2;/* display: none; */ }
.wp-search { position: relative; border: 1px solid #d0d0d0; position: absolute; z-index: 222; width: 60%; left: 20%; top: 30%; }
.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: 26px; padding: 4px 0; line-height: 27px; background: none; color: #FFFFFF; font-size: 15px; border: 0; outline: 0; text-indent: 10px; font-family: 微软雅黑; }
input.search-title:-webkit-autofill, input.search-title:-webkit-autofill:hover, input.search-title:-webkit-autofill:focus, input.search-title:-webkit-autofill:active {
 transition-delay: 999999999s;
 transition: color 999999999s ease-out, background-color 999999999s ease-out;
 -webkit-transition-delay:  999999999s;
 -webkit-transition: color 999999999s ease-out, background-color 999999999s ease-out;
 -webkit-text-fill-color: #fff;
}
.wp-search .search-btn { width: 32px; height: 34px; position: absolute; right: 0; top: 0%; }
.wp-search .search-btn input.search-submit { width: 32px; height: 100%; border: 0; outline: 0; background: url(images/sous.png) no-repeat center; cursor: pointer; }
/* 分享二维码 */
.shares { text-align: center; }
.shares ul { width: auto; margin: 0 auto; text-align: right; float: right; }
.shares li { float: left; margin: 0 15px; position: relative; }
.shares li a { display: inline-block; width: 42px; height: 42px; border: 0px solid red; background: url('images/share_icon.png') no-repeat; opacity: .6; filter: Alpha(opacity=60); vertical-align: top; }
.shares li a:hover { opacity: 1; filter: Alpha(opacity=100); }
.shares li.i1 a { background-position: 0px 0px; }
.shares li.i2 a { background-position: -78px 0px; }
.shares li.i3 a { background-position: -154px 0px; }
.shares li.i4 a { background-position: -230px 0px; }
.shares li.i5 a { background-position: -307px 0px; }
.shares li.i6 a { background-position: -384px 0px; }
.shares li.i7 a { background-position: -461px 0px; }
.shares li span { display: block; line-height: 22px; font-size: 12px; color: #D0D4EA; text-align: center; }
.shares li .con { display: none; position: absolute; bottom: 80px; left: 50%; z-index: 100; margin-left: -50px; width: 100px; }
.shares li .con img { width: 90px; height: 90px; vertical-align: top; background: #fff; }
/**友情链接**/
.botlinks .links-wrap { position: relative; float: left; display: inline-block; margin: 4px 10px; width: 150px; line-height: 32px; background: #fff; border: 1px solid #d0d0d0; }
.botlinks .links-wrap a.links-arrow { display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color: #a1a1a1; background: url(images/arrow.png) no-repeat right top; }
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer; }
.botlinks .links-wrap .link-items { display: none; position: absolute; left: 0; bottom: 33px; width: auto; min-width: 180px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: #f5f5f5; }
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444; }
.botlinks .links-wrap .link-items a span { display: block; margin: 0 6px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer; }/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar { bottom: 100px; left: 50%; margin-left: -690px; ; }
.mbanner .focus .focus-title-bg { background-color: #000; opacity: 0.4; filter: alpha(opacity=60); display: none; }
.mbanner .focus .focus-pagination { position: absolute; right: 14px; bottom: 14px; margin-right: 0px; z-index: 60; }
.mbanner .focus .focus-page { display: inline-block; width: 9px; height: 9px; margin-right: 6px; background: #fff; }
.mbanner .focus .focus-page-active { width: 18px; background: #fff; opacity: 1; filter: Alpha(opacity=100); }
.mbanner .focus .focus-navigation { width: 80px; height: 80px; opacity: 1; filter: alpha(opacity=70); background: none; text-indent: 0; background: rgba(124,124,124,0.3); border-radius: 50%; font-size: 50px; line-height: 80px; }
.mbanner .focus .focus-navigation:hover { opacity: 1; filter: alpha(opacity=100); }
.mbanner .focus .focus-navigation:active { opacity: 1; filter: alpha(opacity=100); }
.mbanner .focus .focus-prev { left: 60px; }
.mbanner .focus .focus-next { right: 60px; background-position: right top }
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/

.yh { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.l6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; }
.opensearch { float: left; padding: 8px; border-radius: 50%; background: rgba(255,255,255,0.1); margin-left: 20px; cursor: pointer; }
#banner .news_imgs { padding-top: 39%; position: relative; z-index: 2; }
#banner .news_imgs img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#banner li.news { position: relative; }
#banner li.news .news_title {     position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -690px;
    line-height: 40px;
    z-index: 22;
    color: #fff;
    font-size: 34px;
    text-shadow: black 0em 0em 0.5em;
    font-weight: bold; }
#banner li.news .news_title a { color: #fff }
#banner .slick-prev { width: 80px; height: 80px; opacity: 1; left: 60px; background: none; text-indent: 0; background: rgba(124,124,124,0.3); border-radius: 50%; font-size: 50px; line-height: 80px; color: #fff; font-weight: normal; font-family: 宋体; }
#banner .slick-next { width: 80px; height: 80px; opacity: 1; right: 60px; background: none; text-indent: 0; background: rgba(124,124,124,0.3); border-radius: 50%; font-size: 50px; line-height: 80px; color: #fff; font-weight: bold; font-family: 宋体; }
#banner .slick-dots { width: auto; right: 50%; margin-right: -690px; bottom: 50px }
#banner .slick-dots li { background: #fff; opacity: 0.3; border-radius: 13px; transition: all linear 0.2s; }
#banner .slick-dots li.slick-active { opacity: 1; background: #fff; width: 70px; }
#banner .bg { position: absolute; bottom: 0; left: 0; width: 100%; height: 400px; background: url(./images/banner_bg.png) bottom center no-repeat; z-index: 2; background-size: 100% 100%; }
.main1 { background: url(./images/main1_ico.png) no-repeat top center; }
.main1 .inner { padding: 75px 0 60px }
.post-10 li.news { float: left; width: 31%; padding-bottom: 40px;}
.post-10 li.news:nth-child(3n+2) { margin: 0 3.5% }
.post-10 li.news .news_imgs { position: relative; padding-top: 62%; overflow: hidden; margin-bottom: 20px; }
.post-10 li.news .news_imgs img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: auto; min-height: 100%; }
.post-10 li.news .news_time { font-size: 14px; color: #515151; }
.post-10 li.news .news_title { color: #212121; font-size: 18px; line-height: 40px; margin-bottom: 10px; }
.post-10 li.news .news_text { color: #b4b4b4; font-size: 15px; line-height: 24px; max-height: 72px; height: 50px;}
.main2 { background: #f1f1f1; display: none; }
.main2 .inner { padding: 60px 0 70px; }
.post-21 li.news {/* padding:10px 0; */ transition: all linear 0.3s; }
.post-21 li.news .news_box { margin: 10px; padding: 10px }
.post-21 li.news .news_imgs { padding-top: 120%; position: relative; overflow: hidden; margin-bottom: 40px; }
.post-21 li.news .news_imgs img { position: absolute; width: 100%; top: 0; left: 0; right: 0; height: 100%; }
.post-21 li.news .news_title { font-size: 22px; font-weight: bold; color: #000; display: inline-block; margin-bottom: 20px; transition: all ease-in-out 0.3s; }
.post-21 li.news .short_title { font-size: 16px; font-weight: bold; color: #000; display: inline-block; margin-left: 10px; transition: all ease-in-out 0.3s; }
.post-21 li.news .news_text { color: #6c6c6c; line-height: 24px; font-size: 15px; height: 72px; margin-bottom: 30px; transition: all ease-in-out 0.3s; }
.post-21 li.news .entermore { color: #6c6c6c; position: relative; font-size: 15px; padding-right: 20px; display: inline-block; transition: all ease-in-out 0.3s; }
.post-21 li.news .entermore::after { content: ""; position: absolute; right: 0; border: 7px solid transparent; border-left: 7px solid #0b5aa8; display: block; top: 9px; transition: all ease-in-out 0.2s; }
.post-21 li.news:hover { background: #0b5aa8; }
.post-21 li.news:hover .news_title, .post-21 li.news:hover .short_title, .post-21 li.news:hover .entermore { color: #fff }
.post-21 li.news:hover .news_text { color: #fff; opacity: 0.8; }
.post-21 li.news:hover .entermore::after { border-left-color: #fff; }
.post-21 .slick-prev { left: -70px; width: 35px; height: 35px; background: url(./images/left1.png) center no-repeat; border-radius: 50%; transition: all 0.2s linear; }
.post-21 .slick-next { right: -70px; width: 35px; height: 35px; background: url(./images/right1.png) center no-repeat; border-radius: 50%; transition: all 0.2s linear; }
.post-21 .slick-arrow:hover { box-shadow: 0px 0px 10px 0px rgb(111 115 150); }
.main3 .inner { padding: 50px 0 70px }
.main3 .mod { position: relative; }
.post-31 { margin-bottom: 35px; }
.post-31 li.news {   }
.post-31 .wz { width: 38%; position: absolute; bottom: 0; left: 0; z-index: 11; height: 335px; background: url(./images/contact_bg.png) center no-repeat; padding: 55px 40px 0; background-size: cover; ; box-sizing: border-box; }
.post-31 .imgs { width: 69.5%; height: 520px; float: right; }
.post-31 .imgs img{height: 520px;width: 100%;}
.post-31 .wz .name { color: #fff; font-size: 26px; margin-bottom: 20px; }
.post-31 .wz .contentinfo { opacity: 0.5; color: #fff; }
.post-31 .wz .contentinfo p { line-height: 30px; }
.post-32 li.news { float: left; width: 31.3%; margin: 0 1%; }
.post-32 ul { margin: 0 -1%; }
.post-32 li.news .news_title { font-size: 16px; color: #000000; line-height: 26px; height: 52px; }
.post-32 li.news .news_title a { color: #000 }
.post-32 li.news .news_time { color: #0b5aa8; font-size: 14px; }
.post-32 { position: static; }
.post-32 .more_btn { position: static; margin-top: 40px; float: none; }
.post-32 .tt { position: absolute; top: 3px; left: 0; width: auto; }
.post-32 .tt .tit { text-align: left; WIDTH: 365PX; FONT-SIZE: 36PX; LINE-HEIGHT: 46PX; }
.post.post-32 .tt .tit .title { line-height: 46px; }
.main5 { }
.main4 { display: none; background: url(./images/main4_bg.png) center right no-repeat }
.main4 .inner { padding: 60px 0 50px }
.main4 .ml { float: left; width: 68%; }
.main4 .mr { float: right; width: 31%; }
.post-41 .more_btn { right: 3% }
.post-41 li.news .entermore::after { content: ""; position: absolute; right: -23px; border: 7px solid transparent; border-left: 7px solid #0b5aa8; display: block; top: 5px; transition: all ease-in-out 0.2s; }
.post-41 li.news:hover .entermore::after { border-left-color: #3887d5; }
.post-42 .con { background: #fff; padding: 18px 30px 10px }
.post-42 li.n1 { padding-bottom: 18px; border-bottom: 1px solid #e6e6e6; margin-bottom: 13px; }
.post-42 li.n1 .news_date { width: 80px; height: 80px; background: #f8f8f8; float: left; color: #0b5aa8; text-align: center; line-height: 40px; }
.post-42 li.n1 .news_year { font-weight: bold; font-size: 40px; line-height: 30px; margin-top: 10px; }
.post-42 li.n1 .news_days { font-size: 20px; }
.post-42 li.n1 .news_wz { margin-left: 100px; padding-top: 15px; }
.post-42 li.n1 .news_title { font-size: 15px; color: #0b5aa8; line-height: 26px; }
.post-42 li.n1 .news_title a { color: #0b5aa8 }
.post-42 li.n1 .news_time { color: #0b5aa8; font-size: 14px; line-height: 26px; }
.post-42 li.botli { line-height: 48px; font-size: 15px; }
.post-42 li.botli .news_title { color: #141414; margin-right: 100px; }
.post-42 li.botli .news_time { color: #0b5aa8; float: right; }
.main5 .inner { padding: 10px 0 70px }
.post-51 ul { margin: 0 -1%; }
.post-51 li.news { float: left; width: 23%; margin: 0 1%; position: relative; transition: all linear 0.3s; overflow: hidden;/* border-top: 2px solid #3887d5; */ }
.post-51 li.news .box1 { border-top: 2px solid #3887d5 }
.post-51 li.news .box1 .wz { border: 1px solid #ededed; padding: 25px 20px; }
.post-51 li.news .box1 .news_title { color: #4b4e51; line-height: 26px; height: 52px; font-size: 16px; }
.post-51 li.news .box1 .news_text { font-size: 15px; line-height: 24px; height: 48px; color: #919191; margin: 10px 0; }
.post-51 li.news .box1 .news_time { color: #919191; font-size: 15px; }
.post-51 li.news .box1 .imgs { position: relative; height: 235px; overflow: hidden; }
.post-51 li.news .box2 {/* display: none; */ position: absolute; top: -100%; left: 0; z-index: 15; background: #212942; border-bottom: 2px solid #3887d5; width: 100%; height: 100%; transition: all linear 0.3s; padding: 75px 35px; text-align: center; box-sizing: border-box; }
.post-51 li.news .box2 .news_title { font-size: 20px; color: #fff; line-height: 30px; max-height: 60px; margin-bottom: 25px; height: 60px; }
.post-51 li.news .box2 .news_text { font-size: 15px; color: #fff; line-height: 24px; max-height: 48px; height: 48px; margin-bottom: 55px; opacity: 0.7; }
.post-51 li.news .box2 .entermore { display: inline-block; width: 190px; background: #0b5aa8; line-height: 50px; color: #fff; font-size: 15px; margin-bottom: 50px; }
.post-51 li.news .box2 .news_time { color: #fff; font-size: 15px; line-height: 30px; opacity: 0.7; }
.aos-init { }
.main6 { background: url(./images/main6_bg.png) top center no-repeat;  }
.main6 .inner { padding: 60px 0 60px }
.post-61 .tt .tit .title, .post-61 .tt .tit .en { color: #fff }
.post-61.post .more_btn a { color: #fff }
.post-61 li.news { float: left; width: 50%; position: relative; background: #fff; transition: all 0.4s ease-in-out; overflow: hidden; box-shadow: 0px 0px 5px 0px #d2c9c9 }
.post-61 li.news .imgs { float: left; width: 50%; height: 340px; position: relative; overflow: hidden; }
.post-61 li.news.botli .imgs { float: right; }
.post-61 li.news .imgs>div { transition: all 0.4s ease-in-out; }
.post-61 li.news .wz { float: left; width: 50%; position: relative; box-sizing: border-box; padding: 55px 25px; transition: all 0.4s ease-in-out; }
.post-61 li.news.topli .wz:after { content: ""; display: block; border: 20px solid transparent; border-right: 20px solid #fff; position: absolute; left: -40px; top: 45px; z-index: 11; transition: all 0.4s ease-in-out; }
.post-61 li.news .news_title { font-size: 18px; line-height: 28px; height: 84px; color: #282828; margin-bottom: 20px; }
.post-61 li.news .news_title a { color: #282828; }
.post-61 li.news .news_text { line-height: 26px; font-size: 15px; color: #282828; max-height: 78px; opacity: 0.8; transition: all 0.4s ease-in-out; }
.post-61 li.news.botli .wz:after { content: ""; display: block; border: 20px solid transparent; position: absolute; top: 45px; ; left: auto; right: -40px; border-left: 20px solid #fff; border-right: 20px solid transparent; z-index: 11; transition: all 0.4s ease-in-out; }
.post-61 li.news:hover { background: #0b5aa8; }
.post-61 li.news:hover .news_title a, .post-61 li.news:hover .news_text { color: #fff }
.post-61 li.news.topli:hover .wz:after { border-right-color: #0b5aa8 }
.post-61 li.news.botli:hover .wz:after { border-left-color: #0b5aa8; }
.post-61 li.news:hover .imgs>div { transform: scale(1.05); }
.main7 .inner { padding-bottom: 110px }
.post-71 li.news { float: left; width: 31.3%; margin: 0 1%; position: relative; }
.post-71 ul { margin: 0 -1%; }
.post-71 li.news img { width: 100%; height: 110px; }
.post-71 .news_title { position: absolute; /* left: 50%; */
top: 50%; transform: translateY(-50%); width: 100%; text-align: center; font-size: 18px; line-height: 30px; padding: 0 45px; box-sizing: border-box; }
.post-71 .news_title a { color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
@charset "utf-8";
/* CSS Document */
.focus-box { background-position: center; position: relative; font-family: '\5b8b\4f53'; }
.focus-container { overflow: hidden; position: relative; visibility: hidden; }
.focus-container .focus-item { position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; }
.focus-container .focus-item img { width: 100%; height: 100%; border: 0; vertical-align: top; }
.focus-title-bar { position: absolute; left: 50%; bottom: 34px; z-index: 40; width: 100%; height: 40px; margin-left: -550px; }
.focus-title-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }
.focus-title { display: inline-block; white-space: nowrap; height: 40px; line-height: 40px; margin: 0px; padding: 0 15px; color: #fff; font-size: 16px; font-weight: normal; font-family: "Microsoft YaHei"; position: absolute; left: 0; top: 0; z-index: 50; }
.focus-title a, .focus-text a { color: #fff; text-decoration: none; }
.focus-title a:hover, .focus-text a:hover { color: #e5e5e5; text-decoration: none; }
.focus-text-box { position: absolute; left: 30px; top: 10px; z-index: 20; width: 40%; height: 100px; }
.focus-text-bg { width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }
.focus-text-inner { position: absolute; left: 0; top: 0; z-index: 30; height: 100%; overflow: hidden; }
.focus-text { padding: 10px; line-height: 1.5; color: #fff; font-size: 13px; }
.focus-navigation { display: block; width: 30px; text-align: center; height: 50px; line-height: 50px; background: #000; text-decoration: none; color: #fff; font-size: 30px; font-weight: bold; text-decoration: none; cursor: pointer; position: absolute; top: 50%; margin-top: -25px; z-index: 50; opacity: 0.7; filter: alpha(opacity=70); }
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none; }
.focus-navigation:active { opacity: 1; filter: alpha(opacity=100); }
.focus-prev { left: 0px; }
.focus-next { right: 0px; }
.focus-pagination { position: absolute; right: 10px; bottom: 10px; z-index: 60; height: 20px; text-align: right; }
.focus-page { display: inline-block; width: 10px; height: 10px; line-height: 10px; text-align: center; font-size: 12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; overflow: hidden; border-radius: 5px; background-color: #999; color: #fff; margin-right: 5px; cursor: pointer; }
.focus-page span { display: none; }
.focus-page:hover { text-decoration: none; font-size: 12px; color: #fff; font-weight: bold; }
.focus-page-active { background-color: #ff4019; }
/* sudyExtend */
/**选择菜单**/
.sudy-select { display: inline-block; position: relative; z-index: 100; }
.sudy-select .select-name { display: inline-block; line-height: 24px; padding: 0 22px 0 5px; background: url(images/arrow01_down.gif) no-repeat right 50%; border: 1px solid #CCC; cursor: pointer; }
.select-down .select-name { background-image: url(images/arrow01_up.gif); }
.select-down .select-open { background-image: url(images/arrow01_down.gif); }
.select-up .select-name { background-image: url(images/arrow01_down.gif); }
.select-up .select-open { background-image: url(images/arrow01_up.gif); }
.sudy-select .select-list { border: 1px solid #999; position: absolute; left: 0; background-color: #fff; display: none; z-index: 100; z-index: 100; _margin-top: _2px; }
.sudy-select .select-list li { line-height: 24px; cursor: pointer; white-space: nowrap; }
.sudy-select .select-list li.hover { background-color: #06C; color: #fff; }
/**日历**/
.sudy-pubdate { width: 42px; height: 42px; border-radius: 5px; overflow: hidden; background-color: #f2f2f2; border: 1px solid #8d1212; }
.sudy-pubdate span { display: block; width: 100%; font-family: Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: bold; text-align: center; }
.sudy-pubdate span.pubdate-month { height: 20px; line-height: 20px; font-size: 16px; color: #fff; border-bottom: 1px solid #999; background-color: #C00; }
.sudy-pubdate span.pubdate-day { height: 20px; border-top: 1px solid #e5e5e5; background-color: #f2f2f2; }
/**选项卡**/
.sudy-tab { }
.sudy-tab .tab-menu { height: 24px; border-bottom: 1px solid #ccc; }
.sudy-tab .tab-menu li { display: inline-block; height: 24px; line-height: 24px; float: left; font-size: 14px; font-weight: bold; color: #333; padding: 0 10px; border-radius: 5px 5px 0 0; cursor: default; }
.sudy-tab .tab-menu li.selected { background-color: #06C; color: #fff; }
/**输入框提示**/
.sudy-input { display: inline-block; _display: inline; position: relative; font-family: Tahoma, Geneva, sans-serif; vertical-align: top; }
.sudy-input input, .sudy-input textarea { display: inline-block; height: 17px; line-height: 17px; color: #333; font-size: 13px; vertical-align: top; padding: 3px; background-color: #fff; border: 1px solid #ccc; outline: none; border-radius: 3px; overflow: hidden; }
.sudy-input textarea { height: 85px; }
.sudy-input .tip { display: block; height: 25px; line-height: 25px; color: #888; font-size: 13px; position: absolute; left: 10px; top: 0; }
/**链接菜单**/
.sudy-links { display: inline-block; }
.sudy-links .links-name { display: inline-block; font-weight: bold; line-height: 24px; padding: 0 20px 0 5px; background: #fff url(images/arrow.png) no-repeat right 50%; border: 1px solid #444; cursor: default; }
.sudy-links .wrap-open { }
.sudy-links .links-wrap { overflow: hidden; white-space: nowrap; border: 1px solid #444; padding: 3px 0; background-color: #fff; line-height: 1.7; position: absolute; display: none; left: 0; bottom: 25px; z-index: 10000; }
.sudy-links .links-wrap a { display: block; padding: 0 10px; }
.sudy-links .links-wrap a:hover { color: #fff; background-color: #1e90ff; }
/**scroll滚动**/
.sudy-scroll { position: relative; }
.sudy-scroll-wrap { position: relative; left: 0; top: 0; overflow: hidden; }
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next { display: block; width: 20px; height: 24px; text-align: center; line-height: 24px; font-size: 18px; font-family: Tahoma, Geneva, sans-serif; color: #fff; background: #666; cursor: pointer; position: absolute; top: 50%; margin-top: -12px; z-index: 100; }
.sudy-scroll-nav .nav-prev:active, .sudy-scroll-nav .nav-next:active { background: #454545; }
.sudy-scroll-nav .nav-next { right: -22px; }
.sudy-scroll-nav .nav-prev { left: -22px; }
.sudy-scroll-page { width: 100%; height: 10px; text-align: center; position: absolute; left: 0; bottom: -15px; z-index: 100; }
.sudy-scroll-page .page-index { display: inline-block; width: 10px; height: 10px; border-radius: 5px; overflow: hidden; background: #666; margin: 0 3px; }
.sudy-scroll-page .active { background: #F30 }
.sudy-scroll-page .page-index span { display: none; }
/**/

.wp-search .search-input input.search-title { width: 100%; height: 28px !important; padding: 16px 0 !important; line-height: 28px; color: #333; border-radius: 4px; font-size: 18px; border: 0; outline: 0; text-indent: 20px; font-family: "微软雅黑"; }
.wp-search .search-btn { width: 60px !important; height: 60px !important; position: absolute; right: 0; top: 0%; }
.wp-search .search-btn input.search-submit { width: 40px !important; height: 40px !important; border: 0; outline: 0; background: #004ea1 url(images/sous.png) no-repeat center !important; cursor: pointer; border-radius: 50%; margin: 10px; }
.wp-search { position: relative; border: 1px solid #d0d0d0; position: absolute; z-index: 222; width: 60%; left: 20%; top: 30%; background: #fff; border-radius: 5px; }
div#container-7 {
    display: none;
}