@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
    font-family:"SourceHanSerifCN-Regular" ;
    src: url(fonts/SourceHanSerifCN-Regular.ttf);
}
@font-face {
    font-family:"SourceHanSerifCN-Bold" ;
    src: url(fonts/SourceHanSerifCN-Bold.ttf);
}
@font-face {
    font-family:"SourceHanSerifCN-Heavy.ttf";
    src: url(fonts/SourceHanSerifCN-Heavy.ttf);
}
@font-face {
    font-family:"zqzmhs";
    src: url(fonts/ZhiMangXing.woff);
}
@font-face {
    font-family:"AaJianHaoTi" ;
    src: url(fonts/AaJianHaoTi.ttf);
}

:root{
    --mainColor:#37405F;
    --hoverColor:#738DA4;
    --bigSize:0.23rem;
    --titleSize:0.18rem;
    --smailSize:0.16rem;
}



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;}
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; }
/*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: 13px;font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color: #232222;font-family:"SourceHanSerifCN-Regular";/* background: url(images/bodybg.jpg) no-repeat bottom; */}
p{line-height:1.75;}
a {color: #333;text-decoration:none;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: 16.4rem;margin:0 auto;} /**页面全局宽度**/
.wrap .ding {
    height: 0.68rem;
    background: url(images/ding.svg)no-repeat center;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.61rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3.37rem;
}
.wrap .ding .bb {
    margin-top: 0;
    -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;
}
.addSvg {
    position: absolute;
    /* z-index: 1; */
    top: 0;
    width: 6.3rem;
    left: 50%;
    transform: translateX(-50%);
}
@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)
    }
}
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.header {border-bottom:none;height:auto;line-height:inherit;z-index: 3;position: absolute;}
.header .inner{position:relative;/* height: 1.9rem; */transition: all 0.4s ease-in-out;}
.header .sitelogo{float:left;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{color:transparent;margin:0;display: flex;align-items: center;}
.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 {
    display: flex;
    align-items: center;
}
.header .head-left{float:left;display:inline-block;margin-top: 0.6rem;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{display: flex;flex-direction: column;align-items: flex-end;margin-top: 0.56rem;transition: all 0.4s ease-in-out;}
.header .mod {
    display: flex;
    justify-content: space-between;
}

.header .sitelogo .sitetitle span {
    display: block;
}

.header .sitelogo img.logo {
    width: 3.4rem;
    transition: all 0.6s ease-in-out;
}
 .sitetitle img {
    width: 4.8rem;
}
.head-top {
    display: flex;
    align-items: center;
}
.site-en a {
    background: #00AFCA;
    width: 0.45rem;
    height: 0.45rem;
    display: inline-block;
    line-height: 0.45rem;
    border-radius: 0.08rem;
    color: #fff;
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 0.18rem;
}
.head-bottom {/* width: 10.73rem; */box-sizing: border-box;}
.header.fixed {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-animation: 0.6s linear 0s  alternate move_eye;
    animation: 0.6s linear 0s  alternate move_eye;
    background: var(--mainColor);
    z-index: 3;
}
.header.posi {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -webkit-animation: 0.6s linear 0s  alternate move_eye2;
    animation: 0.6s linear 0s  alternate move_eye2;
    /* background: #910006; */
    z-index: 2;
    box-shadow: 0 0 19px 0px #33333329;
}

@-webkit-keyframes move_eye {
  from {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0)
  }
}
@-webkit-keyframes move_eye2 {
  from {
    transform: translateY(0)
  }
  to {
    transform: translateY(-100%)
  }
} 

.fixed a.menu-btn {
    background: #738da42b;
}
.fixed .wp-search {
    /* background: rgb(253 208 0 / 50%); */
}

.fixed .site-lang ul li.links a {background: rgb(253 208 0 / 50%);}

html.fixopen {
    overflow: hidden;
}
.fixbox {
    position: fixed;
    z-index: 2;
    background: #37405fe0;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    transition: all 0.7s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.fixbox.navbox.open {
    visibility: inherit;
    opacity: 1;
}


.fixopen .header:before {display: none;}

.fixopen .head-bottom {
    display: none;
}

.navbox .nav .sub-menu {
    display: block ! important;
    position: static;
    text-align: center;
}

.navbox .nav .wp-menu .menu-item a.menu-link:after {
    display: none;
}

.fixopen .header .sitelogo img.logo {
    /* width: 4rem; */
}
.fixbox ul.wp-menu.clearfix {
    display: flex;
    justify-content: space-between;
}

.fixbox ul.wp-menu.clearfix:after {
    content: "";
}

.fixbox .menu-item .menu-link {
    color: #fff;
    font-size: 0.2rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.47rem;
    display: inline-block;
    position: relative;
    bottom: 0;
    margin-bottom: 0.2rem;
}
.fixopen .header .head-left {
    margin-top: 0.2rem;
    transition: all 0.4s ease-in-out;
}
.fixbox .menu-item .sub-menu .sub-link {
    font-size: 0.16rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.4rem;
}

.navbox .nav .sub-menu {}

.fixbox .menu-item .sub-menu .sub-img {
    display: none;
}

.fixbox .menu-item .menu-link:before{
    content: "";
    height: 0.02rem;
    width: 0.2rem;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.1rem;
}
.fixbox ul.wp-menu.clearfix .menu-item {
    transform: translateY(.5rem);
    transition: .5s;
    opacity: 0;
}
.fixbox.open ul.wp-menu.clearfix .menu-item {
    transform: translateY(0);
    opacity: 1;
}
.fixbox ul.wp-menu.clearfix .menu-item:nth-child(1) {
    transition-delay: .1s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(2) {
    transition-delay: .2s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(3) {
    transition-delay: .3s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(4) {
    transition-delay: .4s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(5) {
    transition-delay: .5s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(6) {
    transition-delay: .6s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(7) {
    transition-delay: .7s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(8) {
    transition-delay: .8s
}

.fixbox ul.wp-menu.clearfix .menu-item:nth-child(9) {
    transition-delay: .9s
}
.header.fixed .head-left {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.header.fixed .head-right {
    margin-top: 0.2rem;
}
.fixopen .header .head-right, .fixopen .header.fixed .head-right {
    margin-top: 0.4rem;
}

.fixopen .header.fixed {
    background: none;
}

.fixopen .header.fixed .head-left {
    margin-top: 0.2rem;
}

/*rale样式*/
.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-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*lang样式*/
.site-lang ul li.links.i2 a {
    border: none;
}
.site-lang ul{/* float:right; */}
.site-lang ul li.links{height: 0.38rem;}
.site-lang ul li.links a{line-height: 0.38rem;font-size: 0.16rem;color: #ffffff;width: 0.38rem;display: block;text-align: center;background: #910006;transition: 0s;}
.site-lang ul li.links a:hover{color: #fff;}
.site-lang1 {
    margin-right: 0.2rem;
}
.site-lang1 .news_list {
    display: flex;
}

.site-lang1 .news_list .links a {
    color: #fff;
    font-size: var(--smailSize);
    font-family: 'SourceHanSerifCN-Bold';
    padding: 0 0.165rem;
    position: relative;
    line-height: inherit;
}
.site-lang1 .news_list .links a:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.15rem;
    background: #fff;
    position: absolute;
    left: 0;
}
.site-lang1 .news_list .links:first-child a:before{
    display: none;
}
.site-lang2 .news_list {
    display: flex;
}

.site-lang2 .news_list .links .icon {
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgb(255 255 255 / 58%);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 0.13rem;
}

.site-lang2 .news_list .links a {
    display: flex;
    align-items: center;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: var(--smailSize);
    color: #fff;
}

.site-lang2 .news_list .links:first-child .icon {
    background-image: url(images/wx.svg);
}
.site-lang2 .news_list .links:nth-child(2) .icon {
    background-image: url(images/mh.svg);
}

.site-lang2 .news_list .links {
    margin-right: 0.15rem;
    position: relative;
}
.site-lang2 .news_list .links .img {
    position: absolute;
    top: 150%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    left: 50%;
    margin-left: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: #fff;
    z-index: -1;
}

.site-lang2 .news_list .links:hover .img {
    top: 110%;
    opacity: 1;
    z-index: 1;
}

.site-lang2 .news_list .links .img img {
    width: 100%;
    height: 100%;
}
.head-top-right {
    display: flex;
}
.head-top-right a {width: 0.58rem;height: 0.58rem;}

a.search-button {
    display: block;
    background: rgb(115 141 164 / 50%) url(images/sous.svg) no-repeat center;
    background-size: 0.18rem;
}
a.menu-btn {
   background: var(--mainColor);
   display: flex;
   flex-direction: column;
   gap: 0.07rem;
   align-items: center;
   justify-content: center;
   float: none;
}
a.menu-btn.btn2 {
    display: none;
}
a.menu-btn .xian {
    display: block;
    height: 0.02rem;
    width: 0.17rem;
    background: #fff;
    border-radius: 0.02rem;
    transition: all 0.4s ease-in-out;
}
a.menu-btn.arrow .xian:nth-child(2){
    display: none;
}
a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: 0.2rem;
    position: absolute;
}
a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: 0.21rem;
    position: absolute;
}
.en-lang a {
    display: block;
    background: var(--hoverColor);
    color: #fff;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.18rem;
}
/*默认主导航样式*/
#nav{/* background: #004ea1; */}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.header .nav .wp-menu {margin:0 auto;display: flex;justify-content: space-between;/* gap: 0.57rem; */width: 11.38rem;position: relative;}
.header .nav .wp-menu .menu-item {/* float: left; */position: relative;}
.header .nav .wp-menu .menu-item.i1 { background:none;}
.header .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;}
.header .nav .wp-menu .menu-item a.menu-link {display: block;line-height: 0.7rem;color: #fff;font-size: 0.2rem;font-family:"SourceHanSerifCN-Bold";position: relative;/* z-index: -1; */}
.header .nav .wp-menu .menu-item.hover a.menu-link,
.header .nav .wp-menu .menu-item a.hover{/* background-color:#1384e2; *//* text-decoration: none; *//* color: #17607A; */}
.header .nav .sub-menu {display: none;position: absolute;left: 50%;top: 100%;min-width: 5.79rem;width: 9.72rem;z-index: 100;background: #fff url(images/submenubg.png) no-repeat right bottom;/* transform: translateX(-50%); *//* border-radius: 0.08rem; */overflow: hidden;/* box-shadow: 0 0 19px 0px #33333329; */left: -0.17rem;height: 2.52rem;}
.header .nav .sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;_zoom:1;width: 33.3%;}
.header .nav .sub-menu .sub-item a {display: block;color: var(--mainColor);/* height: 40px; */line-height: 0.47rem;/* padding: 0 17px; */font-size: 0.18rem;background:none;/* text-align: center; */font-family: 'SourceHanSerifCN-Bold';padding-left: 0.22rem;position: relative;}
.header .nav .sub-menu .sub-item.hover> a,
.header .nav .sub-menu .sub-item a:hover{color: #DEC8A6;/* background-color: #cea237; *//* display: block; */}
.header .nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.header .nav .wp-menu:after {
    display: none;
}
.header .nav .wp-menu:after {
    display: none;
}

.header .nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    display: block;
    width: calc(100% + 0.34rem);
    height: 0.43rem;
    background: var(--mainColor);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.02rem;
    opacity: 0;
    z-index: -1;
}
.header .nav .sub-menu .sub-menu li {
    display: none;
}
.header .nav .wp-menu .menu-item:hover a.menu-link:after {
    
/* transform: none; */
}
.header .nav .wp-menu .menu-item:hover a:before {
    opacity: 1;
}

.header .nav .sub-con {
    display: flex;
    padding: 0.27rem;
    /* align-items: center; */
}

.header .nav .sub-con .sub-img {
    width: 3rem;
    height: 2rem;
    background: #ccc;
    margin-right: 0.71rem;
    flex: none;
}

.header .nav .sub-con .sub-img img {
    width: 100%;
    height: 100%;
}

.header .nav .sub-menu .sub-item a:before {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.055rem;
    transition: all 0.4s ease-in-out;
}

.header .nav .sub-menu .sub-item a:hover:before {
    background: #DEC8A6;
}
.header .nav .sub-menu ul.sub-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
}
.header .nav .sub-menu.sub4 {
    width: auto;
}

.header .nav .sub-menu.sub4 ul.sub-list{
    flex-direction: column;
}
.header .nav .sub-menu.sub4 ul.sub-list {
    margin-right: 0.44rem;
}
.header .nav .menu-item:nth-child(7) .sub-menu,.header .nav .menu-item:nth-child(8) .sub-menu{
    left: 50%;
    transform: translateX(-50%);
}
.header .nav .menu-item:nth-child(9) .sub-menu{left: 50%;
    transform: translateX(-80%);}
.news_imgs a {
   display: block;
}

.news_imgs {
   overflow: hidden;
   background: #ccc;
}
/**主页banner开始**/
#banner {height: 100vh;}
#banner .inner {width: 100%;text-align: center;position: fixed;}
.mbanner .news_imgs a {
    display: block;
    height: 100vh;
}
.mbanner .news_imgs a{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    webkit-transform: scale(1.2);
    transition: linear 5s;
    position: relative;
    }
.mbanner .slick-active .news_imgs a{transform:none}
.mbanner .slick-prev, .mbanner 
 .slick-next {background: rgb(55 64 95 / 80%);color: rgb(255 255 255 / 50%);z-index: 1;}

.mbanner .slick-prev {
    left: 0.57rem;
}

.mbanner .slick-next {
    right: 0.57rem;
}
.mbanner .slick-prev:hover, .mbanner .slick-next:hover {
        background: rgb(255 255 255 / 80%);
    color: rgb(55 64 95 / 50%);
}
.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 li.slick-active {
    width: 0.74rem;
    height: 0.23rem;
    background: url(images/dot.svg)no-repeat;
    background-size: 100%;
    opacity: 1;
}
.mbanner .slick-dots {
    width: auto;
    bottom: 0.57rem;
    right: 50%;
    margin-right: -8.2rem;
    display: flex;
    align-items: flex-end;
}

.mbanner .slick-dots li {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0;
    /* background: rgb(255 255 255 / 80%); */
    background-size: 100%;
    margin: 0;
    opacity: 0.4;
    margin-left: 0.13rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.mbanner .slick-dots li button {
    width: 0.06rem;
    height: 0.06rem;
    background: rgb(255 255 255 / 80%);
    padding: 0;
}
.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_imgs a:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 8.23rem;
    background: url(images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
}
.mbanner .news .news_video:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 8.23rem;
    background: url(images/bannerbg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    top: 0;
}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
div#wrap {
    position: relative;
    background: #fff url(images/main1bg.png) no-repeat  top 1.3rem center;
    /* margin-top: 0.68rem; */
    background-size: 100%;
}

.main1 .inner {
    padding: 0.4rem 0 0.69rem;
}

.main1 .mbottom {
    display: flex;
}
.post1 .tt .more_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.post1 .tt {
    text-align: center;
    position: relative;
    margin-bottom: 0.4rem;
}

.post1 .tt .tit {
    display: inline-block;
}

.post1 .tt .title {
    font-size: 0.3rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #37405F;
    line-height: 0.44rem;
    padding: 0.24rem 0.24rem 0.1rem 0.24rem;
    background: url(images/ttbg1.svg)no-repeat;
    background-size: 100%;
    display: inline-block;
}
.post1 .news_title font {
    color: #333 ! important;
    transition: all 0.4s ease-in-out;
}
span.highlight2 {
    font-family: "AaJianHaoTi";
    font-size: 0.71rem;
    font-weight: normal;
    color: #DEC8A6;
}
span.highlight {
   font-family: "zqzmhs";
   font-size: 0.71rem;
   font-weight: normal;
   color: #DEC8A6;
   vertical-align: text-bottom;
}
.post1 .tt .more_btn .more_text {
    font-size: var(--smailSize);
    color: #37405F;
    font-family: 'SourceHanSerifCN-Bold';
}
.post1 .tt .more_btn .more_text img {
    width: 0.11rem;
    margin-left: 0.04rem;
    vertical-align: baseline;
}
.post-12 {
    width: 8.59rem;
}

.post-12 .news .news_imgs a {
    padding-top: 66.58%;
}

.post-12 .news .news_wz {
    background: #fff;
    height: 1.24rem;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    padding: 0 0.29rem;
    align-items: center;
}

.post-12 .news .news_title {
    margin-bottom: 0.09rem;
}

.post1 .news_title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: var(--bigSize);
    line-height: 1.6;
}
.post-13 .news_list .news:hover,.post-22 .news_list .news:hover,.post-33 .news_list .news:hover,.post-42 .news_list .news:hover {
    color: #fff;
}
.post-12 .news .news_text {
    font-size: var(--bigSize);
    line-height: 1.35;
}
.post-12 .news .news_meta {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    background: #fff;
    /* width: 4.37rem; */
    /* height: 0.83rem; */
    /* padding-left: 0.29rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    color: var(--mainColor);
    box-sizing: border-box;
    height: 0.78rem;
    border-right: 0.02rem solid #37405F;
    padding-right: 0.17rem;
    margin-right: 0.3rem;
}

.post-12 .news .news_imgs {
    position: relative;
}

.post-12 .news .news_meta:after {
    content: "";
    display: block;
    height: 1px;
    width: 2.79rem;
    background: #37405F;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.post1 .news .news_meta .news_month {
    font-size: 0.17rem;
    line-height: 0.26rem;
}

.post1 .news .news_meta .news_days {
    font-size: 0.29rem;
    font-family: "SourceHanSerifCN-Heavy.ttf";
}

.post-12 .slick-prev,.post-12 .slick-next {
    background: #DEC8AD;
    color: #fff;
    top: 3rem;
    bottom: 1.24rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.post-12 .slick-prev {
    left:0;
}
.post-12 .slick-next {
    right:0;
}
.post-12:hover .slick-prev, .post-12:hover .slick-next {
    opacity: 0.8;
}

.post-12 .slick-prev:hover, .post-12 .slick-next:hover {
    color: #DEC8A6;
    background: #fff;
    opacity: 1;
}
.post-13 {
    background: rgb(255 255 255 / 40%);
    border: 1px solid rgb(221 221 221 / 40%);
    flex: 1;
}

.post-13 .con,.post-13 .con>div {
    height: 100%;
}

.post-13 .news_list {
    height: 100%;
}

.post-13 .news_list .news {
    height: 25%;
    padding: 0 0.49rem 0 0.42rem;
    display: flex;
    align-items: center;
    position: relative;
}

.post-13 .news_list .news .news_meta span {
    display: block;
}

.post-13 .news_list .news .news_meta {
    height: 0.78rem;
    padding-right: 0.17rem;
    margin-right: 0.3rem;
    border-right: 0.02rem solid #37405F;
    transition: all 0.4s ease-in-out;
}

.post-13 .news .news_title {
    margin-bottom: 0.13rem;
}

.post-13 .news .news_text {
    font-size: var(--titleSize);
    line-height: 1.35;
}
.post-13 .news_list .news:after {content: "";display: block;width: 100%;height: 100%;position: absolute;background: #738DA4 url(images/newsbg.svg) no-repeat right center;left: -1px;transform: scale(0.9);opacity: 0;transition: all 0.5s ease-in-out;background-size: 7.64rem;}

.post-13 .news_list .news * {position: relative;z-index: 1;}

.post-13 .news_list .news:hover:after {
    transform: none;
    opacity: 1;
}

.post-13 .news_list .news:hover .news_meta {
    color: #fff;
    border-color: #fff;
}

.post-13 .news_list .news:hover .news_title a {
    color: #fff;
}

.post-13 .news_list .news:hover .news_text a {
    color: #fff;
}
.main2 .inner {
    padding: 0.165rem 0 0.358rem;
}

.main2 {
    background: url(images/main2bg.png) no-repeat top;
    background-size: 100%;
}
.post-21  .tt {
    margin: 0;
}

.main2 .mbottom .tab-menu li {line-height: 0.47rem;width: 0.98rem;background: var(--hoverColor);font-size: var(--smailSize);color: #fff;text-align: center;cursor: pointer;}

.main2 .mbottom .tab-menu {
    display: flex;
    gap: 0.09rem;
    margin-bottom: 0.09rem;
}

.main2 .mbottom .tab-menu li.selected {
    background: var(--mainColor);
}
.post-22 .news_list .news {
    width: 50%;
    height: 1.25rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(55 64 95 / 30%);
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.post-22 .news_list .news:hover .news_title a font {
    color: #fff ! important;
}
.post-22 .news_list {
    display: flex;
    flex-wrap: wrap;
}
.post-22 .news_list .news:nth-child(1),.post-22 .news_list .news:nth-child(2) {
    border-top: 1px solid rgb(55 64 95 / 30%);
}

.post-22 .news_list .news .news_date {
    font-size: var(--titleSize);
    font-family: 'SourceHanSerifCN-Bold';
    flex: none;
    margin-left: 0.86rem;
    transition: all 0.4s ease-in-out;
}
.post-22 .news_list .news:after {content: "";display: block;width: 100%;height: 100%;position: absolute;background: #738DA4 url(images/newsbg.svg) no-repeat right center;left: -1px;transform: scale(0.9);opacity: 0;transition: all 0.5s ease-in-out;background-size: 4.86rem;}
.post-22 .news_list .news:hover:after{
    transform: none;
    opacity: 1;
}

.post-22 .news_list .news * {
    z-index: 1;
    position: relative;
}

.post-22 .news_list .news:hover .news_title a {
    color: #fff;
}

.post-22 .news_list .news:hover .news_date {
    color: #ffff;
}
.post-24 .news .news_box {
    margin: 0 0.22rem;
    background: rgb(255 255 255 / 70%);
    display: flex;
    height: 2.73rem;
    /* align-items: center; */
    box-shadow: 0 0.06rem 0.16rem rgb(116 132 152 / 16%);
    /* transition: all 0.4s ease-in-out; */
}
.post-24 .slick-prev, .post-24 .slick-next {
    color: #37405f;
    font-size: 40px;
}

.post-24 .slick-prev {
    left: -0.7rem;
}

.post-24 .slick-next {
    right: -0.7rem;
}
.post-24 .news_list {
    margin: 0 -0.22rem;
    padding-bottom: 0.33rem;
    margin-top: -0.2rem;
}

.post-24 .news .news_meta {background: var(--mainColor) url(images/logobg.png) no-repeat bottom 0.25rem center;width: 1.07rem;flex: none;color: #fff;padding-top: 0.23rem;background-size: 0.83rem;}

.post-24 .news .news_meta span {
    display: block;
    text-align: center;
    font-size: 0.1rem;
    line-height: 0.15rem;
}
.post-24 .news .news_meta .news_months {
    line-height: 0.15rem;
}
.post-24 .news .news_meta .news_month {}
.post-24 .news .news_meta .news_days {
    font-size: 0.57rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.2;
}

.post-24 .news .news_wz {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0.31rem;
    flex: 1;
    transition: all 0.2s ease-in-out;
        width: 0;
}

.post-24 .news .news_title {
    margin-bottom: 0.31rem;
}

.post-24 .news .news_text {
    font-size: var(--titleSize);
    line-height: 1.45;
}

.main2 .mbox2 {
    margin-top: 0.65rem;
}

.main2 .mbox1 .mbottom {
    margin-top: -0.15rem;
}
.post-24 .slick-dots li button {
    background: var(--mainColor);
    width: 0.06rem;
    height: 0.06rem;
    padding: 0;
    margin: 0 auto;
    vertical-align: revert;
}

.post-24 .slick-dots li {
    width: 0.06rem;
    height: 0.23rem;
    margin: 0 0.08rem;
    background: none;
    border-radius: inherit;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease-in-out;
}

.post-24 .slick-dots {
    display: flex;
    justify-content: center;
}

.post-24 .slick-dots li.slick-active {
    width: 0.73rem;
    height: 0.23rem;
    background: url(images/dot2.svg)no-repeat;
    background-size: 100%;
}
.post-24 .news_box:hover .news_wz {
    background: url(images/newsbg2.png) no-repeat center;
    background-size: 5.17rem;
}

.post-24 .slick-list {
    padding: 0.16rem 0;
}
.main3 {
    background: rgb(100 150 194 / 10%) url(images/main3bg.png) no-repeat right top 0.35rem;
    background-size: 15.36rem;
}

.main3 .inner {
    padding: 0.48rem 0 0.58rem;
}


.main3 .mbottom {
    display: flex;
    margin-bottom: 0.8rem;
}

.main3 .mbottom .ml {
    width: 8.2rem;
    flex: none;
    margin-right: 0.35rem;
    flex: none;
}

.main3 .mbottom .mr {
    flex: 1;
    margin-top: 0.45rem;
}
.calendar_news .month_list {
    display: inline-block;
    margin-bottom: 0.46rem;
    position: relative;
}

.calendar_news .month_list .now {
    font-size: 0.25rem;
    line-height: 0.36rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: var(--mainColor);
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.calendar_news .month_list .now:after {
    content: ">";
    font-size: 0.14rem;
    font-family: cursive;
    font-weight: bold;
    vertical-align: middle;
    transform: rotate(90deg);
    margin-left: 0.13rem;
}

.calendar_news .month_list .month {
    text-align: center;
    background: #fff;
    padding: 0.1rem 0;
    height: 2rem;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: 1;
}
.calendar_news .month_list .month li {
    line-height: 0.3rem;
    /* color: #fff; */
    font-size: var(--smailSize);
    border-bottom: 1px solid #738da45c;
    cursor: pointer;
}
.calendar_news .month_list .month::-webkit-scrollbar {
    width: 3px;
    height: 4px;
    background-color: #fff;
}
.calendar_news .month_list .now.open:after {
    transform: rotate(-90deg);
}
.calendar_news .month_list .month::-webkit-scrollbar-thumb:horizontal {
    width: 3px;
    background-color: #fff;
}

.calendar_news .month_list .month::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
}

.calendar_news .month_list .month::-webkit-scrollbar-thumb:vertical {
    background-color: var(--hoverColor);
    border: 0;
    outline: 0
}
.calendar_news .month_list .month::-webkit-scrollbar {
    width: 3px;
    height: 4px;
    background-color: #fff;
}

body.research .box3 .swiper_info .news_text::-webkit-scrollbar-thumb:horizontal {
    width: 3px;
    background-color: #83737f;
}

body.research .box3 .swiper_info .news_text::-webkit-scrollbar-track-piece {
    background-color: #83737f;
    -webkit-border-radius: 0;
}

body.research .box3 .swiper_info .news_text::-webkit-scrollbar-thumb:vertical {
    background-color: #9c989b;
    border: 0;
    outline: 0
}
.calendar_news .day_list .day {
    text-align: center;
    color: var(--mainColor);
}

.calendar_news .day_list .day span {
    display: block;
}

.calendar_news .day_list .day .days {
    font-size: 0.3rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.44rem;
    color: var;
}

.calendar_news .day_list .day .week {
    font-size: 0.14rem;
    line-height: 0.2rem;
}
.calendar_news .day_list .day .box {
    width: 0.96rem;
    height: 0.96rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.calendar_news .slick-prev,.calendar_news  .slick-next {
    width: 0.15rem;
    height: auto;
    color: var(--mainColor);
}

.calendar_news .slick-prev {
    right: 100%;
    left: auto;
}

.calendar_news .slick-next {
    left: 100%;
}
.calendar_news .day_list .day .box:hover {
    background: var(--mainColor);
    color: #fff;
}
.calendar_news .day_list .day.have .box {background:#DEC8A6;color:#fff}
.calendar_news .day_list .day.active .box {
    background: var(--mainColor);
    color: #fff;
}
.post-32 {
    margin-top: 0.45rem;
}
/*.post-32 {
    margin-top: 0.53rem;
}*/

.post-32 .news {
    height: 1.83rem;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(55 64 95 / 30%);
    padding: 0 0.3rem;
    /* align-content: space-between; */
}

.post-32 .news:last-child {
    border-bottom: 1px solid rgb(55 64 95 / 30%);
}

.post-32 .news .news_title {
    margin-bottom: 0.17rem;
}

.post-32 .news .news_info span {
    display: block;
    font-size: var(--smailSize);
    line-height: 1.8;
    padding-left: 0.34rem;
}

.post-32 .news .news_info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.post-32 .news .news_info .people {
    background: url(images/people.svg)no-repeat left;
    background-size: auto 0.2rem;
    /* margin-bottom: 0.1rem; */
}
.post-32 .news .news_info .address {
    background: url(images/address.svg)no-repeat left;
    background-size: auto 0.2rem;
}
.post-32 .news .news_info .time {
    background: url(images/time.svg)no-repeat left;
    background-size: auto 0.2rem;
}
.post-32 .news .news_more a {
    display: inline-block;
    width: 0.95rem;
    line-height: 0.36rem;
    color: #fff;
    background: #37405F;
    text-align: center;
    font-size: var(--smailSize);
    font-family: 'SourceHanSerifCN-Bold';
}

.post-32 .news .news_more a:after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.12rem;
    background: url(images/xiangqin.svg);
    background-size: 100% 100%;
    margin-left: 0.13rem;
    transition: all 0.4s ease-in-out;
}
.post-32 .news .news_imgs {
    width: 30%;
    flex: none;
    margin-right: 0.3rem;
}

.post-32 .news .news_imgs a {
    padding-top: 61%;
}

.post-32 .news .news_wz {
    flex: 1;
}

.post-32 .news .news_imgs {
    background: url(images/moren.png) no-repeat center;
    background-size: cover;
}
.post-32 .news .news_more a:hover:after {
    margin-left: 0.2rem;
}
.main3 .post-33, .main3 .post-33 .con, .main3 .post-33 .con>div,.main3 .post-33 .con .news_list {
    height: 100%;
}

.post-33 .news_list .news {
    height:1.83rem;
    border-top: 1px solid rgb(55 64 95 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.4rem 0 0.5rem;
    position: relative;
}

.post-33 .news_list .news:last-child {
    border-bottom: 1px solid rgb(55 64 95 / 30%);
}

.post-33 .news_list .news .news_text {
    margin-top: 0.13rem;
    font-size: var(--titleSize);
    line-height: 0.3rem;
}

.post-24 .news .news_text a {
    color: #2B2B2B;
}
.wrap2 {
    background: url(images/wrap2.jpg)no-repeat bottom;
    background-size: 100%;
    position: relative;
    z-index: 1;
}
.main4 .inner {
    padding: 0.675rem 0 0.82rem;
}
.post-33 .news_list .news:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #738DA4 url(images/newsbg.svg) no-repeat right center;
    left: -1px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-size: 6.9rem;
}

.post-33 .news_list .news:hover:after {
    transform: none;
    opacity: 1;
}
.post-33 .news_list .news *{
    position: relative;
    z-index: 1;
}

.post-33 .news_list .news:hover .news_title a {
    color: #fff;
}

.post-33 .news_list .news:hover .news_text a {
    color: #fff;
}
.main4 .ml {
    width: 5.11rem;
    flex: none;
    padding-left: 0.133rem;
}

.main4 .mbottoom {
    display: flex;
}

.post-42 .news_list .news {
    display: flex;
    height: 1.27rem;
    border-bottom: 1px solid #DDDDDD;
    align-items: center;
    padding-right: 0.16rem;
}

.main4 .post-42 {
    border: 1px solid #DDDDDD;
}

.post-42 .news_list .news .news_icon {
    margin-left: -0.133rem;
    margin-right: 0.5rem;
    width: 1rem;
    height: 0.59rem;
    position: relative;
    flex: none;
    box-shadow: 0 0.03rem 0.12rem rgb(0 0 0 / 16%);
    background: #fff;
}
.post-42 .news_list .news .news_icon img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.post-42 .news_list .news .news_icon:after {
    content: "";
    border-top: 0.08rem solid var(--mainColor);
    display: inline-block;
    border-right: 0px solid transparent;
    border-left: 0.133rem solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
}

.post-42 .news_list .news * {
   position: relative;
   z-index: 1;
}

.post-42 .news_list .news:hover .news_title a {
    color: #fff;
}
.post-42 .news_list .news:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #738DA4;
    left: -1px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-size: 6.9rem;
}

.post-42 .news_list .news:hover:after {
    transform: none;
    opacity: 1;
}
.main4 .mbottom {
    display: flex;
    gap: 0.32rem;
}

.main4 .mc {
    width: 6.94rem;
    flex: none;
}

.main4 .mr {
    flex: 1;
    position: relative;
}
.main4 .post .news_imgs a:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    background: url(images/imgbg.png)no-repeat;
    background-size: 100% 100%;
}
.post-43 .news_imgs a {padding-top: 56.19%;}
.main4 .post .news_imgs a {
    position: relative;
}

.main4 .mc .post1 .news_title,.main4 .mr .post1 .news_title {
    position: absolute;
    bottom: 0.13rem;
    max-width: 100%;
    padding: 0 0.22rem;
    box-sizing: border-box;
    color: #fff;
}

.main4 .mc .post1 .news_title a, .main4 .mr .post1 .news_title a {
    color: #fff;
}

.post-43 .news_imgs .bofang {
    position: absolute;
    background: rgb(0 0 0 / 60%);
    width: 0.57rem;
    height: 0.57rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding-left: 0.21rem;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.main4 .post:hover .news_imgs a {
    transform: scale(1.1);
}
.post-43 .news_imgs .bofang img {
    width: 0.22rem;
}

.post-43 .news_imgs {
    position: relative;
}

.main4 .mbottom .post1 .news {
    position: relative;
}

.post-43 {
    margin-bottom: 0.32rem;
}

.main4 .mc_bottom {
    display: flex;
    gap: 0.32rem;
}

.main4 .mc_bottom .post1 {
    flex: 1;
    position: relative;
}

.main4 .mc_bottom .post1 .news_imgs a {
    padding-top: 66.23%;
}
.main4 .mr .icon_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.main4 .mr .con, .main4 .mr .post {
    height: 100%;
}

.main4 .mr .post .news_imgs, .main4 .mr .post .news_imgs a {
    height: 100%;
}

.main4 .mc .post1.post-44 .news_title {
    max-width: calc(100% - 0.61rem);
}

.main4 .mc .post1.post-44 .news_more a {
    display: block;
    width: 0.61rem;
    height: 0.61rem;
    background: #37405F url(images/xiangqin.svg) no-repeat center;
    background-size: 0.2rem;
}

.main4 .mc .post1.post-44 .news_more {
    position: absolute;
    bottom: 0;
    right: 0;
   
}

.main4 .mr .icon_menu .icon {
    width: 0.73rem;
    display: flex;
    height: 0.73rem;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 20%);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.main4 .mr .icon_menu .icon img {
    opacity: 0.5;
    width: 0.36rem;
    transition: all 0.4s ease-in-out;
}

.main4 .mr .icon_menu .icon.selected {
    background: var(--mainColor);
}

.main4 .mr .icon_menu .icon.selected img {
    opacity: 1;
}

.main4 .mr .post1 .news_title {
    padding: 0;
    left: 1.10rem;
    bottom: 0.33rem;
    right: 0.19rem;
}
.main5 {
    background: url(images/main5bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.main5 .inner {
    padding-top: 0.67rem;
    height: 8.55rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
}

.main5 .post1 .tt .title {
    color: #fff;
    background: url(images/ttbg2.svg)no-repeat;
    background-size: 100%;
}

.main5 .post1 .tt .more_btn .more_text {
    color: #fff;
}

.main5:after {
    content: '';
    display: block;
    width: 100%;
    /* border-radius: 50%; */
    bottom: 0;
    position: absolute;
    /* transform: translateY(50%); */
    height: 6.14rem;
    background: url(images/yuan.png) no-repeat;
    background-size: 100% 100%;
    /* border-radius: 50% 50% 0 0; */
    overflow: hidden;
}

.main5 .tago {
    width: 8.24rem;
    height: 1.9rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/yuan2.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.89rem;
    box-sizing: border-box;
    text-align: center;
    font-family: 'zqzmhs';
    font-size: 0.51rem;
    color: var(--mainColor);
    /* border-radius: 101% 50% 0 0; */
}
.post-51 .news_list.list1 .news {width: 2.28rem;height: 2.28rem;border-radius: 50%;/* background: #DEC8A6; */display: flex;align-items: center;justify-content: center;text-align: center;position: absolute;z-index: 1;}

.post-51 .news_list.list1 .news .news_num {
    font-size: 0.16rem;
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: 0.1rem;
}
.post1.post-51 .tt .more_btn {
    right: 50%;
    margin-right: -8.2rem;
}
.post-51 .news_list.list1 .news .news_num .num {
    font-size: 0.36rem;
    line-height: 0.51rem;
    margin-right: 0.06rem;
}

.post-51 .news_list.list1 .news .news_title {font-size: var(--smailSize);line-height: 0.23rem;width: 1.13rem;}

.post-51 .news_list.list1 .news:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #DEC8A6;
    opacity: 0.2;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
}

.post-51 .news_list.list1 .news .news_box {
    position: relative;
    z-index: 1;
    background: #DEC8A6;
    width: 1.98rem;
    height: 1.98rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.post-51 .news_list.list1 .news:hover:after {
    transform: scale(1.1);
}
.post-51 .news_list.list1 .news.hover:after{
 -webkit-animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
    -moz-animation: fang 2s cubic-bezier(.15,.41,.69,.94)infinite;
    animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
    }
@keyframes fang {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform:scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.post-51 .news_list.list1 {
    height: 5.74rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post-51 .news_list.list2:after {
    content: "'";
    width: 14rem;
    position: absolute;
    height: 14rem;
    /* border: 2px dashed #37405F; */
    /* border-radius: 50%; */
    top: -0.021rem;
    /* transform: translate3d(29px, 10px, 10px); */
    /* border-radius: 50%; */
    bottom: 0;
    /* transform: rotateX(60deg); */
    left: 50%;
    margin-left: -7rem;
    animation: scrollquan 100s linear infinite;
    background: url(images/xuxian.png)no-repeat;
    background-size: 100% 100%;
}
@keyframes scrollquan {
    0% {
        -webkit-transform: ;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(deg)
    }


    100% {
        -webkit-transform: ;
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
.post-51 .news_list.list2 .dot.hover {
    background: #DEC8A6;
    -webkit-animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
    -moz-animation: fang 2s cubic-bezier(.15,.41,.69,.94)infinite;
    animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
    width: 0.24rem;
    height: 0.24rem;
}

.post-51 .news_list.list2 .dot.hover:after {
    content: "";
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    left: 50%;
    position: absolute;
    border: 1px solid #DEC8A6;
    border-radius: 50%;
    top: 50%;
    margin-left: -0.19rem;
    margin-top: -0.19rem;
     -webkit-animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
    -moz-animation: fang 2s cubic-bezier(.15,.41,.69,.94)infinite;
    animation: fang 2s cubic-bezier(.15,.41,.69,.94) infinite;
}
.post-51 .news_list.list1 .news.n1 {
    bottom: 1.18rem;
    left: 0.5rem;
}
.post-51 .news_list.list1 .news.n2 {
    bottom: 3.17rem;
    left: 3.17rem;
}
.post-51 .news_list.list1 .news.n3 {
    bottom: 4.65rem;
    left: 6.54rem;
}
.post-51 .news_list.list1 .news.n4 {
    bottom: 4.65rem;
    right:  6.54rem;
}
.post-51 .news_list.list1 .news.n5 {
   bottom: 3.17rem;
    right: 3.17rem;
}

.post-51 .news_list.list1 .news.n6 {
  bottom: 1.18rem;
    right: 0.5rem;
}
.post-51 .news_list.list1:after {
 content: "'";
    width: 100%;
    position: absolute;
    height: 14.49rem;
    border: 1px dashed #DEC8A6;
    border-radius: 50%;
    top: 0;
    /* transform: translate3d(29px, 10px, 10px); */
    border-radius: 92% / 100% 100% 0 0;
}

.post-51 .news_list.list2 {
    width: 12.55rem;
    height: 3.12rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.post-51 .news_list.list2 .dot {
    z-index: 1;
    width: 0.16rem;
    height: 0.16rem;
    background: var(--mainColor);
    position: absolute;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.post-51 .news_list.list2 .dot.n1 {
    left: 0.76rem;
    bottom: 0.45rem;
}
.post-51 .news_list.list2 .dot.n2 {
    left: 2.2rem;
    bottom: 1.8rem;
}
.post-51 .news_list.list2 .dot.n3 {
    left: 4.52rem;
    bottom: 2.84rem;
}
.post-51 .news_list.list2 .dot.n4 {
      right: 4.52rem;
      bottom: 2.85rem;
}
.post-51 .news_list.list2 .dot.n5 {
     right: 2.2rem;
     bottom: 1.8rem;
}
.post-51 .news_list.list2 .dot.n6 {
    right: 0.76rem;
    bottom: 0.45rem;
}
.main6 {
    /* background: #fff; */
    background-size: cover;
    position: relative;
    z-index: 1;
}

.main6 .inner {
    padding: 0.51rem 0 0.62rem;
}

.post-61 .news_list {
    display: flex;
    gap: 0.335rem;
}
.post-61 .news_list .news:hover .news_imgs a {
    transform: scale(1.1);
}
.post-61 .news_list .news_imgs a {
    padding-top: 49.66%;
}

.post-61 .news_list .news {
    flex: 1;
}
/**列表页**/
/*栏目图片*/

.list #footer:before {height: 100%;}
.l-banner{height: 3.23rem;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {
    background: url(images/main1bg.png) no-repeat  bottom 1.6rem  left -1.4rem;
    background-size: 10rem;
}
#l-container .inner {padding: 0;width: 100%;background: url(images/main1bg.png) no-repeat bottom 1.6rem right -1.4rem;background-size: 10rem;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 4.16rem;float:left;/* margin-right: -4.16rem; */position:relative;padding-top: 0.42rem;margin-top: -0.67rem;background: url(images/ding.svg) no-repeat top center;background-size: 3.36rem;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {/* background: #18438A; */margin-bottom: 0.25rem;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.3rem;font-family: 'SourceHanSerifCN-Bold';color: #333;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 0.44rem;padding: 0;text-align: center;font-weight: bold;}/**栏目名称图标**/
.col_menu .col_menu_con{/* background: #F0F0F0; *//* padding: 25px 22px 50px; */}
/*栏目列表*/
.col_metas.clearfix {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    align-items: center;
}

.col_metas.clearfix:after {
    display: none;
}

.possplit:after {content: "/";font-size: 0.16rem;}

.possplit {text-indent: inherit;font-size: 0;color: #666;background-image: none;width: auto;margin: 0 0.1rem;}
.col_list{}
.wp_listcolumn .wp_column{
   /* background: #fff;*/
    margin-bottom: 0.16rem;
    display: block;
    margin-bottom: 0.29rem;
}
.col_list .wp_listcolumn .wp_column a:after {
    content: ">";
    font-size: 0.2rem;
    font-family: "宋体";
    display: none;
}
.col_list .wp_listcolumn { border-top:0px solid #18438A; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color: #37405F;font-size: 0.2rem;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: none;text-align: left;padding-left: 0;box-sizing: border-box;padding-right: 0;display: flex;align-items: center;justify-content: center;text-align: center;font-weight:bold;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 0;line-height: 2;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color: #db8e17;/* background: #18438a24; */} 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{/* color: #18438A; */}
.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:#18438A;}
/*二级子栏目**/
.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 20px;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:#18438A; */} 
/*三级子栏目**/
.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:#18438A;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float: left;padding-top: 0.78rem;padding-bottom: 1.12rem;width: 11.84rem;background: #fff;/* box-shadow: 0 0.06rem 0.16rem rgb(116 132 152 / 16%); */padding: 0.2rem;box-sizing: border-box;} 
.col_news .col_news_box{/* margin-left: 4.16rem; */}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title {display:inline-block;float:left;padding-bottom: 0.2rem;/* line-height: 48px; */border-bottom: 2px solid #215CC1;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.2rem;font-family:"Microsoft yahei";font-weight: normal;/* color: #18438A; *//* border-bottom: 3px solid #CBCBCB; */font-weight: bold;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;/* height: 46px; *//* line-height: 46px; */color: #666;font-size: 0.16rem;} /**当前位置**/
.col_metas .col_path a{color: #666666;}
.col_news_con {/* padding:5px 0px 10px 0px; */margin:0 0px;}
.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 .news {
    display: flex;
    /* line-height: 44px; */
    width: 100%;
    /* padding-bottom: 0.28rem; */
    /* margin-bottom: 0.28rem; */
    border-bottom: 1px dashed rgb(55 64 95 / 40%);
    justify-content: space-between;
    align-items: center;
    height: 0.64rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
}
.col_news .news:hover {
    background: #F0F2F5;
}
.col_news .news_list .news .news_more a:hover {
    padding-right: 0.4rem;
}

.col_news .news .news_meta {
    float: right;
}
.col_news .news_list .news .news_imgs {
    width: 31.6%;
    position: relative;
    margin-right: 0.35rem;
    flex: none;
}

.col_news .news_list .news .news_imgs a {
    padding-top: 69%;
}

.col_news .news_list .news .news_meta {
    position: absolute;
    bottom: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: #215CC1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Arial";
}

.col_news .news_list .news .news_days {
    font-size: 0.37rem;
    font-weight: bold;
}

.col_news .news_list .news .news_month {
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
}
.col_news .news_list .news .news_date {
    flex: none;
    margin-left: 0.2rem;
    font-size: 0.15rem;
    color: #707070;
}

.col_news .news_list .news .news_title font {
    color: #333 ! important;
    font-weight: normal ! important;
}
.col_news .news_list .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.5;
    /* font-weight: bold; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* margin-bottom: 0.26rem; */
}

.col_news .news_list .news .news_text {
    font-size: 0.16rem;
    line-height: 2;
}

.col_news .news_list .news .news_text a {
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.col_news .news_list .news .news_wz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col_news .news_list .news .news_more a {
    padding-bottom: 0.09rem;
    display: inline-block;
    border-bottom: 1px solid #215CC1;
    font-size: 0.16rem;
    font-weight: bold;
    padding-right: 0.31rem;
    background: url(images/more2.png)no-repeat right top;
    background-size: 0.18rem;
    color: #016EAF;
}
/**文章页**/
.info .col_metas.clearfix {
    height: 0.63rem;
}
.infobox {padding: 0.56rem 0;margin:0 auto;width:auto;}
.article {/* padding-top:10px; */}
.article h1.arti_title {line-height: 2;font-family: 'SourceHanSerifCN-Bold';font-size: 0.3rem;text-align:center;/* color: #18438A; */} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding: 0.15rem;text-align:center;/* border-top:1px solid #ececec; */line-height: 1.5;}
.article .arti_metas span {margin: 0 0.05rem;font-size: var(--smailSize);color: #707070;}/**文章其他属性**/
.article .entry {margin:0 auto;overflow:auto;margin-top: 0.4rem;min-height:400px} /**文章内容**/
.article .entry .read,.article .entry .read p {line-height:1.75;font-size: var(--titleSize);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!important;}
/**页脚开始**/
#footer {background: var(--mainColor);background-size: cover;position: relative;}
.foot-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

ul.foot-menu {
    display: flex;
    gap: 0.79rem;
}
#footer .inner.in1 {padding: 0.57rem 0 0.32rem;position:relative;}
#footer .inner .mod{
    /* display: flex; */
}
#footer .inner .foot-left{}
#footer .inner .foot-right{float:right;/* margin-top: 12px; *//* width: 33%; */}
#footer .inner p{font-size: 0.14rem;line-height: 0.2rem;font-weight:normal;text-align: center;color: #fff;/* opacity: 0.67; */}
#footer .inner p span { margin:0 3px; }
#footer .inner 
.foot-bottom{text-align:center;}
 .foot-bottom .copyright{
    line-height: initial;
}
.foot-center {
    margin-left: 4.53rem;
    display: flex;
    float: left;
}
.foot-bottom p{padding:3px 0px;}
.foot-bottom a{color:white;}
.copyright_img{width:24px;height:30px;}

#footer .inner .foot-left .news_title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.35rem;
}

#footer .inner .foot-left .news_text {
    font-size: 0.16rem;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 0.37rem;
}

#footer .inner .foot-left .news_more {
    text-align: right;
    font-size: 0.16rem;
    line-height: 0.23rem;
}
.foot-menu .sub-menu {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    height: 1.3rem;
    flex-wrap: wrap;
    column-gap: 0.37rem;
}
.foot-center .title {
    color: #fff;
    font-size: 0.16rem;
    line-height: 1.45;
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: 0.14rem;
}
#footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 8.62rem;
    position: absolute;
    background: url(images/footbg.png) no-repeat bottom;
    bottom: 0;
    background-size:cover;
}
.footer .inner {
    padding: 1rem 0 0.45rem;
    /* height: 3.44rem; */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.klink {
    margin-right: 0.81rem;
}

.klink .news a {
    color: #fff;
}

.klink .news {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.footinfo {
    margin-bottom: 0.22rem;
}
.shares .news_list {
    display: flex;
}

.shares .news_list .link_icon {
    display: block;
    width: 100%;
    height: 100%;
   
}
.shares .news_list .news{
     background: rgb(255 255 255 / 10%);
     border-radius: 50%;
     width: 0.4rem;
     height: 0.4rem;
     transition: all 0.6s ease-in-out;
     position: relative;
     margin-right: 0.1rem;
} 
.shares .news_list .news:hover{background:rgb(255 255 255 / 30%);}
.shares .news_list .news:first-child .link_icon {
    background: url(images/weixin.svg) no-repeat center;
    background-size: 0.24rem;
}
.shares .news_list .news:nth-child(2) .link_icon {
    background:  url(images/weibo.svg) no-repeat center;
    background-size: 0.24rem;
}


.shares .news_list .news .news_imgs {
    position: absolute;
    bottom: 200%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.shares .news_list .news .news_imgs img {
    width: 100%;
    height: 100%;
}

.shares .news_list .news:hover .news_imgs {
    opacity: 1;
    bottom: 110%;
}

.footlogo img {
    width: 4.62rem;
}

.foot-bottom {
}

.foot-bottom p {
    font-size: 0.14rem;
    line-height: 1.5;
}
.foot-menu a.menu-link {
    color: #fff;
    font-size: var(--smailSize);
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: 0.15rem;
    display: inline-block;
}

.foot-menu .sub-menu .sub-link {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp-search.open {
    background: #00AFCA;
}
.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{min-width: 0.58rem;position: relative;/* transition: all 0.4s ease-in-out; *//* height: 0.38rem; */float: none;height: 0.58rem;z-index: 1;}
.wp-search {position: relative;background: rgb(115 141 164 / 50%);height: 0.58rem;/* overflow: hidden; *//* height: 0.38rem; */width: 100%;}
.wp-search form {display: block;}
.wp-search .search-input {/* margin-right: 0.58rem; *//* margin-left: 0.2rem; */width: 0;display: flex;position: absolute;transition: all 0.4s ease-in-out;background: #fff;right: 0.58rem;/* padding-left: 0.2rem; */}
.wp-search .search-input input.search-title {height: 0.58rem;line-height: 0.58rem;background: none;color: #333;font-size: 0.16rem;border:0;outline: 0;font-family:"SourceHanSerifCN-Regular";width: 100%;}
.wp-search .search-btn {width: 0.58rem;height: 0.58rem;position: absolute;right: 0;top:0%;z-index: 1;}
.wp-search .search-btn input.search-submit {width: 100%;height: 100%;border:0;outline: 0;background: url(images/sous.svg) no-repeat center;cursor: pointer;background-size: 0.16rem;display: block;}
.wp-search .search-input input.search-title:focus{font-size:0.14rem;opacity:1}
.searchbox:hover {
    /* width: 2rem; */
}
.wp-search:hover .search-input {
    width: 2rem;
    /* right: 0.58rem; */
    padding-left: 0.2rem;
}

.wp-search:hover  .search-btn {
    background: #738DA4;
}
/**友情链接**/
.mlink.botlinks {
    /* margin-right: 0.9rem; */
    width: 3.13rem;
}
.botlinks .links-wrap {
    position: relative;
    background: rgb(233 185 185 / 26%);
    margin-bottom: 0.16rem;
}
.botlinks .links-wrap a.links-arrow {display: block;height: 0.34rem;line-height: 0.34rem;/* padding: 0 25px 0 10px; */color: #fff;background: rgb(115 141 164 / 26%) url(images/arrow.png) no-repeat right 0.1rem center;text-align: center;background-size: 0.1rem;/* margin-bottom: 0.16rem; */font-size: 0.14rem;font-family: 'SourceHanSerifCN-Bold';}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {/* color: #333; */background: rgb(115 141 164 / 26%) url(images/arrow_a.png) no-repeat right 0.1rem center;cursor: pointer;background-size: 0.1rem;}
.botlinks .links-wrap .link-items {display: none;position: absolute;left: 0;bottom: 100%;width: auto;min-width: 100%;height:auto;max-height: 300px;overflow: auto;overflow-x:hidden;background: var(--hoverColor);}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
.botlinks .links-wrap .link-items .link-item {
    line-height: 0.34rem;
    padding: 0 0.1rem;
    color: #fff;
}

.botlinks .links-wrap .link-items .link-item a {
    color: #fff;
}
 .mbanner li.news .news_imgs {
   position: relative;
   height: 100vh;
   overflow: hidden;
   transform: scale(1);
   -webkit-transform: scale(1);
   webkit-transform: scale();
   transition: linear 5s
  /* transition: 6s;*/
 }

/* qrcode */
.article .entry .hr20 {
		height: 20px;
	}
.article .entry .hr80 {
    	height: 80px;
	}
.article .entry .shadow{
		height: 24px;
                margin:0 auto;
                width:95%;
		background: url(images/shadow.png) top center no-repeat;
		background-size: auto 24px;
	}
.article .entry #qrcode{
    	overflow: hidden;
}
.article .acea-row.row-middle {
		align-items: center;
	}
.article .acea-row.row-center {
		justify-content: center;
	}
.article .acea-row {
		display: flex;
		flex-wrap: wrap;
	}
.article .entry .share-tip{
		height: 40px;
		line-height: 40px;
	   text-align: center;
	   font-size: 14px;
	   color:#aaa;
	}
.calendar_news.clearfix {
    display: none;
}
