
/*swiper-button*/
.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -.9375vw;
    width: 1.875vw;
    height: 1.875vw;
    z-index: 98;
    background: none;
    background: unset;
    color: var(--color-secondary);
    border-radius: 50%;}

.ala-swiper.is-white .swiper-button-prev,
.ala-swiper.is-white .swiper-button-next {
    color: #fff;}

.ala-swiper .swiper-button-next.swiper-button-disabled,
.ala-swiper .swiper-button-prev.swiper-button-disabled {
    color: var(--border-color);
    opacity: 1;}

.ala-swiper .swiper-button-prev:not(.ala-swiper .swiper-button-disabled):hover:after,
.ala-swiper .swiper-button-next:not(.ala-swiper .swiper-button-disabled):hover:after {
    color: var(--color-primary);}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    font-size: 1.2vw;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    content: "\e607";
    font-family: "iconfont";}

.ala-swiper .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);}

.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;}

.ala-swiper .swiper-button-next,
.ala-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}

/*swiper-button END*/


/*.swiper-pagination*/
.ala-swiper .swiper-pagination {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;}

.ala-swiper .swiper-pagination-bullet {
    position: relative;
    background-color: unset;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 1.25vw;
    opacity: 1;
    transition: all .3s ease-in-out;
    background-color: unset !important;
    border: 1.5px solid transparent !important;
    margin: 0 .3125vw !important;}

.ala-swiper .swiper-pagination-bullet-active {
    border-color: var(--color-primary) !important;}

.ala-swiper .swiper-pagination-bullet::after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    content: "";
    display: block;
    width: .3125vw;
    height: .3125vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--color-text-secondary-grey);}

.ala-swiper .swiper-pagination-bullet-active::after {
    background-color: var(--color-primary) !important;}

.ala-swiper.is-white .swiper-pagination-bullet-active {
    border-color: #fff !important;}

.ala-swiper.is-white .swiper-pagination-bullet-active::after,
.ala-swiper.is-white .swiper-pagination-bullet::after {
    background-color: #fff !important;}

@media screen and (max-width: 1439px) {
    .ala-swiper .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin: 0 5px;}

    .ala-swiper .swiper-pagination-bullet::after {
        width: 5px;
        height: 5px;}

    .ala-swiper .swiper-button-prev,
    .ala-swiper .swiper-button-next {
        width: 27px;
        height: 27px;
        margin-top: -13.5px;}

    .ala-swiper .swiper-button-next:after,
    .ala-swiper .swiper-button-prev:after {
        font-size: 18px;}
}

/*.swiper-pagination EMD*/

/* swiper-scrollbar */
.ala-swiper .swiper-scrollbar {
    height: 2.34375vw;
    background-color: unset;
    border-radius: 0;
    left: 50%;
    right: unset;
    width: 0;
    top: 0;}
.ala-swiper .swiper-scrollbar-drag {
    background-color: unset;
    position: relative;
    width: 0!important;}

.ala-swiper .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    right: unset;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2.34375vw;
    transform: translateX(-50%);
    background: url(../images/icon_drag.png) right center no-repeat;
    background-size: contain;
    cursor: pointer;}

@media screen and (max-width: 1199px) {
    .ala-swiper .swiper-scrollbar,
    .ala-swiper .swiper-scrollbar-drag:after {
        width: 28px;
        height: 28px;}
    .ala-swiper .swiper-scrollbar{
        width: 0;}
    
   
}

@media screen and (max-width: 567px) {
    .ala-swiper .swiper-scrollbar {
        display: none;}
}

/* swiper-scrollbar END */


/* swiper-btn */
.swiper-btn {
    display: flex;
    align-items: center;}
.swiper-more-btn{
    display: block;
    margin-right: 10px;
    line-height: 1;
    color: var(--color-text-secondary-grey);}
.swiper-more-btn:hover{
    color: var(--color-primary);}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
    /* border-radius: 50%; */
    background: var(--color-primary);
    position: static;
    font-size: 1.25vw;
    color: #fff;
    margin-top: unset;}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
    content: "\e6ee";
    font-family: "iconfont";
    font-size: inherit;}

.swiper-btn .swiper-button-next:after {
    content: "\e6f0";}

.swiper-btn .swiper-button-next {
    margin-left: .625vw;}

.swiper-btn .swiper-button-prev.swiper-button-disabled,
.swiper-btn .swiper-button-next.swiper-button-disabled {
    background: transparent;
    border: var(--size-1) solid var(--color-text-placeholder);
    color: var(--color-text-secondary);
    cursor: no-drop;}
.post-box .swiper-btn .swiper-button-next, 
.post-box .swiper-btn .swiper-button-prev{
    height: 1.25vw;
    border-radius: 0;
    font-size: .625vw;
    background-color: var(--color-primary);
    color: #fff;
    transition: all .3s ease-in-out;}
.post-box .swiper-btn .swiper-button-next:hover, 
.post-box .swiper-btn .swiper-button-prev:hover{
    background: #fff;
    color: var(--color-primary);}
.post-box .swiper-btn .swiper-button-next{
    margin-left: .208333vw;}
.post-box .swiper-btn .swiper-button-next:after{
    content: "\e625";}
.post-box .swiper-btn .swiper-button-prev:after{
    content: "\e87f";}

@media screen and (max-width: 1440px) {

    .swiper-btn .swiper-button-next,
    .swiper-btn .swiper-button-prev {
        width: 36px;
        height: 36px;
        font-size: 18px;}

    .swiper-btn .swiper-button-next {
        margin-left: 9px;}
    .post-box .swiper-btn .swiper-button-next, 
    .post-box .swiper-btn .swiper-button-prev{
        height: 18px;
        font-size: 12px;}
    .post-box .swiper-btn .swiper-button-next{
        margin-left: 3px;}
}

/* swiper-btn END */

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;}

/*banner*/
.banner {
    position: relative;
    height: 100vh;
    width: 100%;}
.banner .ripples-cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 12;}
.banner .banner-box {
    position: relative;
    z-index: 10;}

.banner .slide-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .2); */
    z-index: 9;
    height: 9.375vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;}

.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;}

.banner .swiper-slide .swiper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;}

.banner .swiper-slide .swiper-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8.8s linear;
    -o-transition: all 8.8s linear;
    transition: all 8.8s linear;}

.banner .swiper-slide-active .swiper-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;}

.banner img {
    width: 100%;}

.banner .banner-swiper-button {
    position: absolute;
    z-index: 12;
    left: 4.166666vw;
    width: unset;
    bottom: 26%;
    display: flex;
    align-items: center;
    cursor: default !important;}
.banner .banner-swiper-button .swiper-button-prev{
    background: rgba(255, 255, 255, .2);
    transition: background .3s ease-in-out;}
.banner .banner-swiper-button .swiper-button-prev:after{
    color: #fff;}
.banner .banner-swiper-button .swiper-button-prev:hover{
    background-color: #fff;}
.banner .banner-swiper-button .swiper-button-prev:hover:after{
    color: var(--color-primary);}
.banner .banner-swiper-button .swiper-button-next{
    background: #fff!important;}
.banner .banner-swiper-button .swiper-button-next:after{
    color: var(--color-primary);}

.banner .swiper-pagination {
    text-align: center;
    top: 50%;
    bottom: unset;
    right: 4.166666vw;
    width: unset;
    left: unset;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 99;}

.banner .swiper-pagination {
    cursor: default !important;}

.banner .swiper-pagination-bullet {
    width: .78125vw;
    height: .26042vw;
    background-color: #fff !important;
    color: #fff;
    background: transparent;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 0;
    cursor: pointer !important;
    margin-right: 0;
    opacity: 1;}

.banner .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: .52083vw;}

.banner .swiper-pagination-bullet-active {
    width: 2.1875vw;}

@media screen and (max-width: 1439px) {

    .banner .swiper-pagination-bullet {
        width: 12px;
        height: 3px;}

    .banner .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-top: 7.5px;}

    .banner .swiper-pagination-bullet-active {
        width: 32px;}
}

@media screen and (max-width: 767px) {
    .banner {
        height: 120vw;}
}

@media screen and (max-width: 567px) {
    .banner .banner-swiper-button{
        left: unset;
        right: .3rem;
        bottom: .44rem;}
    .banner .swiper-pagination {
        flex-direction: row;
        left: .3rem;
        bottom: .44rem;
        right: unset;
        top: unset;
        transform: unset;}

    .banner .swiper-pagination-bullet {
        width: .06rem;
        height: .2rem;
        margin: 0 !important;}

    .banner .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: .11rem !important;
        margin-top: 0;}

    .banner .swiper-pagination-bullet-active {
        height: .44rem;}
}

/*banner END*/


/*home-banner-wrap*/
.home-banner-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;}

.home-banner-wrap .banner-title {
    line-height: 1.2;}

.home-banner-wrap .banner-desc {
    margin-top: 1.40625vw;
    line-height: 1.5;
    font-style: italic;}

@media screen and (max-width: 567px) {
    .home-banner-wrap {
        top: unset;
        bottom: 2rem;}
}

/*home-banner-wrap END*/

/* banner-video */
.banner-video .video-container {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}

.banner-video .video-container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .2); */
    z-index: 9;
    height: 9.375vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);}

.banner .video-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;}
.banner .video-js{
    width: 100%!important;
    height: 100%!important;}
.banner .video-js .vjs-poster{
    background-size: cover!important;}
.banner .video-js .vjs-tech{
    object-fit: cover;}
.banner  .icon-play{
    display: none;
    margin-top: 30px;
    z-index: 99;}
@media screen and (max-width: 767px) {
    .banner-video{
        height: 66.6666vw;}
    /* .banner-video .video-container .icon-play{
        display: block;
    } */
}

/* banner-video END */


/*block*/
.block {
    padding: 5.78125vw 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.block.small-block {
    padding: 3.75vw 0;}
.block.has-page-bg {
   padding-bottom: 5vw;
   min-height: 80vh;}
.block>* {
    position: relative;
    z-index: 9;}

.block.grey {
    background-color: var(--bg-grey);}

.block.darkGrey {
    background-color: #F0F0F0;}

.block.bg {
    background-attachment: fixed;}

.block.bg>* {
    position: relative;
    z-index: 9;}

.block.bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 0;}

.block.bg .container,
.block.color_white .container {
    z-index: 2;
    position: relative;
    color: #fff;}

.color_white {
    color: #fff;}

@media screen and (max-width:991px) {
    .block {
        padding: 50px 0;}
    .block.small-block {
        padding: 40px 0;}
}

/*block END*/

/* ala-section */
.ala-section+.ala-section {
    margin-top: 5.78125vw;}
.ala-section.section-small+.ala-section.section-small,
.block.small-block .ala-section+.ala-section {
    margin-top: 3.75vw;}

@media screen and (max-width:991px) {
    .ala-section+.ala-section {
        margin-top: 50px;}
    .ala-section.section-small+.ala-section.section-small,
    .block.small-block .ala-section+.ala-section{
        margin-top: 40px;}
}

/* ala-section END */


/*index_title*/
.index_title {
    position: relative;
    margin-bottom: 2.34275vw;
    line-height: 1.4;
    color: var(--color-text-regular);}

.index_title h2 {
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 2;
    font-weight: normal;}

.index_title h2>* {
    position: relative;}

.bg .index_title,
.color_white .index_title {
    color: #fff;}

.bg .index_title .en:before,
.color_white .index_title .en:before {
    background-color: #fff;}

.index_title .small_title {
    position: absolute;
    opacity: .08;
    font-size: 1.8em;
    top: -10px;
    z-index: 1;}

.index_title .more-btn {
    margin-top: 0;}
.home-post .index_title .not-active{
    position: relative;
    margin-left: var(--size-20);
    padding-left: var(--size-20);}
.home-post .index_title .not-active:before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    width: 1px;
    height: 28px;
    background-color: #000;
    opacity: .15;}
.home-post .index_title h2{
    cursor: pointer;}

.home-post .index_title h2.active{
    font-size: var(--size-56);}
.home-post .index_title h2.active span{
    opacity: 1;}
.home-post .index_title h2{
    font-size: var(--size-32);}
.home-post .index_title h2 span{
    opacity: .65;}

@media screen and (max-width: 1199px) {
    .index_title {
        margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {
    .index_title {
        margin-bottom: 20px;}
}

/*index_title END*/


.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;}

.layui-row.row-flex:after,
.layui-row.row-flex:before {
    content: none;}

/* media-list */

.media-list {
    margin: 0 -.10417vw;
    position: relative;
    z-index: 9;}

.media-list .media-item {
    display: inline-block;
    padding: 0 .10417vw;
    text-align: center;
    position: relative;
    z-index: 1;}

.media-list .media-item:hover {
    z-index: 2;}

.media-list .media-item a {
    display: block;
    text-align: center;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    color: var(--color-text-secondary-grey);
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid rgba(0, 0, 0, .2);}

.media-list .media-item a:hover {
    background: #fff;
    color: var(--color-primary);
    text-decoration: unset;}

.media-list .media-item .tc-box {
    width: 6.25vw;
    height: 6.25vw;
    padding: .3125vw;
    border-radius: .20833vw;
    margin-top: .625vw;
    transform: translate(-50%, 1.25vw);
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .5s;
    opacity: 0;}

.media-list .media-item .tc-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;}

.media-list .media-item .tc-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -.625vw;
    width: 0;
    height: 0;
    border: .3125vw solid transparent;
    border-bottom: .3125vw solid rgba(255, 255, 255, 1);
    margin-left: -.3125vw;}

.media-list .media-item a:hover+.tc-box {
    opacity: 1;
    transform: translate(-50%, 0);}

@media screen and (max-width: 1439px) {
    .media-list .media-item a {
        width: 36px;
        height: 36px;
        line-height: 36px;}

    .media-list .media-item .tc-box {
        width: 90px;
        height: 90px;
        padding: 5px;
        border-radius: 4px;}

    .media-list .media-item .tc-box:after {
        top: -9px;
        border-width: 4.5px;
        margin-left: -4.5px;}
}

@media screen and (max-width: 767px) {
    .media-list .media-item a:hover {
        z-index: 9;}

    .media-list {
        min-height: unset;}

    .media-list .media-item .tc-box {
        left: 0;
        transform: translate(0, -20px);
        margin-bottom: 10px;
        top: unset;
        bottom: 100%;}

    .media-list .media-item a:hover+.tc-box {
        transform: translate(0, 0);}

    .media-list .media-item .tc-box:after {
        top: unset;
        bottom: -12px;
        border-bottom: 6px solid transparent;
        border-top: 6px solid #fff;
        left: 20px;}
}

@media screen and (max-width: 567px) {
    .media-list .media-item a {
        width: .72rem;
        height: .72rem;
        line-height: .72rem;}

    .media-list .media-item .tc-box {
        width: 1.8rem;
        height: 1.8rem;
        padding: .1rem;
        border-radius: .08rem;
        margin-bottom: .2rem;}

    .media-list .media-item .tc-box:after {
        bottom: -.24rem;
        border-bottom: .12rem solid transparent;
        border-top: .12rem solid #fff;
        left: .4rem;}
}

/* media-list END */


/* slide */
.slide{
    position: relative;
    display: block;}
.slide .img img{
    transform: scale(1);
    transition: all .5s ease-in-out;}
.slide:hover .img img{
    transform: scale(1.1);}
.slide .text-box{
    position: absolute;
    display: inline-block;
    left: var(--size-18);
    bottom: var(--size-18);
    min-width: 60%;
    background-color: #fff;
    transition: all .3s ease-in-out;}
.slide .text-box>*{
    position: relative;}
.slide .text-box:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    transition: all .3s ease-in-out;}
.slide:hover .text-box:before{
    height: 100%;}
.slide:hover .text-box{
    color: #fff;}
.slide .text-box .iconfont{
    display: inline-block;
    transition: transform .3s ease-in-out;}
.slide:hover .text-box .iconfont{
    transform: rotate(45deg);}
/* slide END */

/* slide-card */
.grey .slide-card{
    background-color: #fff;}
.slide-card{
    position: relative;
    /* cursor: pointer; */
    box-shadow: unset;
    transition: all .3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    overflow: hidden;}
.slide-card:hover{
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;}

.slide-card .text-box{
    padding: var(--size-30) var(--size-24);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}
.slide-card .text-box .desc{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-24);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.slide-card .text-box .desc.ellipsis--2{
    -webkit-line-clamp: 2;}
.slide-card .text-box .title{
    color: var(--color-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
a.slide-card:hover .text-box .title{
    /* text-decoration: underline; */
    color: var(--color-primary);}
.slide-card .text-box .more-link{
    margin-top: var(--size-30);}
.slide-card:hover .more-link .iconfont{
    transform: rotate(45deg);}

.slide-card .calendar>*{
    position: relative;}
.slide-card .calendar{
    position: absolute;
    background: #fff;
    right: var(--size-18);
    top: var(--size-18);
    padding: var(--size-15) var(--size-9);
    line-height: 1;
    text-align: center;
    transition: color .3s ease-in-out;
    color: var(--color-text-regular);}
.slide-card .calendar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;}
.slide-card .calendar .month{
    font-weight: bold;}
.slide-card .calendar .year{
    margin-top: var(--size-6);
    color: var(--color-text-secondary);
    transition: color .3s ease-in-out;}
.slide-card:hover .calendar{
    color: #fff;}
.slide-card:hover .calendar:before{
    opacity: 1;}
.slide-card:hover .calendar .year{
    color: #fff;}


.slide-card .text-box .num {
    color: var(--color-text-primary);
    font-size: var(--size-100);
    -webkit-text-stroke: 1px var(--color-text-primary);
    text-stroke: 1px var(--color-text-primary);
    color: transparent;
    transition: all .3s ease-in-out;
    position: absolute;
    right: var(--size-24);
    bottom: 0;
    line-height: .75;
    transform: translate(0, 30%);
    opacity: .1;
    letter-spacing: -.05em;
    font-family: "PoppinsSemiBold";}

.slide-card .info-wrap{
    margin-top: var(--size-20);}
.slide-card .info-wrap .info{
    display: flex;
    align-items: center;}
.slide-card .info-wrap .info .ala-icon{
    margin-right: var(--size-9);}
.slide-card .info-wrap .info+.info{
    margin-top: var(--size-9);}

.slide-card.no-img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s ease-in-out;}
.slide-card.no-img:hover:before{
    opacity: 1;}
/* slide-card END */

.video-play {
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: transparent;
    border-radius: 50%;
    z-index: 99;
    border: .104167vw solid #fff;}

.video-play:hover {
    background: var(--color-primary);
    border-color: transparent;}

.video-play span {
    border: .46875vw solid transparent;
    border-left: .625vw solid #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.46875vw;
    margin-left: -.208333vw;}

@media screen and (max-width: 1600px) {
    .video-play {
        width: 37px;
        height: 37px;
        border-width: 1.5px;}

    .video-play span {
        border-width: 7.5px;
        border-left-width: 10px;
        margin-top: -7.5px;
        margin-left: -3.3333px;}
}


/* custom-cursor */
.custom-cursor {
    position: fixed;
    pointer-events: none;
    top: 0;
    /* mix-blend-mode: difference;  */
    opacity: 0;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;}

.custom-cursor .icon {
    width: 0;
    height: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;}

.custom-cursor .text {
    margin-left: 2.34375vw;}

.custom-cursor .icon:before,
.custom-cursor .icon:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    left: -1.5625vw;
    top: -1.5625vw;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .25);
    box-sizing: border-box;}

.custom-cursor .icon:after {
    border-style: solid;
    border-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 75%);
    -webkit-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;}

@media screen and (max-width: 1199px) {

    .custom-cursor .icon:before,
    .custom-cursor .icon:after {
        width: 37.5px;
        height: 37.5px;
        left: -18.75px;
        top: -18.75px;}

    .custom-cursor .text {
        margin-left: 28px;}
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);}

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);}

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);}
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);}

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);}

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);}
}

/* custom-cursor END */

/* .banner,
.banner * {
    cursor: none !important;
}

.banner:hover .custom-cursor {
    opacity: 1;
} */

/* banner-announcement */
.banner-announcement{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6.25vw;
    /* display: flex; */
    display: none;
    color: #fff;
    z-index: 12;}
.banner-announcement .announcement_hd{
    background: var(--color-primary);
    color: #fff;
    padding: 0 var(--size-60);
    display: flex;
    align-items: center;
    white-space: nowrap;}
.banner-announcement .announcement_ft,
.banner-announcement .announcement_bd{
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: saturate(150%) blur(4px);
    backdrop-filter: saturate(150%) blur(4px);}
.banner-announcement .announcement_bd{
    flex: 1;
    padding: 0 var(--size-60);
    overflow: hidden;}
.banner-announcement .announcement_ft{
    border-left: var(--size-1) solid rgba(255, 255, 255, .2);
    width: var(--size-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.banner-announcement .announcement-swiper{
    width: 100%;
    height: 100%;}
.banner-announcement .announcement-item{
    color: #fff;
    height: 6.25vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;}
.banner-announcement .announcement-item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: var(--size-4);}
.banner-announcement .announcement-item:hover .title{}
.banner-announcement .ala-swiper{
    width: 100%;
    height: 60%;}
.banner-announcement .swiper-slide-active{
    opacity: 1!important;}
.banner-announcement .swiper-button-next, 
.banner-announcement .swiper-button-prev{
    position: static;
    flex: 1;
    width: 100%;
    height: 50%;
    margin: 0;
    color: #fff;}
.banner-announcement .ala-swiper .swiper-button-next:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
.banner-announcement .ala-swiper .swiper-button-prev:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);}
@media screen and (max-width: 1439px) {
    .banner-announcement,
    .banner-announcement .announcement-item{
        height: 90px;}
}
.home-announcement-mobile{
    display: none;}
@media screen and (max-width: 991px) {
    .banner-announcement{
        display: none;}
    .home-announcement-mobile{
        display: none;}
}
/* banner-announcement END */

/* home-news */
.news-swiper-container {
    position: relative;
    height: 100%;}

.news-swiper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}

.news-swiper .news-item {
    display: block;
    height: 100%;
    position: relative;}

.news-swiper .news-item .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 100%);
    height: 40%;
    z-index: 2;}

.news-swiper .news-item .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;}

.news-swiper .news-item .text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 1.875vw;
    color: #fff;
    width: 70%;}

.news-swiper .news-item .text-box .title {
    margin-top: .625vw;}

.news-swiper .news-item:hover .text-box .title {}

.news-swiper .swiper-box {
    position: absolute;
    right: 1.875vw;
    bottom: 1.875vw;
    z-index: 9;
    width: 25%;
    display: flex;
    align-items: center;}

.news-swiper .swiper-box .swiper-pagination {
    position: static;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    border: 0 !important;}

.news-swiper .swiper-button-prev {
    left: -14px;
    font-weight: 800;}

.news-swiper .swiper-button-next {
    right: -14px;
    font-weight: 800;}

.news-list-wrap {
    position: relative;}

.news-list-wrap .news-hightlight {
    position: relative;}

.news-list-wrap .news-hightlight:after,
.news-list-wrap .news-hightlight:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #D3DBDA;
    width: 100%;
    z-index: 1;}

.news-list-wrap .news-hightlight:after {
    width: 0;
    background: var(--color-primary);
    transition: all .3s ease-in-out;}

.news-list-wrap .news-hightlight:hover:after {
    width: 100%;}

.news-list-wrap .news-hightlight .title {
    padding: 1.875vw 3.125vw;
    padding-left: 0;
    border-right: 1px solid var(--border-color);
    line-height: 1.3;
    flex: 1;}

.news-list-wrap .news-hightlight .title .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.news-list-wrap .news-hightlight:hover{
    color: var(--color-text-regular);}
.news-list-wrap .news-hightlight:hover .title {
    color: var(--color-primary);}

.news-list-wrap .news-hightlight .time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 1.875vw 3.125vw;
    padding-right: 0;
    color: var(--color-text-regular);}

.news-list .news-item {
    padding: 1.875vw 0;
    display: block;
    /* border-bottom: 1px solid var(--border-color); */
    position: relative;}
.news-list .news-item:hover{
    color: var(--color-text-regular);}
.news-list .news-item:after,
.news-list .news-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #D3DBDA;
    width: 100%;
    z-index: 1;}

.news-list .news-item:after {
    width: 0;
    background: var(--color-primary);
    transition: all .3s ease-in-out;}

.news-list .news-item:hover:after {
    width: 100%;}

.news-list .news-item .time {
    /* color: var(--color-primary); */
    margin-bottom: .625vw;}

.news-list .news-item .text {
    overflow: hidden;}

.news-list .news-item .title {
    width: 35%;
    margin-right: 8%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3;}
.news-list .news-item:hover .title{
    color: var(--color-primary);}

.news-list .news-item .desc {
    flex: 1;
    color: var(--color-text-secondary-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100%;}

.research-news-list  .news-item .title{
    width: 30%;}
.research-news-list  .news-item .icon-box{
    width: var(--size-60);
    height: var(--size-60);
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8%;
    opacity: 0;
    transition: all .4s;}
.research-news-list  .news-item:hover .icon-box{
    opacity: 1;}
@media screen and (max-width: 991px) {
    .news-swiper {
        position: static;}

    .news-swiper .news-item .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;}

    .news-swiper .news-item .img-box img {
        width: 100%;}

    .news-swiper .swiper-box {
        width: 130px;
        right: 20px;
        bottom: 20px;}

    .news-swiper .news-item .text-box {
        width: 100%;
        padding: 20px;
        padding-right: 150px;}

    .news-list-wrap {
        margin-top: 15px;
        border-top-width: 3px;}

    .news-list-wrap .news-hightlight .title {
        padding: 30px 30px 30px 0;}

    .news-list-wrap .news-hightlight .time {
        padding: 30px 0 30px 30px;}

    .news-list .news-item {
        padding: 30px 0;}

    .news-list .news-item .time {
        margin-bottom: 8px;}
}

@media screen and (max-width: 767px) {
    .news-list-wrap .news-hightlight .title {
        line-height: 1.5;}
    .news-swiper .news-item .text-box {
        position: static;
        padding: 0;
        padding-top: 20px;
        color: var(--color-text-regular);}
    .research-news-list .news-item .text{
        align-items: center;}
    .research-news-list .news-item .text .title{
        flex: 1;}
    .news-swiper .news-item .text-box .time {
        /* color: var(--color-primary); */
        background: var(--color-primary);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;}

    .news-swiper .news-item .text-box .title {
        margin-top: 15px;}

    .news-swiper {
        padding-bottom: 40px;}

    .news-swiper .swiper-box {
        left: 50%;
        margin-left: -65px;
        bottom: 0;
        right: 0;}

    .news-swiper .ala-swiper .swiper-pagination-bullet::after {
        background-color: var(--color-text-secondary-grey)!important;}
    .news-swiper .ala-swiper .swiper-pagination-bullet-active::after{
        background-color: var(--color-primary)!important;}
    .news-swiper .ala-swiper.is-white .swiper-pagination-bullet-active{
        border-color: var(--color-primary)!important;}

    .news-swiper .ala-swiper.is-white .swiper-button-prev,
    .news-swiper .ala-swiper.is-white .swiper-button-next {
        color: var(--color-text-regular);}

    .news-list .news-item .desc {
        display: none;}

    .news-list .news-item .title {
        width: 100%;
        margin-right: 0;
        line-height: 1.5;}
}

@media screen and (max-width: 567px) {
    .news-swiper .news-item .text-box .title {
        margin-top: .2rem;}
    .research-news-list .news-item .icon-box{
        display: none;}
    .news-list-wrap .news-hightlight .title {
        padding: .5rem;
        padding-left: 0;}

    .news-list-wrap .news-hightlight .time {
        padding: .5rem;
        padding-right: 0;}

    .news-list .news-item {
        padding: .5rem 0;}
}

/* home-news END */


/* home-announcement */

.home-announcement .layui-col-space40 {
    margin-top: 0;
    margin-bottom: 0;}

.home-announcement .layui-col-space40>* {
    padding-top: 0;
    padding-bottom: 0;}

.home-announcement .announcement-item {
    display: block;
    padding: 2.8125vw 0;
    position: relative;
    /* border-bottom: 1px solid #d3dbda; */
    height: 100%;}

.home-announcement .announcement-item:after,
.home-announcement .announcement-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #D3DBDA;
    width: 100%;
    z-index: 1;}

.home-announcement .announcement-item:after {
    width: 0;
    background: var(--color-primary);
    transition: all .3s ease-in-out;}

.home-announcement .announcement-item:hover:after {
    width: 100%;}

.home-announcement .announcement-item .more-btn {
    position: absolute;
    right: 15%;
    bottom: 0;
    transform: translateY(50%) rotate(-20deg) scale(0);
    /* opacity: 0; */
    transition: all .4s ease-in-out;
    z-index: 2;}

.home-announcement .announcement-item:hover .more-btn {
    transform: translateY(50%) rotate(-20deg) scale(1);}

.home-announcement .announcement-item .more-btn:hover {
    transform: translateY(50%) rotate(0) scale(1);}

.home-announcement .announcement-item .title {
    margin-top: 1.25vw;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.home-announcement .announcement-item:hover{
    color: var(--color-text-regular);}
.home-announcement .announcement-item:hover .title{}
.home-announcement .announcement-item .ala-tag+.time {
    margin-left: var(--size-12);
    color: var(--color-text-secondary-grey);}

/* has-padding */
.grey .announcement-item.has-padding{
    background-color: #fff;}
.announcement-item.has-padding{
    padding: 2.1875vw;
    background-color: var(--bg-primary);
    box-shadow: unset;
    transition: all .3s ease-in-out;
    position: relative;}
.announcement-item.has-padding .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;}
.announcement-item.has-padding:hover .ala-line{
    opacity: 1;}
.announcement-item.has-padding:after,
.announcement-item.has-padding:before{
    content: unset;}
.announcement-item.has-padding:hover{
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;}

.announcement-item.has-padding .ala-tag{
    position: relative;
    overflow: hidden;
    color: #fff;}
.announcement-item.has-padding .ala-tag>*{
    position: relative;}
.announcement-item.has-padding .ala-tag:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    /* opacity: 0; */
    transition: all .3s ease-in-out;
    z-index: 0;}
/* .announcement-item.has-padding:hover .ala-tag{
    color: #fff;
}
.announcement-item.has-padding:hover .ala-tag:before{
    opacity: 1;
} */
/* has-padding END */

@media screen and (max-width: 991px) {
    .home-announcement {
        border-top-width: 3px;}

    .home-announcement .announcement-item {
        padding: 30px 0;}

    .home-announcement .announcement-item .title {
        margin-top: 12px;}
    .home-announcement .announcement-item.has-padding{
        padding: 20px;}

}

@media screen and (max-width: 567px) {
    .home-announcement .announcement-item {
        padding: .5rem 0;}
    .home-announcement .announcement-item.has-padding{
        padding: 20px;}
}

/* home-announcement END */

/* events-swiper */
.events-block{
    background-attachment: fixed;}
.events-swiper.no-pad .swiper-container  {
    padding-bottom: 0;}
.events-swiper.no-pad .ala-swiper{
    display: none;}
.events-swiper .swiper-slide {
    height: auto;}
.events-swiper .ala-swiper{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2.34375vw;}
.events-swiper .ala-swiper:after,
.events-swiper .ala-swiper:before{
    content: "";
    position: absolute;
    width: calc(50% - 2.34375vw);
    height: var(--size-1);
    background-color: rgba(255, 255, 255, .2);
    top: 50%;}
.events-swiper .ala-swiper:before{
    left: 0;}
.events-swiper .ala-swiper:after{
    right: 0;}
.events-swiper .swiper-button-prev{
    width: 1.171875vw;
    height: 2.34375vw;
    left: 50%;
    margin-left: -1.171875vw;
    top: 0;
    margin-top: 0;}
.events-swiper .swiper-button-next{
    width: 1.171875vw;
    height: 2.34375vw;
    left: 50%;
    top: 0;
    margin-top: 0;}
.events-swiper .swiper-button-prev:after,
.events-swiper .swiper-button-next:after{
    content: unset;}

.event-list .event-item {
    display: block;
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-primary);}
.block.grey .event-list .event-item,
.color_white .event-list .event-item{
    background-color: #fff;}

.event-list .event-item>* {
    position: relative;}
.event-list .event-item .text-box{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

.event-list .event-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.event-list .event-item:hover{
    color: var(--color-text-regular);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    background-color: #fff;}
.event-list .event-item:hover .title{
    color: var(--color-primary);}
.event-list .event-item .info {
    color: var(--color-text-secondary-grey);
    transition: all .3s ease-in-out;}

.event-list .event-item .info .item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.events-swiper .swiper-container {
    position: relative;
    padding-bottom: 4.6875vw;}
.event-list .event-item .img-box .calendar{
    position: absolute;
    left: 0;
    top: 0;}

@media screen and (max-width: 1199px) {
    .event-list .event-item .calendar {
        padding: 12px 8px;}

    .events-swiper .swiper-container {
        padding-bottom: 56px;}
    .events-swiper .ala-swiper{
        height: 28px;}
    .events-swiper .ala-swiper:after,
    .events-swiper .ala-swiper:before{
        width: calc(50% - 28px);}
    .events-swiper .swiper-button-prev{
        width: 14px;
        height: 28px;
        left: 50%;
        margin-left: -14px;
        top: 0;
        margin-top: 0;}
    .events-swiper .swiper-button-next{
        width: 14px;
        height: 28px;
        left: 50%;
        top: 0;
        margin-top: 0;}
}

@media screen and (max-width: 991px) {
    .event-list .event-item:before {
        width: 3px;}
}

@media screen and (max-width: 567px) {
    .events-swiper .swiper-container {
        padding-bottom: 0;}
}

/* events-swiper END */

/* overview-block */
.overview-block{
    position: relative;
    z-index: 9;}
.overview-block .bg{
    background-color: var(--bg-grey);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;}
@media screen and (max-width: 991px) {
    .overview-block .bg{
        bottom: -5%;} 
}
@media screen and (max-width: 767px) {
    .overview-block .bg{
        bottom: -5%;
        background-size: auto 30%!important;
        background-position: left bottom!important;} 
}
/* overview-block END */

/* history-timeline */
.history-timeline {
    position: relative;
    padding: 200px 0 60px;
    overflow: hidden;}

.timeline-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 60px;}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 2.8em; /* 调整与圆点对齐 */
    left: 60px;
    right: 60px;
    height: 4px;
    background: linear-gradient(to right, #003f98, #13ACBD);
    z-index: 1;}

/* 时间线箭头 */
.timeline-arrow {
    position: absolute;
    top: 2.8em; /* 调整与时间线对齐 */
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #003f98;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    z-index: 3;
    cursor: pointer;
    transition: all 0.3s ease;}

.timeline-arrow:hover {
    background-color: #13ACBD;
    transform: translateY(-50%) scale(1.1);}

.timeline-arrow-left {
    left: 10px;}

.timeline-arrow-right {
    right: 10px;}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
    z-index: 2;
    cursor: pointer;
    padding-top: 12px;}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);}

.timeline-item:hover {
    transform: translateY(-10px);}

.timeline-dot {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 4px solid #003f98;
    border-radius: 50%;
    margin: 0 0 20px 0; /* 调整边距使圆点居中 */
    transition: all 0.3s ease;
    z-index: 3;
    position: relative; /* 添加相对定位 */
    top: -12px; /* 向上偏移使圆点与时间线对齐 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f98;
    font-weight: bold;
    font-size: 14px;}

.timeline-dot::after {
    content: '➡';
    transition: all 0.3s ease;}

.timeline-item:hover .timeline-dot,
.timeline-item.active .timeline-dot {
    background-color: #003f98;
    transform: scale(1.2);
    color: #fff;}

.timeline-item:hover .timeline-dot::after,
.timeline-item.active .timeline-dot::after {
    content: '⬆';}

.timeline-content {
    text-align: center;
    width: 100%;}

.timeline-year {
    font-size: 22px;
    font-weight: bold;
    color: #003f98;
    margin-bottom: 8px;}

.timeline-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;}

.timeline-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    display: none;
    height: 4em;}

.timeline-item:hover .timeline-desc,
.timeline-item.active .timeline-desc {
    display: block;}

/* 常驻图片显示 */
.timeline-image {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;}

.timeline-image::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;}

.timeline-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;}

.timeline-img:hover {
    transform: scale(1.05);}

.timeline-item:hover .timeline-image,
.timeline-item.active .timeline-image {
    opacity: 1;
    visibility: visible;
    top: -180px;
    transform: translateX(-50%) scale(1.05);}

.timeline-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;}

.timeline-nav-item {
    padding: 8px 16px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;}

.timeline-nav-item:hover,
.timeline-nav-item.active {
    background-color: #003f98;
    color: white;}

/* 图片放大遮罩层 */
.timeline-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;}

.timeline-image-overlay.show {
    display: flex;
    opacity: 1;}

.timeline-image-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.9);
    transition: transform 0.3s ease;}

.timeline-image-overlay.show .timeline-image-container {
    transform: scale(1);}

#timelineOverlayImage {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);}

.timeline-image-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;}

.timeline-image-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .timeline-item {
        width: 160px;}
    
    .timeline-image {
        width: 180px;
        height: 135px;
        top: -170px;}
}

@media screen and (max-width: 991px) {
    .timeline-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 0 20px;}
    
    .history-timeline {
        padding: 40px 0 60px;}
    
    .timeline-container::before {
        display: none;}
    
    .timeline-item {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0; /* 重置内边距 */
        flex-direction: row;
        align-items: flex-start;
        text-align: left;}
    
    .timeline-dot {
        top: 0; /* 重置位置 */
        margin-right: 15px; /* 调整为右边距 */
        margin-bottom: 0; /* 移除下边距 */
        flex-shrink: 0;}
    
    .timeline-content {
        text-align: left;
        flex: 1;}
    
    .timeline-image {
        display: none;}
    
    .timeline-navigation {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;}
    
    .timeline-nav-item {
        padding: 6px 12px;
        font-size: 12px;}
    
    .timeline-arrow {
        display: none;}
}

@media screen and (max-width: 767px) {
    .timeline-item {
        width: 100%;
        padding-top: 0;}
    
    .timeline-dot {
        top: 0; /* 重置位置 */
        margin-bottom: 0; /* 保持无下边距 */
        margin-right: 15px; /* 保持右边距 */
        width: 20px;
        height: 20px;}
    
    .timeline-content {
        text-align: left;
        flex: 1;}
    
    .timeline-year {
        font-size: 18px;
        margin-bottom: 5px;}
    
    .timeline-title {
        font-size: 16px;
        margin-bottom: 5px;}
    
    .timeline-desc {
        font-size: 14px;
        display: block;}
    
    .timeline-image {
        display: none;}
    
    .history-timeline {
        padding: 40px 0 60px;}
}

@media screen and (max-width: 480px) {
    .timeline-item {
        width: 100%;
        padding-top: 0;}
    
    .timeline-dot {
        top: 0; /* 重置位置 */
        margin-bottom: 0; /* 保持无下边距 */
        margin-right: 12px; /* 调整右边距 */
        width: 18px;
        height: 18px;}
    
    .timeline-content {
        text-align: left;
        flex: 1;}
    
    .timeline-year {
        font-size: 16px;}
    
    .timeline-title {
        font-size: 15px;}
    
    .timeline-desc {
        font-size: 13px;
        display: block;}
    
    .timeline-image {
        display: none;}
    
    .history-timeline {
        padding: 30px 0 60px;}
    
    .timeline-container {
        padding: 0 15px;}
}

/* history-timeline END */



/* academic-talent-layout */
.academic-talent-layout {
    margin-top: 50px;}

.academic-talent-layout .layui-row {
    display: flex;
    align-items: stretch;}

.academic-talent-layout .layui-col-md6 {
    display: flex;}

/* 学术交流部分 */
.academic-exchange, .talent-cultivation {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;}

.title-with-tabs {
    display: flex;
    align-items: center;
    gap: 30px;}

/* 首条图文新闻 */
.featured-news {
    display: flex;
    margin-bottom: 30px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    transition: none;
    position: relative;
    height: 230px;}

.featured-news:hover {
    transform: none;}

.news-image {
    position: relative;
    width: 380px;
    min-width: 380px;
    height: 230px;
    overflow: hidden;}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200, 16, 46, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;}

.overlay-text {
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;}

.news-content {
    flex: 1;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;}

.news-date {
    position: absolute;
    left: 20px;
    bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    color: #999;
    background-color: transparent;
    width: auto;
    height: auto;}

.news-date .day {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;}

.news-date .month {
    font-size: 14px;
    margin-top: 0;}

.news-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 18px;
    padding-right: 0;}

.news-summary {
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    flex: 1;
    font-size: 14px;}

.news-arrow {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: var(--color-secondary);
    font-size: 24px;}

/* 学术列表和教育列表 - 统一样式 */
.academic-list,
.education-list {
    border-top: none;
    padding-top: 0;}

.academic-item,
.education-item {
    display: flex;
    align-items: center;
    padding: 18px 0;
    min-height: 60px;
    border-bottom: none;
    transition: all 0.3s ease;
    cursor: pointer;}

.academic-item:hover,
.education-item:hover {
    background-color: transparent;}

.academic-item:hover .item-title,
.education-item:hover .item-title {
    color: var(--color-secondary);}

.academic-item:last-child,
.education-item:last-child {
    border-bottom: none;}

.academic-item i,
.education-item i {
    margin-right: 12px;
    color: var(--color-secondary);
    font-size: 6px;
    margin-top: 0;
    flex-shrink: 0;}

.academic-item i::before,
.education-item i::before {
    content: "●";
    font-style: normal;}

.academic-item .item-content,
.education-item .item-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.academic-item .item-title,
.education-item .item-title {
    color: #333;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
    flex: 1;
    transition: color 0.3s ease;}

.academic-item .item-date,
.education-item .item-date {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    flex-shrink: 0;}

/* 人才培养部分 */
.talent-tabs {
    height: 100%;
    display: flex;
    flex-direction: column;}

.title-with-tabs .tab-nav {
    display: flex;
    margin-bottom: 0;
    border-bottom: none;
    gap: 20px;}

.title-with-tabs .tab-item {
    padding: 0 0 3px 0;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;}

.title-with-tabs .tab-item.active {
    color: var(--color-secondary);
    border-bottom-color: var(--color-secondary);}

.title-with-tabs .tab-item:hover {
    color: var(--color-secondary);}

.tab-item::after {
    display: none;}

.tab-content {
    display: none;
    flex: 1;}

.tab-content.active {
    display: block;}

/* 首条高亮教育新闻 */
.featured-education {
    display: flex;
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border-left: none;
    position: relative;
    min-height: 80px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;}

.education-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #11476d;
    color: white;
    border-radius: 0;
    margin-right: 20px;
    flex-shrink: 0;}

.date-day {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;}

.date-month {
    font-size: 12px;
    margin-top: 4px;}

.education-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;}

.education-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 18px;}

.education-summary {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
    line-clamp: 1;
    white-space: nowrap;}


/* 响应式设计 */
@media screen and (max-width: 991px) {
    .academic-talent-layout .layui-row {
        display: block;}

    .academic-exchange, .talent-cultivation {
        margin-bottom: 40px;}

    .featured-news {
        flex-direction: column;
        height: auto;}

    .news-image {
        width: 100%;
        min-width: 100%;
        height: 220px;}

    .news-content {
        padding: 20px 0 0 0;}

    .news-date {
        position: static;
        margin-bottom: 15px;}

    .news-arrow {
        position: static;
        margin-top: 10px;
        display: inline-block;}

    .news-title {
        padding-right: 0;
        margin-bottom: 10px;}

    .news-summary {
        margin-bottom: 10px;}
}

@media screen and (max-width: 767px) {
    .featured-news {
        height: auto;}

    .news-image {
        height: 180px;}

    .title-with-tabs {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;}

    .title-with-tabs .tab-nav {
        gap: 15px;}

    .title-with-tabs .tab-item {
        font-size: 14px;}

    .featured-education {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;}

    .education-date {
        margin-right: 15px;
        margin-bottom: 0;
        width: 70px;
        height: 70px;}

    .date-day {
        font-size: 32px;}

    .item-title {
        font-size: 14px;}

    .item-date {
        font-size: 12px;}
}

/* academic-talent-layout END */

/* digital */
.digital {
    /* border-top: 1px solid rgba(0, 0, 0, .1); */
    position: relative;
    z-index: 10;}

.digital>* {
    position: relative;}

.digital:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url(../images/bg_digital.png) center bottom no-repeat;
    background-size: cover;}

.research-digital:before{
    content: unset;}
@media screen and (min-width: 992px) {
    .szdw-digital .layui-col-md3 {
        width: 20%;}
}
@media screen and (min-width: 768px) {
    .szdw-digital .layui-col-sm3 {
      width: 20%;}
  }



/* digital END */

/* keywords-list */
.keywords-list {
    overflow: hidden;}

.keywords-list .keyword-item {
    padding: 3.125vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;}

/* .keywords-list .keyword-item .count-title {
    color: var(--color-primary);
} */

.keywords-list .keyword-item .count-title em {
    font-style: normal;}

.keywords-list .layui-col-md3 {
    position: relative;}

@media screen and (max-width: 767px) {
    .keywords-list {
        overflow: unset;
        margin: 0 -30px;}
    .keywords-list .layui-col-space60 {
        margin: 0;}

    .keywords-list .layui-col-space60>* {
        padding: 0;}

    .keywords-list .keyword-item {
        padding: 30px;}
}

/* keywords-list END */

/* shxy-block */
.shxy-block .video-container img{
    width: 100%;
    height: 35vw;
    object-fit: cover;}
.shxy-block .video-container .video-js {
    width: 100%;
    height: 35vw;
    object-fit: cover;}

.shxy-block .video-container .video-js .vjs-tech {
    object-fit: cover;}

.video-wrapper {
    position: relative;}
/* shxy-block END */

.icon-play {
    position: absolute;
    width: 4.6879vw;
    height: 4.6879vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: 99;}

.icon-play:before {
    content: "";
    background: var(--color-primary);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation: warn-3 1.8s ease-out infinite;
    animation: warn-3 1.8s ease-out infinite;
    z-index: 0;}

.icon-play span {
    border: .78125vw solid transparent;
    border-left: 1.09375vw solid #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.78125vw;
    margin-left: -.3125vw;}

@media screen and (max-width: 991px) {
    .icon-play {
        width: 56px;
        height: 56px;}

    .icon-play span {
        border: 9px solid transparent;
        border-left: 13px solid #fff;
        margin-top: -9.375px;
        margin-left: -3.75px;}
}

@media screen and (max-width: 767px) {
    /* .shxy-block .video-wrapper .icon-play {
        display: none;
    } */
    .shxy-block .video-container img{
        height: 40vw;}
}

@media screen and (max-width: 567px) {
    .icon-play {
        width: .8rem;
        height: .8rem;}

    .icon-play span {
        border: .12rem solid transparent;
        border-left: .2rem solid #fff;
        margin-top: -.12rem;
        margin-left: -.08rem;}
}

@-webkit-keyframes warn-3 {
    0% {
        opacity: .5;
        -webkit-transform: scale(0);
        transform: scale(0)
    ;}

    60% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    ;}

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    ;}
}

@keyframes warn-3 {
    0% {
        opacity: .5;
        -webkit-transform: scale(0);
        transform: scale(0)
    ;}

    60% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    ;}

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    ;}
}


/*layui-layer tc-video*/
.layui-layer .layui-layer-setwin {
    top: 0px;
    right: 0px;
    margin-right: 0px;
    z-index: 99999;}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
    top: .9375vw;
    right: .9375vw;
    background: none;
    position: relative;
    text-align: center;
    line-height: 3.125vw;
    transition: all .3s;
    width: 3.125vw;
    height: 3.125vw;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.25vw;
    border: 0;
    background: rgba(255, 255, 255, .25);
    padding: 0;}

.layui-layer .layui-layer-setwin .layui-layer-close2:after {
    content: "\e60b";
    font-family: 'iconfont';
    font-weight: bold;
    color: #fff
;}

.layui-layer .layui-layer-setwin .layui-layer-close2:before {
    content: unset;}

.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
    background: var(--color-primary);
    color: #fff;}

.layui-layer.tc-video {
    background: none;
    max-height: 95vh;
    max-width: 95vw;}

.layui-layer.tc-video .video-player {
    height: 100%;}

.layui-layer.tc-video .video-js {
    width: 100%;
    height: 100%;}

@media screen and (max-width: 1399px) {
    .layui-layer .layui-layer-setwin .layui-layer-close2 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        top: 10px;
        right: 10px;
        font-size: 18px;}
}

@media screen and (max-width: 767px) {
    .layui-layer.tc-video {
        background: none;
        height: 100vh !important;
        width: 100vw !important;
        max-height: 100vh;
        max-width: 100vw;}
}

/*layui-layer tc-video END*/

/* campus-list */
.campus-list .slide .img-box-square{
    padding-bottom: 109.5238%;}

/* campus-swiper */
.campus-swiper-container {
    position: relative;
    overflow: hidden;}

.campus-swiper-container .swiper-container {
    overflow: visible;
    padding: 0 0 60px 0;}

.campus-swiper-container .swiper-slide {
    width: 25%;
    padding: 0 10px;}

.campus-swiper-container .swiper-button-prev,
.campus-swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: var(--color-secondary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;}

.campus-swiper-container .swiper-button-prev:hover,
.campus-swiper-container .swiper-button-next:hover {
    background-color: var(--color-secondary);
    color: white;
    transform: scale(1.1);}

.campus-swiper-container .swiper-button-prev::after,
.campus-swiper-container .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;}

.campus-swiper-container .swiper-button-prev {
    left: -25px;}

.campus-swiper-container .swiper-button-next {
    right: -25px;}

.campus-swiper-container .swiper-pagination {
    bottom: 20px;}

.campus-swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    transition: all 0.3s ease;}

.campus-swiper-container .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    background-color: var(--color-secondary);}

/* 响应式设计 */
@media screen and (max-width: 991px) {
    .campus-swiper-container .swiper-slide {
        width: 50%;}

    .campus-swiper-container .swiper-button-prev,
    .campus-swiper-container .swiper-button-next {
        width: 40px;
        height: 40px;}

    .campus-swiper-container .swiper-button-prev::after,
    .campus-swiper-container .swiper-button-next::after {
        font-size: 16px;}
}

@media screen and (max-width: 767px) {
    .campus-swiper-container .swiper-slide {
        width: 100%;}

    .campus-swiper-container .swiper-button-prev {
        left: 10px;}

    .campus-swiper-container .swiper-button-next {
        right: 10px;}

    .campus-swiper-container .swiper-button-prev,
    .campus-swiper-container .swiper-button-next {
        width: 35px;
        height: 35px;}

    .campus-swiper-container .swiper-button-prev::after,
    .campus-swiper-container .swiper-button-next::after {
        font-size: 14px;}
}

/* campus-list END */

/* secondary-menu */
.secondary-menu {
    position: sticky;
    position: -webkit-sticky;
    transition: all .3s ease-in-out;
    top: 10px;
    background-color: var(--bg-primary);
    padding: var(--size-30);}

/* .header-fixed.header-show .secondary-menu { */
.secondary-menu {
    top: calc(5.208333vw + 10px);}
.secondary-menu>*{
    position: relative;
    z-index: 1;}
.secondary-menu .menu-item{
    border-bottom: var(--size-1) solid rgba(0, 0, 0, .1);
    cursor: pointer;}
.secondary-menu .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.09375vw 0;
    transition: all .3s ease-in-out;
    position: relative;}
.secondary-menu .menu-item em{
    font-style: normal;}
.secondary-menu .menu-item .iconfont {
    opacity: 0;
    transition: all .3s ease-in-out;
    font-size: .9em;}
.secondary-menu .menu-item .iconfont.icon-right{
    opacity: 1;}
.secondary-menu .menu-item.active{
    border-bottom:var(--size-1) solid var(--color-text-primary) !important;}
.secondary-menu .menu-item.active .menu-title {
    color: var(--color-text-primary);
    font-weight: bold;}

.secondary-menu .menu-item.active .iconfont {
    opacity: 1;}
.secondary-menu .menu-child{
    display: none;
    padding-left: var(--size-15);}
.secondary-menu .menu-item.open i{
    transform: rotate(90deg);}
.secondary-menu .menu-item.open .menu-child{
    display: block;}
.secondary-menu .menu-child .child-item {
    display: block;
    padding-bottom: var(--size-20);
    color: var(--color-text-secondary);
    line-height: 1em;}
.secondary-menu .menu-child .child-item.active{
    color: var(--color-text-regular);}
@media screen and (max-width: 1439px) {
    /* .header-fixed.header-show .secondary-menu { */
    .secondary-menu {
        top: 85px;}
    .secondary-menu .menu-item {
        padding: 15px 0;}
}

/* secondary-menu END */


/* secondary-menu-right */
.secondary-menu-right {
    margin-bottom: 1.5625vw;
    display: none;}
.secondary-menu-right.show-pc{
    display: block;}
.secondary-menu-right.show-pc.has-border{
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid var(--border-color);}
.secondary-menu-right.show-pc.ala-flex{
    display: flex;}

.secondary-menu-title {
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;}
.secondary-menu-title em{
    font-style: normal;}

/* .secondary-menu-right+.mce-content-body{
    margin-top: -.78125vw;
    margin-bottom: 1.5625vw;
} */

@media screen and (max-width: 1199px) {
    .secondary-menu-right {
        margin-bottom: 20px;}
    .secondary-menu-right.show-pc.has-border{
        padding-bottom:  20px;}
    /* .secondary-menu-right+.mce-content-body{
        margin-top: -10px;
        margin-bottom: 20px;
    } */
}
@media screen and (min-width: 992px) {
    .secondary-menu-title .icon-down,
    .secondary-menu-list {
        display: none !important;}
}
@media screen and (max-width: 991px) {
    .secondary-menu-right{
        display: block;}
    .secondaryMenuTemp {
        height: 60px;
        display: none;}

    .secondary-menu-right {
        background-color: #fff;
        position: relative;
        transition: all .3s ease-in-out;
        transform: unset !important;
        display: block!important;}

    .secondary-menu-right .secondary-menu-title {
        padding: 10px 0;
        margin-bottom: 0;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        height: 50px;}

    .secondary-menu-right.open .secondary-menu-title {
        border-bottom-color: var(--border-color);}

    .secondary-menu-right .secondary-menu-title .icon-down {
        transition: all .3s ease-in-out;}

    .secondary-menu-right.open .secondary-menu-title .icon-down {
        transform: rotate(180deg);}

    .secondary-menu-list {
        padding: 10px 0;
        display: none;}

    .secondary-menu-right.open .secondary-menu-list {
        display: block;}

    .secondary-menu-list .menu-item {
        display: block;
        border-bottom: 0;
        padding: 10px 0;}
    .secondary-menu-list .menu-item em{
        font-style: normal;}

    .secondary-menu-list .menu-item.active {
        color: var(--color-primary);}

    .secondary-menu-fixed .secondary-menu-shade {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .75);
        z-index: 98;
        display: none;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;}

    .secondary-menu-fixed header {
        box-shadow: unset;}

    .secondary-menu-right .fixed-wrap{
        background-color: #fff;
        transition: all .3s ease-in-out;}
    .secondary-menu-fixed .secondary-menu-right .fixed-wrap {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;}

    .header-fixed.header-show.secondary-menu-fixed .secondary-menu-right .fixed-wrap  {
        top: 75px;}

    .secondary-menu-fixed .secondary-menu-right .secondary-menu-title {
        background-color: #fff;
        padding: 0 4.166667vw;
        border-bottom: 1px solid var(--border-color);
        height: 50px;}

    .secondary-menu-fixed .secondary-menu-list {
        padding: 10px 4.166667vw;}
}

@media screen and (max-width: 567px) {
    .secondary-menu-right {
        margin-bottom: .3rem;}
    .secondary-menu-right.show-pc.has-border{
        padding-bottom:  .3rem;}
    .secondary-menu-right .mce-content-body{
        margin-top: .15rem;
        margin-bottom: .3rem;}

    .secondary-menu-fixed .secondary-menu-right .secondary-menu-title {
        padding: 0 .32rem;
        height: 1rem;}

    .secondary-menu-fixed .secondary-menu-list {
        padding: 10px .32rem;}
}

/* secondary-menu-right END */


/* secondary-menu-filter */
.secondary-menu-filter{
    min-width: 35vw;}
.secondary-menu-filter .layui-form.flex-1{
    flex: 1;}
.secondary-menu-filter .layui-form.flex-2{
    flex: 2;}
.secondary-menu-filter .layui-form-select{
    max-width: 30%;}
.secondary-menu-filter [class^='layui-col'] .layui-form-select{
    max-width: 100%;}
.secondary-menu-filter .layui-form-select+.layui-form-select,
.secondary-menu-filter .layui-form-select+.layui-input,
.secondary-menu-filter .layui-input+.layui-input,
.secondary-menu-filter .layui-input+.layui-form-select{
    margin-left: .15625vw;}
.secondary-menu-filter .layui-input{
    flex: 1;}
.secondary-menu-filter .layui-input-date{
    position: relative;}
.secondary-menu-filter .layui-input-date .layui-input{
    padding: 0 1.875vw;}
.secondary-menu-filter .layui-input-date:before,
.secondary-menu-filter .layui-input-date:after{
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);}
.secondary-menu-filter .layui-input-date:before{
    content: "\e667";
    left: .625vw;
    color: var(--color-text-secondary);}
.secondary-menu-filter .layui-input-date:after{
    content: "\e625";
    font-size: .7em;
    right: .625vw;}
@media screen and (max-width: 1439px) {
    .secondary-menu-filter .layui-input-date .layui-input{
        padding: 0 30px;}
    .secondary-menu-filter .layui-input-date:before{
        left: 10px;}
    .secondary-menu-filter .layui-input-date:after{
        right: 10px;}
}
@media screen and (max-width: 991px) {
    .secondary-menu-filter{
        justify-content: unset;}
    .secondary-menu-filter .layui-form-select+.layui-form-select,
    .secondary-menu-filter .layui-form-select+.layui-input,
    .secondary-menu-filter .layui-input+.layui-input,
    .secondary-menu-filter .layui-input+.layui-form-select{
        margin-left: 2px;}
}
@media screen and (max-width: 767px) {
    .secondary-menu-filter{
        padding-top: 15px;
        width: 100%;}
}
/* secondary-menu-filter END */

/*share*/
#qrcode-img {
    padding: 1.09375vw;
    border-radius: .46875vw;
    overflow: hidden;
    text-align: center;
    /* font-family: "nexa regular"; */
    width: 14.6875vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}

#qrcode canvas {
    width: 100%;
    display: block;
    line-height: 1;
    margin-bottom: .625vw;}

@media screen and (max-width: 1600px) {
    #qrcode-img {
        width: 235px;
        padding: 18px;
        border-radius: 8px;}

    #qrcode canvas {
        margin-bottom: 10px;}
}

/*share END*/

.news-tab .news-tab-content .tab-content-item.show{
    display: block;}
.news-tab .news-tab-content .tab-content-item{
    display: none;}
.news-tab-btn a{
    display: none;}
.news-tab-btn a.show{
    display: flex;}
.post-swiper-tab  .tab-item{
    display: none;}
.post-swiper-tab  .tab-item.show{
    display: block;}
.tab-ul li{
    cursor: pointer;}
.tab-ul li i{
    opacity: 0;}
.tab-ul li::before{
    opacity: 0;}
.tab-ul li.active::before{
    opacity: 1;}
.tab-ul li.active i {
    opacity: 1;}
/* 移动端居中调整 */
@media screen and (max-width: 767px) {
    /* 了解详情按钮居中 */
    .more-wrap {
        text-align: center;}
}