.main-hidden{
    overflow: hidden;
}

/* menu-toggle */
.menu-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
}

.menu-toggle .toggle-iconfont {
    transition: 0.4s;
    position: relative;
    z-index: 20;
    float: right;
    cursor: pointer;
    width: 1.25vw;
    height: 0.9375vw;
    margin: 0 auto;
}

.menu-toggle .toggle-iconfont span {
    display: block;
    width: 100%;
    margin-top: 0.416667vw;
    height: var(--size-2);
    background: #fff;
    position: relative;
    cursor: pointer;
}

.menu-toggle span:after,
.menu-toggle span:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 1.25vw;
    height: var(--size-2);
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu-toggle span:before {
    top: -0.416667vw;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transform-origin: 0 50%;
}

.menu-toggle span:after {
    bottom: -0.416667vw;
    width: .78125vw;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transform-origin: 0 50%;
}
.menu-toggle.open span:after,
.menu-toggle.open span:before{
    width: 1.25vw;
}
.menu-toggle.open span:before {
    top: -0.416667vw;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}

.menu-toggle.open span:after {
    bottom: -0.416667vw;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.menu-toggle.open .toggle-iconfont span {
    background-color: transparent !important;
}

@media screen and (max-width: 1920px) {
    .menu-toggle .toggle-iconfont {
        width: 24px;
        height: 18px;
    }

    .menu-toggle .toggle-iconfont span {
        margin-top: 8px;
        height: 2px;
    }

    .menu-toggle span:after,
    .menu-toggle span:before {
        width: 24px;
        height: 2px;
    }

    .menu-toggle span:before {
        top: -8px;
    }

    .menu-toggle span:after {
        bottom: -8px;
        width: 15px;
    }

    .menu-toggle.open span:after, 
    .menu-toggle.open span:before{
        width: 24px;
    }

    .menu-toggle.open span:before {
        top: -8px;
    }

    .menu-toggle.open span:after {
        bottom: -8px;
    }
}


/* menu-toggle END */

/* header */
header {
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
}
.header_white header{
    background-color: transparent;
}
header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--size-1);
    background-color: var(--border-color);
}
header::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s;
}
.header_white:not(.header-fixed) header::before{
    opacity: 0;
}
.header_white.search-show-nav header::before,.header_white.show-nav header::before,
.header_white.header-fixed header::before{
    opacity: 1 !important;
} 
.header_white header{
    position: absolute;
}
.header_white header:after {
    background-color: rgba(255, 255, 255, .2);
}

header a {
    color: var(--color-text-secondary-grey);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo{
    position: relative;
}
header .logo .link{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
header .logo .link1{
    left: 0;
}
header .logo .link2{
    right: 0;
}
header .logo {
    height: 3.09vw;
    width: 28vw;
    overflow: hidden;
}
header .logo a{
    display: block;
    height: 100%;
    width: 100%;
}
header .logo img {
    transition:all  0.4s;
    height: auto;
    max-width: 100%;
    transform: translateY(-50%);
    /* height: 3.375vw; */
}


.header_white:not(.header-fixed) header .logo img{
    transform: translateY(0);
}

header .layui-container {
    position: relative;
}
header .layui-container >*{
    position: relative;
    z-index: 9;
}
header .menu-toggle{
    position: relative;
    z-index: 100001;
}
.header {
    transition: height .5s ease-in-out;
}

.header .layui-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0!important;
}

header .secondary-nav {
    width: auto;
    position: relative;
}

header .secondary-nav .layui-nav {
    display: flex;
    align-items: center;
}

header .secondary-nav .layui-nav .layui-nav-item>a {
    cursor: pointer;
    font-size: inherit;
    padding: 0 1.09375vw;
    color: var(--color-text-regular);
    display: flex;
    align-items: center;
}
header .secondary-nav .search-toggle{
    line-height: 5.208333vw !important;
}
header .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: var(--color-primary);
}

header .secondary-nav .layui-nav .layui-nav-item + .layui-nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: .875vw;
    margin-top: -.4375vw;
    width: 1px;
    background-color: rgba(0, 0, 0, .2);
    transition: 50% 10%;
}


header .secondary-nav .layui-nav .layui-nav-item>a img {
    width: var(--size-24);
    height: var(--size-24);
    object-fit: contain;
    margin-right: .3125vw;
}

.header_white:not(.header-fixed) .secondary-nav .layui-nav .layui-nav-item>a{
    color: #fff;
}

.header_white:not(.header-fixed) .header .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    background-color: rgba(255, 255, 255, .2);
}

.headerTemp {
    height: 5.208333vw;
    display: none;
}
.header_white .headerTemp{
    height: 0!important;
}
.sub-show-nav .headerTemp,.search-show-nav .headerTemp{
    display: block;
}

.header-fixed header{
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    /* top: -100%;
    opacity: 0; */
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    z-index: 999;
}
.header-fixed.header-show header{
    position: fixed;
    top: 0;
    opacity: 1;
}
@media screen and (min-width: 1440px){
   
}
@media screen and (max-width: 1440px) {
    header .secondary-nav .layui-nav .layui-nav-item>a {
        padding: 0 15px;
    }

    header .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
        height: 14px;
        margin-top: -7px;
    }
    header .logo {
        height: 47.435px;
        width: 430px;
        overflow: hidden;
    }
    header .secondary-nav .layui-nav .layui-nav-item>a img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: .3125vw;
    }
}

@media screen and (max-width: 991px) {
    header .secondary-nav .layui-nav .layui-nav-item>a {
        padding: 0 10px;
    }
    header .secondary-nav .layui-nav .layui-nav-item:nth-of-type(2):after {
        display: none;
    }
    .show-nav header .secondary-nav .layui-nav .layui-nav-item:nth-of-type(2):after {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    header .secondary-nav .layui-nav {
        display: none;
    }
}

/* header-nav */
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav .layui-nav .layui-this:after {
    content: unset;
}

.header-nav .layui-nav-bar {
    display: none !important;
}

.header-nav .layui-nav .layui-nav-child:before,
.header-nav .layui-nav .layui-nav-child:after {
    content: unset;
}
.menu_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s ;
    z-index: 99;
}
.sub-show-nav .menu_bg{
    opacity: 1;
    height: 100%;
    
}
.search-show-nav .menu_bg{
    opacity: 1;
    height: 100%;
}
.show-nav header,
.sub-show-nav header,
.search-show-nav header{
    background-color: #fff !important;
    top: 0!important;
    opacity: 1!important;
    position: fixed!important;
    box-shadow: unset!important;
    z-index: 999;
}
.show-nav header .logo img ,
.sub-show-nav header .logo img ,
.search-show-nav header .logo img {
    transform: translateY(-50%) !important;
}
.show-nav header .secondary-nav .layui-nav .layui-nav-item > a,
.sub-show-nav header .secondary-nav .layui-nav .layui-nav-item > a,
.search-show-nav header .secondary-nav .layui-nav .layui-nav-item > a{
    color: var(--color-text-regular) !important;
}
.sub-show-nav header .secondary-nav .layui-nav .layui-nav-item + .layui-nav-item::after,
.show-nav header .secondary-nav .layui-nav .layui-nav-item + .layui-nav-item::after,
.search-show-nav header .secondary-nav .layui-nav .layui-nav-item + .layui-nav-item::after{
    background-color: rgba(0, 0, 0, .2) !important; 
}
.show-nav header .header-main{
    display: none;
}
.sub-show-nav header .header-main,
.search-show-nav header .header-main{
    display: block !important;
}
.show-nav.sub-show-nav header .header-main,
.show-nav.search-show-nav header .header-main{
    display: none !important;
}
.sub-show-nav .header-nav .layui-nav .layui-nav-item > .nav-title > a,
.search-show-nav.header-nav .layui-nav .layui-nav-item > .nav-title > a{
    color: var(--color-text-regular) ;
}
.show-nav header::after , .sub-show-nav header::after,.search-show-nav header::after {
    background-color: var(--border-color);
}
.my-center{
    display: none !important;
}

.sub-show-nav .my-center,
.search-show-nav .my-center{
    display: none !important;
}
.show-nav .my-center{
    display: block !important;
}
.nav-child-wrap{
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: center;
    top: 5.208333vw;
    left: 0;
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s;
}
.search-wrap{
   position: fixed;
   width: 100%;
   top: 5.208333vw;
   padding: 4vw 5vw;
   background-color: #fff;
   opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrap .layui-input{
    max-width: 500px;
}
.nav-child-wrap.active,.search-wrap.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.nav-child-wrap .sub-nav-list{
    display: flex;
}
.nav-child-wrap .sub-nav-list .item{
    position: relative;
    width: 10vw;
    padding: 4vw 2vw;
    text-align: left;
    transition: background-color 0.24s;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.nav-child-wrap .sub-nav-list .item:hover{
    background-color: var(--bg-grey);
}
.nav-child-wrap .sub-nav-list .item a{
    padding: 0;
    line-height: 1em;
}
.nav-child-wrap .sub-nav-list .item a.title{
    color: var(--color-text-regular);
}
.nav-child-wrap .sub-nav-list .item:last-child{
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.nav-child-wrap .sub-nav-list .third-nav{
    margin-top: 10px;
}
.nav-child-wrap .sub-nav-list .third-nav a{
    color: var(--color-text-secondary);
    padding: 5px 0;

}
.nav-child-wrap .sub-nav-list .item a:hover{
    color: var(--color-primary);
}


.nav_bg {
    position: fixed;
    top: 5.208333vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0px;
    background-color: #fff;
    transition: 0.4s;
}
@media screen and (min-width: 992px) {
    .header-nav .layui-nav {
        padding: 0;
        background: none;
        display: flex;
        margin: 0 -1.321875vw;
    }

    .header-nav .layui-nav>.layui-this:after {
        content: unset;
    }

    .header-nav .layui-nav-bar {
        display: none;
    }

    .header-nav .layui-nav ul {
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }

    .header-nav .layui-nav .layui-nav-item {
        display: table-cell;
        margin: 0;
        height: unset;
        line-height: 5.208333vw;
    }

    .header-nav .layui-nav .layui-nav-item>.nav-title>a {
        display: block;
        display: inline-block;
        padding: 0 1.321875vw;
        color: var(--color-text-regular);
        position: relative;
        z-index: 2;
        transition: unset;
    }

    .header-nav .layui-nav .layui-nav-more {
        right: 5px;
        display: none;
    }

    .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>.nav-title>a,
    .header-nav .layui-nav .layui-nav-item.layui-this>.nav-title>a {
        background: var(--color-primary);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
    }

    .header-nav .layui-nav .layui-nav-item>.nav-title>a:after {
        content: "";
        position: absolute;
        left: 1.321875vw;
        right: 1.321875vw;
        bottom: 0;
        height: .20833vw;
        background: var(--color-primary);
        transition: all .3s ease-in-out;
        transform: scaleX(0);
    }

    .header-nav .layui-nav .layui-nav-item.layui-this>.nav-title>a:after {
        transform: scaleX(1);
    }

    .header-nav .layui-nav .layui-nav-item>.nav-title>.icon {
        display: none;
    }

    /* 下级菜单 */
    .header-nav .layui-nav-child {
        top: 100%;
        left: 50%;
        border: 0;
        border-radius: 0;
        /* box-shadow: unset; */
        box-shadow: 0 20px 20px rgba(0,0,0,.2);
        background-color: rgba(255, 255, 255, .95);
        color: var(--color-text-regular);
        padding: 0;
        white-space: normal;
        line-height: 1.5;
        padding: var(--size-18) var(--size-15);
        text-align: center;
        margin-top: -.20833vw;
        width: 7.8125vw;
        margin-left: -3.90625vw;
    }
    .header-nav .layui-nav-child:before{
        content: ""!important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: var(--size-4);
        background: var(--color-primary);
    }

    .header-nav .layui-nav-child .submenu{
        display: block;
        padding: var(--size-12) 0;
        color: inherit;
        position: relative;
        transition: all .3s ease-in-out;
        white-space: pre-wrap;
        background-color: unset!important;
    }
    .header-nav .layui-nav-child .submenu:hover{
        color: var(--color-primary);
    }
    
    .header_white:not(.header-fixed) .header-nav .layui-nav .layui-nav-item>.nav-title>a{
        color: #fff;
    }
    .header_white.sub-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item>.nav-title>a,
    .header_white.search-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item>.nav-title>a{
        color: var(--color-text-regular);
    }
    .header_white:not(.header-fixed) .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>.nav-title>a,
    .header_white:not(.header-fixed) .header-nav .layui-nav .layui-nav-item.layui-this>.nav-title>a {
        color: #fff;
        font-weight: bold;
    }
    .header_white.sub-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>.nav-title>a,
    .header_white.sub-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item.layui-this>.nav-title>a ,
    .header_white.search-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>.nav-title>a,
    .header_white.search-show-nav:not(.header-fixed) .header-nav .layui-nav .layui-nav-item.layui-this>.nav-title>a {
        background: var(--color-primary);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
    }
    .header_white:not(.header-fixed) .header-nav .layui-nav .layui-nav-item>.nav-title>a:after {
        background: #fff;
    }
}

@media screen and (max-width: 1920px) {
    
    .header-nav .layui-nav-child{
        width: 150px;
        margin-left: -75px;
    }
}

/* @media screen and (max-width: 1800px) {
    .header-nav .layui-nav-child {
        font-size: 15px;
    }
} */
@media screen and (max-width: 1600px) {
    .layui-nav.fnt20{
        font-size: 17px;
    }
}
@media screen and (max-width: 1439px) {
    .header-nav .layui-nav .layui-nav-item {
        line-height: 75px;
    }
    

    .headerTemp {
        height: 75px;
    }
    .nav_bg {
        top: 75px;
    }
    .search-wrap{
        top: 75px;
    }
    .nav-child-wrap{
        top: 75px;
    }
    
}
@media screen and (max-width: 1300px){
    .nav-child-wrap .sub-nav-list .item{
        width: 14vw;
        padding: 6vw 3vw;
    }
    .search-wrap{
        padding: 6vw 5vw;
    }
     .search-wrap .layui-input{
         max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    header .layui-container{
        height: 75px;
    }
    header .header-main{
        display: none;
    }
    .sub-show-nav header .header-main,
    .search-show-nav header .header-main{
        display: none !important;
    }
    .search-wrap{
        padding: 40px;
    }
     .search-wrap .layui-input{
         max-width: 400px;
    }
}

@media screen and (min-width: 992px) {
    
    header .menu-toggle{
        width: 5.208333vw;
        height: 5.20833vw;
        background: var(--color-primary);
    }
}
@media screen and (max-width: 1439px) {
    header .menu-toggle{
        width: 75px;
        height: 75px;
        background: var(--color-primary);
    }
}
@media screen and (max-width: 567px) {
    
    header .logo {
        height: .66rem;
        width: 6rem;
    }
}

/* 主菜单 */
.menu-container{
    position: fixed;
    right: 0;
    top: 5.208333vw;
    bottom: 0;
    width: 21.875vw;
    z-index: 99;
    background-color: #fff;
    right: -21.875vw;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99999;
}
.menu-container .menu-head{
    position: absolute;
    left: 0;
    right: 5.208333vw;
    top: -5.208333vw;
    background-color: var(--bg-grey);
    display: flex;
}
.menu-container .menu-head .item{
    display: block;
    flex: 1;
    line-height: 5.208333vw;
    position: relative;
    padding: 0 var(--size-9);
    text-align: center;
    white-space: nowrap;
    color: var(--color-text-regular);
}
.menu-container .menu-head .item:hover{
    color: var(--color-primary);
}
.menu-container .menu-head .item+.item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: var(--size-1);
    height: var(--size-15);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2);
}
.menu-container .menu-head .item img{
    width: var(--size-24);
    height: var(--size-24);
    margin-right: var(--size-9);
}
.menu-container .menu-body{
    padding: var(--size-24);
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.menu-container .menu-body .mCSB_inside > .mCSB_container{
    margin-right: var(--size-24)!important;
}
.menu-container .menu-list .menu-title{
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-container .menu-list .menu-title a{
    padding: var(--size-20) var(--size-9);
    flex: 1;
    color: var(--color-text-regular);
}
.menu-container .menu-list .menu-title a:hover{
    color: var(--color-primary);
}
.menu-container .menu-list .menu-title .icon{
    cursor: pointer;
    padding: var(--size-20) var(--size-9) var(--size-20) var(--size-36);
    font-size: .75em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    width: 50%;
}
.menu-container .menu-list .menu-title .icon:hover{
    color: var(--color-primary);
}
.menu-container .submenu{
    position: fixed;
    right: -21.875vw;
    top: 5.208333vw;
    width: 21.875vw;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 999;
    background: #fff;
    padding: var(--size-24);
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu-container .submenu.show-submenu{
    right: 0;
}
.menu-container .submenu-title{
    padding-bottom: var(--size-20);
    border-bottom: var(--size-1) solid var(--border-color);
    font-weight: bold;
    cursor: pointer;
}
.menu-container .submenu-title .iconfont{
    transform: rotate(180deg);
    display: inline-block;
    margin-right: var(--size-9);
    cursor: pointer;
}

.menu-container .third-menu{
    padding: var(--size-9) var(--size-20);
    border-bottom: var(--size-1) solid var(--border-color);
    display: none;
}
.menu-container .third-menu .m-active{
    background-color: var(--bg-grey);
}
.menu-container .submenu .m-active .icon-right:before{
    content: '\e625';
}
.menu-container .submenu .m-active .menu-title{
    background-color: var(--bg-grey);
}
.menu-container .third-menu a{
    display: block;
    padding: var(--size-9) 0;
    color: var(--color-text-secondary);
    transition: color .3s ease-in-out;
}
.menu-container .third-menu a .iconfont{
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.menu-container .third-menu a:hover{
    color: var(--color-text-regular);
}
.menu-container .third-menu a:hover .iconfont{
    opacity: 1;
}

.show-menu .site-menu-shade{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 98;
}
.show-menu .menu-container{
    right: 0;
}

.show-menu.header-fixed header{
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    z-index: 9999;
}
@media screen and (max-width: 1439px) {
    .menu-container,
    .menu-container .submenu{
        width: 315px;
        right: -315px;
        top: 75px;
    }
    .menu-container .menu-head{
        right: 75px;
        top: -75px;
    }
    .menu-container .menu-head .item{
        line-height: 75px;
    }
}
/* 主菜单 END */
/*.layui-layer*/
.layui-layer .layui-layer-setwin{
    top: 16px;
    right: 40px;
    z-index: 10;
    position: absolute!important;
}
.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 48px;
    transition: all .5s;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    border: unset;
    background-color: rgba(0, 0, 0, .15);
    padding: 0;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:before{
    content: "\e60b";
    font-family: 'iconfont';
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
    background-color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
    .layui-layer .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
}


.layui-layer.tc-fullpage{
    border-radius: 0;
    background: unset;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
}
.layui-layer.tc-fullpage .tc-head{
    display: flex;
    justify-content: space-between;
}
.layui-layer.tc-fullpage .close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    background: var(--color-primary);
    width: 120px;
    font-weight: bold;
}
.layui-layer.tc-fullpage .close-btn:hover{
    color: var(--color-secondary);
}
.layui-layer.tc-fullpage .close-btn .iconfont{
    font-size: 20px;
    margin-right: 10px;
}
.layui-layer.tc-fullpage .logo{
    padding: 12px 0;
    padding-left: 40px;
}
.layui-layer.tc-fullpage .logo img{
    height: 56px;
}

.layui-layer.tc-fullpage .layui-layer-content{
    padding: 0px;
    display: flex;
    height: 100vh!important;
    overflow: hidden;
}
.layui-layer.tc-fullpage .layui-layer-content .tc-box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.layui-layer.tc-fullpage .layui-layer-content .tc-box .tc-body{
    flex: 1;
    background: #E3E5E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-fullpage .logo{
        padding-left: 5%;
    }
    .layui-layer.tc-fullpage .logo img{
        height: 40px;
    }
   
}
/*nav-container*/
.nav-container{
    background-image: url(../images/header-bg.jpg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.layui-layer.tc-fullpage .nav-container .close-btn{
    background: var(--color-primary);
}
.nav-container .tc-head,
.nav-container .tc-body{
    background: none!important;
}
.nav-container .tc-body{
    flex-direction: row;
    align-items: unset!important;
    justify-content: unset!important;
    padding: 0!important;
}

.nav-container .nav-wrapper{
    flex: 1;
    display: flex;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .2;
    animation-delay: .2;
    padding-top: 6.2vw;
    padding-bottom: 7vw;
}
.nav-container .nav-wrapper .scrollbar-box{
    height: 100%;
    overflow: hidden;
}

.nav-container .nav-list{
    display: flex;
    margin: 0 -15px;
    color: var(--color-text-regular);
    padding-top: 2vw;
}
.nav-container .nav-list .nav-item{
    flex: 1;
    padding: 0 15px;
    position: relative;
}
.nav-list .nav-item+.nav-item:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255,255,255,.1);
}
.nav-list .nav-item .title{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text-primary);
    
}
.nav-list .nav-item .title a{
    color: inherit;
    flex: 1;
    font-size: inherit;
    font-weight: 600;
}
.nav-list .nav-item .title .arrow{
    font-size: 13px;
    display: none;
}
.nav-list .subnav-list .item .second-nav{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.nav-list .subnav-list .item .second-nav a{
    color: var(--color-text-regular);
    font-size: inherit;
}
.nav-list .subnav-list .item .second-nav:hover a{
    color: var(--color-primary);
}
.nav-list .subnav-list .item .second-nav .icon-box{
    width: 20px;
    height: 20px;
    background-color: #F0F0F0;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 30px;
}
.nav-list .subnav-list .item.open .second-nav .icon-box i{
    transform: rotate(90deg);
}
.nav-list .subnav-list .item .second-nav .icon-box i{
    font-size: inherit;
    transition: all .3s;
}
.nav-list .nav-child{
    display: none;
}
.nav-list .nav-child a{
    padding-left: .46875vw;
    display: block;
    font-size: inherit;
    color: var(--color-text-secondary);
    padding-bottom: 6px;
}
.nav-list .nav-child a:hover{
    /* color: var(--color-primary); */
    color: var(--color-primary);
}

.nav-container .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.nav-container .mCSB_scrollTools{
    width: 5px;
}
.nav-container .nav-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient( 90deg, #0067B9 0%, #6CBE6B 100%); */
    background: var(--color-primary);
}
.nav-container .nav-footer .nav-footer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
    padding: 1.25vw 0;
}
.nav-container .nav-footer .left{
    display: flex;
}
.nav-container .nav-footer p{
    color: rgba(255, 255, 255, .9);
    font-size: 13px;

}
.nav-container .nav-footer p + p{
    margin-left: 30px;
}
.nav-container .nav-footer .right{
    display: flex;
    align-items: center;
}
.nav-container .nav-footer .right .title{
    color: rgba(255, 255, 255, .9);
    font-weight: 800;
    margin-right: 10px;
}
.nav-container .nav-footer .right .media-list .media-item .tc-box{
    width: 6.25vw;
    top: unset;
    bottom: 100%;
    margin-top: unset;
    
    margin-bottom: .625vw;
}
.nav-container .nav-footer .right .media-list .media-item .tc-box::after{
    top: unset;
    bottom: -.625vw;
    border-bottom: none;
    border:.3125vw solid transparent;
    border-top: .3125vw solid rgba(255, 255, 255, 1);
}
.nav-container .nav-footer .right .media-list .media-item a{
    border-color: #fff;
    background: #fff;
    
   
}
.nav-container .nav-footer .right .media-list .media-item a i{
    color: var(--color-primary);
}
.nav-container .nav-footer .right .media-list .media-item a:hover{
    /* background: linear-gradient( 90deg, #0067B9 0%, #6CBE6B 100%);
    -webkit-background-clip: unset; */
    color: #fff !important;
    /* border-color: #6CBE6B; */
    background-color: var(--color-primary);
}
.nav-container .nav-footer .right .media-list .media-item a:hover i{
    background: unset;
    -webkit-background-clip: unset;
    color: #fff !important;
}
@media screen and (max-width: 1439px){
    .nav-container .nav-wrapper{
        padding-top: 105px;
    }
}
@media screen and (max-width: 1400px) {
    .nav-container .nav-list{
        margin: -5px;
    }
    .nav-container .nav-list .nav-item{
        padding: 0 5px;
    }
}
@media screen and (max-width: 1200px) {
    .nav-container .nav-list{
        margin: -15px;
        flex-wrap: wrap;
    }
    .nav-container .nav-list .nav-item{
        padding:  15px;
    }
    .nav-container .nav-list .nav-item{
        width: 20%;
        flex: unset;
    }
}

@media screen and (max-width: 767px) {
    .nav-container .nav-wrapper{
        padding: 85px 0 15px;
        position: relative;
    }
    .nav-container .layui-container{
        padding-right: 0;
    }
    .nav-container .nav-list{
        margin: 0px;
    }
    .nav-container .nav-list .nav-item{
        width: 100%;
        border-bottom: 1px solid var(--border-color);
        padding: 10px 0;
    }
   
    .nav-container .nav-footer{
        display: none;
    }
}

/*nav-container END*/

/*弹窗动画*/
.layer-anim-01 {
    -webkit-animation-name: slideInDown !important;
    animation-name: slideInDown !important;
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.layui-layer.tc-fullpage.layer-anim-close {
    -webkit-animation-name: slideOutUp !important;
    animation-name: slideOutUp !important;
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

/*弹窗动画 END*/


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: var(--color-primary);
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: unset;
    background-color: rgba(0, 0, 0, .1);
}

@media screen and (min-width: 1920px) {
    .mCSB_inside > .mCSB_container{
        margin-right: 1.5625vw;
    }
}


/* search-layer */
/*弹窗动画*/
.layui-layer.tc-search.layer-anim-close {
    -webkit-animation-name: slideOutUp !important;
    animation-name: slideOutUp !important;
    -webkit-animation-duration: .6s !important;
    animation-duration: .6s !important;
}
/*弹窗动画 END*/
.layui-layer.tc-search{
    left: 0!important;
    right: 0!important;
    width: unset!important;
    background-color: unset!important;
}
.layui-layer.tc-search .layui-layer-content{
    height: 100%!important;
}
.layui-layer.tc-search .search-container{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    background: var(--color-primary);
    color: #fff;
    right: 3.125vw;
    top: 1.25417vw;
}
.search-layer{
    height: 100%;
}
.search-container .search-head,
.search-container .search-body{
    width: 100%;
}
.search-container .search-head{
    font-weight: bold;
    color: #fff;
    background-color: #fff;
    line-height: 1;
    position: relative;
    height: 5.20833vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}
.search-container .search-head .logo img{
    height: 3.375vw;
}
.search-container .search-body{
    flex: 1;
    background-color: rgb(232 239 241 / 90%);
    padding: 2.5vw 0;
    position: relative;
}
.search-container .search-body>*{
    position: relative;
    z-index: 1;
}
/* .search-container .search-body:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 75%;
    background: url(../images/bg-search.png) left top no-repeat;
    background-size: contain;
    z-index: 0;
} */
.search-container .search-body:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3.125vw;
    width: 100%;
    background: url(../images/bg-search-1.png)  bottom no-repeat;
    background-size: 100%;
    z-index: 0;
}

.search-container .search-body .layui-form .type-radio-group{
    margin-bottom: var(--size-4);
    display: flex;
    align-items: center;
}
.search-container .search-body .layui-form .item+.item{
    margin-left: var(--size-4);
}
.search-container .search-body .layui-form .layui-form-radio{
    margin: 0;
    padding: 0 var(--size-24);
    display: block;
    color: inherit;
    line-height: 1.2;
    text-align: center;
    background-color: #fff;
    font-size: inherit;
    height: 3.4658333vw;
    line-height: 3.4658333vw;
    min-width: 6vw;
}
.search-container .search-body .layui-form .layui-form-radio i{
    display: none;
}
.search-container .search-body .layui-form .layui-form-radio>*{
    font-size: inherit;
    color: inherit!important;
}
.search-container .search-body .layui-form .layui-form-radio:hover{
    color: inherit;
}

.search-container .search-body .layui-form .layui-form-radioed{
    background: var(--color-primary);
    color: #fff!important;
}


.search-container .search-body .layui-form{
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 3.25vw;
}
.search-container .search-body .layui-form .layui-input{
    background-color: #fff;
}
.search-container .search-body .layui-form .layui-form-select{
    margin-right: .3125vw;
}
@media screen and (max-width: 1439px) {
    .search-container .search-head{
        height: 75px;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 19.5px;
    }
    .search-container .search-head .logo img{
        height: 40px;
    }
    .search-container .search-body{
        padding: 36px 0;
    }
    .search-container .search-body .layui-form .layui-form-select{
        margin-right: 4.5px;
    }
    .search-container .search-body .layui-form .layui-form-radio{
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .search-container .search-body:after{
        border-bottom-width: 1px;
        background-size: 200px;
    }
    .search-container .search-body .layui-form{
        max-width: 720px;
    }
}
@media screen and (max-width: 991px) {
    .search-container .search-body:after{
        border-bottom-width: 1px;
        background-size: 200px;
    }
    .search-container .search-head{
        height: 82px;
    }
}
@media screen and (max-width: 767px) {
    .search-container .search-body:before{
        width: 85%;
        height: 75%;
    }
    .search-container .search-body .layui-form .item {
        flex: 1;
    }
}
@media screen and (max-width: 567px) {
    .search-container .search-head .logo img{
        height: .64rem;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        right: .32rem;
    }
    .search-container .search-body .layui-form>.ala-flex{
        display: block;
    }
    .search-container .search-body .layui-form .layui-form-select{
        margin-right: 0;
        margin-bottom: 5px;
    }
    .search-container .search-body .layui-form .layui-btn{
        margin-top: 5px;
        justify-content: center;
    }
}
/* search-layer END */


/*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%);
    /* position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: var(--color-primary);
    opacity: .3; */
}

.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;
    /* overflow: hidden; */
}

.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;
    /* color: var(--color-text-secondary); */
}

.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;
}

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;
    }
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    z-index: -1;
}



/* 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 */

/*footer*/
footer {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient( 90deg, #0067B9 0%, #6CBE6B 100%); */
    background-size: 100% auto;
    background: var(--color-primary);
}
footer::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:url(../images/bg_footer.png) center bottom 18px no-repeat;
    background-size: 100% auto;
    z-index: 1;
}

footer,
footer a,
footer a:visited {
    color: rgba(255, 255, 255, .8);
}

footer a:hover,
footer a:focus {
    color: var(--color-primary);
}

footer a:hover {
    /* text-decoration: underline; */
}

.footer-top {
    position: relative;
    z-index: 2;
    padding: 4.21875vw 0;
}

.footer-top .footer-logo img {
    height: 3.09vw;
    width: 28vw;
    opacity: .8;
}



.footer-top .footer-logo {
    margin-bottom: 1.25vw;
}

footer .footer-title {
    margin-bottom: 1.25vw;
    color: rgba(255, 255, 255, 1);
}

.footer-top p {
    margin-bottom: .46875vw;
}

.footer-top ul,
.footer-top ul li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link.columns {
    columns: 2;
    column-count: 2;
    column-gap: 1.25vw;
}

.footer-top .footer-link li {
    line-height: 150%;
    position: relative;
}

.footer-top .footer-link li a {
    display: block;
    margin-bottom: .46875vw;
}

.footer-top .media-list .media-item a {
    border-color: rgba(255, 255, 255, .2);
}
.footer-top .media-list .media-item a:hover .iconfont{
    color: var(--color-primary);
}

.footer-copyright {
    position: relative;
    z-index: 2;
    padding: var(--size-18) 0;
}
footer  .qrcode-img{
    width: 120px;
}
@media screen and (max-width: 1440px) {
    .footer-top .footer-logo img {
        height: 47.435px;
        width: 430px;
    }
}

@media screen and (min-width: 768px) {
    .footer-top {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .footer-top {
        width: 100%;
    }

    footer .footer-title {
        margin-bottom: 12px;
        padding-bottom: 4px;
    }
    .footer-top {
        padding: 30px 0;
    }
}

@media screen and (max-width: 567px) {
    .footer-top .footer-logo img {
        height: .66rem;
        width: 6rem;
    }
}

/* footer 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{
    /* text-decoration: underline; */
}
.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 {
    /* text-decoration: underline; */
}

.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);
    /* text-decoration: underline; */
}

.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;
    /* transition: all .3s ease-in-out; */
}
.news-list .news-item:hover .title{
    color: var(--color-primary);
    /* text-decoration: underline; */
}

.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{
    /* color: var(--color-primary); */
    /* text-decoration: underline; */
}
.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);
    /* text-decoration: underline; */
}
.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{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -12%;
    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 */

/* 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-list END */

/* entry-swiper */
.entry-swiper .layui-col-md2-4{
    width: 20%;
}
.entry-swiper .swiper-container{
    padding: var(--size-18) var(--size-9);
}
.entry-swiper .entry-item{
    /* background-color: #fff; */
    display: block;
    text-align: center;
    padding: var(--size-48) var(--size-18);
    box-shadow: unset;
    transition: all .3s ease-in-out;
}
.entry-swiper .entry-item:hover{
    /* box-shadow: 0px var(--size-9) var(--size-18) 0px rgba(0,0,0,0.1); */
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    color: inherit;
}
.entry-swiper .entry-item .icon img{
    width: var(--size-72);
    height: var(--size-72);
    object-fit: contain;
}
@media screen and (max-width: 991px) {
    .entry-swiper .layui-col-sm4 {
      width: 33.33333333%;
    }
}
@media screen and (max-width: 767px){
    .entry-swiper .layui-col-xsm6 {
      width: 50%;
    }
    .entry-swiper .layui-col-xs6 {
        width: 50%;
    }
}

/* entry-swiper END */



/* inner-banner */
.inner-banner {
    background-color: var(--bg-primary);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner.banner-noImg{
    background-color: transparent;
}

/* breadcrumb */
.inner-banner .breadcrumb {
    padding: 1.09375vw 0;
}
.inner-banner .layui-breadcrumb {
    color: var(--color-text-secondary-grey);
    font-size: inherit;
}

.inner-banner .layui-breadcrumb>* {
    font-size: inherit;
}

.inner-banner .layui-breadcrumb a {
    color: inherit !important;
}

.inner-banner .layui-breadcrumb span[lay-separator] {
    color: inherit;
    font-family: Arial;
    margin: 0 .3125vw;
}

.inner-banner .layui-breadcrumb a:hover {
    color: var(--color-primary) !important;
}

.inner-banner .layui-breadcrumb a cite {
    color: inherit;
}

.header_white .inner-banner .breadcrumb{
    margin-top: 5.208333vw;
}
.header_white .inner-banner .layui-breadcrumb{
    color: #fff;
}
.header_white .inner-banner .layui-breadcrumb a:hover{
    color: #fff!important;
}

@media screen and (max-width: 1439px) {
    .header_white .inner-banner .breadcrumb{
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    .inner-banner .breadcrumb {
        padding: 13px 0;
    }

    .inner-banner .layui-breadcrumb span[lay-separator] {
        margin: 0 4px;
    }
}


/* breadcrumb END */

/* inner-banner-text */
.inner-banner .layui-container,
.inner-banner-text {
    height: 100%;
}
.inner-banner-text{
    min-height: 29.16667vw;
    display: flex;
    flex-direction: column;
}
.inner-banner.has-border .inner-banner-text{
    position: relative;
}
.inner-banner.has-border .inner-banner-text::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .3125vw;
    background: var(--color-primary);
  }
.inner-banner-text .text-box {
    padding: 3.125vw 0;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner-banner-text .text-box>* {
    position: relative;
}

.inner-banner-text .text-box .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.inner-banner-text .text-box .title_en {
    font-style: italic;
}

.inner-banner-text .text-box .mce-content-body {
    margin-top: var(--size-36);
    line-height: 1.5;
}

.inner-banner-text .bottom .icon{
    width: 4.16667vw;
    margin-top: var(--size-36);
}

.inner-banner .img-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-banner .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-banner .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .img-box .video-button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.inner-banner .img-box .video-button .icon-play{
    position: relative;
    left: unset;
    top: unset;
    margin: 0;
    transform: unset;
}
.inner-banner .img-box .video-button .text{
    color: #fff;
    position: relative;
    z-index: 100;
}
.banner-noImg .inner-banner-text{
    min-height: 0;
}
.article-banner .inner-banner-text{
    min-height: 23.4375vw;
}
.results-inner-banner{
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 26.7vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.results-inner-banner .inner-banner-text{
    width: 100%;
    line-height: 1.4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.21vw;
    bottom: 3.125vw;
    display: flex;
    align-items: center;
  justify-content: center;

    min-height: auto;
    height: auto;
}
.results-inner-banner .inner-banner-text .title {
    position: relative;
    line-height: 1.1;
    display: inline-block;
}
.results-inner-banner .layui-container{
    height: auto !important;
}
.header_white .inner-banner.results-inner-banner .breadcrumb{
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .inner-banner-text .bottom .icon{
        width: 50px;
    }
}

@media screen and (max-width: 991px) {
    .results-inner-banner {
        min-height: 260px;
    }
    .results-inner-banner .inner-banner-text{
        top: 75px;
        bottom: 45px;
    }
    
    .inner-banner-text .bottom .icon,
    .inner-banner-text .text-box .mce-content-body {
        margin-top: 15px;
    }
    .inner-banner .img-box{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    .article-banner .inner-banner-text{
        min-height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .inner-banner-text .text-box {
        padding: 10px 0 30px;
    }
    .banner-noImg .inner-banner-text .text-box{
        padding: 10px 0;
    }
    .inner-banner-text .bottom .icon{
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .inner-banner-text .bottom .icon,
    .inner-banner-text .text-box .mce-content-body {
        margin-top: .3rem;
    }
    .inner-banner-text .text-box {
        padding: .2rem 0 .6rem;
    }
    .banner-noImg .inner-banner-text .text-box{
        padding: .2rem 0;
    }
}

@-webkit-keyframes MoveUpDown {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: -3px;
    }

    100% {
        bottom: 3px;
    }
}

@keyframes MoveUpDown {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: -3px;
    }

    100% {
        bottom: 3px;
    }
}

/* inner-banner-text END */

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


/*.category-nav*/
.category-nav-block{
    position: relative;
}
.category-nav-block:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--size-1);
    border-bottom: var(--size-1) solid var(--border-color);
}
.category-nav-block .layui-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-nav-block .ala-filter{
    margin-left: var(--size-48);
}


@media screen and (max-width: 767px) {
    .category-nav-block:after{
        content: unset;
    }
    .category-nav-block .layui-container{
        display: block;
    }
    .category-nav-block .ala-filter{
        margin-left: 0;
    }
    .category-nav{
        position: relative;
    }
    .category-nav:after{
        content: "";
        position: absolute;
        left: -4.166667vw;
        right: -4.166667vw;
        bottom: 0;
        height: var(--size-1);
        border-bottom: var(--size-1) solid var(--border-color);
    }
}
@media screen and (max-width: 567px) {
    .category-nav:after{
        left: -.32rem;
        right: -.32rem;
    }
}

.category-nav{
    position: relative;
}

.category-nav .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    color: var(--color-text-secondary-grey);
    transition: color .3s ease-in-out;
}
.category-nav .swiper-slide a{
    display: block;
    padding: var(--size-30) 0;
    color: inherit;
}
.category-nav .swiper-slide+.swiper-slide{
    margin-left: 4.16667vw;
}
.category-nav .swiper-slide:hover{
    color: var(--color-text-primary);
}
.category-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: var(--size-2);
    background-color: var(--color-text-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-nav .swiper-slide.active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.category-nav .swiper-slide.active{
    color: var(--color-text-primary);
    font-weight: bold;
}
@media screen and (max-width: 567px) {
    .category-nav .swiper-slide+.swiper-slide{
        margin-left: .5rem;
    }
}

/* category-nav END */

/* inner-banner END */

/* inner-title */
.inner-title {
    position: relative;
    z-index: 2;
    margin-bottom: var(--size-45);
}

.inner-title .title {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    color: var(--color-text-primary);
}
.color_white .inner-title .title{
    color: #fff;
}

/* .inner-title .title>* {
    position: relative;
}

.inner-title .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: .33333em;
    width: 2em;
    background: var(--color-primary);
    opacity: .5;
} */
.inner-title .desc{
    color: var(--color-text-regular);
    line-height: 1.8;
    max-width: 80vw;
    text-align: center;
    margin: 0 auto;
    margin-top: var(--size-45);
}
.inner-title.text-center .mce-content-body{
    max-width: 60vw;
    margin: var(--size-20) auto 0;
}
@media screen and (max-width: 1439px) {
    .inner-title.text-center .mce-content-body{
        max-width: 720px;
    }
}
@media screen and (max-width: 991px) {
    .inner-title.text-center .mce-content-body{
        max-width: 100%;
    }
    .inner-title .desc{
        color: var(--color-text-regular);
        line-height: 1.8;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: var(--size-45);
    }
}
/* inner-title END */


/* content-column */
@media screen and (min-width: 992px) {
    .content-column .layui-container{
        padding-left: 0;
    }
}
.content-column .scrollbar-box{
    max-height: 23.5vw;
    overflow: hidden;
}
@media screen and (max-width: 1439px) {
    .content-column .scrollbar-box{
        max-height: 33.8vw;
    }
}
@media screen and (max-width: 991px) {
    .content-column .scrollbar-box{
        max-height: unset;
    }
}
/* content-column END */

/* introduce-section */
.introduce-section .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -6.25vw;
    background-repeat: no-repeat;
}
/* introduce-section END */

/* develop-block */
.develop-block .develop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* develop-block END */


/* develop-tab */
.develop-tab{
    margin: 0;
}
.develop-tab .layui-tab-title{
    border-bottom: 0;
    position: relative;
    height: unset;
    font-size: inherit;
}
.develop-tab .layui-tab-title:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--size-1);
    border-bottom: var(--size-1) solid var(--border-color);
}
.develop-tab .layui-tab-title li{
    line-height: unset;
    padding: var(--size-30) 0;
    min-width: 0;
    color: var(--color-text-secondary-grey);
    font-size: inherit;
}
.develop-tab .layui-tab-title li+li{
    margin-left: 4.16667vw;
}
.develop-tab>.layui-tab-title .layui-this{
    color: var(--color-text-primary);
    font-weight: bold;
}
.develop-tab>.layui-tab-title .layui-this:after{
    bottom: 0;
    height: unset;
    border-bottom: var(--size-2) solid var(--color-text-primary);
}
.develop-tab .layui-tab-bar{
    display: none;
}
.develop-tab .layui-tab-content{
    padding: 0;
    padding-top: 3.125vw;
}
@media screen and (max-width: 991px) {
    .develop-tab .layui-tab-content{
        padding-top: 30px;
    }
}
@media screen and (max-width: 567px) {
    .develop-tab .layui-tab-title{
        display: flex;
        justify-content: space-between;
    }
    .develop-tab .layui-tab-title li+li{
        margin-left: 0;
    }
    .develop-tab .layui-tab-content{
        padding-top: .6rem;
    }
}
/* develop-tab END */
.develop-right-block{
    overflow: hidden;
}
/* develop-swiper */
.develop-swiper .swiper-container{
    overflow: unset;
}
.develop-swiper .swiper-slide{
    position: relative;
    height: 26vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 9.8611111vw;
}
.develop-swiper .swiper-slide:nth-of-type(2n+1):before,
.develop-swiper .swiper-slide:nth-of-type(2n):before{
    content: "";
    position: absolute;
    left: 20%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(../images/develop-line-left.png) center bottom no-repeat;
    background-size: contain;
}
.develop-swiper .swiper-slide:nth-of-type(2n+1):before{
    background: url(../images/develop-line-right.png) center bottom no-repeat;
    background-size: contain;
}

.develop-swiper .swiper-slide:nth-of-type(1):before{
    content: "";
    position: absolute;
    left: -80%;
    width: 200%;
    top: 0;
    bottom: 0;
    background: url(../images/develop-line.png) center bottom no-repeat;
    background-size: contain;
}
.develop-swiper .swiper-slide:nth-of-type(2n+1) .img img{
    transform: scaleX(-1);
}
.develop-swiper .swiper-slide .develop-item{
    position: relative;
    top: 0;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: developAni;
    -o-animation-name: developAni;
    animation-name: developAni;
    -webkit-animation-fill-mode: ease;
    -o-animation-fill-mode: ease;
    animation-fill-mode: ease;
}
.develop-swiper .swiper-slide .develop-item .year{
    font-weight: bold;
}
.develop-swiper .swiper-slide .develop-item .text{
    width: 120%;
    line-height: 1.5;
}
.develop-swiper .swiper-slide:nth-of-type(2n) .develop-item{
    padding-top: 7.8125vw;
    top: 0;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: developAni_even;
    -o-animation-name: developAni_even;
    animation-name: developAni_even;
}
.develop-swiper .swiper-slide:nth-of-type(2n) .develop-item .text{
    width: 110%;
}
.develop-swiper .swiper-slide .develop-item:after{
    content: "";
    position: absolute;
    left: 20%;
    top: 100%;
    margin-top: var(--size-20);
    height: 15vw;
    width: .1041667vw;
    background: linear-gradient( 180deg, #0067B9 0%, rgba(0,103,185,0.14) 68%, rgba(0,103,185,0) 100%);
    opacity: .6;
    transform: translateX(-50%);
}
.develop-swiper .swiper-slide:nth-of-type(2n) .develop-item:after{
    height: 12vw;
}
.develop-swiper .swiper-btn{
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
@media screen and (max-width: 1439px) {
    .develop-swiper .swiper-slide{
        width: 142px;
        height: 375px;
    }
    .develop-swiper .swiper-slide .develop-item:after{
        width: 1.5px;
        height: 216px;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item{
        padding-top: 112px;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item:after{
        height: 172px;
    }
}
@media screen and (max-width: 767px) {
    .develop-swiper .swiper-slide{
        width: 142px;
        height: 375px;
    }
    .develop-swiper .swiper-slide .develop-item:after{
        width: 1.5px;
        height: 216px;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item{
        padding-top: 112px;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item:after{
        height: 172px;
    }
}
@media screen and (max-width: 567px) {
    .develop-swiper .swiper-slide .develop-item .year{
        font-size: .48rem;
    }
    .develop-swiper .swiper-slide{
        height: 7rem;
        width: 2.84rem;
    }
    .develop-swiper .swiper-slide .develop-item:after{
        width: .03rem;
        height: 4rem;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item{
        padding-top: 2rem;
    }
    .develop-swiper .swiper-slide:nth-of-type(2n) .develop-item:after{
        height: 3.4rem;
        
    }
   
}
/* develop-swiper END */

/* develop动画 */

@keyframes developAni
{
    0%{top: 0;}
    50% {top: 7%;}
    100% {top: 0;}
}
@-moz-keyframes developAni 
{
    0%{top: 0;}
    50% {top: 7%;}
    100% {top: 0;}
}
@-webkit-keyframes developAni 
{
    0%{top: 0;}
    50% {top: 7%;}
    100% {top: 0;}
}
@-o-keyframes developAni 
{
    0%{top: 0;}
    50% {top: 7%;}
    100% {top: 0;}
}

@keyframes developAni_even
{
    0%{top: 0;}
    50% {top: 5%;}
    100% {top: 0;}
}
@-moz-keyframes developAni_even
{
    0%{top: 0;}
    50% {top: 5%;}
    100% {top: 0;}
}
@-webkit-keyframes developAni_even
{
    0%{top: 0;}
    50% {top: 5%;}
    100% {top: 0;}
}
@-o-keyframes developAni_even
{
    0%{top: 0;}
    50% {top: 5%;}
    100% {top: 0;}
}

/* develop动画 END */

/* leader-list */
.leader-list.center .layui-row{
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .leader-list .layui-col-lg2{
        width: 20%;
    }
}
.leader-list+.leader-list{
    margin-top: var(--size-30);
}
/* leader-list END */

/* people-item */
.people-item{
    display: block;
}
.people-item .text-box{
    padding-top: var(--size-24);
}
.people-item .text-box .title{
    margin-top: var(--size-9);
    color: var(--color-text-secondary-grey);
}
.people-item:hover{
    color: inherit;
}
.people-item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.people-item-v2 .text-box{
    transition: all .3s ease-in-out;
}
.people-item-v2 .more-link{
    margin-top: 30px;
}
.people-item-v2:hover .more-link .iconfont {
    transform: rotate(45deg);
}
.member-swiper .people-item-v2 .text-box{
   padding: var(--size-30) !important;
}
.people-item-v2{
    position: relative;
}
.people-item-v2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    transition: all .3s ease-in-out;
    opacity: 1;
}
.people-item-v2:hover::after{
    opacity: 1;
}
.people-item-v2:hover .text-box{
    background-color: #fff !important;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
/* people-item END */

/* people-detail */
.people-detail .people-left{
    padding: var(--size-12);
    padding-bottom: 0;
    /* background-color: #fff; */
    /* margin-top: -11.75vw; */
}
.people-detail .people-left .people-img{
    max-width: 80%;
    position: relative;
}
.people-detail .people-left .people-img:before{
    content: "";
    position: absolute;
    left: -.625vw;
    top: -.625vw;
    right: -.625vw;
    bottom: 0;
    background-color: #fff;
}
.people-detail .people-img .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.people-detail .people-img .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.people-detail .people-img .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.people-detail .people-menu,
.people-detail .people-info{
    position: relative;
    padding: var(--size-30);
}
.people-detail .people-info:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--size-1);
    background-color: var(--border-color);
}
.people-detail .people-info .title{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-12);
}
.people-menu-wrap{
    position: sticky;
    position: -webkit-sticky;
    top: calc(5.208333vw + 10px);
    transition: all .3s ease-in-out;
}
.people-detail .people-menu{
    /* padding-top: var(--size-36); */
    transition: all .3s ease-in-out;
    background-color: var(--bg-grey);
    padding: var(--size-30);
}
.people-detail .people-menu ul{
    padding:var(--size-10) 0 var(--size-30) ;
}
/* .header-fixed.header-show .people-detail .people-menu { */

.people-detail .people-menu li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.people-detail .people-menu li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    display: none;
}
.people-detail .people-menu li::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--size--20);
    height: 1px;
    background: var(--border-color);
}
.people-detail .people-menu li:hover,
.people-detail .people-menu li.active{
    font-weight: bold;
}
.people-detail .people-menu li.active:before{
    opacity: 1;
}
.people-detail .people-menu li.active::after{
   background: var(--color-text-primary);
}
.people-detail .people-menu li+li{
    margin-top: var(--size-40);
}
.people-detail .people-menu li i{
    opacity: 0;
    transition: all .3s ease-in-out;
    font-size: .9em;
}
.people-detail .people-menu li.active i{
    opacity: 1;
    transition: all .3s;
}
.people-detail-item{
    margin-bottom: var(--size-30);
}
.people-detail-item:hover{
    box-shadow: unset !important;
    background-color: var(--bg-grey) !important;
}
.faculty-list .faculty-item.people-detail-item .text-box .info{
    display: flex;
    margin-top: var(--size-10);
}
.faculty-list .faculty-item.people-detail-item .text-box .info span+span{
    margin-top: 0;
    margin-left: 3vw;
}
.faculty-list .faculty-item.people-detail-item .text-box .top{
    border-bottom: none;
}

.faculty-list .faculty-item.people-detail-item .desc{
    margin-top: var(--size-30);
    padding-top: var(--size-30);
    border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 1439px) {
    
}
@media screen and (max-width: 1199px) {
    .people-detail .people-left .people-img:before{
        left: -8px;
        top: -8px;
        right: -8px;
    }
}
@media screen and (max-width: 991px) {
    .people-detail .people-left{
        margin-top: -120px;
    }
    .people-detail .people-left .people-img{
        max-width: 100%;
    }
    .faculty-list .faculty-item.people-detail-item .text-box .info{
        display: block;
    }
    .faculty-list .faculty-item.people-detail-item .text-box .info span+span{
        margin-top: var(--size-15);
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .people-detail .people-menu{
        display: none;
    }
    .people-detail .people-left{
        display: flex;
    }
    .people-detail .people-left .people-img{
        width: 160px;
    }
    .people-detail .people-info{
        margin-top: 72px;
        margin-left: 8px;
        flex: 1;
    }
    .people-detail .people-info:before{
        content: unset;
    }
}
@media screen and (max-width: 567px) {
    .people-detail .people-left{
        margin-top: -100px;
    }
    .people-detail .people-left .people-img:before{
        left: -.16rem;
        top: -.16rem;
        right: -.16rem;
    }
    .people-detail .people-info{
        margin-top: calc(60px - .16rem);
        margin-left: .16rem;
    }
    .people-detail .people-left .people-img{
        width: 2.4rem;
    }
}

/* people-detail 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 */


/* staff-item */
.staff-item {
    display: flex;
    background-color: var(--bg-primary);
    padding: var(--size-48);
    box-shadow: unset;
    transition: all .3s ease-in-out;
    position: relative;
}
.staff-item+.staff-item{
    margin-top: var(--size-40);
}
.staff-item .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.staff-item:hover {
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;
}

.staff-item .staff-img {
    width: 15.625vw;
}

.staff-item .staff-container {
    margin-left: 2.65625vw;
    flex: 1;
}

.staff-item .staff-container .staff-content {
    flex: 1;
}
.staff-item .staff-container .title-wrap{
    display: flex;
    line-height: 1;
    align-items: flex-end;
    margin-top: var(--size-9);
}

.staff-item .staff-container .title {
    color: var(--color-text-secondary-grey);
    margin-left: var(--size-12);
    line-height: 1.2;
}

.staff-item .staff-container .content {
    margin-top: var(--size-36);
}

.staff-item .staff-container .staff-info {
    padding-left: 2.5vw;
    margin-left: 2.5vw;
    border-left: 1px solid var(--border-color);
    width: 15.625vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: content-box;
}

.staff-item .staff-container .staff-info .item+.item {
    margin-top: var(--size-12);
}

.staff-item .staff-container .staff-info .label {
    flex: 1;
    word-break: break-all;
    line-height: 1.2;
}
.staff-item-v2{
    padding: var(--size-36);
    height: 100%;
}
.staff-item-v2 .staff-container .staff-content {
    flex: unset;
    width: 30%;
}
.staff-item-v2 .staff-container {
    margin-left: 0;
    flex: 1;
}
.staff-item-v2 .staff-container .staff-info{
    padding-left: var(--size-30);
    margin-left: var(--size-30);
    width: unset;
}
.staff-item-v2 .staff-container .title-wrap{
    display: block;
}
.staff-item-v2 .staff-container .title{
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.4em;
}
.staff-item-v2 .ala-line{
    width: 0;
    right: unset;
    transition: all .4s;
}
.staff-item-v2:hover .ala-line{
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .staff-item .staff-container {
        display: block;
    }
    .staff-item-v2 .staff-container .staff-content {
        flex: unset;
        width: 100%;
    }
    .staff-item .staff-container .staff-info {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-top: 2.5vw;
        margin-top: 2.5vw;
        border-top: 1px solid var(--border-color);
    }
}

@media screen and (max-width: 991px) {
    .staff-item .staff-container .staff-info {
        padding-top: 24px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .staff-item{
        padding: 20px;
    }
    .staff-item .staff-container .content {
        margin-top: 15px;
    }
}

@media screen and (max-width: 567px) {
    .staff-item {
        display: block;
        padding: .4rem;
    }

    .staff-item .staff-img {
        width: 100%;
    }

    .staff-item .staff-container {
        margin-left: 0;
        margin-top: .4rem;
    }

    .staff-item .staff-container .content {
        margin-top: .3rem;
    }

    .staff-item .staff-container .staff-info {
        padding-top: .4rem;
        margin-top: .4rem;
    }
}

/* staff-item END */

.article-container {
    margin: 0 auto;
    padding: 4.16667vw;
    background-color: #fff;
    max-width: 80vw;
    margin-top: -11.75vw;
}
.article-container .mce-content-body img{
    max-width: 80%;
}
@media screen and (max-width: 1199px) {
    .article-container{
        max-width: 100%;
    }
    .article-container .mce-content-body img{
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .article-container {
        margin-top: -120px;
    }
}

/* article-title */

.article-title {
    line-height: 1.3;
    position: relative;
    flex: 1;
    padding-bottom: var(--size-40);
    margin-bottom: var(--size-45);
    border-bottom: var(--size-1) solid var(--border-color);
}

.article-title .tags {
    margin-bottom: var(--size-24);
}

.article-title .article-other {
    margin-top: var(--size-24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text-secondary);
}
.article-title .article-otherBase .iconfont {
    margin-right: var(--size-9);
}

.article-title .article-otherBase span+span {
    margin-left: var(--size-40);
}
.article-title .share-btn{
    display: flex;
    align-items: center;
}
.article-title .share-btn span+span{
    margin-left: var(--size-9);
}
.article-title .share-btn .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: var(--size-48);
    height: var(--size-48);
    border: var(--size-1) solid var(--border-color);
    border-radius: 50%;
}
.article-title .share-btn .iconfont:hover{
    color: var(--color-primary);
}

.article-calendar {
    color: #fff;
    line-height: 1;
    padding-right: var(--size-45);
    margin-right: var(--size-45);
    border-right: var(--size-1) solid rgba(255, 255, 255, .75);
}

.article-calendar>* {
    line-height: 1 !important;
}
.article-calendar .date{
    font-weight: bold;
}
.article-calendar .year {
    margin-top: var(--size-12);
}

@media screen and (max-width: 767px) {
    .article-title .share-btn{
        display: none;
    }
}

/* 活动 */
.article-banner .event-container{
    padding: var(--size-72) 0 var(--size-60);
    width: 100%;
}
.article-banner .event-container .article-title-wrapper{
    flex: 1;
    width: 100%;
}
.article-banner .event-container .article-title{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    flex: 1;
}
.article-banner .event-container .article-title .article-other{
    margin-top: var(--size-30);
}
.article-banner .event-container .article-title .article-otherBase span{
    display: block;
}
.article-banner .event-container .article-title .article-otherBase span+span{
    margin-left: 0;
    margin-top: var(--size-12);
}
.article-banner .event-container .article-title .article-other{
    color: #fff;
}
@media screen and (max-width: 567px) {
    .article-banner .event-container{
        padding: .6rem 0;
    }
}


/* article-title END */

/* article-btn */
.article-btn .btn {
    display: block;
    padding: var(--size-24);
    background-color: var(--bg-primary);
}

.article-btn .btn:hover {
    /* text-decoration: underline; */
}

.article-btn .btn+.btn {
    margin-top: var(--size-4);
}

/* article-btn 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*/


/* filter */
.filter {
    margin-bottom: 1.71875vw;
    padding: var(--size-30);
    background-color: var(--bg-primary);
    /* border: 1px solid var(--border-color); */
}
.filter.bg-primary{
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.filter .layui-form-item {
    margin-bottom: 0;
    position: relative;
    flex: 1;
    overflow: hidden;
    width: 100%;
    max-width: 280px;
}

.filter .layui-form-item>*+* {
    margin-left: 15px;
}

.filter .layui-input {
    background-color: #fff;
}

.filter .layui-form>.ala-flex {
    max-width: 50%;
}

.filter .layui-form .ala-flex .layui-form-select,
.filter .layui-form .ala-flex .layui-input {
    width: 100%;
    flex: 1;
}

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

    .filter .layui-form>.ala-flex {
        max-width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .filter .layui-form>.ala-flex {
        max-width: 100%;
    }
}

@media screen and (max-width:567px) {
    .filter {
        padding: .4rem .3rem;
        margin-bottom: .4rem;
    }
}

/* filter END */


/* ala-tab */
.layui-tab {
    margin: 0;
}

.layui-tab .layui-tab-bar {
    display: none;
}

.ala-tab .layui-tab-title {
    height: unset;
    border-bottom: 0;
    font-size: inherit;
}

.ala-tab .layui-tab-title li {
    height: unset;
    line-height: inherit;
    font-size: inherit;
    background-color: var(--bg-primary);
    /* background-color: transparent; */
}

.ala-tab .layui-tab-title li a {
    padding:var(--size-20);
    display: block;
    color: inherit;
    line-height: 1.2;
    min-width: 10.4166667vw;
    text-align: center;
}

.ala-tab .layui-tab-title .layui-this:after {
    content: unset;
}

.ala-tab .layui-tab-title li:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
}
.ala-tab .layui-tab-title .layui-this{
    background-color: var(--bg-primary);
}
.ala-tab .layui-tab-title .layui-this:before{
    opacity: 1;
}

.ala-tab .layui-tab-content {
    padding: 0;
}

@media screen and (max-width: 1439px) {
    .ala-tab .layui-tab-title li a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .ala-tab .layui-tab-title li a {
        min-width: 125px;
        padding: 18px 15px;
    }
}

@media screen and (max-width: 767px) {
    .ala-tab .layui-tab-title {
        display: table;
        width: 100%;
    }

    .ala-tab .layui-tab-title li {
        text-align: center;
        min-width: 0;
        display: table-cell;
    }

    .ala-tab .layui-tab-title li a {
        padding: 18px 12px;
        min-width: 0;
    }
}

@media screen and (max-width: 567px) {
    .ala-tab .layui-tab-title li a {
        padding: .36rem .24rem;
    }
}

/* ala-tab END */


/* letter-filter */
.letter-filter {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.letter-filter .item {
    height: 2.5vw;
    width: 2.5vw;
    line-height: calc(2.5vw - 2px);
    text-align: center;
    border: 1px solid transparent;
    border-radius: .3125vw;
    cursor: pointer;
    display: block;
    transition: all .4s;
    background-color: transparent;
    position: relative;
    margin: .3125vw 0;
    /* margin: 0 .3125vw; */
}

.letter-filter .item:hover {
    color: var(--color-primary);
}

.letter-filter .item.active {
    border-color: var(--color-primary);
    background-color: #fff;
}

.letter-filter .item.disabled {
    cursor: not-allowed;
    color: #bcbec2;
}

@media screen and (max-width: 1439px) {
    .letter-filter {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .letter-filter .item {
        width: 36px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        margin: 4px 0;
    }
}

@media screen and (max-width: 567px) {
    .letter-filter .item {
        width: .64rem;
        height: .64rem;
        line-height: calc(.64rem - 2px);
        border-radius: .08rem;
        margin: .08rem 0;
    }
}

/* letter-filter END */


/* faculty-list */
.faculty-list .faculty-item{
    display: flex;
    background-color: var(--bg-primary);
    height: 100%;
    transition: all .3s ease-in-out;
}
.faculty-list .faculty-item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.faculty-list .faculty-item .img-box{
    width: 9.375vw;
    height: 12.1875vw;
    position: relative;
    overflow: hidden;
    /* align-self: center; */
}
/* .faculty-list .faculty-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */
.faculty-list .faculty-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty-list .faculty-item .text-box{
    flex: 1;
    padding: 1.875vw 1.5625vw;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.faculty-list .faculty-item .text-box>*{
    width: 100%;
}
.faculty-list .faculty-item .text-box .top{
    padding-bottom: var(--size-20);
    border-bottom: var(--size-1) solid var(--border-color);
}
.faculty-list .faculty-item .text-box .title{
    margin-top: .3125vw;
    color: var(--color-text-regular);
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.faculty-list .faculty-item .text-box .info{
    margin-top: 1.09375vw;
    color: var(--color-text-regular);
}
.faculty-list .faculty-item .text-box .info span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faculty-list .faculty-item .text-box .info .iconfont{
    display: inline-block;
    /* color: var(--color-primary); */
    text-align: center;
    /* width: 1.875vw;
    height: 1.875vw;
    line-height: 1.875vw; */
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    margin-right: .625vw;
    font-size: 14px;
    /* margin-right: 0.9375vw; */
}
.faculty-list .faculty-item .text-box .info span+span{
    margin-top: 8px;
}

.faculty-list .faculty-item .overlayer{
    display: none;
}
.faculty-list .faculty-item:hover{
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;
}
.faculty-list .faculty-item.has-pad{
    padding: var(--size-30);
}
.faculty-list .faculty-item.has-pad .text-box{
    padding: 0;
    padding-left: var(--size-30);
}
@media screen and (max-width: 1439px) {
    .faculty-list .faculty-item .text-box .info .iconfont{
        width: 27px;
        height: 27px;
        line-height: 27px;
        margin-right: 9px;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: 4.5px;
    }

    .faculty-list .faculty-item .img-box{
        width: 180px;
        height: 234px;
    }
}
@media screen and (max-width: 1300px) {
    .faculty-list .faculty-item .text-box{
        padding: 1.5625vw;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: 1.25vw;
    }
    .faculty-list .faculty-item .text-box .info .iconfont{
        margin-right: 6px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .faculty-list .faculty-item .text-box .info{
        margin-top: .9375vw;
    }
}
@media screen and (max-width: 991px) {
    .faculty-list .faculty-item .img-box{
        width: 140px;
        height: 182px;
    }
    .faculty-list .faculty-item .text-box{
        padding: 18px;
    }
    .faculty-list .faculty-item .text-box .title{
        margin-top: 2px;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: 10px;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: 3px;
    }
}
@media screen and (max-width: 567px) {
    .faculty-list .faculty-item{
        flex-direction: column;
    }
    .faculty-list .faculty-item.has-pad .text-box{
        padding-left: 0;
    }
    .faculty-list .faculty-item .img-box{
        width: 2.4rem;
        height: 3.12rem;
        margin-bottom: var(--size-20);
    }
    .faculty-list .faculty-item .text-box{
        padding: .2rem .3rem;
    }
    .faculty-list .faculty-item .text-box .title{
        margin-top: .06rem;
        line-height: 1.3;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: .2rem;
        line-height: 1.3;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: .04rem;
    }
    .faculty-list .faculty-item .text-box .info .iconfont{
        margin-right: 0.16rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: .5rem;
        font-size: .3rem;
    }
}
/* faculty-list END */

/* name-list */
.name-list .name-item:hover{
    color: var(--color-text-primary);
    /* text-decoration: underline; */
}
/* name-list END */

/* ala-empty */
.ala-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-text-secondary-grey);
    padding: 3.125vw 0;
}
.ala-empty img{
    width: 12.5vw;
    margin-bottom: var(--size-12);
}
@media screen and (max-width: 1920px) {
    .ala-empty img{
        width: 240px;
    }
}
/* ala-empty END */

/* research-card */
.research-card .slide .img-box-post{
    padding-bottom: 84%;
}
.rcpy-card.research-card .slide .img-box-post{
    padding-bottom: 47.06%;
}
.rcpy-card.research-card .slide .text-box{
    min-width: 25%;
}
@media screen and (min-width: 568px) {
    .research-card .layui-col-md8 .slide .img-box-post{
        padding-bottom: 41%;
    }
    .research-card .layui-col-md8 .slide .text-box{
        min-width: 29.3%;
    }
}
/* research-card END */

/* post-swiper */
.post-swiper .swiper-container{
    margin: -20px -10px;
    padding: 20px 10px;
    width: auto;
}
.post-swiper .swiper-slide{
    height: unset;
}
/* post-swiper END */

/* result-list */
.result-list .item{
    display: flex;
    padding: var(--size-20) 0;
    border-bottom: 1px solid var(--border-color);
}
.result-list .item .iconfont{
    color: var(--color-text-secondary);
    margin-right: var(--size-12);
}
.result-list .item:hover .iconfont{
    color: var(--color-primary);
}
.result-list .item:hover .title{
    /* text-decoration: underline; */
}
/* result-list END */

/* wide-panel */
.wide-panel .item{
    display: flex;
    position: relative;
    padding: var(--size-48);
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    box-shadow: unset;
}
.wide-panel a.item{
    cursor: pointer;
}
.wide-panel .item+.item{
    margin-top: var(--size-40);
}
.wide-panel .item.open,
.wide-panel .item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.wide-panel .item .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.wide-panel .item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.wide-panel .item .img-box{
    width: 23.4375vw;
}
.wide-panel .item .text-box{
    padding-left: var(--size-40);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.wide-panel .item .text-box>*{
    width: 100%;
}
.wide-panel .item .text-box .title{
    line-height: 1.3;
}
.wide-panel .item .text-box .info,
.wide-panel .item .text-box .tags{
    margin: var(--size-20) 0;
}
.wide-panel .item .text-box .tags .ala-tag{
    margin-top: var(--size-4);
    margin-bottom: var(--size-4);
}
.wide-panel .item .text-box .info>*+*{
    margin-top: var(--size-4);
}
.wide-panel .item .text-box .content,
.wide-panel .item .text-box .desc{
    margin-top: var(--size-15);
}
.wide-panel .item .text-box .bottom-wrap{
    margin-top: var(--size-24);
    flex-wrap: wrap;
}
.wide-panel .item .text-box .bottom-wrap .info{
    margin-top: var(--size-9);
}
.wide-panel .item .text-box .content{
    padding-bottom: var(--size-40);
}
.wide-panel .item .text-box .content .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wide-panel .item:not(.open) .text-box .content .text p{
    display: inline;
}
.wide-panel .item.open .text-box .content .text{
    -webkit-line-clamp: unset;
    line-clamp: unset;
}
.wide-panel .item .toggle-btn{
    background: var(--color-primary);
    color: #fff;
    line-height: 1;
    padding: var(--size-15) var(--size-20);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -2.5vw;
    left: var(--size-40);
}
.list-horizon .item .toggle-btn .iconfont{
    transform: scale(.9);
    display: inline-block;
}
.list-horizon .item .toggle-btn.hide-btn{
    display: none;
}
@media screen and (max-width: 1439px) {
    .wide-panel .item .toggle-btn{
        bottom: -36px;
    }
}
@media screen and (max-width: 767px) {
    .wide-panel .item{
        padding: 20px;
        display: block;
    }
    .wide-panel .item .text-box{
        padding-left: 0;
        padding-top: var(--size-40);
    }
    .wide-panel .item .img-box{
        width: 100%;
    }
    .wide-panel .item .toggle-btn{
        bottom: -20px;
        left: 0;
    }
}
@media screen and (max-width: 567px) {
    .wide-panel .item{
        padding: .4rem;
    }
    .wide-panel .item .text-box .bottom-wrap{
        display: block;
    }
    .wide-panel .item .toggle-btn{
        bottom: -.4rem;
    }
}
/* wide-panel END */

/* member-swiper */
.member-swiper .swiper-wrapper{
    padding: 25px 0;
}
.member-swiper .people-item{
    display: flex;
}
.member-swiper .people-item .img-box{
    width: 6.71875vw;
    height: 8.734375vw;
    padding-bottom: 0;
}
.member-swiper .people-item .text-box{
    padding: var(--size-24);
    background-color: var(--bg-primary);
    flex: 1;
}
@media screen and (max-width: 1439px) {
    .member-swiper .people-item .img-box{
        width: 96px;
        height: 125px;
    }
}
@media screen and (max-width: 767px) {
    .member-swiper .swiper-wrapper{
        padding: 0px 0;
    }
}
/* member-swiper END */

/* list */
.list .item{
    padding: var(--size-30);
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out;
}
.list .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.list .item+.item{
    margin-top: var(--size-20);
}
.list .item .text-box{
    flex: 1;
}
.list .item .right-box{
    margin-left: var(--size-20);
}
.list .item .ala-icon{
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-left: var(--size-24);
}
.list .item:hover .title{
    /* text-decoration: underline; */
}
.list.project-list .item:hover .title{
    text-decoration: none;
}
.list .item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.list .item:hover:after,
.list .item:hover .ala-icon{
    opacity: 1;
}
.list .item .info,
.list .item .desc{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-15);
}
.list .item .info{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5625vw;
    margin-right: -1.5625vw;
}
.list .item .info span{
    display: inline-block;
    padding: var(--size-4) 1.5625vw;
}
.list .item .info-wrap{
    margin-top: var(--size-20);
    color: var(--color-text-secondary-grey);
}
.list .item .info-item{
    display: flex;
    align-items: center;
}
.list .item .info-wrap img{
    width: 16px;
    margin-right: 5px;
}
.list .item .info-wrap span  + span{
    margin-top: 5px;
}
.project-list .item .title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.project-list .item.no-border .title-wrap{
    padding-bottom: 0;
    border-bottom: none;
}
.project-list .item .title-wrap .title{
    flex: 1;
    padding-right: 20px;
}
.project-list .item .title-wrap .time{
   position: relative;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  padding: 0.3125vw 0.9375vw;
  line-height: 1.1;
  border-radius: 2vw;
  transition: all .3s ease-in-out;
}
.project-list .item .title-wrap .time::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: 0;
  }
  .project-list .item .title-wrap .time span{
    position: relative;
    z-index: 2;
  }
.download-list.list .item .ala-icon{
    opacity: 1;
}
.download-list.list .item:hover .title{
    text-decoration: unset;
}
@media screen and (max-width: 1199px){
    .list .item .info{
        margin-left: -18px;
        margin-right: -18px;
    }
    .list .item .info span{
        padding: var(--size-4) 18px;
    }
}
@media screen and (max-width: 767px){
    .list .item .info{
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .list .item .info span{
        display: block;
        padding: var(--size-4) 0;
    }
    .list .item .ala-icon{
        display: none;
    }
    .list .item .info-wrap{
        flex-direction: column;
        align-items: flex-start;
       
    }
    .list .item .info-wrap span  + span{
        margin-left: 0px;
        margin-top: 10px;
    }
    .project-list .item .title-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .project-list .item .title-wrap .title{
        padding-right: 0;
        
    }
    .project-list .item .title-wrap .time{
        margin-top: 5px;
    }
    .list .item .info-wrap img{
        width: 16px;
        margin-right: 5px;
    }  

}
/* list END */


/* event-container */
.event-container{
    display: flex;
    align-items: flex-start;
    max-width: 80vw;
    margin: 0 auto;
}
.event-content{
    background-color: #fff;
    padding: 2.5vw;
    flex: 1;
}
.event-content-right{
    margin-left: var(--size-20);
    width: 18.75vw;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    transition: all .3s ease-in-out;
}
.header-fixed.header-show .event-content-right ,
.header-fixed.header_white .event-content-right {
    top: calc(5.208333vw + 10px);
}
.event-content-right .side-item{
    background-color: #fff;
    padding: var(--size-30);
}
.event-content-right .side-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
}
.event-content-right .side-head{
    display: flex;
    align-items: center;
}
.event-content-right .side-head{
    padding-bottom: var(--size-20);
    margin-bottom: var(--size-24);
    border-bottom: var(--size-1) solid var(--border-color);
}
.event-content-right .side-head .iconfont{
    margin-right: var(--size-12);
}
.event-content-right .side-body .info span{
    display: flex;
}
.event-content-right .side-body .info .iconfont{
    margin-right: var(--size-12);
}
.event-content-right .side-body .info span+span{
    margin-top: var(--size-18);
}
.event-content-right .side-body .layui-btn{
    width: 100%;
    margin: var(--size-30) 0;
    letter-spacing: var(--size-1);
}
.event-content-right .side-body .share-btn{
    display: flex;
    align-items: center;
    color: var(--color-text-secondary);
}
.event-content-right .side-body .share-btn .icon i{
    cursor: pointer;
}
.event-content-right .side-body .share-btn .icon i:hover{
    /* color: var(--color-primary); */
    color: var(--color-primary);
}
.event-content-right .side-body .share-btn .icon i+i{
    margin-left: var(--size-6);
}
@media screen and (max-width: 1440px) {
    .event-content-right{
        width: 270px;
    }
}
@media screen and (max-width: 1439px) {
    .header-fixed.header-show .event-content-right ,
    .header-fixed.header_white .event-content-right {
        top: 85px;
    }
}
@media screen and (max-width: 1199px){
    .event-container{
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .event-container{
        display: block;
    }
    .event-content-right{
        margin-left: 0;
        margin-top: var(--size-30);
        width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .event-detail-block{
        background-color: #fff!important;
    }
    .event-content{
        padding: 0;
        background-color: unset;
    }
    .event-content-right{
        margin-top: .6rem;
    }
    .event-content-right .side-item{
        background-color: var(--bg-primary);
    }
}
/* event-container END */

/* .event-content */
.event-content .event-banner img{
    max-width: 100%;
}
.event-content .ala-section .section-head{
    padding-bottom: var(--size-24);
    margin-bottom: var(--size-36);
    border-bottom: var(--size-1) solid var(--border-color);
    line-height: 1.5;
}
.event-content .ala-section .section-head .ala-icon{
    margin-right: var(--size-12);
}
@media screen and (max-width: 991px) {
    .event-content .ala-section+.ala-section{
        margin-top: 30px;
    }
}
@media screen and (max-width: 567px) {
    .event-content .ala-section+.ala-section{
        margin-top: .6rem;
    }
}
/* .event-content END */

/* category-filter */
.category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.category-filter a {
    display: block;
    padding: var(--size-18) var(--size-30);
    position: relative;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.category-filter a+a{
    margin-left: var(--size-12);
}
.category-filter a.active {
    color: #fff;
    background: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .category-filter{
        justify-content: flex-start;
    }
}
/* category-filter END */

/* jc-container */
.jc-container table{
    width: 100%;
    border-right: 0;
    border-top: 0;
}
.jc-container table th{
    font-weight: bold;
}
.jc-container table th,
.jc-container table td{
    padding: var(--size-18) var(--size-6);
    /* border-bottom: var(--size-1) solid var(--border-color-lighter); */
    border-left: 0;
}
.jc-container table thead{
    background: unset;
    color: var(--color-text-regular);
}
.jc-container table tbody{
    color: var(--color-text-secondary-grey);
}
/* .jc-container table tr:last-child td{
    border-bottom: 0;
} */
/* jc-container END */

/* introduce-section */
.party-section .layui-col-md5 .layui-container{
    height: 100%;
    position: relative;
}
.party-section .bg{
    position: absolute;
    left: 4.166667vw;
    right: 4.166667vw;
    top: 0;
    bottom: -4.16667vw;
    background-repeat: no-repeat;
}
.party-section{
    padding-bottom: 4.16667vw;
}
.party-section:after{
    content: "";
    position: absolute;
    left: 4.166667vw;
    right: 4.166667vw;
    bottom: 0;
    height: var(--size-1);
    background-color: var(--border-color);
}
@media screen and (max-width: 991px) {
    .party-section .bg{
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .party-section:after{
        left: .32rem;
        right: .32rem;
    }
}
/* introduce-section END */

/* alumni-item */

.alumni-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--bg-primary);
    border-top: 0;
    padding: var(--size-40);
    transition: all .3s ease-in-out;
    position: relative;
    height: 100%;
}

.color_white .alumni-item,
.block.grey .alumni-item{
    background-color: #fff;
}

.alumni-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.alumni-item:hover:before{
    opacity: 1;
}

.alumni-item>* {
    display: block;
    width: 100%;
}

.alumni-item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alumni-item .desc {
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-30);
    padding-top: var(--size-30);
    border-top: var(--size-1) solid var(--border-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.alumni-item .alumni-info {
    background-color: #fff;
    padding: var(--size-12);
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .3s ease-in-out;
    margin-top: var(--size-30);
}

.color_white .alumni-item .alumni-info,
.block.grey .alumni-item .alumni-info{
    background-color: var(--bg-primary);
}

.alumni-item .alumni-info .avatar {
    width: var(--size-100);
    height: var(--size-100);
    position: relative;
    padding: var(--size-6);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
}

.alumni-item .alumni-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.alumni-item .alumni-info .info {
    flex: 1;
    margin-left: var(--size-18);
    line-height: 1.3;
}

.alumni-item .alumni-info .info .title {
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-9);
    transition: all .3s ease-in-out;
}

.alumni-item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}
.alumni-item:hover .alumni-info,
.alumni-item:hover .alumni-info{
    background-color: var(--bg-primary);
}
/* alumni-item END */


/* post-panel */
.post-panel{
    padding: 2.5vw;
    position: relative;
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.post-panel+.post-panel{
    margin-top: var(--size-30);
}
.post-panel:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: var(--size-4);
    background: var(--color-primary);
}
.post-panel>*,
.post-panel .intro-box,
.post-panel .intro-box .top>*{
    position: relative;
}
.post-panel .intro-box>*{
    width: 100%;
}
.post-panel .intro-box{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.post-panel .intro-box .bg{
    position: absolute;
    width: unset;
    top: -2.5vw;
    left: -2.5vw;
    right: -2.5vw;
    bottom: -2.5vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.post-panel .layui-col-xs12:nth-of-type(1) .intro-box:after{
    content: "";
    position: absolute;
    right: -2.5vw;
    width: 1px;
    background-color: #CED9D7;
    top: -2.5vw;
    bottom: -2.5vw;
}
.post-panel .intro-box .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    position: relative;
}
.post-panel .intro-box .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.post-panel .intro-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.post-panel .post-box .title-wrap{
    padding-bottom: var(--size-20);
    margin-bottom: var(--size-30);
    border-bottom: var(--size-1) solid var(--border-color);
}
.post-panel .post-box .title-wrap .title{
    /* font-weight: bold; */
}


.post-panel .panel-swiper{
    overflow: hidden;
}
.post-panel .post-item{
    display: flex;
}
.post-panel .post-item+.post-item{
    margin-top: var(--size-30);
    padding-top: var(--size-30);
    border-top: var(--size-1) solid var(--border-color);
}
.post-panel .post-item:hover .text-box .title{
    /* text-decoration: underline; */
}
.post-panel .post-item .img-box{
    width: 13.54167vw;
    height: 8.59375vw;
    position: relative;
}
.post-panel .post-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.post-panel .post-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-panel .post-item .text-box{
    flex: 1;
    padding-left: var(--size-30);
}
.post-panel .post-item.no-img .img-box{
    display: none;
}
.post-panel .post-item.no-img .text-box{
    padding-left: 0;
}
.post-panel .post-item .text-box .time{
    color: var(--color-primary);
    display: inline-block;
}
.post-panel .post-item .text-box .title{
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: var(--size-12);
}
.post-panel .post-item .text-box .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-12);
}


@media screen and (max-width: 1199px) {
    .post-panel .post-item .img-box{
        width: 162px;
        height: 103px;
    }
}
@media screen and (max-width: 991px) {
    .post-panel .intro-box{
        min-height: 33.3333vw;
    }
    .post-panel .layui-col-xs12:nth-of-type(1) .intro-box:after{
        content: unset;
    }
}
@media screen and (max-width: 767px) {
    .post-panel .intro-box .bg{
        bottom: -15px;
    }
    .post-panel .post-box .title-wrap{
        margin-top: 10px;
    }
}
@media screen and (max-width: 567px) {
    .post-panel{
        padding: .4rem;
    }
    .post-panel .intro-box{
        padding-bottom: .1rem;
    }
    .post-panel .intro-box .bg{
        top: -.4rem;
        right: -.4rem;
        left: -.4rem;
    }
    .post-panel .post-item .text-box{
        padding-left: 0;
        padding-top: .3rem;
    }
    .post-panel .post-item .img-box{
        width: 100%;
        height: 0;
        padding-bottom: 66.66666%;
    }
    .post-panel .post-item{
        display: block;
    }
}
/* post-panel END */


.img-container{
    border: var(--size-1) solid var(--border-color);
    text-align: center;
    display: flex;
    align-items: center;
}
.img-container .item{
    padding: var(--size-60);
    text-align: center;
    display: block;
}
.img-container .item+.item{
    border-left: var(--size-1) solid var(--border-color);
}
.img-container img{
    max-width: 100%;
    margin: 0 auto;
    width: unset;
    height: auto!important;
}
@media screen and (max-width: 767px) {
    .img-container{
        display: block;
    }
    .img-container .item{
        padding: 30px;
    }
    .img-container .item+.item{
        border-left: unset;
        border-top: var(--size-1) solid var(--border-color);
    }
}
@media screen and (max-width: 567px) {
    .img-container .item{
        padding: .4rem;
    }
}

/* gallery-item */
.gallery-list .gallery-item{
    display: block;
}
.gallery-list .gallery-item .img-box-post{
    padding-bottom: 50%;
}
.gallery-list .gallery-item .text-box{
    margin-top: var(--size-20);
    font-weight: bold;
}
.gallery-list .gallery-item .overlayer{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.gallery-list .gallery-item .overlayer .ala-icon{
    position: static;
    margin: 0 auto var(--size-12);
    transform: unset;

}
.gallery-list .gallery-item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}

/* gallery-item END */

/* book-list */
.book-list.wide-panel .item .img-box{
    width: 14vw;
}
@media screen and (max-width: 767px) {
    .book-list.wide-panel .item .img-box{
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}
/* book-list END */

/* awards-list */
.awards-list{
    padding-top: var(--size-30);
}
.awards-list .timeline-item{
    padding-bottom: var(--size-60);
    padding-left: var(--size-80);
    position: relative;
}
.awards-list .timeline-item:before{
    content: "";
    position: absolute;
    left: var(--size-15);
    width: var(--size-1);
    background-color: var(--border-color);
    top: 0;
    bottom: 0;
}
.awards-list .timeline-item:first-child::before{
    top: var(--size-36);
}
.awards-list .timeline-item:last-child{
    padding-bottom: 0;
}
.awards-list .timeline-item .dot{
    position: absolute;
    top: var(--size-24);
    left: var(--size-9);
    width: var(--size-15);
    height: var(--size-15);
    border-radius: 50%;
    background: var(--color-primary);
    z-index: 1;
}
.awards-list .timeline-item .dot:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size-30);
    height: var(--size-30);
    border-radius: 50%;
    background: var(--color-primary);
    transform: translate(-50%,-50%);
    opacity: .2;
}
.awards-list .timeline-item .item+.item{
    margin-top: var(--size-40);
}
.awards-list .timeline-item .content,
.awards-list .timeline-item .title{
    margin-top: var(--size-15);
}
.awards-list .timeline-item .content{
    color: var(--color-text-secondary-grey);
}
@media screen and (max-width: 991px) {
    .awards-list .timeline-item{
        padding-left: var(--size-60);
    }
}
@media screen and (max-width: 767px) {
    .awards-list .timeline-item .dot{
        top: 11px;
    }
}
@media screen and (max-width: 567px) {
    .awards-list .timeline-item .dot{
        top: .22rem;
    }
}
/* awards-list END */

/* people-card */
.people-card{
    position: relative;
    padding: var(--size-30);
    display: flex;
    align-items: flex-start;
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    box-shadow: unset;
    height: 100%;
}
.people-card:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.people-card+.people-card{
    margin-top: var(--size-30);
}
.people-card:hover{
    color: inherit;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.people-card:hover:after{
    opacity: 1;
}
.people-card:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.people-card .img-box{
    width: 9.375svw;
    position: relative;
    overflow: hidden;
}
.people-card .text-box{
    padding-top: 0;
    padding-left: var(--size-30);
    flex: 1;
}
.people-card .text-box .title{
    margin-top: var(--size-9);
    color: var(--color-text-secondary-grey);
}
.people-card .text-box .desc{
    margin-top: var(--size-20);
    padding-top: var(--size-20);
    border-top: var(--size-1) solid var(--border-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .people-card .img-box{
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .people-card .img-box{
        width: 120px;
    }
}
@media screen and (max-width: 567px) {
    .people-card{
        display: block;
    }
    .people-card .img-box{
        width: 2.4rem;
        margin: 0 auto;
    }
    .people-card .text-box{
        padding-left: 0;
        padding-top: var(--size-30);
    }
    .people-card .text-box .name,
    .people-card .text-box .title{
        text-align: center;
    }
}
/* people-card END */

/* bszn-list */
.bszn-list .item{
    display: flex;
    align-items: center;
    padding: var(--size-36) var(--size-24);
    height: 100%;
    background-color: var(--bg-primary);
    box-shadow: unset;
    transition: all .3s ease-in-out;
    position: relative;
}
.bszn-list .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.bszn-list .item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.bszn-list .item:hover:after{
    opacity: 1;
}
.bszn-list .item .text{
    padding: 0 var(--size-15);
    flex: 1;
}
/* bszn-list END */

/* yxlw-list */
.yxlw-list .people-card{
    background-color: unset;
    padding: 0;
}
.yxlw-list .people-card:after{
    content: unset;
}
.yxlw-list .people-card:hover{
    box-shadow: unset;
}
.yxlw-list .people-card .text-box{
    padding-left: var(--size-24);
}
.yxlw-list .people-card .desc{
    color: var(--color-text-secondary-grey);
    border-top: 0;
    padding-top: 0;
    -webkit-line-clamp: unset;
}
.yxlw-list .people-card .desc strong{
    color: var(--color-text-regular);
}
.yxlw-list .people-card .img-box{
    width: 7.8125vw;
    display: none;
}
.yxlw-list .people-card .name{
    position: relative;
    padding-bottom: var(--size-15);
    border-bottom: 1px solid var(--border-color);
}
.yxlw-list .people-card .name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: var(--size-30);
    height: var(--size-4);
    background: var(--color-primary);
}
.yxlw-list .people-card .text-box{
    padding-left: unset;
    padding: var(--size-30) ;
    background-color: var(--bg-primary);
    height: 100%;
}
.yxlw-list .people-card::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.yxlw-list .people-card:hover::after {
    
    opacity: 1;
}
.yxlw-list .people-card:hover{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.yxlw-list .people-card:hover .text-box {
    background-color: #fff;
}
.yxlw-list .people-card .text-box .desc{
    line-height: 1.8;
}
@media screen and (max-width: 1439px) {
    .yxlw-list .people-card .img-box{
        width: 112px;
    }
}
@media screen and (max-width: 567px) {
    .yxlw-list .people-card{
        display: flex;
    }
    .yxlw-list .people-card .text-box{
        padding-top: 0;
    }
    .yxlw-list .people-card .name{
        text-align: left;
    }
}
/* yxlw-list END */

/* yxlw-detail */
.yxlw-detail {
    padding: var(--size-45);
}
.yxlw-detail .people-card{
    padding: 0;
}
.yxlw-detail .people-card:after{
    content: unset;
}
.yxlw-detail .people-card .text-box{
    padding-left: var(--size-45);
}
.yxlw-detail .people-card .desc{
    color: var(--color-text-secondary-grey);
    border-top: 0;
    padding-top: 0;
}
.yxlw-detail .people-card .desc strong{
    color: var(--color-text-regular);
}
.yxlw-detail .people-card .content{
    margin-top: var(--size-24);
    padding-top: var(--size-24);
    border-top: var(--size-1) solid var(--border-color);
}
.layui-layer.yxlw-tc{
    max-width: 95vw;
    max-height: 95vh;
    overflow: hidden;
}
.layui-layer.yxlw-tc .layui-layer-setwin .layui-layer-close2{
    width: var(--size-48);
    height: var(--size-48);
    line-height: var(--size-48);
    background: var(--color-primary);
}

.layui-layer.yxlw-tc .layui-layer-content{
    height: 100%;
    overflow: hidden;
    position: relative;
}

.yxlw-detail{
    max-height: 95vh;
    overflow: hidden;
    padding-right: 0;
}
.yxlw-detail .mCSB_inside > .mCSB_container{
    margin-right: var(--size-45);
}
@media screen and (max-width: 567px) {
    .yxlw-detail .people-card .text-box{
        padding-left: 0;
    }
}
/* yxlw-detail END */

/* byqx-college */
.byqx-college{
    border-top: var(--size-1) solid var(--border-color);
}
.byqx-college .item{
    border-bottom: var(--size-1) solid var(--border-color);
}
.byqx-college .title{
    font-weight: bold;
}
.byqx-college p{
    margin-bottom: var(--size-9);
}
.byqx-college p strong{
    display: inline-block;
    color: var(--color-primary);
}
.byqx-college hr{
    margin: var(--size-18) 0;
}
/* byqx-college END */

/* chart */
.lineChart{
    width: 100%;
    height: 22vw;
}
.pieChart{
    background-color: #fff;
    height: 22vw;
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 991px) {
    .pieChart,
    .lineChart{
        height: 360px;
    }
}
@media screen and (max-width: 767px) {
    .pieChart,
    .lineChart{
        height: 320px;
    }
}
@media screen and (max-width: 567px) {
    .pieChart,
    .lineChart{
        height: 6.4rem;
    }
}
/* chart END */
/* search-filter */
.search-filter{
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2.34275vw;
    overflow: hidden;
}
.search-filter .category-filter{
    padding: 1.5625vw 0;
    margin: 0 -2.34275vw;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-filter .category-filter a{
    padding: 0 2.34275vw;
    color: var(--color-text-primary);
}
.search-filter .category-filter a.active{
    color: var(--color-primary);
    background: unset;
}
.search-filter .ala-tag{
    background-color: var(--bg-primary);
    line-height: 1.2;
    padding: 0.15625vw 0.46875vw;
    color: var(--color-text-secondary-grey);
    position: relative;
    top: -.1041667vw;
    border-radius: 2vw;
}
.search-filter .category-filter a + a{
    border-left: 1px solid var(--border-color);
}
/* search-filter END */

/* search-list */
.search-list .item{
    display: block;
    border-bottom: 1px dashed var(--border-color-lighter);
    padding-bottom: 1.5625vw;
    margin-bottom: 1.5625vw;
}
.search-list .item .title{
    color: var(--color-text-primary);
}
.search-list .item:hover .title{
    color: var(--color-primary);
}
.search-list .item .desc{
    color: var(--color-text-secondary-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-list .item .time{
    color: var(--color-text-secondary);
}
/* search-list END */

@media screen and (max-width: 1199px) {
    .search-filter{
        margin-bottom: 30px;
    }
    .search-filter .category-filter{
        padding: 18px 0;
    }

    .search-list .item{
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .search-filter .ala-tag{
        padding: 2px 6px;
    }
}
@media screen and (max-width: 567px) {
    .search-filter{
        margin-bottom: .6rem;
    }
    .search-filter .category-filter{
        padding: .36rem 0;
    }

    .search-list .item{
        padding-bottom: .36rem;
        margin-bottom: .36rem;
    }

    .search-filter .category-filter{
        display: flex;
        justify-content: space-between;
    }
    .search-filter .category-filter a{
        flex: 1;
        text-align: center;
    }
    .search-filter .ala-tag{
        padding: .02rem .06rem;
    }
}
/* dev-history-wrap */
.dev-history-wrap{
    border-top: 1px solid var(--border-color);
}
.dev-history-list .item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.dev-history-list .item::before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 9vw);
    height: 100%;
    background-color: #F9F9F9;
    top: 0;
    left: -4.5vw;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 1;
}
.dev-history-list .item:hover::before {
    transform: scaleY(1);
}
.dev-history-list .item::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background-color: var(--border-color);
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 2;

}
.dev-history-list .item:first-child {
    padding-top: 2vw;
}
.dev-history-list .item:last-child {
    padding-bottom: 2vw;
}
.dev-history-list .item .left,
.dev-history-list .item .right{
    width: 50%;
    display: flex;
    padding:2vw 3vw;
    position: relative;
    z-index: 2;
}
.dev-history-list .item .left{
    justify-content: flex-end;
}
.dev-history-list .item .right{
    justify-content: flex-start;
}
.dev-history-list .item:nth-child(2n+2){
    flex-direction: row-reverse;
}
.dev-history-list .item:nth-child(2n+2) .left{
    justify-content: flex-start;
}
.dev-history-list .item:nth-child(2n+2) .right{
    justify-content: flex-end;
}
.dev-history-list .item .img-container{
    width: 18.75vw;
    min-width: 300px;
    border: none;
}
.dev-history-list .item .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    overflow: hidden;
}
.dev-history-list .item .img-box .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dev-history-list .item .img-box .img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.dev-history-list .item .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dev-history-list .item .desc{
    margin-top: var(--size-15);
    color: var(--color-text-regular);
}
.dev-history-list .item .dot{
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size-15);
  height: var(--size-15);
  border-radius: 50%;
  background: var(--color-primary);
  z-index: 3;
  transform: translate(-50%);
}
.dev-history-list .item .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size-30);
    height: var(--size-30);
    border-radius: 50%;
    background: var(--color-primary);
    transform: translate(-50%,-50%);
    opacity: .2;
}

@media screen and (max-width: 991px) {
    .dev-history-list .item:first-child {
        padding-top: 40px;
    }
    .dev-history-list .item:last-child {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .dev-history-list .item .img-container{
        min-width: 220px;
    }
    .dev-history-list .item .left, .dev-history-list .item .right{
        padding: 20px 30px;
    }
    
}
@media screen and (max-width: 567px) {
    .dev-history-list .item{
        flex-direction: column;
    }
    .dev-history-list .item .left, .dev-history-list .item .right{
        width: 100%;
        justify-content: flex-start;
        padding: 20px 0;
        padding-left: 30px;
    }
    .dev-history-list .item:nth-child(2n+2) .right{
        justify-content: flex-start;
    }
    .dev-history-list .item:nth-child(2n+2) .left {
        justify-content: flex-start;
    }
    .dev-history-list .item:nth-child(2n+2){
        flex-direction: column;
    }
    .dev-history-list .item::after{
        left: .1rem;
    }
    .dev-history-list .item .dot{
        top: 20px;
        left: 0;
        transform: unset;
    }
    .dev-history-list .item .left{
        padding-bottom: 10px;
    }
    .dev-history-list .item .right{
        padding-top: 10px;
    }
    .dev-history-list .item:first-child .dot{
        top: 60px;
    }
    .dev-history-list .item .desc{
        margin-top: .1rem;
    }
    .dev-history-list .item .img-container {
        min-width: 250px;
    }
}
/* dev-history-wrap END */
/* video-list */
.video-list .slide-card .text-box{
    text-align: center;
}
.video-list .img-box-post::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, .3);
}
.video-list .img-box-post .play-icon{
    width: var(--size-60);
    height: var(--size-60);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-list .img-box-post .play-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* video-list END */
/* yjcg-item */
.yjcg-list{
    border-top: 1px solid rgba(255, 255, 255, .34);
}
.yjcg-item{
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .34);
}
.yjcg-item .title-wrap{
    padding: var(--size-30) 0;
    padding-right: 36px;
    margin-bottom: 0;
    cursor: pointer;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
.yjcg-item .title-wrap .icon-box{
    color: inherit;
    position: absolute;
    top: var(--size-30);
    right: 0;
    font-size: 30px;
    line-height: 1em;
    transition: all .3s;

}

.yjcg-item .text-content{
    margin-top: -10px;
    display: none;
    color: rgba(255, 255, 255, .85);
    padding: 0 0 var(--size-30) 0;
}
.yjcg-item.open .icon-box{
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media screen and (min-width: 1600px) {
    .yjcg-item .title-wrap .icon-box{
        font-size: 34px;
    }
}
@media screen and (max-width: 1440px) {
    .yjcg-item .title-wrap .icon-box{
        font-size: 28px;
    }
}
@media screen and (max-width: 556px) {
    .yjcg-item .title-wrap .icon-box{
        font-size: 22px;
    }
}
/* yjcg-item END */
.alumni-swiper .swiper-btn {
    margin: 3.125vw auto 0;
    justify-content: flex-end;
}
.alumni-swiper .swiper-btn .more {
    display: inline-block;
    height: 2.5vw;
    line-height: 2.5vw;
    color: var(--color-text-secondary-grey);
    background-color: var(--bg-primary);
    padding: 0 1.40625vw;
    border-radius: .52083vw;
    margin: 0 .625vw;
}
.alumni-swiper .swiper-btn .swiper-button-prev,
.alumni-swiper .swiper-btn .swiper-button-next{
    border-radius: 50%;
}
.alumni-swiper .swiper-btn .swiper-button-prev.swiper-button-disabled,.alumni-swiper .swiper-btn .swiper-button-next.swiper-button-disabled{
    background: var(--color-primary);
    border: none;
    color: #fff;
    opacity: .4;

}
@media screen and (max-width: 1440px) {
    .alumni-swiper .swiper-btn .more {
        height: 36px;
        line-height: 36px;
        border-radius: 7.5px;
        margin: 0 9px;
    }
}
.bottom-more-btn{
    display: flex;
   justify-content: center;
   margin-top: var(--size-60);
}
.index-research-item {
    position: relative;
    padding: var(--size-36) var(--size-30);
    background-color: #fff;
    display: block;
    height: 100%;
    transition: all .3s ease-in-out;
}
.index-research-item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.index-research-item .ala-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.index-research-item:hover .ala-line{
    opacity: 1;
}
.index-research .time{
    color: var(--color-primary);
    margin-bottom: var(--size-9);
}
.index-research .title{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-research .icon{
   width: var(--size-48);
   height: var(--size-48);
   min-width: 32px;
   min-height: 32px;
   border: 1px solid var(--border-color);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 800;
    margin-top: var(--size-24);
    transition: all .3s ease-in-out;

}
.index-research-item:hover .icon{
    background: var(--color-primary);
    color: #fff;
    border-color: var(--bg-primary);
}
.left-research{
    display: block;
    position: relative;
    height: 100%;
}
.left-research .img-box{
    width: 100%;
    height: 100%;
}
.left-research .img-box .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left-research .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.left-research:hover .img-box .img img{
    transform: scale(1.1);
}
.left-research .text-box{
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    color: #fff;
    background: var(--color-primary);
    z-index: 3;
    padding: var(--size-36) var(--size-30);

}
.index-research .left-research .time{
    color: #fff !important;
}
.index-research .left-research  .icon {
    border-color: rgba(255, 255, 255, .3);
}
@media screen and (max-width: 767px) {
    .left-research .img-box{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .left-research .img-box .img{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .left-research .text-box{
        width: 50%;
    }
    .left-research .title{
        -webkit-line-clamp: 2;
    }
    
}
@media screen and (max-width: 567px) {
    .left-research .text-box{
        width: 100%;
        position: static;
    }
    .index-research .title{
        -webkit-line-clamp: 2;
    }
}
/* szdw-card */
.szdw-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--size-40) var(--size-36);
    background-color: var(--bg-grey);
    height: 100%;
    transition: all .3s ease-in-out;
}
.szdw-card:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.szdw-card .desc{
    color: var(--color-text-secondary);
    margin-top: var(--size-24);
}
.szdw-card .icon{
    width: var(--size-48);
   height: var(--size-48);
   min-width: 32px;
   min-height: 32px;
   border: 1px solid var(--border-color);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 800;
    margin-top: var(--size-24);
    transition: all .3s ease-in-out;
}
.szdw-card:hover .icon{
    background: var(--color-primary);
    color: #fff;
    border-color: var(--bg-primary);
}
/* szdw-card END */
/* scholaship-item */
.scholaship-list{
    margin-top: var(--size-40);
}
.scholaship-item{
    position: relative;
    cursor: pointer;
    padding: var(--size-30) var(--size-40);
    background-color: var(--bg-grey);
    transition: all .3s;
}
.scholaship-item + .scholaship-item{
    margin-top: var(--size-20);
}
.scholaship-item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.scholaship-item .ala-line{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.scholaship-item:hover .ala-line{
    opacity: 1;
}
.scholaship-item .info-list{
    display: flex;
    margin-top: var(--size-24);
}
.scholaship-item .info-item .name{
    color: var(--color-text-secondary);
}
.scholaship-item .info-item + .info-item{
    margin-left: var(--size-80);
}
@media screen and (max-width: 991px) {
    .scholaship-item .info-item + .info-item{
        margin-left: var(--size-40);
    }
}
@media screen and (max-width: 767px) {
    .scholaship-item .info-list {
        flex-direction: column;
    }
    .scholaship-item .info-item + .info-item{
        margin-left: 0;
        margin-top: var(--size-9);
    }
}
/* scholaship-item END */
/* filter-tab */
.filter-tab{
    margin-top: -7.3vw;
    background-color: var(--bg-grey);
}
.filter-tab .tab-wrap{
    display: flex;

}
.filter-tab .tab-wrap .tab-item{
    position: relative;
    padding: var(--size-24) var(--size-60);
    background-color: var(--bg-grey);
    transition: all .3s;
    cursor: pointer;
}
.filter-tab .tab-wrap .tab-item::after{
    content: '';
    display: block;
    width: 1px;
    top: var(--size-24);
    bottom: var(--size-24);
    background-color: var(--border-color);
    position: absolute;
    right: 0;
    transition: all .3s;
}
.filter-tab .tab-wrap .tab-item:last-child::after{
    display: none;
}
.filter-tab .tab-wrap .tab-item.active::after{
    opacity: 0;
}
.filter-tab .tab-wrap .tab-item::before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    top: -2px;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.filter-tab .tab-wrap .tab-item.active::before{
    opacity: 1;
}
.filter-tab .tab-wrap .tab-item.active{
    background-color: #fff;
}
.filter-tab .tab-wrap .tab-item:hover span,
.filter-tab .tab-wrap .tab-item.active span{
    color: var(--color-primary);
    font-weight: 800;
}

.filter-tab .tab-content{
    padding: var(--size-40);
    background-color: #fff;
    width: 100%;
}
.filter-tab .tab-content .filter-wrap{
    display: none;
}
.filter-tab .tab-content .filter-wrap.show{
    display: block;
}
.filter-tab .tab-content .layui-form-label{
    position: absolute;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    padding-left: var(--size-15);
    color: #999;
    text-align: left;
    z-index: 9;
}
.filter-tab .tab-content .layui-input, 
.filter-tab .tab-content .layui-select, 
.filter-tab .tab-content .layui-textarea{
    padding-left: 100px;
}
.filter-tab .layui-form-item{
    margin-bottom: 0;
}
.filter-tab .filter-btn{
    margin-top: var(--size-60);
    text-align: center;
}
.filter-tab  .layui-btn.is-grey{
    background: var(--bg-grey);
    color: var(--color-text-regular);
}
.table-wrap .el-table__header-wrapper{ 
    background: var(--color-primary);
}
.table-wrap .el-table{
    font-size: 15px;
}
.table-wrap .el-table thead{
    color: #fff;
    font-weight: 400;
}
.table-wrap .el-table thead tr{
    background-color: unset;
}
.table-wrap .el-table th.el-table__cell{
    background-color: unset;
}
.table-wrap  .el-table .el-table__cell{
    padding: 15px 0;
}
.table-wrap .pagination{
    padding: var(--size-40) 0;
    background-color: #fff;
    text-align: center;
}
.table-wrap .pagination .el-pagination.is-background .el-pager li:not(.disabled).active{
    background: var(--color-primary);
}
.table-wrap .pagination .el-pagination.is-background .btn-next, .table-wrap .pagination .el-pagination.is-background .btn-prev, .table-wrap .pagination .el-pagination.is-background .el-pager li{
    background-color: unset;
    background: var(--bg-grey);
}
.table-wrap .pagination .el-pagination.is-background .btn-next, .table-wrap .pagination .el-pagination.is-background .btn-prev, .table-wrap .pagination .el-pagination.is-background .el-pager li{
    background-color: unset;

    background: var(--bg-grey);
}
.table-wrap .pagination .el-icon-arrow-left::before{
    content: "\e608";
    font-family: 'iconfont' !important;
}
.table-wrap .pagination .el-icon-arrow-right::before{
    content: "\e607";
    font-family: 'iconfont' !important;
}
@media screen and (min-width: 1600px) {
    .filter-tab .tab-content .layui-form-label{
        width: 120px;
    }
}
@media screen and (max-width: 991px) {
    .filter-tab{
        margin-top: -55px;
    }
    .filter-tab .tab-wrap .tab-item{
        padding: var(--size-24) var(--size-40);
    }
}
@media screen and (max-width: 567px) {
    .filter-tab .tab-wrap{
        flex-direction: column;
    }
    .filter-tab .tab-wrap .tab-item{
        padding: var(--size-20) var(--size-20);
    }
    .filter-tab .tab-wrap .tab-item::after{
        display: none;
    }
}
/* filter-tab 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;
}