@charset "utf-8";
/*Technical Support SudyTech*/
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;font-size:100px;--size:calc(100vw / 19.20);font-size:var(--size);}
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;}
::-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:"思源黑体CN","Microsoft YaHei","PingFang","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color:#232222;}
:root {--mainColor:#10429B;--hoverColor:#10429B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex:0.14rem;--innerWidth:14.46rem;}
p {line-height:1.75;}
a {color:#333;text-decoration:auto;transition:all 0.4s ease-in-out;}
a:hover {color:var(--hoverColor);}
.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;}
@font-face {
    font-family: '思源黑体CN'; /* 自定义字体名称 */
    src: url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'); /* .ttf 格式 */
}
@font-face {
    font-family: '思源宋体CN'; /* 自定义字体名称 */
    src: url('../fonts/SourceHanSerifCN-Regular.ttf') format('truetype'); /* .ttf 格式 */
}
@font-face {
    font-family: 'Roboto'; /* 自定义字体名称 */
    src: url('../fonts/Roboto-Regular-14.ttf') format('truetype'); /* .ttf 格式 */
}
.wrapper {width:100%;margin:0 auto;}
.wrapper .inner {width:var(--innerWidth);margin:0 auto;}
.fix-top{padding-top:100vh;position:relative;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1}
.fix-top.fixed{padding-top:0}
/**兼容模式提示**/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;display: flex;align-items: center;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1;}
#browser-modal .browser-content{width:700px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:30px;background-color:#fff;border-radius:5px;}
#browser-modal .browser-content .browser-dpc-logo{height:62px;margin:45px auto 30px;background: url(../images/logo.png)no-repeat center/100% 100%;}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px;}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:40px;font-size:14px;}
#browser-modal .browser-content .browser-list{width:600px;margin:40px auto;height:130px;}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto;}
#browser-modal .browser-content .browser-item .iconfont{width:80px;height:80px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:30px;background-size: 100%;}
#browser-modal .browser-content .browser-item .iconfont.iconchrome{background-image: url(../images/Chrome.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconfirefox{background-image: url(../images/Firefox.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconsafari{background-image: url(../images/Safari.svg);}
#browser-modal .browser-content .browser-item .iconfont.iconEdge{background-image: url(../images/Edge.svg);}
#browser-modal .browser-content .browser-item a{color:#921041;cursor:pointer;display:block;}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px;}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700;}
/**头部**/
.header {border-bottom:none;height:auto;line-height:inherit;background-size:cover;position:relative;z-index:3;width:100%;top:0;transition:1s;background:#0f2265ed;}
.header .inner {position:relative;transition:all 0.4s ease-in-out;width: 17rem;height:1.34rem;}
.header .sitelogo {display:flex;}
.header .sitelogo .logo img {width:6.05rem;}
.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 .sitelogo .sitetitle span {display:block;}
.header .sitelogo img.logo {width:3.4rem;transition:all 0.6s ease-in-out;}
.header .head-main {float:left;margin-top:10px;}
.header .mod {display:flex;justify-content:space-between;}
.header .head-top {display:flex;align-items:center;gap:0.15rem;}
.header .head-left {margin-top: 0.21rem;}
.header .head-right {display:flex;align-items:flex-end;gap:0.1rem;flex-direction:column;margin-top: 0.21rem;}
/* 搜索*/
.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;}
.wp-search {position:relative;}
.wp-search form {display:block;}
.wp-search .search-input {margin-left:0.2rem;margin-right:40px;border-bottom: 1px solid #ffffff47}
.wp-search .search-input input.search-title {width:100%;line-height:0.44rem;background:none;color:#FFFFFF;font-size:var(--titleSize);border:0;outline:0;font-family:'SourceHanSansCN-Regular';}
.wp-search .search-btn {width:0.44rem;height:0.44rem;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.png) no-repeat center;cursor:pointer;background-size: 0.19rem 0.19rem;}
.header .searchbox:hover {width:3rem;border-radius:0.22rem;}
.header .searchbox {transition:all 0.4s ease-in-out;}
/**角色**/
.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;}
.site-lang ul li.links a {color:#fff;font-size:0.2rem;padding:0 0.3rem;line-height:1;display:inline-block;font-family: '思源黑体CN';}
.site-lang ul li.links a:hover {color:#fff;opacity: 0.6;}
.site-lang ul li.links{position: relative;}
.site-lang ul li.links::after{content: '';width: 1px;height: 0.16rem;background: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.navbox .site-lang ul li.links::after{display: none;}
/* .header .site-lang ul li.links:first-child a {border-right:1px solid #fff;} */
/**导航**/
#nav {}
#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;display:flex;justify-content:space-between;}
.nav .wp-menu .menu-item {position:relative;text-align:center;}
.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 .sub-menu li .sub-menu {display:none;}
.nav .wp-menu .menu-item a.menu-link {line-height:0.4rem;font-size:0.235rem;display:block;color:#fff;position:relative;padding: 0 0.25rem;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item a.hover {font-weight:bold;text-decoration:none;color:var(--mainColor);}
.nav .sub-menu {position:absolute;left:50%;top:100%;min-width:1.5rem;z-index:100;background:var(--mainColor);opacity:0;transform:translateX(-50%) scale(0);transition:all 0.4s ease-in-out;border-radius:8px;overflow:hidden;}
.nav .sub-menu .sub-item {position:relative;white-space:nowrap;vertical-align:top;_zoom:1;}
.nav .sub-menu .sub-item a {display:block;color:#fff;line-height:0.5rem;padding:0 17px;font-size:15px;background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {color:#333;background-color:#fff;display:block;}
.nav .sub-menu .sub-menu {left:100%;top:0px;z-index:200;background:#fff;}
.nav .site-lang {display:none;}
.nav .wp-menu .menu-item a.menu-link:after {content:"";width:100%;height:1px;background:#fff;transform:scale(0);transition:all 0.4s ease-in-out;display: block;margin: 0 auto;}
.nav .wp-menu .menu-item a.menu-link:hover:after {transform:scale(1);}
.nav .wp-menu li:hover>.sub-menu {transform:translateX(-50%);opacity:1;}
/**大图**/
.mbanner {perspective:1920px;transform-style:preserve-3d;}
#banner .inner {width:100%;text-align:center;}
.mbanner .news_imgs a {display:block;height:100vh;}
.mbanner .news_list .news:not(:first-child){
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child) ,.mbanner .news_list.swiper-wrapper .news:not(:first-child){
display: block;
}
.mbanner .news_imgs a img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.mbanner .slick-prev,.mbanner .slick-next {z-index:1;top:50%;opacity:0;transform: translateY(-50%);transition: all 0.6s ease;}
.mbanner .news_list:hover .slick-prev,
.mbanner .news_list:hover .slick-next{opacity: 0.8;}
.mbanner .slick-prev {left:0.55rem;}
.mbanner .slick-next {right:0.55rem;}
.mbanner .news .news_wz {position:absolute;top:3.05rem;left:50%;margin-left:-7.95rem;text-align:left;width:10.6rem;}
.mbanner .news .news_wz a {color:#17607A;}
.mbanner .news .news_title {display:flex;font-size:0.33rem;line-height:1.4;position:absolute;bottom:0;width:15rem;left:50%;transform:translateX(-7.5rem);background:rgb(0 0 0 / 57%);height:1.09rem;color:#fff;text-align:left;padding:0 0.46rem;box-sizing:border-box;align-items:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mbanner .news .news_title a {color:#fff;display:block;white-space:nowrap;width:80%;overflow:hidden;text-overflow:ellipsis;}
.mbanner .slick-dots {width:auto;bottom:1.29rem;left:50%;display:flex;align-items:flex-end;transform: translateX(-50%);}
.mbanner .slick-dots li {width:0.5rem;height:0.5rem;margin:0;transition:all 0.4s ease-in-out;font-size: 0.22rem;font-weight: bold;color: #fff;line-height: 0.5rem;background: none;}
.mbanner .slick-dots li button {width:0.06rem;height:0.06rem;background:rgb(255 255 255 / 80%);padding:0;display:none;}
.mbanner .slick-dots li.slick-active{padding-right: 1.05rem;position: relative;background: url(../images/ban-dot.png) no-repeat left center / contain;font-size: 0;}
.mbanner .slick-dots li::before{content: '';width: 0;height: 1px;background: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);transition:all 0.4s ease-in-out;}
.mbanner .slick-dots li.slick-active::before{width: 0.83rem;}
.mbanner .news .news_video {height:100vh;}
.mbanner .news .news_video video {position:absolute;width:100%;height:100%;object-fit:cover;left:50%;top:50%;transform:translate(-50%,-50%);}
.mbanner .news_list .news:after {content:"";display: block;position: absolute;pointer-events: none;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);opacity: 0.42;height: 2.07rem;width: 100%;bottom: 0;}
.mbanner.fixBanner {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #ccc;}
.fixedok .mbanner {opacity: 0;}
/**列表页**/
.l-banner {height:4.34rem;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/bannerbg.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: 0.62rem 0px;position:relative;width: 16.64rem;}
#d-container .inner {background:#fff;}
.col_news_top{
    position: relative;
}
.col_news_top .inner{}
/**主体文章页开始**/
#d-container {}
#d-container .inner {}

.col_menu {width: 3.58rem;float:left;margin-right: -4.58rem;position:relative;border-left: var(--mainColor) 0.22rem solid;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: var(--mainColor);}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.3rem;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 1rem;text-align: center;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #10439b1e;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid var(--mainColor); border-bottom:0px solid #fff;background: #F8FBFF;}
.col_list .wp_listcolumn .wp_column{position: relative;}
.col_list .wp_listcolumn .wp_column::after{content: '';width: 2.94rem;height: 1px;background: var(--mainColor);display: block;margin: 0 auto;}
.col_list .wp_listcolumn .wp_column:last-child::after{display: none;}
.col_list .wp_listcolumn .wp_column.selected::before{content: '';width: 0.06rem;height: 0.4rem;background: var(--mainColor);position: absolute;right: 0;top: 50%;transform: translateY(-50%);transition: all 0.6s ease;}
.col_list .wp_listcolumn .wp_column a {color:#000;font-size: 0.26rem;font-weight:normal;background:none;border:none;text-align: center;}
.col_list .wp_listcolumn .wp_column a .column-name{line-height: 0.65rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:var(--mainColor);} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: var(--mainColor);}
.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:var(--mainColor);}
/*二级子栏目**/
.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:normal;color:var(--mainColor);} 
/*三级子栏目**/
.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:var(--mainColor);} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 4.58rem;box-sizing: border-box;padding-right: 0.7rem;}
.col_news_head {border-bottom: 1px solid #10429B;padding-bottom: 0.17rem;}
.col_metas .col_title { display:inline-block; float:left; height: 0.49rem; line-height: 0.49rem; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.3rem;color: #000;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 0.46rem;line-height: 0.46rem;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #000;font-size: 0.18rem;line-height: 0.4rem;}
.col_news_con {padding: 0.15rem 0px 0.1rem 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); } /**列表页文章图片大小限制**/
.col_news_list li{margin-bottom: 0.2rem;}
/* == */
.col_news_list .news_div{position: relative;background: #F8FBFF;min-height: 2.28rem;}
.col_news_list .news_con{position: absolute;top: 0;left: 0;right: 3rem;bottom: 0;box-sizing: border-box;padding: 0.2rem;}
.col_news_list .news_imgs{float: right;width: 3rem;}
.col_news_list .news_images{position: relative;padding-top: 76%;overflow: hidden;height: 0;background: #eee;}
.col_news_list .news_images img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.col_news_list a.news_link:hover .news_images img{transform: scale(1.05);}
.col_news_list .news_date{font-size: 0.14rem;line-height: 0.2rem;font-family: 'Poppins';color: var(--mainColor);}
.col_news_list .news_title{font-size: 0.18rem;line-height: 0.3rem;height: 0.6rem;color: var(--titleColor);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.6s ease;margin-top: 0.2rem;}
.col_news_list a.news_link:hover .news_title{color: var(--mainColor);}
.col_news_list .news_intro{font-size: 0.16rem;line-height: 0.28rem;height: 0.56rem;color: #898989;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 0.2rem;}
/**文章页**/
.info .col_metas.clearfix {height:.63rem;}
.infobox {padding:.56rem 0;margin:0 auto;width:auto;min-height: 4rem;}
.article h1.arti_title {line-height:1.3;font-family:SourceHanSerifCN-Bold;font-size:.36rem;text-align:center;margin-bottom:.2rem;color: var(--hoverColor);}
.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 .arti_info {position:relative;display:flex;align-items:center;justify-content:center;}
.article .entry {margin:0 auto;overflow:hidden;margin-top:.4rem;min-height:400px;}
.article .entry .read,.article .entry .read p {line-height:1.75;font-size:var(--smailSize);color:#333;}
.article .entry .read p {margin-bottom:10px;}
.article .entry .read img {margin:0 auto;max-width:940px;}
.article .entry .read table {margin:0 auto;border:none!important;}
.sibi_art {margin-top:1.3rem;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size:var(--titleSize);flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
/* footer */
#footer{background: #18267D url(../images/foot_bg.png) no-repeat center / cover;position: relative;}
#footer .inner{min-height: 1.74rem;}
.footer .ml{float: left;margin-top: 0.25rem;}
.footer .mc{float: left;margin-left: 2.25rem;margin-top: 0.34rem;}
.footer .mr{float: right;margin-top: 0.23rem;}
.foot-logo{width: 4.45rem;}
.foot-logo img{width: 100%;}
.post-91{margin-top: 0.27rem;}
.post-91 p{font-size: 0.14rem;color: #fff;line-height: 0.2rem;}
.post-92 p{font-size: 0.16rem;line-height: 0.4rem;color: #fff;padding-left: 0.3rem;}
.post-92 .p1{background: url(../images/dizhi.png) no-repeat left center;background-size: 0.18rem 0.21rem;}
.post-92 .p2{background: url(../images/youxiang.png) no-repeat left center;background-size: 0.21rem 0.17rem;}
.post-92 .p3{background: url(../images/dianhua.png) no-repeat left center;background-size: 0.19rem 0.19rem;}
.post-93 .news_imgs{padding: 0 0.3rem;width: 0.85rem;}
.post-93 .news_images{position: relative;padding-top: 100%;overflow: hidden;height: 0;background: #fff;}
.post-93 .news_images img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.post-93 .news_con{margin-top: 0.08rem;}
.post-93 .news_title{font-size: 0.14rem;line-height: 0.2rem;text-align: center;color: #fff;}


/**分享**/
.shares .news_list {display:flex;text-align:center;gap:.17rem;}
.shares .news_list .imgs {width:1rem;height:1rem;position:absolute;bottom:127%;left:50%;margin-left:-.5rem;transform:translateY(-.4rem);opacity:0;transition:all .4s ease-in-out;}
.shares .news_list .imgs img {width:100%;height:100%unset;}
.shares .news_list .news_icon {display:block;background-color:#ffffff2e;width:.5rem;height:.5rem;border-radius:50%;background-repeat:no-repeat;background-position:center;opacity:.7;background-size:53%;}
.shares .news_list .news {position:relative;}
.shares .news_list .n1 .news_icon {background-image:url(../images/weixin.svg);}
.shares .news_list .n2 .news_icon {background-image:url(../images/weibo.svg);}
.shares .news_list .news_icon:hover {opacity:1;}
.shares .news_list .news:hover .imgs {opacity:1;transform:none;}
.shares .news_list .news_title {color:#fff;font-size:var(--smailSizex);line-height:1.4;margin-top:.13rem;}
.footlogo img {width:4.62rem;}
.foot-bottom {padding:.26rem 0 .29rem;text-align:center;position:relative;z-index:1;border-top:1px solid rgb(255 255 255 / 50%);}
.foot-bottom p {font-size:var(--smailSizex);line-height:2.4;color:#fff;position:relative;}
/**侧导航**/
nav.Quick-navigation {position:fixed;right:0;z-index:1;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;font-size:19px;line-height:70px;background:var(--mainColor);color:#fff;padding:0 16px;border-radius:20px;}
nav.Quick-navigation a {color:#fff;border-bottom:1px solid #fff;}
nav.Quick-navigation a.current {color:#e1d4a4;border-bottom:1px solid var(--hoverColor);}
.Scroll-to-top {width:60px;height:60px;position:fixed;z-index:1;background:#fff;bottom:2%;border-radius:50%;right:1%;background:#1776be7a;font-size:20px;line-height:60px;text-align:center;color:#fff;cursor:pointer;}
/** 加载 **/
.pre-loader {position:fixed;width:100vw;height:100vh;top:0;left:0;background-color: var(--hoverColor);z-index:999;}
.spinner2 {width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.container1 > div,.container2 > div,.container3 > div {width:6px;height:6px;background-color:#fff;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;/* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.spinner2 .spinner-container {position:absolute;width:100%;height:100%;}
.container2 {-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);}
.container3 {-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);}
.circle1 {top:0;left:0;}
.circle2 {top:0;right:0;}
.circle3 {right:0;bottom:0;}
.circle4 {left:0;bottom:0;}
.container2 .circle1 {-webkit-animation-delay:-1.1s;animation-delay:-1.1s;}
.container3 .circle1 {-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}
.container1 .circle2 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
.container2 .circle2 {-webkit-animation-delay:-0.8s;animation-delay:-0.8s;}
.container3 .circle2 {-webkit-animation-delay:-0.7s;animation-delay:-0.7s;}
.container1 .circle3 {-webkit-animation-delay:-0.6s;animation-delay:-0.6s;}
.container2 .circle3 {-webkit-animation-delay:-0.5s;animation-delay:-0.5s;}
.container3 .circle3 {-webkit-animation-delay:-0.4s;animation-delay:-0.4s;}
.container1 .circle4 {-webkit-animation-delay:-0.3s;animation-delay:-0.3s;}
.container2 .circle4 {-webkit-animation-delay:-0.2s;animation-delay:-0.2s;}
.container3 .circle4 {-webkit-animation-delay:-0.1s;animation-delay:-0.1s;}
@-webkit-keyframes bouncedelay {0%,80%,100% {-webkit-transform:scale(0.0);}
40% {-webkit-transform:scale(1.0);}
;}
@keyframes bouncedelay {0%,80%,100% {transform:scale(0.0);-webkit-transform:scale(0.0);}
40% {transform:scale(1.0);-webkit-transform:scale(1.0);}
;}


/* ====== 定制开始 ====== */

/* post */
.post .tit{
  float: left;
  padding-bottom: 0.07rem;
}
.post .title{
  font-size: 0.4rem;
  line-height: 0.57rem;
  font-family: '思源宋体CN';
  font-weight: bold;
  color: #fff;
  float: left;
}
.post .entit{
  font-size: 0.26rem;
  line-height: 0.37rem;
  font-family: '思源宋体CN';
  color: #fff;
  opacity: 0.5;
  margin-left: 0.14rem;
  float: left;
  margin-top: 0.16rem;
}
.post .more_btn{
  float: right;
  font-size: 0.2rem;
  color: var(--hoverColor);
  margin-top: 0.16rem;
}
.post .more_text{
  padding-right: 0.28rem;
  background: url(../images/more_btn.png) no-repeat right center;
  background-size: 0.22rem 0.28rem;
  color: var(--hoverColor);
  transition: all 0.4s ease;
}
.post .more_text:hover{padding-right: 0.4rem;}






/* main1 */
.main1{
  position: relative;
  z-index: 1;
  background: #fff;
}
.main1::before{
  content: '';
  width: 8.63rem;
  height: 9.44rem;
  background: url(../images/m1_bg.gif) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: -0.03rem;
  z-index: -2;
}
.main1::after{
  content: '';
  width: 8.63rem;
  height: 9.44rem;
  background: url(../images/m1_bg2.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: -0.03rem;
  z-index: -1;
}
.main1 .inner{
  padding-top: 0.65rem;
  padding-bottom: 0.99rem;
}
.main1 .ml{float: left;width: 7.16rem;}
.main1 .mr{float: right;width: 6.56rem;}
/* post-10 */
.post-10 {margin-bottom: 0.44rem;}
.post-10 .tit{
  background: url(../images/p10_tit.png) no-repeat left bottom;
  background-size: 2.62rem 0.02rem;
}
/* post-11 */
.post-11 .news_div{}
.post-11 .news_imgs{
  position: relative;
  padding-top: 63.13%;
  overflow: hidden;
  height: 0;
  background: #eee;
}
.post-11 .news_imgs img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.post-11 a.news_link:hover .news_imgs img{
  transform: scale(1.05);
}
.post-11 .news_con{
  height: 2.2rem;
  background: linear-gradient(to right,#D3E2FF,#fff);
  box-shadow: #6774aa2a 0 0.04rem 0.1rem;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem 0 0.4rem;
  position: relative;
}
.post-11 .news_con::before{
  content: '';
  width: 0.4rem;
  height: 0.15rem;
  background: url(../images/p11_more.png) no-repeat center / contain;
  position: absolute;
  bottom: 0.45rem;
  right: 0.3rem;
}
.post-11 .news_date{
  float: left;
  width: 1rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #fff;
  gap: 0.08rem;
  margin-top: -0.69rem;
  position: relative;
  z-index: 1;
}
.post-11 .ym{
  font-size: 0.16rem;
  font-family: 'Roboto';
}
.post-11 .dd{
  font-size: 0.44rem;
  font-weight: bold;
}
.post-11 .news_text{
  float: right;
  width: calc(100% - 1.28rem);
}
.post-11 .news_title{
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #2C2C2C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* post-12 */
.post-12 .news_list{margin-top: -0.11rem;}
.post-12 .news_div{
  min-height: 0.9rem;
  padding: 0.11rem 0;
  padding-left: 0.05rem;
  border-bottom: #0000006e 1px solid;
  transition: all 0.6s ease;
}
.post-12 li.news:last-child .news_div{border-bottom: none;}
.post-12 a.news_link:hover .news_div{
  background: var(--hoverColor);
  border-bottom: #00000000 1px solid;
}
.post-12 li.news:last-child a.news_link:hover .news_div{
  border-bottom: none;
}
.post-12 .news_date{
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--hoverColor);
  border: var(--mainColor) 1px solid;
  gap: 0.08rem;
  float: left;
  transition: all 0.6s ease;
}
.post-12 a.news_link:hover .news_date{color: #fff;}
.post-12 .ym{
  font-size: 0.16rem;
  font-family: 'Roboto';
}
.post-12 .dd{
  font-size: 0.44rem;
  font-weight: bold;
}
.post-12 .news_text{
  float: right;
  width: calc(100% - 1.14rem);
  margin-top: 0.14rem;
}
.post-12 .news_title{
  font-size: 0.2rem;
  line-height: 0.29rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.6s ease;
}
.post-12 a.news_link:hover .news_title{color: #fff;}

/* main2 */
.main2{
  position: relative;
  background: url(../images/m2_bg2.png) no-repeat center top / contain;
}
.main2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/m2_bg.gif) no-repeat;
  background-size: cover;
  z-index: -1;
}
.main2 .inner{
  padding-top: 0.6rem;
  padding-bottom: 1.5rem;
}
/* post-21 */
.post-21 .tt{margin-bottom: 0.89rem;}
.post-21 .tit{
  background: url(../images/p21_tit.png) no-repeat left bottom;
  background-size: 2.62rem 0.02rem;
}
.post-21 .more_text{
  color: #fff;
  background: url(../images/p21_more.png) no-repeat right center;
  background-size: 0.22rem 0.28rem;
}
.post-21 .news_list{margin: 0 -0.19rem;}
.post-21 li.news{
  float: left;
  width: 25%;
}
.post-21 .news_div{
  margin: 0 0.19rem;
  position: relative;
  border-top: #5C7EC1 5px solid;
  background: #fff;
  height: 2.2rem;
  box-sizing: border-box;
  padding: 0.73rem 0.24rem 0 0.26rem;
  box-shadow: #6774aa2a 0 0.04rem 0.1rem;
  transition: all 0.4s ease;
}
.post-21 a.news_link:hover .news_div{
  background: linear-gradient(to bottom,#051461,#10429B);
}
.post-21 .news_div::before{
  content: '';
  width: 0.4rem;
  height: 0.15rem;
  background: url(../images/p21_div.png) no-repeat center / contain;
  position: absolute;
  bottom: 0.26rem;
  right: 0.31rem;
  transition: all 0.4s ease;
}
.post-21 a.news_link:hover .news_div::before{
  background: url(../images/p21_div2.png) no-repeat center / contain;
}
.post-21 .news_date{
  width: 1rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
  color: #fff;
  gap: 0.08rem;
  position: absolute;
  left: 0.26rem;
  top: -0.54rem;
}
.post-21 .ym{
  font-size: 0.16rem;
  font-family: 'Roboto';
}
.post-21 .dd{
  font-size: 0.44rem;
  font-weight: bold;
}
.post-21 .news_title{
  font-size: 0.2rem;
  line-height: 0.29rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s ease;
}
.post-21 a.news_link:hover .news_title{
  color: #fff;
}

/* main3 */
.main3{
  position: relative;
  background: url(../images/m3_bg.png) no-repeat center top;
}
.main3 .inner{
  padding-top: 1.54rem;
  padding-bottom: 0.8rem;
}
.main3 .mod{
  display: flex;
  justify-content: space-between;
}
.main3 .mod>div{
  width: 4.28rem;
}
/* post-31 */
.post-31{position: relative;}
.post-31 .more_btn{
  position: absolute;
  left: 50%;
  bottom: -0.55rem;
  transform: translateX(-50%);
  float: none;
}
.post-31 .tit{
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-31 .title{
  padding-bottom: 0.1rem;
  background: url(../images/p31_tit.png) no-repeat center bottom;
  background-size: 0.8rem 0.02rem;
}
.post-31 .entit{
  margin: 0;
}
.post-31 .tt{margin-bottom: 0.28rem;}
.post-31 .con{
  background: #fff;
  border-top: #10429B 0.05rem solid;
  box-sizing: border-box;
  padding: 0.06rem 0.12rem 0.13rem;
  min-height: 4.35rem;
}
.post-31 li.news{margin-top: 0.09rem;}
.post-31 .news_list li:first-child{margin-top: 0;}
.post-31 .news_div{
  box-sizing: border-box;
  padding-left: 0.14rem;
  padding-right: 0.12rem;
  height: 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.6s ease;
}
.post-31 a.news_link:hover .news_div{
  background: url(../images/p31_div.png) no-repeat center;
  background-size: cover;
}
.post-31 .news_date{
  width: 0.65rem;
  height: 0.65rem;
  background: #920101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.post-31 a.news_link:hover .news_date{
  background: #92010100;
}
.post-31 .ym{
  font-family: 'Roboto';
  font-size: 0.14rem;
}
.post-31 .dd{
  font-size: 0.32rem;
  font-weight: bold;
}
.post-31 .news_con{
  width: calc(100% - 0.89rem);
}
.post-31 .news_title{
  font-size: 0.19rem;
  line-height: 0.28rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-31 a.news_link:hover .news_title{color: #fff;}

/* main4 */
.main4{position: relative;}
.main4 .inner{
  padding-top: 0.64rem;
  padding-bottom: 0.62rem;
}
/* post-41 */
.post-41 .news_list{margin: 0 -0.25rem;}
.post-41 li.news{
  float: left;
  width: 33.33%;
}
.post-41 .news_div{
  margin: 0 0.25rem;
}
.post-41 .news_imgs{
  position: relative;
  padding-top: 25%;
  overflow: hidden;
  height: 0;
  background: #eee;
}
.post-41 .news_imgs img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.post-41 a.news_link:hover .news_imgs img{
  transform: scale(1.05);
}
/* possplit */
.possplit{width: 0.08rem;height: 0.4rem;background: url(../images/possplit.png) no-repeat center center;background-size: 0.08rem 0.15rem;margin: 0 0.09rem;}
.path_name{width: 0.27rem;height: 0.4rem;background: url(../images/home.png) no-repeat center center;background-size: 0.27rem 0.26rem;display: inline-block;margin-right: 0.11rem;}
.col_metas .col_path a:last-child{color: var(--mainColor);}
.col_metas .col_path{display: flex;}






























