@charset "utf-8"; 
/*Technical Support SudyTech*/
@font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url(../fonts/SourceHanSerifCN-Bold.ttf);
}
@keyframes sopplus{100%{transform:rotate(360deg)}
}
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: #ffffff80;
}

:-moz-placeholder {
    color: #ffffff80;
}

::-moz-placeholder {
    color: #ffffff80;
}

:-ms-input-placeholder {
    color: #ffffff80;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei","PingFang","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #333;
}

:root {
    --mainColor: #00796A;
    --hoverColor: #CA9A5F;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 13.65rem;
    --transition: all 0.4s 
ease-in-out;
    --listInnerWidth: 15.6rem;
}

p {
    line-height: 1.75;
}

a {
    color: #000;
    text-decoration: auto;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: var(--mainColor);

}

.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;
}

.fix-top {
    padding-top: 100vh;
    position: relative;
    transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -moz-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -ms-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -o-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    z-index: -1
}

.fix-top.fixed {
    padding-top: 0
}

/**兼容模式提示**/
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo {
    height: 62px;
    margin: 45px auto 30px;
    background: url(../images/logo.png)no-repeat center/100% 100%;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 40px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    background-size: 100%;
}

#browser-modal .browser-content .browser-item .iconfont.iconchrome {
    background-image: url(../images/Chrome.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
    background-image: url(../images/Firefox.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconsafari {
    background-image: url(../images/Safari.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconEdge {
    background-image: url(../images/Edge.svg);
}

#browser-modal .browser-content .browser-item a {
    color: #921041;
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: relative;
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 0;
    transition: 1s;
}
.header:after {
    content: "";
    width: 100%;
    height: 2.64rem;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(15, 65, 49, 0.7) 0%, rgba(0, 59, 65, 0.4917) 39%, rgba(3, 76, 100, 0) 100%);
    position: absolute;
    z-index: -1;
    transition: var(--transition);
    pointer-events: none;
}
.header.fix {
    background: var(--mainColor);
}
.header.fix:after{
    opacity: 0;
}
.header.fix .head-top {
    display: none;
}

.header.fix .mod {
    height: 0.7rem;
    align-items: center;
}

.header.fix .head-left {
    padding-top: 0;
}

.header.fix .sitelogo img {
    width: 3rem;
}

.header.fix .nav .wp-menu .menu-item a.menu-link {
    font-size: var(--bigSize);
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo img {
    width: 4.72rem;
}
.header .mod {
    display: flex;
    justify-content: space-between;
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.46rem;
    height: 0.64rem;
    border-radius: 0px 0px 0px 0.32rem;
    opacity: 1;
    background: #009582;
    box-shadow: 0px 4px 10px 0px rgba(0, 76, 63, 0.53);
    padding: 0 0.327rem 0 0.52rem;
}
.header .head-left {
    padding-left: 0.96rem;
    padding-top: 0.32rem;
}
.header .head-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

/* 搜索*/
.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: 2.25rem;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 0.4rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.4rem;
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSize);
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 0.4rem;
    height: 0.4rem;
    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 right/0.19rem;
    cursor: pointer;
}
.aria-button {
    display: flex;
}

.aria-button a {
    margin: 0  0.025rem;
    color: #fff;
    font-size: var(--smailSize);
    font-family:arial;
}
/**导航**/
#nav {margin-right: 0.92rem;}

#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.38rem;
}

.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.5rem;
    font-size: 0.22rem;
    display: block;
    color: #fff;
    position: relative;
}

.nav .wp-menu .menu-item a:hover {
    color: var(--hoverColor);
}
.nav .sub-menu .hover>.sub-menu{transform:scaleY(1)}
.nav .sub-menu .sub-menu li{/* display:none; */}
.nav .sub-menu{position:absolute;top:100%;left:50%;z-index:100;visibility:hidden;/* overflow:hidden; */min-width:219%;border-top: .04rem solid var(--hoverColor);border-radius:0 0 .16rem .16rem;background:#fff;opacity:0;transition:all .5s ease 0s;transform:translateX(-50%) scaleY(0);transform-origin:center top}
.nav .wp-menu .menu-item:hover >.sub-menu{visibility:inherit;opacity:1;transform:translateX(-50%) scaleY(1)}
.nav .sub-menu .sub-item{position:relative;vertical-align:top;white-space:nowrap}
.nav .sub-menu .sub-item a{display:block;height:.46rem;background:0 0;color:#4a9494;text-align:center;font-size:.16rem;line-height:.46rem;padding:0 .1rem}
.nav .sub-menu .sub-item a:hover,.nav .sub-menu .sub-item:hover>a{display:block;background-color:#5a9f9e;color:#fff}
.nav .sub-menu .sub-menu{top:0;left:100%;/* background:rgba(90,159,158,.82); */min-width: 100%;transform:translateX(-50%) scaleY(0)}
.nav .wp-menu .menu-item:hover a.menu-link::after{transform:none}

/**内容**/
.more_btn .more_text {
    display: flex;
    align-items: flex-end;
    line-height: 2;
    font-size: var(--smailSize);
}
.more_btn .more_text span:nth-child(1){
    border-bottom: 1px solid var(--mainColor);
    transition: var(--transition);
    color: var(--mainColor);
}
.more_btn .more_text .img{
    width: 0.23rem;
    margin-left: 0.09rem;
    transition: var(--transition);
    position: relative;
    right: 0;
    height: 0.23rem;
    background: url(../images/more2.svg)no-repeat center/100%;
    color: var(--mainColor);
}
.more_btn .more_text:hover{--mainColor: #925000;}
.more_btn .more_text:hover .img {
    background-image: url(../images/more3.svg)
}
.news_imgs a,.news_imgs span {
    display: block;
    overflow: hidden;
    position: relative;
}

.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;
    position: relative;
}

.news_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.36rem;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(16, 132, 120, 0) 0%, #003D3D 100%);
}

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);
}
.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 0.16rem;
}
.swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 0;
    transition: var(--transition);
}
.swiper-prev,.swiper-next{
    width: 0.56rem;
    height: 0.56rem;
    background-size: 100% 100%;
    position:absolute;
    top:50%;
    margin-top:-0.28rem;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
}
.swiper-prev {
    background-image: url(../images/left.svg);
    left: -0.28rem;
}
.swiper-next {
    background-image: url(../images/right.svg);
    right: -0.28rem;
}
.swiper-prev:hover {
    background-image: url(../images/left2.svg);
}
.swiper-next:hover {
    background-image: url(../images/right2.svg);
}
.post .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0.61rem;
}

.post .tt .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #00796A;
    line-height: 1;
    padding-left: 0.3rem;
    background: url(../images/ttbg.png) no-repeat left / 0.3rem auto;
    margin-left: -0.45rem;
}
.post .tt .more_btn {
    position: absolute;
    right: 0;
}
.post .news .news_title{
    font-size: var(--smailSize);
    line-height: 1.6;
}
.post .news .news_date{
    font-size: var(--smailSizex);
    color: #2f9c8e;
    flex: none;
    line-height: 1.7;
}
.post .news .news_text{
    line-height: 1.7;
    font-size: var(--smailSizex);
    color: #808080;
}
.post .news .news_text a{color:inherit;}
.post .news .news_meta{
    color: var(--mainColor);
    flex: none;
    display: flex;
    flex-direction: column;
}
.post .news .news_meta .year{
    font-size: var(--smailSizex);
    line-height: 2;
}
.post .news .news_meta .days{
    font-size:0.24rem;
    line-height: 1.3;
    position: relative;
}
.post .news .news_meta .days:before {
    content: "";
    position: absolute;
    width: 0.17rem;
    background: var(--mainColor);
    height: 1px;
}
.post .news .news_more{flex: none;transition: var(--transition);position: relative;}
.post .news .news_more img {
    width: 0.36rem; 
}
.post .news a:hover .news_more {
    transform: translateX(0.07rem);
}
/**大图**/
.mbanner {
    perspective: 1920px;
    transform-style: preserve-3d;
}

#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 .news .news_title {max-width: 14rem;color: #fff;position: absolute;z-index: 1;bottom: 10px;font-size: 0.28rem;font-weight: bold;left: 50%;margin-left: -8rem;line-height: 1.3;bottom: 0.8rem;m'animation-fill-mode: backwards';max-width: 80%;display:none;}

.mbanner .news .news_title a {
    color: #fff;
 
}

.mbanner .news .news_video {
    height: 100vh;
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.mbanner .news_list .news:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    height: 2.64rem;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(76, 76, 76, 0.4917) 39%, rgba(255, 255, 255, 0) 100%);
}
.mbanner .news.swiper-slide-active .news_imgs,.mbanner .news.swiper-slide-active .news_video{animation:2.5s linear 0s 1 normal none running imgscale}
@keyframes imgscale{0%{transform:scale(1.2)}
100%{transform:scale(1)}
}
.mbanner .swiper-pagination {
    width: auto;
    right: 50%;
    margin-right: -8rem;
    bottom: 0.83rem;
    height: 0.38rem;
    left: auto;
}
.mbanner .swiper-pagination-bullet {
    background: #BEE7E2;
}

.mbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.28rem;
    height: 0.38rem;
    border-radius: 0;
    background: url(../images/dot.svg)no-repeat center/100%;
}
.mbanner.fixBanner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
}

.fixedok .mbanner {
    opacity: 0;
}
/**主体**/
.main1{
  background: url(../images/main1bg.jpg)no-repeat center/cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.main1 .inner{
  padding: 0.89rem 0 0.95rem;
}
.sudy-tab{
    position: relative;
}
.sudy-tab .tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 0.61rem;
}

.sudy-tab .tab-menu li {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
    color: #A3ABAB;
    transition: var(--transition);
    cursor: pointer;
}
.sudy-tab .tab-menu li:nth-child(1) {
    padding-left: 0.3rem;
    background: url(../images/ttbg.png) no-repeat left / 0.3rem auto;
}
.sudy-tab .tab-menu li.selected{
    color: #00796A;
}
.sudy-tab .tab-menu .dot {
    width: 0.06rem;
    height: 0.06rem;
    background: #000;
    border-radius: 50%;
    margin: 0 0.24rem;
}
.sudy-tab .tab-con .more_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sudy-tab .tab-con .active .more_btn {
    display: block;
}

.sudy-tab .tab-con .post {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.sudy-tab .tab-con .post.active {
    height: auto;
    overflow: inherit;
    opacity: 1;
    visibility: inherit;
}

.post-11 .con {
    display: flex;
}

.post-11 .swiper {
    margin: 0;
    width: 6.94rem;
    margin-right: 0.55rem;
    flex: none;
}
.post-11 .swiper .news_imgs a {
    padding-top: 61%;
}
.post-11 .swiper .news_wz {
    height: 1.6rem;
    background: #fff;
    margin-left: 0;
    border-radius: 0 0 0 0.32rem;
    position: relative;
    z-index: 1;
    padding: 0.22rem 0.34rem 0.2rem 0.4rem;
    box-sizing: border-box;
}


.post-11 .swiper .news_title {
    margin-bottom: 0.3rem;
}
.post-11 .swiper .news_title:hover{color:;font-size:0.18rem;font-weight:bold;}
.post-11 .swiper-pagination {
    flex-direction: row;
    width: auto;
    left:auto;
    right:0.35rem;
    top:auto;
    bottom: 1.82rem;
}
.post-11 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 0.33rem;
    height: 0.33rem;
    background: url(../images/dot1.svg) no-repeat center/100% 100%;
}
.post-11 .list2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: -0.18rem;
}
.post-11 .list2 .news {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    border-bottom: 1px solid #2f9c8e50;
    /* transition: var(--transition); */
    padding: 0.2rem 0;
    position: relative;
}
.post-11 .list2 .news.active {
  /*  flex: 1; */
    align-items: flex-start;
}
.post-11 .list2 .news:after {
    content: "";
    width: 0;
    height: 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.post-11 .list2 .news.active:after{width:100%}
.post-11 .list2 .news .news_text {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: var(--transition);
}
.post-11 .list2 .news .news_text a{color:#808080;}
.post-11 .list2 .news.active .news_date{
    display: none;
}
.post-11 .list2 .news.active .news_title{
    -webkit-line-clamp: 1;
}
.post-11 .list2 .news.active .news_text {
    opacity: 1;
    height: calc(1.7 * 2em);
    margin-top: 0.15rem;
}

.post-11 .list2 .news.active .news_title a {
    color: var(--mainColor);
    font-weight: bold;
font-size: var(--titleSize);
}

.main1[data-num='tab1']:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.22rem;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(90deg, #009F8C 10%, #007353 99%);
    z-index: -1;
}
.post-12 .con {
    display: flex;
    gap: 0.6rem;
}

.post-12 .con .list1 {
    width: 3.4rem;
    flex: none;
    margin-top: -0.3rem;
}
.post-12 .con .list {
    width: 4.18rem;
    flex: none;
}

.post-12 .con .list1 .news_imgs a {
    padding-top: 66.5%;
    border-radius: 0.32rem 0 0.32rem 0;
}

.post-12 .con .list1 .news_wz {
    height: 1.13rem;
    display: flex;
    align-items: center;
}
.post-12 .con .list1 .news_meta{
    margin-right: 0.26rem;
}
.post-12 .con .list1 .news:not(.white){border-bottom: 1px solid #2f9c8e50;position:relative}
.post-12 .con .list1 .news:not(.white):after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.post-12 .con .list1 .news:not(.white):hover:after{width:100%}
.post-12 .con .list1 .news.white .news_meta{--mainColor:#fff}
.post-12 .con .list1 .news.white .news_title a{color:#fff}
.post-12 .con .list1 .news.white.n1{border-bottom:1px solid #fff}
.post-12 .list2{flex: 1;width: 0;position: relative;}
.post-12 .swiper .news{
    padding: 1px;
    box-sizing: border-box;
}
.post-12 .swiper .news_imgs a {
    padding-top: 66.48%;
}
.post-12 .swiper .news_wz {
    height: 1.26rem;
    background: #fff;
    border-radius: 0 0 0.32rem 0.32rem;
    position: relative;
    z-index: 1;
    padding: 0.22rem 0.34rem 0.2rem 0.4rem;
    box-sizing: border-box;
}


.post-12 .swiper .news_title {
    margin-bottom: 0.1rem;
}

.post-12 .swiper-pagination {
    width: 100%;
    justify-content: center;
    bottom: -0.3rem;
}
.post-12 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 0.33rem;
    height: 0.33rem;
    background: url(../images/dot2.svg) no-repeat center/100% 100%;
}
.main2{
  background: url(../images/main2bg.jpg)no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
.main2 .inner{
  padding: 0.86rem 0 0.91rem;
}
.post-21 .con {
    display: flex;
    gap: 0.22rem;
}

.post-21 .con .list1 {
    width: 9.7rem;
    flex: none;
    display: flex;
    gap: 0.22rem;
}

.post-21 .con .list2 {
    flex: 1;
    background: #fff;
    padding: 0.2rem 0.22rem;
}


.post-21 .con .list1 .news {
    flex: 1;
}
.post-21 .con .list1 .news:hover .news_wz{
    box-shadow: 0px 0px 24px -7px rgba(0, 76, 63, 0.33);
}
.post-21 .list1 .news_imgs span {
    padding-top: 66.66%;
}
.post-21 .list1 .news_wz{
    background: #fff;
    height: 2.06rem;
    border-radius: 0 0 0.32rem 0;
    padding: 0.2rem 0.32rem 0.2rem 0.4rem;
    box-sizing: border-box;
    transition: all 0.4s 
ease-in-out;
}
.post-21 .list1 .news_date {
    display: inline-block;
    border-top: 0.04rem solid var(--mainColor);
    margin-bottom: 0.16rem;
}

.post-21 .list1 .news_title {
    margin-bottom: 0.1rem;
    height: 0.55rem;
    color: var(--mainColor);
}
.post-21 .list2 .news:not(:last-child) {
    margin-bottom: 0.16rem;
}

.post-21 .list2 .news a {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    height: 1.08rem;
    border-bottom: 1px solid var(--mainColor);
    position: relative;
    gap: 0.2rem;
}

.post-21 .list2 .news_title {
    margin: 0.1rem 0;
}

.post-21 .list2 .news a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.post-21 .list2 .news a:hover:after{width:100%}
.post-21 .list2 .news_more{
    display: flex;
    align-items: center;
}
.main3{
  background: url(../images/main3bg.jpg)no-repeat top center/cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;overflow:hidden
}
.main3 .inner{
  padding: 0.91rem 0 0.94rem;
}
.main3 .mod {
    display: flex;
    justify-content: space-between;
}

.main3 .ml {
    width: 6.88rem;
    flex: none;
}
.main3 .post .tt {
    justify-content: left;
}
.main3 .post .tt .title{
    margin: revert-layer;
}
.post-31 .news_list {
    background: #fff;
    border-radius: 0.32rem 0 0.32rem 0;
    height: 4.52rem;
    padding: 0 0.22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-31 .news_list .news a {
    display: flex;
    height: 0.9rem;
    border-bottom: 1px solid var(--mainColor);
    position: relative;
    =: 0.2rem;
    flex-direction: column;
    justify-content: center;
}
.post-31 .news_list .news a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.post-31 .news_list .news_wz{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
}
.post-31 .news_list .news_title{
    margin-top: 0.08rem;
}
.post-31 .news_list .news a:hover:after{width:100%}
.post-31 .news_list .news .news_more{margin-right: 0.3rem;}
.post-31 .news_list .news:last-child a {
    border: none;
}
.post-31 .news_list .news:last-child a:after {
    display: none;
}
.post-30{margin-top: 0.3rem;}
.post-30 ul.news_list{display:flex;justify-content:space-between;align-items:flex-start}
.post-30 ul.news_list .news{position:relative;display:flex;box-sizing:border-box;padding: 0.08rem 0;width: 1.02rem;height: 1.02rem;border-radius: 0.16rem 0;background: #D6EDEA;text-align:center;cursor:pointer;transition:background .4s ease-in-out 0s;justify-content:center;}
.post-30 ul.news_list .news .addSvg object{width: .5rem;height: .5rem;}
.post-30 .news_list .news_title{margin: 0.05rem 0;font-size: var(--smailSizex);}
.post-30 .news_list .wz{position:absolute;left:0;z-index: 2;visibility:hidden;overflow:hidden;width:100%;min-height:.6rem;border-bottom-left-radius: .16rem;background:#fff;opacity:0;transition:all .4s ease-in-out 0s;transform:scaleY(0);padding-bottom:.1rem;transform-origin:center top}
.post-30 .news_list .news:hover .wz{visibility:inherit;opacity:1;transform:none}
.post-30 ul.news_list .news:hover .news_more{height:0}
.post-30 ul.news_list .news:hover{background:#fff;border-bottom-left-radius:0}
.post-30 ul.news_list .news .news_more img{height:0.06rem;width:0.12rem;}
.post-30 ul.news_list .news .news_more{height:.12rem;transition:all .4s ease-in-out 0s}
.post-30 .news_list .news:hover .wz .news_item a{display:flex;font-size:.14rem;line-height:1.3;padding:0 .09rem;height:.36rem;justify-content:center;align-items:center;font-weight: bold;}
.post-30 .news_list .news:hover .wz .news_item a:hover{background:#4a9494;color:#fff}
.main3 .mr {
    width: 6.35rem;
    position: relative;
}

.main3 .sudy-tab .tab-menu {
    justify-content: start;
}

.post-32 .news .news_imgs a {
    padding-top: 57.047%;
}

.post-32 .news .news_imgs {
    box-shadow: 0px 4px 10px 0px rgba(14, 105, 93, 0.12);
    margin-bottom: 0.22rem;
}
.post-32 .news.swiper-slide-active  .news_wz {
    box-shadow: 0px 4px 7px 0px rgba(14, 105, 93, 0.12);
}
.post-32 .news .news_wz {
    background: #fff;
    height: 1.97rem;
    border-radius: 0 0.32rem;
    padding: 0.23rem 0.57rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
}

.post-32 .news .news_title a {
    color: var(--mainColor);
}

.post-32 .news .news_title {
    color: var(--mainColor);
    margin-bottom: 0.21rem;
    font-size: var(--smailSize);
}
.post-32 .news .news_info p {
    font-size: var(--smailSizex);
    line-height: 2;
    font-family: "微软雅黑";
    display: flex;
}
.post-32 .news .news_info p span{height:2em;display:flex;flex:none;align-items: center;}
.post-32 .news .news_info p img {
    width: 0.17rem;
    margin-right: 0.1rem;
}
.post-32 .swiper-pagination {
    width: auto;
    justify-content: center;
    bottom: -0.5rem;
    right: 0;
    left: auto;
}
.post-32 .swiper-pagination-bullet{}
.post-32 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 0.33rem;
    height: 0.33rem;
    background: url(../images/dot1.svg) no-repeat center/100% 100%;
}

.main4{
  background: #eaf4f3 url(../images/main4bg.jpg)no-repeat bottom/100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main4 .inner{
  padding: 0.96rem 0 2.06rem;
}
.main4 .mbottom {
    display: flex;
    gap: 0.28rem;
}

.main4 .ml {
    width: 3.71rem;
    flex: none;
    display: flex;
    flex-direction: column;
}

.post-43 {
    width: 3.84rem;
    flex: none;
    position: relative;
}

.post-44 {
    flex: 1;
    width: 0;
    margin-right: calc(6.825rem - 50vw);
    position: relative;
}

.main4 .share {
    background: #208C7E;
    height: 1.09rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}

.main4  .share .tt {
    color: #fff;
    font-size: var(--bigSize);
    margin-bottom: 0.09rem;
    line-height: 1.6;
}
.main4 .share ul.news_list{display:flex;gap: 0.36rem;}
.main4 .share ul.news_list a{display:flex;width: 0.38rem;height: 0.38rem;border-radius:50%;background:rgba(255,255,255,.1);text-align:center;align-items:center;justify-content:center;background-size: 50% auto;background-position: center;background-repeat: no-repeat;}
.main4 .share ul.news_list a[data-name='微信']{background-image:url(../images/weixin.svg)}
.main4 .share ul.news_list a[data-name='微博']{background-image:url(../images/weibo.svg)}
.main4 .share ul.news_list a[data-name='视频号']{background-image:url(../images/sph.svg)}
.main4 .share ul.news_list a[data-name='更多']{background-image:url(../images/media_more.svg)}
.main4 .share ul.news_list .news{position:relative}
.main4 .share ul.news_list .news .news_imgs{position:absolute;bottom:180%;left:50%;visibility:hidden;overflow:inherit;background:#fff;opacity:0;transition:all .6s ease-in-out 0s;transform: translateX(-50%);z-index: 1;}
.main4 .share ul.news_list .news .news_imgs img{width: auto;height: 1rem;padding:.05rem}
.main4 .share ul.news_list .news .news_imgs img::after{position:absolute;top:100%;left:50%;display:block;margin-left:-.05rem;border-top:.06rem solid #fff;border-right:.1rem solid transparent;border-left:.1rem solid transparent;content:""}
.main4 .share ul.news_list .news:hover .news_imgs{bottom:110%;visibility:inherit;opacity:1}
.post-42 {
    background: #fff;
    flex: 1;
    border-radius: 0 0 0 0.32rem;
    padding: 0 0.21rem;
}
.post-42 .tt{margin-bottom:0.4rem;}
.post-42 .tt .more_btn{position: absolute;right: 0;bottom: -0.35rem;}
.post-42 .tt .more_btn .more_text span:nth-child(1){font-size:0.14rem;}

.post-42 .news_list .news {
    height: 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--mainColor);
    position:relative
}
.post-42 .news_list .news:after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.post-42 .news_list .news:hover:after{width:100%}
.post-42 .news_list .news_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-42 .news_list .news_type {
    font-size: var(--smailSizex);
    color: #208C7E;
    line-height: 2;
}
.post-43 .news .news_imgs a {
    padding-top: 157.8125%;
}

.post-43 .news .news_title {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: var(--smailSize);
    bottom: 0.24rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.post-43 .news .news_title a, .post-44 .news .news_title a {
    color: #fff;
}
.post-32 .swiper-prev:hover,.post-32 .swiper-next:hover,
.post-43 .swiper-prev:hover,.post-43 .swiper-next:hover {
    background-color:rgb(255 255 255 / 90%)
}
.post-44 .list1 {
    width: 6.66rem;
    display: flex;
    flex-wrap: wrap;
}

.post-44 .list1 .news:nth-child(1) {
    width: 100%;
    margin-bottom: 0.2rem;
}
.post-44 .list1 .news:nth-child(1) .news_imgs a{padding-top: 59.7%;}
.post-44 .list1 .news {
    width: 50%;
    position: relative;
}
.post-44 .list1 .news:not(:first-child) .news_imgs:after{height:0.8rem;}
.post-44 .list1 .news .news_imgs a{padding-top: 54.35%;}

.post-44 .news .news_title {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-size: var(--smailSize);
    bottom: 0.14rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.post-44 .newss {
    width: 3.68rem;
    position: relative;
}
.post-44 .list2.swiper-slide{display:flex;flex-direction: column;position: relative;width: 3.68rem;row-gap: 0.2rem;}
.post-44 .list2.swiper-slide .news_imgs a{padding-top: 51.2%;}
.post-44 .list3.swiper-slide{display:flex;flex-direction: column;position: relative;width: 3.68rem;row-gap: 0.2rem;}
.post-44 .list3.swiper-slide .news_imgs a{padding-top: 78.3%;}
.post-44 .newss .news_imgs a {
    padding-top: 159%;
}

.post-44 .newss .news_imgs video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    height: 100%;
    z-index: 0;
    top: 50%;
    object-fit: cover;
    transform: translateY(-50%);
    background: #333;
}
.post-44 .newss .news_imgs .play {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/play.svg) no-repeat;
    display: block;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.5rem;
    transition: all .4s ease-in-out 0s;
    cursor: pointer;
    background-size: 100% 100%;
}
.post-44 .newss .news_imgs .play.pause{background: url(../images/stop.png) no-repeat;opacity:0;background-size: 100% 100%;}
.post-44 .newss :hover .play.pause{opacity:.6}
.post-44 .swiper-scrollbar {
    --swiper-scrollbar-bg-color: #fff;
    --swiper-scrollbar-size: 0.08rem;
    --swiper-scrollbar-drag-bg-color: #129584;);
    bottom: 0;
    top: auto;
    --swiper-scrollbar-border-radius: 0;
    left: 0;
}
.main5{
  background: url(../images/main5bg.jpg)no-repeat bottom/cover;
  overflow: hidden;
}
.main5 .inner{
  padding: 0.87rem 0 2.11rem;
  width: 100%;
}
.post-51 {
    position: relative;
}
.post-51 .control {
    position: absolute;
    width: 78%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    gap: 0;
    bottom: 50%;
    z-index: 1;
}

.post-51 .control>div {
    /* position: static; */
}
.post-51 .control .swiper-prev,.post-51 .control .swiper-next{
    transform: translateY(70%);
}
.post-51 .control .swiper-prev{left:0;}
.post-51 .control .swiper-next{right:0;}
.post-51 .control>div:hover{background-color:#fff;}
.post-51 .list1 {
    width: 9rem;
}
.post-51 .list2 {
    width: 3.96rem;
}

.post-51 .news a {
    display: block;
    margin: 0.1rem;
    position: relative;
}

.post-51 .con {
    margin: -0.1rem;
}


.post-51 .news .news_imgs span {
    border-radius: 0.32rem 0;
    background: #ccc;
    padding-top: 63.829%;
}
.post-51 .news .news_title {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.32rem;
    font-family: 'SourceHanSerifCN-Bold';
    text-shadow: 0px 4px 10px rgba(14, 82, 87, 0.79);
}
.post-51 .list1 .news .news_title{display:none}
.post-51 .list1 .news .news_imgs span {
    padding-top: 55.77%;
}
.post-51 .tt .more_btn {
    right: calc(50vw - 8rem);
}
.main6{
  background: #009582;
}
.main6 .inner{background: url(../images/main6bg.jpg) no-repeat bottom / cover;position: relative;top: -0.64rem;z-index: 1;height: 6.06rem;padding-top: 0.64rem;border-radius: 0.8rem;box-sizing: border-box;width: 17.92rem;}
.post-61 .swiper:after {
    content: "";
    width: calc(var(--width) * 100%);
    height: 100%;
    position: absolute;
    background: url(
    ../images/numbg.svg) repeat-x left top 41%/auto 0.72rem;
    top: 0;
    left: 0.15rem;
    z-index: -1;
    display: none;
}
.post-61 .list2 {
    display: flex;
    gap: 2.16rem;
    justify-content: flex-end;
    padding: 0 1.56rem;
    box-sizing: border-box;
}

.post-61 .list2 .news {
}

.post-61 .list2 .news_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.post-61 .list2.swiper-slide-active {
    justify-content: flex-start;
}
.post-61 .tt {
    margin-bottom: 1.04rem;
}

.post-61 .tago {
    position: absolute;
    z-index: 2;
    width: 1.96rem;
    height: 1.96rem;
    left: 50%;
margin-left: -0.98rem;
}

.post-61 .list2.swiper-slide-active .news:nth-child(1), .post-61 .list2.swiper-slide-active + * .news:nth-child(2) {
    margin-top: 0.26rem;
}

.post-61 .tago img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.post-61 .swiper {
    padding-top: 0.34rem;
}
.post-61 .tago:after {
    content: "";
    height: 133%;
    width: 133%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -66.5%;
    margin-left: -66.5%;
    background: url(../images/dotbg.svg) no-repeat center/100% 100%;
    animation: 15s 
linear 0s infinite normal both running sopplus;
}
.post-61 .tago .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.post-61 .tago .bg span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--mainColor);
    border-radius: 50%;
    opacity: 0;
    transform-origin: center;
    -webkit-animation: pulseLoop 8000ms linear infinite;
    animation: pulseLoop 8000ms linear infinite
}
.post-61 .tago .bg span:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms
}

.post-61 .tago .bg span:nth-child(3)  {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms
}

.post-61 .tago .bg span:nth-child(4)  {
    -webkit-animation-delay: -6000ms;
    animation-delay: -6000ms
}
@keyframes pulseLoop {
    0% {
        opacity: 0;
        transform: scale(0.8) translateZ(0)
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.25) translateZ(0);
    }
}
.post-61 .list2 .news_icon img {
    width: 1.1rem;
}

.post-61 .list2 .news_title {
    font-size: var(--smailSize);
    margin: 0.15rem 0 0.1rem;
}

.post-61 .list2 .news_num {
    font-size: 0.3rem;
    color: var(--mainColor);
}

.post-61 .list2 .news_num .count {
    font-size: 0.48rem;
    margin-right: 0.08rem;
}
.post-61 .swiper-prev {
    left: 0.54rem;
    top: 33%;
}
.post-61 .swiper-next {
    right: 0.54rem;
    top: 33%;
}
.post-61 .cirsvg {
    position: absolute;
    width: 100%;
    top: 29%;
}

.post-61 .con {
    position: relative;
}
.main7{display: none;background:#fff}
.post-71 .con1 .news_imgs a{padding-top: 46.25%;position: relative;background: #ccc;}
.post-71 .news:hover .news_imgs a img{
    transform: none;
}
.main7 .inner{width:100%}
.post-71 .con2{position:absolute;bottom: 0;left: 0;z-index:1;width: 100%;}
.post-71{position:relative;overflow:hidden}
.post-71 .con2 .news{box-sizing:border-box;padding: 0.16rem;height: 1.78rem;border-radius:0;background: rgba(0,0,0,.4);cursor:pointer;transition:all .6s ease-in-out 0s;border-radius: 0.8rem 0;display: flex;flex-direction: column;justify-content: space-between;width: 3.04rem;}
.post-71 .con2 .news .news_title{color:#fff;font-size: var(--bigSize);text-align: right;padding-left: 0.6rem;}
.post-71 .con2 .news a{color:#fff;background: rgb(255 255 255 / 20%);width: 0.56rem;height: 0.56rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.post-71 .con2 .news a svg {
    width: 0.12rem;
    height: auto;
}
.post-71 .swiper-prev {
    left: 0.4rem;
    z-index: 2;
}
.post-71 .swiper-next {
    right: 0.4rem;
    z-index: 2;
}

.post-71 .con1 .news .news_imgs:after {
    content: "";
    width: 100%;
    height: 34.9%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(47, 156, 142, 0.94) 0%, rgba(255, 255, 255, 0) 50%);
}
.post-71 .con2 .news a svg path {
    fill: #fff;
    transition: all 0.4s 
ease-in-out;
}
.post-71 .con2 .news.swiper-slide-thumb-active a svg path {
    fill: var(--mainColor);
}

.post-71 .con2 .news.swiper-slide-thumb-active a{
    background: rgb(255 255 255 / 60%);
}
.post-71 .con2 .news.swiper-slide-thumb-active{height: 2.32rem;background: #4a9494;transition:all .6s ease-in-out 0s;background: rgba(47, 156, 142, 0.85);}
.post-71 .con2 .news_list{align-items:flex-end}
.post-71 .con1 .news.swiper-slide-active .news_imgs{overflow:hidden;animation:2.5s linear 0s 1 normal none running imgscale}
/**列表页**/
.l-banner {
    height: 4.24rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}
.pagelist .l-banner:after{
    display: none;
}
.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container {
    position: relative;
    background: url(../images/listbg.png)no-repeat bottom /cover;
}

#l-container .inner {
    position: relative;
    width: var(--listInnerWidth);
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {
    z-index: 1;
    position: relative;
    left: 0;
    top: -1.64rem;
    width: 3.2rem;
}

.col_name span {
    font-size: .26rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.col_name {background: #009582 url(../images/collisttt.png)no-repeat center/cover;border-radius: 0 0.8rem;height: 1.28rem;display: flex;align-items: center;/* padding: 0 1.08rem; */margin-top: 0.36rem;text-align: center;justify-content: center;}

.zs_link a{
    width: 2.6rem;
    display: block;
    margin-top: 0.85rem;
    position: absolute;
    left: 0;
    z-index: 1;
}

.zs_link img {
    width: 100%;
}
.zs_link a[col-name="招生就业"]{display:block! important}
.col_path a,.col_path span {
    font-size: var(--smailSize);
    line-height: 1.3;
    color: var(--mainColor);
}

.col_path {
    display: inline-block;
    padding-left: .24rem;
    background: url(../images/home.svg) no-repeat left/0.18rem;
    margin-left: 0.49rem;
}

.possplit::after {
    content: "/";
    font-size: .15rem;
    position: absolute;
    left: 0;
    /* top: 0; */
}

.possplit {
    width: auto;
    background-image: none;
    color: var(--mainColor);
    text-indent: inherit;
    font-size: 0;
    position: relative;
    margin: 0 0.05rem;
    height: auto;
}

.col_list {
    width: var(--innerWidth);
    position: absolute;
    height: .86rem;
    padding-right: .9rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* display: none; */
    top: 0.78rem;
    margin-left: 3.92rem;
    z-index: -1;
}

.col_list::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((15.6rem - 100vw)/2 - 3.92rem);
    top: 0;
    border-right: .35rem solid transparent;
    background: #fff;
    border-radius: 0 0.32rem 0 0;
    box-sizing: border-box;
    box-shadow: 0 0.04rem 0.1rem #0E695D17;
}

.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
    display: flex;
    gap: 0.24rem;
    padding-left: 0.16rem;
}

.col_list ul li {/* line-height: 0.4rem; *//* padding: 0.23rem 0.3rem; *//* box-sizing: border-box; */}

.col_list .col_column .col_item_link.selected,.col_list .col_column .col_item_link:hover {
    color: #fff;
    background: #009582;
}

.col_list .col_column .col_item_link {
    font-size: var(--bigSize);
    display: inline-block;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #5D5D5D;
    line-height: 0.4rem;
    padding: 0.23rem 0.3rem;
    box-sizing: border-box;
}

.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;
}
.col_metas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.34rem;
    border-bottom: 1px solid var(--mainColor);
    display: none;
}

.col_title {
    font-size: 0.32rem;
    line-height: 2;
    color: var(--mainColor);
}
/**默认新闻列表页**/
.mrlist #l-container  .mod {
    display: flex;
}

.col_news {
    flex: 1;
    padding: 0.44rem 0 1.04rem;
}
.pages .col_news {
    padding: 0.44rem 2rem 1.04rem;
}

.mrlist .col_news_list .news_list .news{height: 0.92rem;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid rgb(0 121 106 / 10%);gap: 0.2rem;position: relative;}

.mrlist .col_news_list .news_list .news .news_imgs {
    width: 3.12rem;
    flex: none;
    background: 0 0;
    display: flex;
    align-items: center;
}

.mrlist .col_news_list .news_list .news .news_imgs span {
    padding-top: 66.025%;
    width: 100%;
}
.mrlist .col_news_list .news_list .news:after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--mainColor);
    transition: var(--transition);
}
.mrlist .col_news_list .news_list .news:hover:after{
    width: 100%;
}
.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;
    padding: .1rem 0;
}

.mrlist .col_news_list .news_list .news .news_title {
     font-size: var(--smailSize);
    line-height: 1.7;
}
.mrlist .col_news_list .news_list .news .news_title a{color:#636363}
.mrlist .col_news_list .news_list .news:hover .news_title a{color:var(--mainColor)}
.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--smailSizex);
    line-height: 2;
    opacity: 0.8;
}
.mrlist .col_news_list .news_list .news .news_date{
    font-size: var(--smailSize);
    color: var(--mainColor);
    line-height: 1.7;
    flex: none;
}
.mrlist .col_news_list .news_list .news .news_text a {
    color: #666;
}

.mrlist .col_news_list .news_list .news[data-imgsrc=""] .news_imgs {
    display: none;
}

/**文章页**/
.info .col_metas.clearfix {
    height: .63rem;
}

.infobox {
    padding: .56rem 0;
    margin: 0 auto;
    width: auto;
}

.article h1.arti_title {
    line-height: 1.3;
    text-align: center;
    margin-bottom: .2rem;
    color: var(--mainColor);
    line-height: 2;
    font-weight: bold;
    font-size: 0.2rem;
}

.article h2.arti_title {
    line-height: 2;
    font-family: "Microsoft YaHei";
    font-size: .2rem;
    text-align: center;
    color: #1b1b1bc7;
    margin-bottom: .2rem;
}

.article .arti_metas {
    text-align: center;
    line-height: 1.3;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.article .arti_metas>span {
    margin: 0 .28rem;
    font-size: 0.14rem;
    color: #666;
    display: flex;
    gap: 0.07rem;
}
.article .arti_metas>span img{
    width: 0.18rem;
}
.article .arti_info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: .4rem;
    min-height: 400px;
}

.article .entry .read,.article .entry .read p {
    line-height: 1.75;
    font-size: var(--smailSize);
    color: #333;
}

.article .entry .read p {
    margin-bottom: 10px;
text-indent: 2em;
}

.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: #009582;
    position: relative;
}

.footer .inner {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 15.6rem;
}
.footer .inner .foot-top,
.footer .inner .foot-bottom{
    padding-left:1rem;
    padding-right:1rem;
}

.foot-top {
    padding: 0.46rem 0 0.32rem;
}
.foot-top .left{
    display:flex;
    flex-direction:column;
    float:left;
}
.foot-top .right{
    float:right;
}
.foot-top img.footlogo{
    width: 4.72rem;
display: none;
}

#footer .left .foottago{
    width: 5.77rem;
    margin-top: 0.42rem;
}

#footer .botlinks{
    display: flex;
    gap: 0.32rem;
    margin-bottom: 0.3rem;
}
#footer .tt{
    font-size: var(--titleSize);
    color: #fff;
    background: url(../images/footttbg.svg)no-repeat left/0.08rem;
    padding-left: 0.18rem;
    margin-bottom: 0.15rem;
}
#footer .inner p {
    font-size: var(--smailSize);
    line-height: 2;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}

#footer .inner p a {
    color: #fff;
}
#footer .link_tt:before {content: "·";}
#footer .link2 .news_list {
    display: flex;
    gap: 0.52rem;
    text-align: center;
    flex-wrap: wrap;
}
#footer .link2 .news_list .icon{margin-bottom: 0.1rem;display: block;}
#footer .link2 .news_list .icon img {
    height: 0.39rem;
}

#footer .link2  .tt {
    margin-bottom: 0.13rem;
display: none;
}

#footer .inner .foot-bottom p {
    font-size: var(--smailSizex);
    opacity: 0.6;
}

#footer .inner .foot-bottom {
    padding: 0.12rem 1rem;
    border-top: 1px solid rgb(255 255 255 / 40%);
    text-align: center;
}
/**侧导航**/
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: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 2;
    bottom: 0.59rem;
    border-radius: 50%;
    right: 0.96rem;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.Scroll-to-top img{
    width: 100%;
}
.slideright {
    position: fixed;
    width: 2.08rem;
    height: 2.08rem;
    background: url(../images/rrbg.svg) 0 0/100% no-repeat;
    z-index: 2;
    right: -1.04rem;
    top: 50%;
    margin-top: -1.04rem;
    color: #fff;
    padding-left: .14rem;
    box-sizing: border-box;
    font-size: var(--titleSize);
    display: flex;
    cursor: pointer;
    transition: all .8s ease-in-out 0s;
    transform: translateX(1.5rem) rotate(90deg);
    flex-direction: column;
    justify-content: center;
}

.slideright.showdiv {
    transform: none;
    color: #fff;
display: none;
}

.slideright span {
    width: 0.77rem;
    line-height: 1.2;
    text-align: center;
}

.slideright img {
    width: .09rem;
    transition: all .4s ease-in-out 0s;
    margin-top: 0.15rem;
}

.slideright::after {
    content: "";
    width: 2.37rem;
    height: 2.37rem;
    background: url(../images/rrbg2.svg) 0 0/100% no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.185rem;
    margin-top: -1.185rem;
    animation: 15s linear 0s infinite normal both running sopplus;
    pointer-events: none;
}
.slidetago {
    position: fixed;
    z-index: 2;
    width: 0.86rem;
    height: 0.86rem;
    left: 0.34rem;
    top: 50%;
    margin-top: -0.43rem;
    box-shadow: 0px 4px 10px 0px rgba(2, 47, 41, 0.1);
    border-radius: 50%;
    display: block;
display: none;
}

.slidetago img {
    width: 100%;
    height: 100%;
}
@keyframes sopplus {
    100% {
        transform: rotate(360deg)
    }
}

.slideright:hover img {
    transform: scale(1.4)
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    width: 1.71rem;
    line-height: 0.46rem;
    background: none;
    border: 1px solid #fff;
    box-sizing:border-box;
    font-size: 0.16rem;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 0.46rem;
    line-height: 0.46rem;
    padding-left:0.5rem;
    color: #ffffff;
    background:url(../images/footttbg.svg)no-repeat left 0.28rem center / 0.08rem;
    position:relative;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    cursor: pointer;
}
.botlinks .links-wrap a.links-arrow:after{
    content:'';
    width:0.1rem;
    height:0.06rem;
    background:url(../images/arrow.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    z-index:50;
    right:0.2rem;
    top:50%;
    transform:translateY(-50%);
    transition:0.4s;
}
.botlinks .links-wrap a.links-arrow:hover:after{
    transform:rotateX(180deg) translateY(50%);
}
.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0.46rem;
    min-width: 100%;
    height: auto;
    max-height: 3rem;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border: 0.01rem solid #fff;
    
    transform: translateX(-0.01rem);
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 0.4rem;
    color: #009582;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 0.1rem;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #009582;
    cursor: pointer;
}
.nav li.menu-item.i7 ul.sub-menu {
    display: none;
}


.post-32 .news .news_imgs a {
    pointer-events: none;
}

/**无障碍**/
.ariabodytopfiexed .header{top:100px}