/*Technical Support SudyTech*/
@charset "utf-8";

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(fonts/SourceHanSerifCN-Bold.ttf);
}

@font-face {
    font-family: Barlow-Bold;
    src: url(fonts/Barlow-Bold.ttf);
}
@font-face {
    font-family: UnBatang;
    src: url(fonts/UnBatang.ttf);
}


:root{--mainColor: #112A8B;--hoverColor: #112A8B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth:14.4rem}
::-webkit-scrollbar {
	width:0.08rem;
	height:0.08rem;
	background-color:#CCCCCC;
	-webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-thumb:horizontal {
	width:0.04rem;
	background-color:#CCCCCC;
	-webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-track-piece {
	background-color:#fff;
}
::-webkit-scrollbar-thumb:vertical {
	height:0.7rem;
	background-color:#999;
	-webkit-border-radius:0.04rem;
	outline:0.01rem solid #fff;
	outline-offset:-0.01rem;
	border:1px solid #fff;
}
.line1{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.line2{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.line3{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.line4{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
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; }
: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-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 16px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;font-family: SourceHanSansCN-Regular;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#033D82;}
.wp_paging{font-size: 15px;    margin-top: 10px;margin-bottom: 20px;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {    width: var(--innerWidth);margin: 0 auto;} /**页面全局宽度**/
/**头部**/
.fancyOpen{cursor:pointer}
.headfix{border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;background: url(images/headbg.png);position:absolute;width:100%;top:0;transition:1s;background-size: 100% 100%;}
.fixed .header{background: #fff;}
.header .inner{position:relative;transition:all 0.6s ease-in-out}
.header .sitelogo{display:flex}
.header .sitelogo .logo img{width: 2.48rem;}
.header .sitelogo .logo{margin-right:0.29rem;display:inline-block}
.header .sitelogo h1{font-size:inherit;font-weight:normal;background:none;padding-left:0px}
.header .sitelogo .sitetitle{display:inline-block;margin-left:0.19rem;color:#fff;min-height:0.52rem;vertical-align:middle;margin-top:-0.1rem}
.header .sitelogo a{align-items:center}
.header .sitelogo .tago img{width:3.82rem}
.header .head-main{float:left;margin-top:10px}
.header .mod{height: 0.99rem;display: flex;justify-content: space-between;align-items: center;}
.header .sitelogo .sitetitle span{display:block}
.header .sitelogo img.logo{width:3.4rem;transition:all 0.6s ease-in-out}
.header .head-top{display:flex;align-items:center;gap:0.15rem}
.header .head-right{display:flex;align-items: center;}
.header .sitelogo .logo img.logo2 {
    display: none;
}

.fixed .sitelogo .logo img.logo2 {
    display: block;
}

.fixed .sitelogo .logo img.logo1 {
    display: none;
}

.fixed .site-lang ul li.links a {
    color: #333;
}
.fixed .site-lang ul li:first-child:after {
    background: #333;
}
.fixed .site-lang{border-color:#333}
.fixed  .wp-search{background:rgb(17 42 139 / 10%)}
.fixed  .wp-search .search-input input.search-title{color:#666666}
.fixed  .wp-search .search-btn input.search-submit{background-image: url(images/sous3.svg);}
.fixed  a.menu-btn .xian{ background: #333;}
.fixed #nav{background:#112A8B}
.fixed .nav .sub-menu:before {
    background: url(images/subg2.png) no-repeat bottom left  /cover;
}
.fixed .nav .wp-menu .menu-item a.menu-link:before,.fixed .nav .wp-menu .menu-item a.menu-link:after{
    opacity: 0.5;
}

.fixed .nav .sub-menu .sub-item a {
 
}

.fixed .nav .sub-menu .sub-item a svg path {
    stroke: #fff;
}
.headfix.fixopen {
    background: none;
}
.fixopen #nav {
    display: none;
}
.fixbox .wp-menu .sub-menu a svg {
    display: none;
}

.fixbox .wp-menu .sub-menu a {
    line-height: 0.4rem;
    opacity: 1;
    font-family: 'SourceHanSerifCN-Bold';
}
.fixopen .header {
    background: none;
}


.fixopen .sitelogo .logo img.logo2 {
    display: none;
}

.fixopen .sitelogo .logo img.logo1 {
    display: block;
}

.fixopen .site-lang ul li.links a {
    color: #fff;
    transition: 0s;
}
.fixopen .site-lang ul li:first-child:after {
    background: #fff;
}
.fixbox .wp-menu .sub-menu .sub-menu {
    display: none;
}
.fixopen .site-lang{border-color:#fff}
.fixopen  .wp-search{background:rgb(255 255 255 / 10%)}
.fixopen  .wp-search .search-input input.search-title{color:#fff}
.fixopen  .wp-search .search-btn input.search-submit{background-image: url(images/sous2.svg);}
.fixopen  a.menu-btn .xian{ background: #fff;}
.fixed .nav .sub-menu .sub-item.hover>a, .fixed  .nav .sub-menu .sub-item a:hover {
    color: #fff;
}
.fixed .nav .sub-menu .sub-item a:hover svg path {
    stroke: #fff;
}
/* 搜索 */
.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 .tt{color:#fff;text-align:center;font-size:0.3rem;font-weight:bold;margin-bottom:0.47rem}
.searchbox{text-align:right;width: 0.44rem;border-radius:0.22rem;overflow:hidden}
.searchbox:hover{width:1.1rem}
.wp-search{position:relative;background: rgb(255 255 255 / 10%);}
.wp-search form{display:block}
.wp-search .search-input{margin-left: 0.15rem;margin-right: 0.3rem;}
.wp-search .search-input input.search-title{width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size: var(--smailSizex);border:0;outline:0;font-family: Arial;}
.wp-search .search-btn{width: 0.44rem;height: 100%;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background:url(images/sous2.svg) no-repeat center;cursor:pointer;background-size: 0.15rem;}
.header .searchbox{transition:all 0.6s ease-in-out;margin-right: 0.24rem;}
/**角色**/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left}
.site-rale ul li.links a{line-height:35px;padding:0 12px 0 12px;padding-left:19px;font-size:13px;color:#cad3d4;background:url(images/icon_role.png) no-repeat}
.site-rale ul li.links a:hover{color:#fff}
.site-lang ul{display:flex;gap: 0.3rem;}
.site-lang ul li.links a{color:#fff;font-size:var(--titleSize);line-height:1;display:inline-block;font-size: var(--smailSize);}
.site-lang ul li.links a:hover{color: #fff;}
.site-lang ul li:first-child a {
    pointer-events: none;
}
.header .site-lang ul li.links:first-child a{/* border-right:1px solid #fff; */}
.head_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.98rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.header .head-right .left {
    display: flex;
}

.site-lang {
    border-right: 1px solid #fff;
    padding: 0 0.16rem;
    margin-right: 0.22rem;
}
.site-lang ul li:first-child:after {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -0.21rem;
    top: 50%;
}

.site-lang ul li {
    position: relative;
}
.site-lang ul li:first-child:after {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -0.21rem;
    top: 50%;
}

.site-lang ul li {
    position: relative;
}
/*默认主导航样式*/
#nav{    display: none;}
#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: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 32px;line-height: 42px;color: #FFFFFF;font-size: 16px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#356EB1; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 42px;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:#356EB1; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1345px;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{}
.main1 .inner{padding:10px 0px 0px;}
.main1 .ml{float:left; width:360px;padding-top:8px;}
.main1 .mc{float:left; width:380px;margin-left:30px;}
.main1 .mr{float:right;width: 346px;}



/**标题栏新闻窗口**/
.mbox .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}
.post1 .more_btn img { width: 0.14rem; margin-left: 0.11rem;}
.post1 .more_btn .more_text {vertical-align: middle; font-size: var(--titleSize); color: #CB3431; line-height: 0.21rem; display: flex;}
.post1 .tt .tit span { display: flex; position: relative; z-index: 1}
span.tt_en span { flex: 1; margin-right: 0.05rem;background: url(images/ttbg2.svg) no-repeat left center;}
.post1 .tt .tit:after { content: ""; width: 0.2rem; height: 0.2rem; display: block; position: absolute;
 background-size: 100%; top: -0.05rem;right: -0.2rem;}
.post1 .tt .tit { text-align: right; position: relative; color: var(--mainColor); background: url(images/ttbg2.png) no-repeat bottom left;}

.post1 .tt .title { font-size: 0.4rem;line-height: 1.5; font-family: 'SourceHanSerifCN-Bold';}
/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size: var(--titleSize);}/*标题*/
.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; font-size: var(--titleSize);}/*属性*/
.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 {line-height:22px; color:#666;}/*默认简介*/
.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;}
.news_list.list2 li.news {  line-height: 0.45rem;}
.news_list.list2 li.news .news_title{    overflow: hidden;width:70%;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_list.list2 li.news .news_title a{padding-left:18px; background:url('images/news_biao.png') no-repeat 3px center;}}
/*图列表*/
.news_tu{}
.news_tu .con{}
.news_tu .news_list { margin:0px -20px;}
.news_tu .news_list li.news{float:left;width:33.3%;}
.news_tu .news_list li.news .news_box{margin:0px 20px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{}
.news_tu .news_list li.news .news_imgs{padding-top:56%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;transition:all 0.6s ease-in-out;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 0.6rem;height:0.6rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;    font-size: var(--titleSize);} 
.news_tu .news_list li.news .news_title a{}
.news_tu .news_list li.news .news_box:hover img {
    transform: scale(1.1);
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/

/**文章页**/
.infobox {    padding: .6rem 0 1rem; margin:0 auto; width:auto;min-height: 300px;}
.article {padding-top:10px;}
.article h1.arti_title {color: #232222; line-height: 1.3; font-family: SourceHanSerifCN-Bold; font-size: 0.34rem;text-align: center; margin-bottom: .2rem;} /**文章标题**/
.article h2.arti_title{line-height:2;font-family:"Microsoft YaHei";font-size:.2rem;text-align:center;color:#1b1b1bc7;margin-bottom:.2rem} /**文章副标题**/
.article .arti_metas{text-align:center;line-height: 1.3;margin:0}
.article .arti_metas>span{margin:0 .16rem;font-size:var(--smailSize);color:#666}
.article .entry { margin:0 auto; overflow:hidden;    margin-top: .3rem;    padding: 0 1rem;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:0.18rem; 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); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}

/**底部**/
#footer{position:relative;border-top: 0.04rem solid #CB3431;}
.foot-top{display:flex;justify-content:space-between;margin-bottom:0.857rem}
ul.foot-menu{display:flex;gap:0.79rem}
#footer .inner.in1{padding:0.57rem 0 0.32rem;position:relative}
#footer .inner .mod{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}
#footer .inner .foot-left{
    display: flex;
    flex-direction: column;
}
#footer .inner .foot-center{width: 5.46rem;}
#footer .inner .foot-left img:nth-child(1) {
    width: 2.55rem;
}
#footer .inner .foot-left img:nth-child(2) {
    width: 3.68rem;
    margin-top:0.23rem
}

#footer .tt .title {
    font-size: var(--titleSize);
}

#footer .tt {
    margin-bottom: 0.23rem;
}

.links .news_title {
    font-size: var(--smailSize);
    float: left;
    width: 50%;
    line-height: 2;
}

.links .news_title a {
    color: #666666;
}

#footer .inner {
    padding: 0.46rem 0;
}
.foot-right p {
    color: #666666;
      font-size: var(--smailSize);
     line-height: 2;
}
#footer .inner.in2 {
    padding: 0.22rem 0;
    border-top: 1px solid  #D8D8D8;
    width: 100%;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--innerWidth);
    margin: 0 auto;
}
.foot-bottom .left a{ color: #666666;}
.foot-bottom .left {
    color: #666666;
    font-size: var(--smailSize);
    line-height: 2;
}

.foot-bottom .top {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #CB3431;
    gap: 0.08rem;
    cursor: pointer;
}
/* 锚点定位导航 */
nav.Quick-navigation{position:fixed;left: 0;z-index: 1;top:50%;transform:translate(-200px,-50%);display:flex;background:var(--mainColor);color:#fff;width: 0.5rem;height: 2.63rem;padding: 0.4rem 0 0.18rem;box-sizing: border-box;transition: all 0.4s ease-in-out;opacity: 0;}
nav.Quick-navigation a{color:#fff;font-size: 0.18rem;font-family: 'SourceHanSerifCN-Bold';text-align: center;line-height: 1.5;}
nav.Quick-navigation a.current{opacity: 1;border-bottom: 1px solid #fff;}
.Scroll-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1;
    background: #fff;
    bottom: 11%;
    border-radius: 50%;
    right: 1%;
    background: #1776be7a;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#playvideo {position: fixed;width: 100%;height: 100%;z-index: 10000;top: 0;left: 0;display: none;}
#playvideo .video_bg {position: absolute;z-index: 0;background: #000;opacity: 0.5;width: 100%;height: 100%;top: 0;left: 0;}
.wp_audio_player{text-align:center;}
#playvideo .playbox {position: absolute;width: 56%;top: 15%;height: 65%;margin: 0 auto;display: block;z-index: 100;left: 22%;}
#playvideo video {display: block;object-fit: cover;width: 100%;height: 100%;}
#playvideo .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
ul.quick-list {
    display: flex;
    flex-direction: column;
    gap: .36rem;
    padding: 0 0.22rem;
    width: 1.16rem;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    /* transition-delay: 0.1s; */
    box-sizing: border-box;
}

nav.Quick-navigation .wel {
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.16rem;
    font-family: 'SourceHanSerifCN-Bold';
    letter-spacing: 0.05rem;
    position: absolute;
    gap: 0.05rem;
     transition: all 0.4s ease-in-out;
}

nav.Quick-navigation  .tlogo {
    width: 100%;
    padding: 0.05rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1rem;
}

nav.Quick-navigation .tlogo img {width: 100%;}

nav.Quick-navigation .wel img {
    width: 0.21rem;
}

nav.Quick-navigation:hover {
    height: 5.21rem;
    padding:0.63rem 0 0.4rem;
    width: auto;
}

nav.Quick-navigation:hover .quick-list {transform: none;opacity: 1;}

nav.Quick-navigation:hover .wel {
    z-index: -1;
    opacity: 0;
}
button.btn.keyvisual__sound-btn {
    background: none;
    position: absolute;
    z-index: 1;
    bottom: 14%;
    border: none;
    right: 2%;
}

button.btn.keyvisual__sound-btn.sound-off .ico--sound-on {
    display: none;
}

button.btn.keyvisual__sound-btn.sound-off .ico--sound-off {
    display: block;
}
button.btn.keyvisual__sound-btn.sound-on .ico--sound-on {
    display: block;
}

button.btn.keyvisual__sound-btn.sound-on .ico--sound-off {
    display: none;
}
button.btn.keyvisual__sound-btn .ico img {
    width: 0.4rem;
}

.col_list ul li a#zxj {
    transition: none;
}



/**列表页**/
.l-banner{height: 4.8rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner:after{content:"";display:block;width:100%;position:absolute;height:60%;background:url(images/list_banner_bg.png) no-repeat;background-size:100% 100%;bottom:0}
.l-banner img{/*display:none;*/ height:100%;vertical-align:top}
#l-container{position:relative;}
#l-container .inner{padding: .5rem  0 0.6rem;position:relative}
#d-container .inner{background:#fff}
.wp-wrapper .wp-inner {
    position: relative;
}
/**栏目列表**/
.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #033D82;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {    font-size: var(--bigSize);font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:0.55rem; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.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: var(--titleSize);font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:0.45rem; }
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #033D82;}
.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:#033D82;}
/*二级子栏目**/
.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:0.45rem; 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:#033D82;} 
/*三级子栏目**/
.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:#033D82;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;     font-size: 0.22rem;font-family:"Microsoft yahei";font-weight: normal;color: #033D82;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.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); } /**列表页文章图片大小限制**/
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_tt{
    border: none;
    font-size: 0.4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #033D82;
    line-height: 1.2;
    margin-bottom: 0.43rem;
}
.nav2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
    background: #033D82;
}

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
div#container-nav {
    width: var(--innerWidth);    margin: 0;
}
/*默认主导航样式*/
div#container-nav {

    width: auto;
    padding-right: calc(50% - var(--innerWidth) / 2);
}
div#container-nav .inner{    margin: 0;}
div#container-nav .inner .wp-panel{}/*导航*/
div#container-nav .inner .wp-panel .wp-window{}
div#container-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);}
/*导航样式：后台绑定时也可以定义配置*/
div#container-nav .wp-menu {    margin: 0 auto;
    margin-left: calc(50% - var(--innerWidth)/2);}
div#container-nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
div#container-nav .wp-menu .menu-item.i1 { background:none;}
div#container-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; }
div#container-nav .wp-menu .menu-item a.menu-link {color: #fff;padding: 0 0.46rem;font-size: var(--bigSize); display: inline-block;display: block;
 text-align: center; line-height: 0.75rem; font-family: 'SourceHanSerifCN-Bold';}
div#container-nav .wp-menu .menu-item.hover a.menu-link,
div#container-nav .wp-menu .menu-item a.hover{background-color:#356EB1; text-decoration: none; color: #fff;}
div#container-nav .sub-menu {display: none;position: absolute;left: 0;top: 0.75rem;min-width: 100%;z-index: 100;background:#CCDBED;}
div#container-nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;text-align: center;}
div#container-nav .sub-menu .sub-item a {display: block;color: #000;height: 0.65rem;line-height: 0.65rem;padding: 0 17px;font-size: var(--titleSize);background:none;}
div#container-nav .sub-menu .sub-item.hover> a,
div#container-nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#356EB1; display: block; }
div#container-nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}


.main1{}
.main1 .inner { padding: 0.6rem 0 0.6rem;}
.main1 .ml{    width: 49.5%; float: left;}
.main1 .mr{    width: 47%;float: right;    margin-top: 0.4rem;}
.post-11 .news_list li.news .news_wz{text-overflow:-o-ellipsis-lastline;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}
.post-11 .news_list li.news .news_more a{vertical-align: middle;
    font-size: var(--titleSize);
    color: #CB3431;
    line-height: 0.21rem;}
.post-11 .news_list li.news .news_more img {
    vertical-align: initial;
    width: 0.14rem;
    margin-left: 0.11rem;
}
.post-11 .news_list li.news .news_more {
    margin-top: 0.4rem;
}
.post-11 .news_list li.news p {
    line-height: 2.25;
    font-size: var(--titleSize);
    text-align: justify;    text-indent: 2em;
}
.post-12 .news_list li img{width:100%;height:auto;}

.main2{background: #F7F8FA;}
.main2 .inner { padding: 0.4rem 0 0.4rem;}
.post-21 .news_list{   margin: 0 -11px; }
.post-21 li{float: left;width: 25%;margin-bottom: 0.4rem;;}
.post-21 li .news_box{display:flex;background: #356EB1 url(images/lou.png) no-repeat right bottom;color: #fff;      margin: 0 11px;  font-size: var(--titleSize);line-height: 70px;border-left: 3px solid #CB3431; border-right: 3px solid #CB3431;}
.post-21 li .news_title{text-align:center;flex:1;    line-height: 70px;}
.post-21 li .news_title a{color:#fff;}

.main3{background: url(images/main3.png) no-repeat center bottom;    background-size: cover;}
.main3 .inner { padding: 0.6rem 0 0.6rem;}
.main3 .ml{    width: 100%; float: left;   width: 31%;}
.main3 .mc{    width: 31%; float: left;margin-left: 3%;}
.main3 .mr{    width: 31%;float: right;}
.main3 .con{ background:#fff url(images/main3_con.png) repeat-x center bottom;    border-top: 4px solid #033D82;box-shadow: 1px 4px 10px #ccc;    min-height: 6.12rem;}
.main3 .con .news_list{    padding: 0.35rem 0.3rem 0.25rem 0.3rem;   }
.main3 .news_list li.news{  border-bottom: 1px dashed #ADADAD;padding-bottom: 0.2rem;margin-bottom: 0.2rem; }
.main3 .news_list li.news .news_time{    font-size: var(--titleSize);font-weight: bold;color: #7E1819;    font-family: Barlow-Bold;}
.main3 .news_list li.news .news_title{ font-size: var(--titleSize);     line-height: 1.75;}

.main4{background: #F7F8FA;    display: none;}
.main4 .inner{ padding: 0.1rem 0 0.4rem;}

.main5{background: #F7F8FA;}
.main5 .inner{ padding: 0.1rem 0 0.6rem;}
.main5 .ml{    width: 80%; float: left;}
.main5 .mr{    width: 10%;float: right;    margin-top: 0.9rem;}
.post-51 .news_list { margin:0px -20px;}
.post-51 .news_list li.news{float:left;width:33.3%;    margin-bottom: 0.2rem;}
.post-51 .news_list li.news .news_box {
    margin: 0px 10px;font-family: 'SourceHanSansCN-Medium';
    transition: all 0.4s ease-in-out;
    background: #CCDBED;
    text-align: center;
    font-size: var(--titleSize);
    line-height: 1.5;
    height: 0.7rem;
    line-height: 1.5;
 box-shadow: 1px 2px 10px #e0e0e0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.post-51 .news_list li.news .news_title { color: #033D82;}
.post-51 .news_list li.news a{ color: #033D82;display: block;}
.post-51 .news_list li.news:hover .news_box{background: #033D82;}
.post-51 .news_list li.news:hover .news_title {color: #fff;}
.post-52 .news_list li.news {text-align: center;}
.post-52 .news_list li.news img{width:100%;height:auto;}
.post-52 .news_list li.news .news_title { color: #CB3431;font-size: var(--smailSize);}

.logo_b { position: absolute;bottom: 0.5rem; width: var(--innerWidth); left: calc(50% - var(--innerWidth) / 2);}
.logo_b .sitelogo {    line-height: 1.35;}
.logo_b .sitelogo span{ font-size: .5rem;font-weight: bold;  color: #fff;}
.logo_b .enlogo{ color: #fff;  font-size: .4rem;line-height: 1.35;}
