@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:"PingFang","Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;color: #000000;font-family: Arial;}
:root{--mainColor: #07458A;--hoverColor: #07458A;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth: 14rem;}
p{line-height:1.75}
a{color: #000000;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}
.wrapper{width:100%;margin:0 auto}
.wrapper .inner{width:var(--innerWidth);margin:0 auto}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close{display:none !important}
*::-webkit-scrollbar {
  width: 10px;
  background-color: #04267e63;
    height:0.05rem
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.01rem solid var(--mainColor);
}
.swiper-button-next, .swiper-button-prev {
    width: 0.46rem;
    height: 0.46rem;
    --swiper-navigation-size: 0.2rem;
    --swiper-navigation-color: var();
    --swiper-navigation-color: #fff;
    background: rgb(7 69 138 / 20%);
    margin-top: -0.23rem;
    border-radius: 50%;
    font-weight: bold;
    z-index: 1;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: var(--mainColor);
}
.swiper-pagination{
    --swiper-pagination-bullet-width: 0.14rem;
    --swiper-pagination-bullet-height: 0.14rem;
    --swiper-pagination-bullet-horizontal-gap: 0.05rem;
    --swiper-pagination-bullet-inactive-color: var(--mainColor);
    --swiper-pagination-color: var(--swiper-pagination-bullet-inactive-color);
}
/**头部**/
.headTop {
    position: relative;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.head-top {
    background: #07458A;
}
.headTop.fix {
    opacity: 0;
    top: -100px;
    transition: 0.4s;
}

.headTop.fix:hover {
    opacity: 1;
    height: auto;
    overflow: inherit;
    top: 0;
}
.head-top .mod {
    height: 0.44rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headTop:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.02rem;
    background: linear-gradient(180.00deg, rgb(7, 69, 138),rgba(7, 69, 138, 0) 100%);
    opacity: 0.9;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.headTop.fix:after{
	height: 100%;
    opacity:1
}
.header .inner{transition:all 0.4s ease-in-out}
.header .sitelogo{display:flex}
.header .sitelogo .logo img{width: 4.03rem;}
.header .sitelogo .logo{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;margin-top: 0.15rem;align-items: center;}
.header .head-top{display:flex;align-items:center;gap: 0.1rem;margin-bottom: 0.15rem;}
.header .head-left{
}
.header .head-right{}
.post-61 .View_more .more_text:hover {
    background: #ffffff42;
}
/* 搜索 */
.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.3rem;margin-left: 0.1rem;}
.wp-search{position:relative;}
.wp-search form{display:block}
.wp-search .search-input{margin-left: 0.1rem;margin-right: 0.23rem;}
.wp-search .search-input input.search-title{width:100%;line-height: 0.3rem;background:none;color:#FFFFFF;font-size: var(--smailSizex);border:0;outline:0;font-family: 'SourceHanSansCN-Regular';}
.wp-search .search-btn{width: 0.3rem;height: 0.3rem;position:absolute;right:0;top:0%}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border:0;outline:0;background: url(images/sous.svg) no-repeat center /0.18rem;cursor:pointer}
.searchbox:hover{width: 2rem;background: #ffffff4f;}
.searchbox{transition:all 0.4s ease-in-out}

/**角色**/
.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}
.site-lang ul li.links{
    border-right: 1px solid rgb(255 255 255 / 70%);
    padding: 0 0.175rem;
}
.site-lang ul li.links:nth-child(2) a {
    padding-left: 0.21rem;
    background: url(images/diqiu.svg)no-repeat left/auto 100%;
}
.site-lang ul li.links a{color:#fff;font-size:var(--titleSize);line-height:1;display:inline-block;font-size:var(--smailSize);font-family: "微软雅黑";opacity: 0.8;}
.site-lang ul li.links a:hover{color:#fff;opacity:1}

/**导航**/
#nav{}
#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;display:flex;justify-content:space-between;gap: 0.72rem;}
.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.22rem;display:block;color:#fff;position: relative;font-weight: bold;}
.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: #ffffff4a;backdrop-filter: blur(9px);opacity: 0;transform: translateX(-50%) scale(0);transition: all 0.4s ease-in-out;overflow: hidden;}
.fix .nav .sub-menu{
    background: #07458a70;
}
.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 0.2rem;font-size: var(--titleSize);background:none;text-align:center;}
.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover{background-color: var(--mainColor);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;position: absolute;bottom: 0;background: #fff;left: 0;transform: scale(0);transition: all 0.4s ease-in-out;}
.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;
  background: #ccc;
}
#banner .inner{width:100%;text-align:center}
.mbanner .news_imgs a{display:block;height:100vh}
.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:auto;bottom:calc((100% - 2.2rem)/2 - 0.23rem);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{
  position: absolute;
  color: #fff;
  font-size: 0.22rem;
  bottom: 0.73rem;
  font-family: 'SourceHanSansCN-Medium';
  left: 50%;
  margin-left: calc(var(--innerWidth)/-2);
  max-width: 90%;
  z-index: 1;
  text-align: left;
  line-height: 1.45;
}
.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:0.89rem;left:50%;margin-left:-8.2rem;display:flex;align-items:flex-end}
.mbanner .slick-dots li{width:0.16rem;height:0.16rem;border-radius:0;background:var(--mainColor);background-size:100%;margin:0;opacity:0.3;margin-right:0.09rem;transition:all 0.4s ease-in-out;display:flex;align-items:flex-end;justify-content:center;border-radius:50%}
.mbanner .slick-dots li button{width:0.06rem;height:0.06rem;background:rgb(255 255 255 / 80%);padding:0;display:none}
.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 .slick-dots li:after{content:"";display:block;width:0.67rem;height:0.69rem;background:url(images/dot.svg) no-repeat;background-size:100% 100%;position:absolute;top:0;transform:scale(0);transition:all 0.4s ease-in-out}
.mbanner .slick-dots li.slick-active:after{transform:none}
.mbanner .slick-dots li.slick-active{opacity:1;background:none}
.mbanner .swiper-button-next,.mbanner  .swiper-button-prev {
    --swiper-navigation-sides-offset: 0.5rem;
    width: auto;
    background: none;
    --swiper-navigation-size: 0;
    opacity: 0.5;
}
.mbanner .swiper-button-next:hover,.mbanner .swiper-button-prev:hover{
    opacity: 1;
}
.mbanner .swiper-button-next img, .mbanner .swiper-button-prev img {
    width: 0.64rem;
}

.mbanner .swiper-pagination {
    bottom: 0.34rem;
    --swiper-pagination-bullet-inactive-color: #fff;
}
a.back_bb {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  font-size: var(--titleSize);
  color: #fff;
  gap: 0.1rem;
  z-index: 1;
  transform: translateX(-50%);
}
a.back_bb img {
  width: 0.15rem;
  -webkit-animation: scroll 2s cubic-bezier(.15,.41,.69,.94)infinite;
  -moz-animation: scroll 2s cubic-bezier(.15,.41,.69,.94)infinite;
  animation: scroll 2s cubic-bezier(.15,.41,.69,.94)infinite;
}
@keyframes scroll {
  0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(.1rem);
      -moz-transform: translateY(.1rem);
      -o-transform: translateY(.1rem);
      transform: translateY(.1rem)
  }

  100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
}
/**内容**/
#m-container{}
#m-container .inner{}
.body_m {overflow: hidden;}
.body_b {position: relative;}
.news_imgs a,.news_imgs span {display:block;overflow:hidden;}
.post .news:hover .news_imgs a img,.post .news:hover .news_imgs span img  {transform:scale(1.1);}
.news_imgs a img,.news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.news_imgs {overflow:hidden;/*background:#ccc;*/position:relative;}
.news_imgs.bg:after {content:"";width:100%;position:absolute;height:1.4rem;background:linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);bottom:0;opacity:0.7;pointer-events:none;}
span.underLine {background-image:linear-gradient(var(--mainColor),var(--mainColor));background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .4s;}
.news:hover span.underLine {background-size:100% 1px;color:var(--mainColor);}
/**主体公共**/
.post1 .tt{display:flex;position:relative;margin-bottom: 0.41rem;align-items: center;justify-content: space-between;z-index: 1;}
.post1 .more_btn{
    flex: none;
}
.post1 .more_btn img{width:0.14rem;margin-left: 0.145rem;}
.post1 .more_btn .more_text svg {
    width: 0.1rem;
}
.post1 .tt.tt_w .title {
    color: #fff;
    align-items: center;
}

.post1 .tt_w .more_btn .more_text {
    color: #fff;
}

.post1 .tt_w .more_btn .more_text svg path {
    stroke: #fff;
}
.post1 .more_btn .more_text{vertical-align:middle;font-size: var(--bigSize);color: var(--mainColor);line-height:0.21rem;}
.post1 .tit{position:relative}
.post1 .tit .title{font-size:0.3rem;text-transform: uppercase;}
.post1 .tit .title img{
    width: 0.5rem;
    margin: 0 0.08rem;
}
.post1 .tit .title {
    /* position: relative; */
    color: #02468F;
    font-size: 0.32rem;
    line-height: 1.3;
}
.post1 .tit .title span .tt_en{font-size: 0.1rem;font-weight: bold;font-family: Arial;color: #D0B499;position: absolute;top: -0.04rem;/* left: 100%; */line-height: 1;}
.post .news .news_title{font-size: var(--bigSize);line-height: 1.25;}
.post .news .news_text{font-size: var(--smailSizex);line-height: 2;color:#707070;opacity: 0.6;}
.post1 .news .news_text a{}
.post1 .news .news_date{font-size: var(--smailSize);color: var(--mainColor);line-height: 1.35;}
.post1 .news .news_meta{color: var(--mainColor);flex: none;width: 0.53rem;text-align: center;display: flex;flex-direction: column;align-items: center;gap: 0.05rem;margin-right: 0.34rem;}
.post1 .news .news_meta .news_year{font-size: var(--smailSizex);}
.post1 .news .news_meta .news_days{font-size: 0.48rem;}
.post1 .news .news_meta .news_month{font-size: 0.2rem;display: flex;font-weight: bold;}
.main1 {
    background: url(images/main1bg.jpg) no-repeat top/100% auto;
}

.main1 .inner {
    padding: 0.77rem 0 0.54rem;
}

.main1 .mod {
    display: flex;
    justify-content: space-between;
}
.post-11 {
    width: 8.95rem;
}

.post-12 {
    width: 4.455rem;
}
.post-11 .news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.155rem;
}

.post-11 .news_list .news {
    width: 50%;
    margin-bottom: 0.4rem;
}

.post-11 .news_list .news .news_box {
    margin: 0 0.155rem;
}

.post-11 .news_list .news .news_imgs a {
    padding-top: 56.25%;
}

.post-11 .news_list .news .news_imgs {
    margin-bottom: 0.25rem;
}

.post-11 .news_list .news .news_title {
    margin-bottom: 0.2rem;
}
.post-12 .news_list .news {
    display: flex;
    align-items: center;
    height: 1.61rem;
    border-bottom: 1px solid rgb(112 112 112 / 30%);
}
.post-12 .news_list {
    margin-top: -0.35rem;
}
.main2 .inner {
    height: 7.9rem;
    display: flex;
    padding-top: 1.85rem;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
}

.main2 {
    background: url(images/main2bg.jpg) no-repeat center /cover;
}

.post-21 .view img {
    width: 10.4rem;
    max-width: 100%;
}
.post-21 .vr {
    position: absolute;
    width: 1.05rem;
    line-height: 1.05rem;
    border-radius: 50%;
    z-index: 1;
    background: rgb(7 69 138 / 60%);
    bottom: 0.94rem;
    color: #fff;
    text-align: center;
    font-size: 0.37rem;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
}

.post-21 .vr:hover {
    background: rgb(7 69 138 / 100%);
    box-shadow: 0 10px 20px rgb(7 69 138 / 60%);
}
.main3 .inner {
    padding: 0.95rem 0 1.26rem;
}

.post-31 .news {}

.post-31 .news .news_imgs a {
    padding-top: 66.51%;
}
.post-31 .news .news_imgs {
    margin-bottom: 0.35rem;
}
.post-31 .news .news_imgs img{border-radius:40px 0px 40px 0px;}
.post-31 .con {
    position: relative;
    padding-bottom: 0.96rem;
    margin-bottom: 1.03rem;
}

.post-31 .con .control {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    gap: 0.27rem;
}

.post.post1.post-31.mbox {}

.post-31 .swiper-button-next, .post-31 .swiper-button-prev {
    position: static;
    flex: none;
}

.post-31 .swiper-scrollbar {
    position: static;
    width: auto;
    flex: 1;
    margin-left: 0.13rem;
    height: 1px;
    --swiper-scrollbar-bg-color: rgb(7 69 138 / 20%);
    --swiper-scrollbar-size: 0.04rem;
}

.post-31 .swiper-scrollbar-drag {
    height: 2px;
    background: #07458A;
}

.main3 {background: linear-gradient(180.00deg, rgb(255, 255, 255),rgb(230, 244, 252) 100%);}

.post-32 .con {position: relative;}
.post-32 .con:hover .news_imgs img {
    transform: scale(1.1);
}
.post-32 .con .news_imgs {
    width: 100%;
}

.post-32 .con .news_imgs span {
    padding-top: 5.76rem;
}
.post-32 .con .news_wz {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4.66rem;
    background: rgb(7 69 138 / 93%);
    color: #fff;
    padding: 0.75rem  0.51rem 0.2rem 0.65rem;
    box-sizing: border-box;
}

.post-32 .con .news_wz a {
    color: #fff;
}

.post-32 .con .news_title {
    font-size: 0.38rem;
    line-height: 1.35;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.post-32 .con .news_text {
    font-size: var(--titleSize);
    line-height: 1.9;
}

.main4 {
    background: url(images/main4bg.jpg)no-repeat center/cover;
}

.post-41 .news {
    color: #fff;
    text-align: center;
    height: 4.34rem;
    padding-top: 0.94rem;
    box-sizing: border-box;
}

.post-41 .news .news_num {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.15rem;
    line-height: 1.1;
}

.post-41 .news .news_title {
    font-size: 0.35rem;
    font-style: italic;
    line-height: 1.5;
    padding: 0 1rem;
}

.post-41 .con {
    position: relative;
}

.post-41 .swiper-button-next, .post-41 .swiper-button-prev {
    background: rgb(255 255 255 / 10%);
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.41rem;
    --swiper-navigation-size: 0.24rem;
    border: 1px solid #fff;
}

.post-41 .swiper-button-next:hover, .post-41 .swiper-button-prev:hover {
    background: #ffffff7a
}

.post-41 .swiper-pagination {
    bottom: 0.49rem;
    --swiper-pagination-bullet-inactive-color: #fff;
}
.main5 {
    background: linear-gradient(360.00deg, rgb(255, 255, 255),rgb(230, 244, 252) 100%);
}

.main5 .inner {
    padding: 1.32rem 0 1.22rem;
}
.post-51 .con {position: relative;display: flex;flex-direction: row-reverse;}

.post-51 .con .news_imgs {
    flex: 1;
}

.post-51 .con .news_imgs span {
    padding-top: 5.76rem;
}
.post-51 .con .news_wz {
    width: 6.5rem;
    background: rgb(7 69 138 / 93%);
    color: #fff;
    padding: 0.75rem  0.51rem 0.2rem 0.65rem;
    box-sizing: border-box;
}

.post-51 .con .news_wz a {
    color: #fff;
}

.post-51 .con .news_title {
    font-size: 0.3rem;
    line-height: 1.35;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}
.post-51 .con .news_date{
    flex: none;
    font-size: var(--smailSize);
    line-height: 1.5;
    opacity: 0.5;
}
.post-51 .con .news_text p {
    font-size: 0.24rem;
    line-height: 0.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.post-51 .con .news_text p .news_title:before{
    content:"";
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    display: block;
    border-radius: 50%;
    flex: none;
    margin-right: 0.2rem;
}
.post-51 .con .news_text p .news_title{
      font-size: var(--titleSize);
      line-height: 1.5;
      margin: 0;
      margin-right: 0.2rem;
      display: flex;
      align-items: center;
      font-style: italic;
}
 .post-51 .con .news_text p .news_title a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main5 .mbottom {
    margin-top: 1.06rem;
    display: flex;
}
.post-52 {
    flex: none;
    width: 9.78rem;
    margin-right: 0.63rem;
}
.post-52 .news_list {
    display: flex;
    margin: 0 -0.13rem;
}

.post-52 .news_list .news {
    width: 33.33%;
}

.post-52 .news_list .news .news_box {
    margin: 0 0.13rem;
}

.post-52 .news_list .news_imgs a {
    padding-top: 66.34%;
}

.post-52 .news_list .news_wz {
    height: 1.9rem;
    background: rgb(7 69 138 / 7%);
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
}
.post-52 .news .news_title {
    -webkit-line-clamp: none;
}

.post-52 .news .news_title .s2 {
    opacity: 0;
}

.post-52 .news .news_title:hover .s2 {
    opacity: 1;
    -webkit-line-clamp: 4;
}

.post-52 .news .news_title:hover {
    -webkit-line-clamp: 4;
}
.post-53 {
    flex: 1;
}
.post-53 .con{
    height: 3.95rem;
}
div#weather {
    text-align: center;
}

div#weather .weather-icon img {
    height: 1.86rem;
    max-width: 100%;
}

div#weather .weather-icon {
    margin-bottom: 0.24rem;
}

div#weather .weather-temp {
    font-size: 0.7rem;
    color: #07458A;
    font-weight: bold;
    word-spacing: 0.05rem;
    line-height: 1.2;
}

div#weather .weather-Feels {
    font-size: 0.2rem;
    margin: 0.24rem 0;
}

div#weather .weather-Cloudy {
    font-size: 0.24rem;
}
.post-61 .con {
}

.post-61 {
    width: 4.45rem;
}

.main6:after {
    content: "";
    width: calc(100vw - 10.6rem);
    position: absolute;
    left: 0;
    height: 100%;
    background: url(images/main7bg.jpg) no-repeat center/cover;
    top: 0;
}
.main6 {
    position: relative;
}

.main6 .inner {/* width: 100%; *//* position: relative; */z-index: 1;/* padding-left: calc(50vw - var(--innerWidth)/2); */box-sizing: border-box;height: 5.96rem;padding-top: 0.73rem;}

.post-61 .con .list2 {
    width: 10.6rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ccc;
}

.post-61 .list1 {
    position: relative;
    z-index: 1;
}

.post-61 .tit .title {
    font-size: 0.4rem;
    color: #fff;
}

.post-61 .tt {
    margin-bottom: 0.57rem;
}

.post-61 .list1 .news_title {
    color: #fff;
    font-size: 0.24rem;
    width: 100%;
    padding: 0.07rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.29rem;
    position: relative;
    margin-bottom: 0.28rem;
    line-height: 1.45;
}
.post-61 .list1 .news_title svg{
    width: 0.12rem;
}
.post-61 .list1 .news_title:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s;
}

.post-61 .list1 .news_title.selected:after {
    width: 100%;
}

.post-61 .list1 .news_title.selected {
    width: 100%;
}

.post-61 .list1 .news_title.selected svg path {
    stroke: #fff;
}
.post-61 .list2 .news {
    height: 100%;
}

.post-61 .list2 .news .news_video,.post-61 .list2 .news .news_imgs {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-61 .list2 .news .news_video video {
    position: absolute;
    left: 0;
    top: 0;
}

.post-61 .list2 .news .news_video .play {position: absolute;z-index: 1;cursor: pointer;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.post-61 .View_more .more_text {
    width: 1.7rem;
    line-height: 0.75rem;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    font-size: var(--bigSize);
    box-sizing: border-box;
}
.post-61 .list2 .news .news_video .play.pause{
opacity:0
}
.post-61 .View_more {
    position: absolute;
    bottom: 0.74rem;
    z-index: 1;
}
#footer .foot-t {
    padding-top: 0.77rem;
    text-align: center;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.links .title {
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 0.32rem;
    position: relative;
    margin-bottom: 0.43rem;
}

.links .title:after {
    content: "";
    width: 0.95rem;
    height: 0.06rem;
    background: #FFD800;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.475rem;
}

.links .news_list {
    display: flex;
    flex-wrap: wrap;
}

.links .news_list .news {
    width: 19%;
    line-height: 25px;
    color: #fff;
    margin: 0 5px;
    font-size: var(--titleSize);
    text-align: left;
    padding: 5px 0px;
    display: flex;
   
    border-bottom: 1px dashed #ffffff8c;
}

.links .news_list .news a {
    color: #fff;
}

#footer .foot-c {
    display: flex;
    padding: 0.61rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    align-items: center;
}
/**列表页**/
.list .header:after {
    height: 2.59rem;
}
.l-banner{height: 5.17rem;background-position:center center;background-repeat:no-repeat;text-align:center;background-color:#c5c4c4;position:relative;background-size: cover;}
.l-banner img{display:none;height:100%;vertical-align:top}
#l-container .inner{padding: 0.65rem 0 1.8rem;position:relative}
#d-container .inner{background:#fff}

/**栏目列表**/
.col_menu_head{position:absolute;bottom:100%;z-index:1;width:100%;left:0}
.col_name span{font-size:.44rem;color:#fff;text-transform: uppercase;}
.col_name{margin-bottom:.3rem}
.col_path a,.col_path span{color:#fff;font-size:var(--smailSize);line-height:1.3}
.col_path{display:inline-block;padding-left:.26rem;background:url(images/home.svg) no-repeat left;margin-bottom:.63rem;display: none;}
.possplit::after{content:"/";font-size:.15rem}
.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_list{width:100%;position:relative;height:.9rem;padding-right:.9rem;box-sizing:border-box;display:flex;align-items:center}
.col_list::before{content:"";display:block;width:calc(50vw + 8.2rem);height:0;right:0;position:absolute;top:0;border-bottom:.9rem solid var(--mainColor);border-right:.35rem solid transparent}
.column-switch{display:none}
.col_list ul{position:relative;width:100%}
.col_list ul li{float:left}
.col_list .col_column .col_item_link.selected{opacity:1}
.col_list .col_column .col_item_link{color:#fff;padding:0 .36rem;font-size:var(--smailSize);border-right:1px solid rgb(255 255 255 / 20%);display:inline-block;display:block;text-align:center;opacity:.7;margin:.05rem 0}
.col_list .slick-next,.col_list .slick-prev{width:auto;height:auto;background:0 0;border-radius:0}
.col_list .slick-prev{left:-.4rem;display:none!important}
.col_list .slick-next{right:-.5rem;width:.3rem;text-align:center}
.col_list .slick-next:hover,.col_list .slick-prev:hover{opacity:1;color:#fff;background:0 0}

/**默认新闻列表页**/
.mrlist .col_news_list .news_list.list2 .news{display:flex;padding-bottom: 0.357rem;margin-bottom: 0.415rem;border-bottom: 1px dashed #cfd8ea;}
.mrlist .col_news_list .news_list.list2 .news .news_imgs{width: 3.25rem;flex:none;display:flex;align-items:center}
.mrlist .col_news_list .news_list.list2 .news .news_imgs a{padding-top: 66.46%;width:100%}
.mrlist .col_news_list .news_list.list2 .news .news_wz{flex:1;padding: 0.39rem 0.33rem 0.2rem 0.37rem;background: #f5f6f8;}
.mrlist .col_news_list .news_list.list2 .news .news_date{
    font-size: var(--smailSize);
    color: var(--mainColor);
    margin-bottom: 0.25rem;
}
.mrlist .col_news_list .news_list.list2 .news .news_title{font-size: var(--bigSize);line-height: 1.5;margin-bottom: 0.15rem;}
.mrlist .col_news_list .news_list.list2 .news .news_text{font-size:var(--smailSizex);line-height: 1.71;color: #999999;}
.mrlist .col_news_list .news_list.list2 .news .news_text a{color:#999}
.mrlist .col_news_list .news_list.list2 .news.noimg .news_imgs{display:none}

/**文章页**/
.art_bottom {
    display: flex;
    justify-content: space-between;
}

.article {
    width: 100%;
    flex: none;
}

.col_post {
    width: 3.82rem;
    padding-left: 0.44rem;
    border-left: 1px solid #E0E0E0;
}

.col_post .tt {
    line-height: 1.3;
    font-size: 0.32rem;
    margin-bottom: 0.04rem;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.3rem;
}

.col_post .news_list .news {
    display: flex;
    align-items: center;
    padding: 0.26rem 0;
    border-bottom: 1px solid rgb(227 227 227 / 80%);
}

.col_post .news_list .news .news_meta {
    width: 0.67rem;
    height: 0.65rem;
    background: #7eb0e0;
    border-radius: 0.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    flex: none;
    margin-right: 0.21rem;
}

.col_post .news_list .news .news_meta .days {
    font-size: 0.27rem;
    font-weight: bold;
}

.col_post .news_list .news .news_meta .month {
    font-size: 0.13rem;
}

.col_post .news_list .news .news_title {
    font-size: var(--smailSize);
    line-height: 1.625;
    font-family: 'SourceHanSansCN-Light';
    font-weight: bold;
}
.info .col_metas.clearfix{height:.63rem}
.infobox{padding:.56rem 0;margin:0 auto;width:auto}
.article h1.arti_title{line-height:1.3;font-size: 0.32rem;margin-bottom: auto;font-weight: normal;}
.article h2.arti_title{line-height:2;font-size:.2rem;color:#1b1b1bc7;}
.article .arti_metas{line-height: 1.3;margin:0}
.article .arti_metas>span{font-size:var(--smailSize);color: #999999;margin-right: 0.32rem;}
.article .arti_info.clearfix{position:relative;margin-top: 0.15rem;}
.article .entry{margin:0 auto;overflow:hidden;margin-top: 0.3rem;min-height:400px}
.article .entry .read,.article .entry .read p{line-height: 2;font-size: var(--titleSize);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{background: #1C518B;}
#footer .inner{box-sizing:border-box;position:relative;z-index:1}
#footer .foot-top{display:flex;justify-content:space-between;margin-bottom:.857rem}
#footer .inner.in1{padding:.57rem 0 .32rem;position:relative}
#footer .inner .mod{}
#footer .inner .foot-left{flex: 1;}
#footer .inner .foot-center{flex:1;text-align: center;}
#footer .inner .foot-center img{
    width: 4.12rem;
}
#footer .inner .foot-right{flex: 1;display: flex;flex-direction: column;align-items: flex-end;}
#footer .foot-c p{font-size:var(--smailSize);line-height: 1.7;font-weight:400;color:#fff;opacity: 0.8;width: 3.45rem;}
#footer .inner p a{color:#fff}
#footer .inner p span{margin: 0 0.1rem;font-size: var(--smailSizex);color: #fff;opacity: 0.4;}
#footer .foot-left .title{color:#fff;font-size:var(--smailSize);line-height:.21rem;font-weight:700;margin-bottom:.14rem}
#footer .inner .foot-left img {
    width: 1rem;
}
#footer .foot-b {
    padding: 0.27rem;
    text-align: center;
}
/**底部链接**/
.foot-left .tt{margin-bottom:.18rem}
.foot-left .links{margin-right:1.02rem}

/**分享**/
.shares .news_list{display:flex;text-align:center;gap: 0.25rem;}
.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: rgb(255 255 255 / 10%);width: 0.48rem;height: 0.48rem;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size: auto 53%;}
.shares .news_list .news{position:relative}
.shares .news_list .news:nth-child(1) .news_icon{background-image:url(images/weixin.svg)}
.shares .news_list .news:nth-child(2) .news_icon{background-image:url(images/Facebook.svg)}
.shares .news_list .news:nth-child(3) .news_icon{background-image:url(images/instagram.svg)}
.shares .news_list .news:nth-child(4) .news_icon{background-image:url(images/twitter.svg)}
.shares .news_list .news:nth-child(5) .news_icon{background-image:url(images/linkedin.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}
.shares .news_list .news_icon:hover {
    background-color: rgb(255 255 255 / 30%);
}

.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}
