header{
    background: #fff;
    z-index: 999;
    /* font-family: "Nexa Regular"; */
}
.header-top{
    display: flex;
    justify-content: space-between;
    background: transparent;
    transition: all .4s;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 100%;
    align-items: center;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 999;
    height: 90px;
}
.header-white .header-top{
    box-shadow: unset;
}
.header-top .layui-container>.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo img{
    height: 70px;
    transition: all .4s;
}
.header .logo .logo-white{
    display: none;
}
.header .logo .logo-black{
    display: block;
}

.header .header-nav{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 22px;
    justify-content: flex-end;
    color: var(--color-text-primary);
    align-items: center;
}
.header .header-nav .layui-nav{
    background: none;
    font-size: inherit;
    padding: 0;
    margin-right: -1vw;
}
.header-nav .layui-nav,
.header-nav .layui-nav>.layui-nav-item{
    position: static;
}
.header-nav .layui-nav .layui-nav-child:before,
.header-nav .layui-nav .layui-nav-child:after{
    content: unset;
}
header .layui-nav-bar{
    display: none!important;
}
.header-nav .layui-nav .layui-nav-item>a,
.header-nav .layui-nav .layui-nav-item{
    line-height: 60px;
    font-size: inherit;
}
.header-nav .layui-nav .layui-nav-item>a{
    padding: 0 1vw;
    position: relative;
    font-size: inherit;
    color: inherit;
}
.header-nav .layui-nav .layui-nav-item>a:after{
    content: "";
    position: absolute;
    /* left: 1vw; */
    /* right: 1vw; */
    left: 50%;
    width: 24px;
    margin-left: -12px;
    bottom: 10px;
    background-color: var(--color-primary);
    height: 2px;
    border-radius: 2px;
    transform: scaleX(0) scaleY(1);
    /* transition: all .4s ease-in-out; */
}
.header-nav .layui-nav .layui-nav-child{
    margin-top: 0;
    border: unset;
    border-radius: unset;
    background-color: unset;
    overflow: hidden;
    top: 100%;
    z-index: 999;
    text-align: left;
    padding: 0;
}
.header-white .header-nav .layui-nav .layui-nav-child{
    margin-top: -15px;
}
.header-nav .layui-nav .layui-nav-item.active>a,
.header-nav .layui-nav .layui-nav-item>a:hover{
    color: var(--color-primary);
}
.header-nav .layui-nav .layui-nav-item.active>a:after,
.header-nav .layui-nav .layui-nav-item>a:hover:after{
    transform: scaleX(1) scaleY(1);
}
header.fixed .layui-nav .layui-nav-item.active>a,
header.fixed .layui-nav .layui-nav-item>a:hover{
    color: var(--color-primary)!important;
}
.header-nav .layui-nav .layui-nav-item.active>a:after, .header-nav .layui-nav .layui-nav-item>a:hover:after {
    transform: scaleX(1) scaleY(1);
}
/* header.fixed .layui-nav .layui-nav-child{
    background: #fff;
} */
header .layui-nav .layui-container{
    display: block;
}
.header .menu-toggle .toggle-iconfont span,
.header .menu-toggle span:after, 
.header .menu-toggle span:before{
    background: var(--color-text-primary);
}
.layui-nav .layui-nav-child .dropmenu{
    background-color: rgba(255, 255, 255, .96);
    border-top: 2px solid var(--color-primary);
}
.layui-nav .layui-nav-child .dropmenu-container{
    padding: 50px 50px;
}
.layui-nav .layui-nav-child .dropmenu-container a{
    padding: 0;
    line-height: 1.5;
}
.layui-nav .layui-nav-child .dropmenu-container a:hover{
    background: unset;
}
.layui-nav .layui-nav-child .dropmenu-container .sub-title>a{
    font-size: 18px;
    border-bottom: 1.5px dashed var(--border-color-base);
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: var(--color-text-primary);
    /* font-weight: bold; */
    position: relative;
    padding-right: 20px;
}
.layui-nav .layui-nav-child .dropmenu-container .sub-title>a:hover{
    color: var(--color-primary);
}

.layui-nav .layui-nav-child .dropmenu-container .desc,
.layui-nav .layui-nav-child .dropmenu-container ul a{
    color: var(--color-text-secondary-grey);
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 0;
    padding-right: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    font-weight: normal;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:after{
    content: "\e60e";
    font-family: "iconfont";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-weight: bold;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:hover{
    color: var(--color-primary);
    font-weight: bold;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:hover:after{
    right: 0;
    opacity: 1;
}
.layui-nav .layui-nav-child .dropmenu-container .desc{
    white-space: normal;
    line-height: 1.8;
}

.dropmenu-bottom{
    background-color: var(--color-primary);
    color: #fff;
    padding: 18px 0;
}
.dropmenu-bottom .more-btn{
    margin-top: 0;
    padding: 8px 20px!important;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .layui-nav .layui-nav-child .dropmenu-container .layui-col-md2{
        width: 20%;
    }
}
/* dropmenu END */


.header .menu-toggle{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu-toggle .toggle-iconfont { 
    transition: 0.4s; 
    position: relative; 
    z-index: 20; 
    float: right; 
    cursor: pointer; 
    width: 24px; 
    height: 22px;
}

.header .menu-toggle .toggle-iconfont span { 
    margin-top: 9px; 
    display: block; 
    width: 100%; 
    height: 3px; 
    background: var(--color-primary); 
    position: relative; 
    /* vertical-align: middle;  */
    cursor: pointer;
}

.header .menu-toggle span:after,
.header .menu-toggle span:before { 
    content: ""; 
    position: absolute; 
    display: inline-block; 
    width: 100%; 
    height: 3px; 
    left: 0; 
    background-color: var(--color-primary); 
}

.header .menu-toggle span:before { 
    top: -9px; 
    -webkit-transition-property: top, transform; 
    -moz-transition-property: top, transform; 
    -ms-transition-property: top, transform; 
    -o-transition-property: top, transform; 
    transition-property: top, transform; 
}

.header .menu-toggle span:after { 
    bottom: -9px; 
    /* width: 16px;  */
    -webkit-transition-property: bottom, transform; 
    -moz-transition-property: bottom, transform; 
    -ms-transition-property: bottom, transform; 
    -o-transition-property: bottom, transform; 
    transition-property: bottom, transform; 
}
.header-main{
    text-align: right;
}

/* secondary-nav */
header .secondary-nav{
    text-align: right;
    font-size: 15px;
    color: #07090D;
    padding: 10px 0;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

header .secondary-nav .flex{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .secondary-nav ul{
    background-color: rgba(0, 0, 0, .05);
    background: linear-gradient(170deg, #E5D197 0%, #C7A55E 100%);
    border-radius: 20px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}
header .secondary-nav ul li{
    padding: 0 .8vw;
    position: relative;
}
header .secondary-nav ul li+li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #eee;
}
header .secondary-nav ul li a{
    color: inherit;
    font-size: 14px;
    color: #fff;
}
header .secondary-nav ul li a:hover{
    color: var(--color-primary);
}
header .secondary-nav .language-btn{
    margin-right: 15px;
    color: var(--color-text-secondary-grey);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    color: var(--color-text-primary);
}
header .secondary-nav .language-btn:hover{
    background-color: var(--color-primary);
    color: #fff;
}
header .secondary-nav .language-btn .iconfont{
    display: inline-block;
    font-size: 12px;
    transform: scale(.8);
}
.header .search-btn{
    color: var(--color-primary);
    font-size: 24px;
    font-weight: bold;
}
.header .search-btn .iconfont{
    line-height: 60px;
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 0 12px 0 12px;
    cursor: pointer;
}

.secondary-nav .layui-nav>.layui-nav-item>a{
    padding: 0;
    color: inherit;
}
/* secondary-nav END */


.header-main{
    display: flex;
    align-items: center;
}

.headerTemp{
    height: 90px;
    display: none;
}

/* header-white */
.header-white .headerTemp{
    position: absolute;
}
.header-white header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none;
}
.header-white .header-top{
    box-shadow: none;
}
/* .header-white .secondary-nav ul li a{
    color: var(--border-color-base);
} */
.header-white header .secondary-nav .language-btn{
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
}
.header-white header .secondary-nav .language-btn:hover{
    background-color: rgba(255, 255, 255, 1);
    color: var(--color-primary);
}
.header-white .header .logo-white{
    display: block;
}
.header-white .header .logo-black{
    display: none;
}
.header-white .header-nav .layui-nav .layui-nav-item.active>a,
.header-white .header-nav .layui-nav .layui-nav-item>a:hover,
.header-white .header .search-btn,
.header-white header .secondary-nav,
.header-white .header .header-nav{
    color: #fff;
}
.header-white .header-nav .layui-nav .layui-nav-item>a:after,
.header-white .header .menu-toggle .toggle-iconfont span, 
.header-white .header .menu-toggle span:after, 
.header-white .header .menu-toggle span:before{
    background: #fff;
}
/* header-white END */

header.fixed{
    position: fixed;
    top: -100%;
}
header.fixed .header-top{
    /*display: none;*/
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    color: var(--color-text-primary)!important;
}
header.fixed .header-nav,
header.fixed .header .header-nav .role-list a{
    color: var(--color-text-primary)!important;
}
header.fixed .layui-nav .layui-nav-more{
    border-color: var(--color-text-primary) transparent transparent!important;
}
header.fixed .header .header-nav .role-list a:not(:last-child):after{
    border-color: rgba(0, 0, 0, .5);
}
header.fixed .header .logo-white{
    display: none;
}
header.fixed .header .logo-black{
    display: block;
}
header.fixed.show{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top  .3s;
    -o-transition: top  .3s;
    transition: top  .3s;
    z-index: 9999;
}
header.fixed .header .search-btn{
    color: var(--color-primary);
}
header.fixed .header-nav .layui-nav .layui-nav-item>a:after,
header.fixed .header .menu-toggle .toggle-iconfont span,
header.fixed .menu-toggle span:after,
header.fixed .menu-toggle span:before{
    background: var(--color-primary)!important;
}
header.fixed .header-nav .layui-nav .layui-nav-child{
    margin-top: 0;
}
.header-white header.fixed .secondary-nav .language-btn{
    background-color: rgba(0, 0, 0, .05);
    color: var(--color-text-primary);
}
.header-white header.fixed .secondary-nav .language-btn:hover{
    background-color: var(--color-text-primary);
    color: #fff;
}
@media screen and (min-width: 1420px) {
    .header .header-nav{
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px) {
    .header .header-nav{
        font-size: 18px;
    }
}
@media screen and (max-width: 1420px) {
    .header .header-nav{
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .header .header-nav, 
    .header-nav .layui-nav .layui-nav-item{
        font-size: 14px;
    }
    .header-nav .layui-nav .layui-nav-item>a{
        padding: 0 .5vw;
    }
}
@media screen and (max-width: 1100px) {
    .layui-container {
        padding: 0 2vw !important;
    }
}
@media screen and (max-width:991.9px) {
    .header-top{
        height: 80px;
    }
    .header .secondary-nav{
        display: flex!important;
    }
    .header .secondary-nav .menu-toggle{
        height: 80px;
        display: flex!important;
    }
    .header .secondary-nav .search-btn .layui-input{
        display: none;
    }

    .header-main{
        flex-direction: row-reverse;
    }

    header {
        z-index: 999;
        position: relative;
    }
    .header .header-nav{
        height: 60px;
    }
    .header .header-nav .layui-nav{
        background: #fff;
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .site-mobile .header .header-nav .layui-nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-right: 0;
    }
    .header .header-nav .layui-nav .layui-this:after, 
    .header .header-nav .layui-nav-bar, 
    .header .header-nav .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(255,255,255,.5);
        height: 1px;
    }
    .header .header-nav .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .header .header-nav .layui-nav .layui-nav-item a{
        padding: 0px 20px;
        border-bottom: 1px solid rgba(1,34,95,.1);
        font-size: 15px;
    }
    .header .header-nav .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    header .layui-btn{
        display: none;
    }

    .header-mobile{
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 80px;
        display: block;
    }

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 20px 15px;
        color: var(--color-text-primary);
        margin-right: -15px;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: var(--color-primary);
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(3){
        margin-top: -4px;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(2){
        opacity: 0;
    }
    .site-mobile .site-mobile-shade{
        content: ''; 
        position: fixed; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        background-color: rgba(0,0,0,.85); 
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .header-nav .layui-nav .layui-nav-item>a:after{
        content: unset;
    }
    .header-top .layui-container>.flex,
    .header-top .layui-container{
        position: unset;
    }

    
    .header-white .site-tree-mobile .icon-reorder{
        background-color: #fff;
    }
    .header-white .header-nav, 
    .header-white .header .header-nav .role-list a{
        color: var(--color-text-primary)!important;
    }
    .header-white .header-nav .layui-nav .layui-nav-item>a:hover,
    .header-white .header-nav .layui-nav .layui-nav-item.active>a{
        color: var(--color-primary)!important;
    }
    header.fixed .site-tree-mobile .icon-reorder{
        background-color: var(--color-primary)!important;
    }

    .site-mobile.header-white .header .header-top {
        /* display: none; */
        background: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        color: var(--color-text-primary)!important;
    }
    .site-mobile.header-white .header .logo-black{
        display: block;
    }
    .site-mobile.header-white .header .logo-white{
        display: none;
    }
    .site-mobile.header-white .site-tree-mobile .icon-reorder{
        background-color: var(--color-primary);
    }
    .site-mobile.header-white header .secondary-nav ul li a{
        color: var(--color-text-primary);
    }
    .site-mobile.header-white .secondary-nav .language-btn {
        background-color: rgba(0, 0, 0, .05);
        color: var(--color-text-primary);
    }
    .site-mobile.header-white .secondary-nav .language-btn:hover {
        background-color: var(--color-text-primary);
        color: #fff;
    }
}
@media screen and (max-width: 767.9px) {
    .header .logo{
        padding: 12px 0;
    }
    .header .logo img{
        height: 40px;
    }
    header .layui-nav{
        padding: 0 10px!important;
    }
    header .secondary-nav .flex{
        flex-direction: row-reverse;
    }
    header .secondary-nav .language-btn{
        margin-right: 0;
    }
    header .secondary-nav ul{
        background: unset;
    }
    header .secondary-nav ul li a{
        color: var(--color-text-primary);
    }
    header .secondary-nav ul li{
        padding: 0 5px;
    }

    .header-white header .secondary-nav ul li a{
        color: #fff;
        
    }
    header.fixed .secondary-nav ul li a{
        color: var(--color-text-primary)!important;
    }
    
}

/*header END*/

/*.layui-layer*/
.layui-layer .layui-layer-setwin{
    top: 40px;
    right: 5%;
    margin-right: 15px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    color: var(--color-text-primary);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.15);
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:after{
    content: "\e60b";
    font-family: 'iconfont';
    font-weight: bold;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
    background: var(--color-primary);
    color: #fff;
}

/* 鎼滅储寮圭獥 */


.layui-layer.tc-search{
    border-radius: 0;
    background: unset;
    box-shadow: none;
    padding-top: 134px;
    background-color: rgba(201,21,30,1);
}
.layui-layer.tc-search:before {
    left: -webkit-calc(50% - 2000px);
    left: calc(50% - 2000px);
    top: -3403px;
    width: 4000px;
    height: 4000px;
    position: absolute;
    display: block;
    content: " ";
    background: #fff;
    border-radius: 100%;
    z-index: 0;
}
.layui-layer.tc-search:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 69px;
    background: url(../images/search-bg.png) right bottom no-repeat;
    background-size: cover;
    opacity: .75;
}

.layui-layer.tc-search .layui-layer-content{
    padding: 0px;
}

.layui-layer.tc-search .container{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8%;
}
.layui-layer.tc-search .input-box{
    padding: 6px;
    position: relative;
    margin-bottom: 30px;
}
.layui-layer.tc-search .layui-input{
    height: 50px;
    border-radius: 30px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: rgba(0,0,0,.075);
    position: relative;
    z-index: 2;
}
.layui-layer.tc-search .layui-input+.bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: rgba(255,255,255,.25);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.layui-layer.tc-search .layui-input:focus+.bg{
    opacity: 1;
}
.layui-layer.tc-search .form-submit{
    margin-top: 10px;
    position: absolute;
    right: 8px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    background: none;
    outline: none;
    top: 8px;
    margin-top: 0;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    color: var(--color-primary);
}
.layui-layer.tc-search .form-submit:hover{
    color: var(--color-primary);
}


.layui-layer.tc-search .popular-search{
    text-align: center;
}
.layui-layer.tc-search .popular-search .title{
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin: 0 auto 10px;
    color: var(--color-primary);
}
.layui-layer.tc-search .popular-search .title:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background: var(--color-primary);
    border-radius: 5px;
}
.layui-layer.tc-search .popular-search ul{
    text-align: center;
    margin: 0 -15px;
}
.layui-layer.tc-search .popular-search ul li{
    list-style: none;
    padding: 8px 15px;
    display: inline-block;
}
.layui-layer.tc-search .popular-search ul li a{
    color: var(--color-text-secondary);
    font-size: 13px;
}
.layui-layer.tc-search .popular-search ul li a:hover{
    color: var(--color-primary);
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
    .layui-layer.tc-search:after{
        height: 60px;
    }
}
@media screen and (max-width: 991px) {
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1500px);
        left: calc(50% - 1500px);
        top: -2403px;
        width: 3000px;
        height: 3000px;
    }
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-search:after{
        height: 45px;
        background: url(../images/search-bg.png) right 5% bottom no-repeat;
        background-size: cover;
    }
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1000px);
        left: calc(50% - 1000px);
        top: -1403px;
        width: 2000px;
        height: 2000px;
    }
    .layui-layer.tc-search .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer.tc-search .layui-form-item{
        margin-bottom: 5px;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
    .layui-layer.tc-search .popular-search ul{
        margin: 0 -10px;
    }
    .layui-layer.tc-search .popular-search ul li{
        padding: 6px 10px;
    }
}
@media screen and (min-width: 1600px) {
    .layui-layer.tc-search:before{
        left: -webkit-calc(50% - 2000px);
        left: calc(50% - 2000px);
        top: -3260px;
        width: 4000px;
        height: 4000px;
    }
}
/* 鎼滅储寮圭獥 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-search.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*/
/*.layui-layer tc-fullpage END*/


/*layui-layer tc-video*/
.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%;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2{
    background: rgba(255,255,255,.25);
}
.layui-layer.tc-video .layui-layer-setwin{
    top: 10px;
    right: 10px;
    margin: 0;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2:hover{
    background: var(--color-primary);
    color: #fff;
}
@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*/


/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 40px;
    height: 40px;
    z-index: 998;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: var(--color-primary);
    border-radius: 50%;
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    background: #F4F4F4;
    color: var(--color-text-primary);
    opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: var(--color-primary);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: "\e682";
    font-family: "iconfont";
}
.swiper-button-prev:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -20px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
    }
    /* .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 24px;
    } */
}
/*swiper-button END*/

/*.swiper-pagination*/
.swiper-pagination-bullet{
    margin: 0 8px;
    background: var(--color-secondary);
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: .35;
}
.swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 1.5px solid var(--color-secondary);
    border-radius: 50%;
    opacity: 0;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-pagination-bullet-active::before{
    opacity: 1;
}
/*.swiper-pagination EMD*/

/*banner*/
.banner{
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.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 .swiper-bottom{
    width: 200px;
    bottom: 5vh;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    height: 30px;
    z-index: 5;
}
.banner .swiper-bottom .swiper-pagination-progressbar{
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: rgba(255,255,255,.25);
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    width: unset;
    height: unset;
    background: unset;
    margin-top: unset;
    transform: translateY(-50%);
}
.banner .swiper-button-prev{
    left: -50px;
}
.banner .swiper-button-next{
    right: -50px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
    font-size: 14px;
    content: "\e61c";
}
.banner .swiperNum {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    right: -36px;
    text-align: right;
}
.banner .swiperNum ul li {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
}

.banner .swiperNum .total{
    width: 36px;
    text-align: center;
    display: inline-block;
}
.ui-loop{
    position:absolute;
    width: 32px;
    height: 32px;
    right: -90px;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}
.ui-loop .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.ui-loop.pause .icon-pause:before{
    content: "\e61c";
}
    
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}   
    
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}
@media screen and (max-width: 767px) {
    .banner .swiper-bottom{
        width: 120px;
        margin-left: -60px;
    }
}
/*banner END*/

/*banner-box*/
.banner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 160px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 9;
}
.banner-box .banner-text{
    max-width: 50%;
}
.banner-box .banner-title{
    font-size: 60px;
}
.banner-box .banner-desc{
    font-size: 24px;
    margin-top: 20px;
}
.banner-box .banner-more{
    font-size: 14px;
    /*margin-top: 30px;*/
}
.banner-box .banner-more .single-link{
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .banner-box .banner-title{
        font-size: 56px;
    }
    .banner-box .banner-desc{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-box .banner-text{
        max-width: 70%;
    }
}
@media screen and (max-width: 992px) {
    .banner-box .banner-text{
        max-width: 100%;
    }
    .banner-box .banner-title{
        font-size: 46px;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .banner-box{
        top: 80px;
        bottom: 80px;
    }
    .banner-box .banner-text{
        max-width: 100%;
        text-align: center;
    }
    .banner-box .banner-title{
        font-size: 24px;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: 13px;
        display: none;
    }
    .banner-box .banner-more .single-link{
        justify-content: center;
    }
    .banner .swiper-pagination-bullet-active:after{
        content: none;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 24px;
        height: 2px;
        margin: 10px 5px;
        border-radius: 0;
    }
}
/*banner-box END*/
/*banner-video*/
.banner-video{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner-video .background-media{
    position: absolute;
    left: -2%;
    right: -2%;
    top: -2%;
    bottom: -2%;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: no-scroll;
    background-position: center center;
}
.banner-video .background-media.media-image{
    display: none;
}
.banner-video .video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}
.banner-video .background-media.media-video:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.banner-video{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-nav{
    position: relative;
    z-index: 2;
    margin-bottom: 30vh;
    width: 100%;
}
.banner-nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-nav ul>li a{
    color: rgba(255,255,255,.75);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    display: block;
    padding: 20px 1.2vw;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}
.banner-nav ul>li a:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -29px;
    height: 50px;
    border-radius: 50px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;
    bottom: -5px;
    -webkit-transform: scaleX(1) scaleY(.5);
    -ms-transform: scaleX(1) scaleY(.5);
    -o-transform: scaleX(1) scaleY(.5);
    transform: scaleX(1) scaleY(.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}
.banner-nav ul>li.active a,
.banner-nav ul>li a:hover{
    color: #fff;
}
.banner-nav ul>li.active a:after,
.banner-nav ul>li a:hover:after{
    bottom: 0;
    opacity: 1;
}
@media screen and (max-width:  1199px) {
    .banner-nav ul>li a{
        padding: 20px 10px;
    }
}
@media screen and (max-width:  991px) {
    .banner-nav ul>li a{
        font-size: 16px;
        padding: 20px 10px;
    }
}

.banner-video .scroll-down{
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    color: #fff;
    z-index: 2;
    animation: MoveUpDown 1s ease-in-out infinite;
    font-size: 12px;
    /*opacity: .65;*/
}
.banner-video .scroll-down .iconfont{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    font-size: 22px;
    color: var(--color-primary);
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 6px auto;
}
@keyframes MoveUpDown {
    0% {
        bottom: 4vh; 
    }
    50% {
        bottom: 6vh;  
    }
    100% {
        bottom: 4vh;  
    } 
}
/*banner-video END*/

/*block*/
.block{
    padding: 70px 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.small-block{
    padding: 40px 0;
}
@media screen and (max-width: 992px) {
    .block{
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px){
    .block{
        padding: 40px 0;
    }
    /* .small-block{
        background: #fff!important;
    } */
}
.block.white{
    background-color: #fff;
}
.block.grey{
    background-color: var(--bg-grey);
}
.block.blue{
    background-color: var(--color-primary);
}
.block.bg .layui-container,.block.color_white .layui-container{
    z-index: 2;
    position: relative;
    color: #fff;
}
.block p{
    margin-bottom: 10px;
}
.block-temp{
    padding: 0!important;
    height: 60px;
}
/*block END*/

/*index_title*/
.index_title{
    font-size: 32px;
    color: var(--color-text-primary);
    position: relative;
    margin-bottom: 30px;
}
.index_title.title_small{
    font-size: 26px;
    margin-bottom: 16px;
}
.index_title .category,
.index_title .more{
    font-size: 14px;
    z-index: 5;
}
.index_title .category{
    margin: 0 -15px;
}
.index_title .category a{
    padding: 0 15px;
}

.index_title .title{
    position: relative;
    z-index: 2;
    font-weight: normal;
    display: inline-block;
    line-height: 1.2;
}
.center .index_title {
    display: flex;
    justify-content: center;
}
.index_title .title>*{
    position: relative;
    z-index: 2;
}
.index_title .title:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: var(--color-secondary);
    opacity: .35;
    z-index: 0;
}
.index_title_en{
    color: var(--color-text-secondary);
    font-size: 14px;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    max-width: 600px;
}
.block.color_white .index_title{
    color: #fff;
}
.block.color_white .index_title .index_title_en{
    color: #fff;
    opacity: .75;
}
.index_title .more-btn{
    margin-top: 0;
}

.block.color_white .page-content{
    color: #fff;
}
@media screen and (max-width: 992px) {
    .index_title .more-btn{
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px) {
    .index_title.title_small,
    .index_title{
        font-size: 24px;
    }
    .index_title .category{
        margin:  0 -5px;
    }
    .index_title .category a{
        padding: 0 5px;
    }
    .index_title .more-btn{
        padding: 0;
        border: 0!important;
        background: unset;
    }
    .index_title .more-btn:hover{
        background: unset!important;
        color: var(--color-primary)!important;
    }
    .index_title .title:before{
        height: 6px;
    }
}

/*index_title END*/


/*footer*/
footer{
    background: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
footer,footer a,footer a:visited{
    color: rgba(0,0,0,0.65);
    font-size: 14px;
}
footer a:hover,
footer a:focus{
    color: rgba(0,0,0,0.95);
}
.footer-top{
    padding: 50px 0;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 15px;
}
.footer-top .footer-logo img{
    max-height: 60px;
}
.footer-top .layui-row{
    overflow: hidden;
}

footer .title{
    margin-bottom: 16px;
    font-size: 18px;
    color: rgba(0, 0, 0, .85);
    text-transform: uppercase;
}
.footer-top p{
    margin-bottom: 10px;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-top .column-2{
    column-count: 2;
    column-gap: 30px;
}
.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 10px;
}
.footer-top .footer-link li a{
    display: block;
}
.footer-top .media-list{
    margin: 0 -2px;
}
.footer-top .media-list .media-item{
    padding: 0;
    display: inline-block;
    margin: 2px;
}
.footer-top .media-list .media-item a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.15);
    color: var(--color-text-secondary-grey);
    border-radius: 20px;
    font-size: 19px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer-top .media-list .media-item a:hover{
    /* background: rgba(0,0,0,.85); */
    color: var(--color-secondary);
}
@media screen and (min-width: 992px) {
    footer .layui-col-space30{
        margin: -2vw;
    }
    footer .layui-col-space30>*{
        padding: 2vw;
    }
    /* footer .layui-col-space30>[class^='layui-col']:not(:last-child):after{
        content: "";
        position: absolute;
        right: 0;
        top: 2vw;
        bottom: 2vw;
        width: 1px;
        background: rgba(0, 0, 0, .05);
    } */
}

@media screen and (max-width: 767px) {
    footer .title{
        margin-bottom: 5px;
    }
    .footer-top .footer-link li{
        display: inline-block;
    }
    .footer-top .footer-link li a{
        padding: 0 5px;
        position: relative;
        margin: 0;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid var(--color-text-secondary-grey);
    }
}
.footer-copyright{
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}
footer .footer-copyright a:hover,
footer .footer-copyright a:focus{
    color: var(--color-primary);
}

/*footer END*/



#button-to-top {
    /*background: var(--color-primary);*/
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 997;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: var(--color-primary);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    opacity: .75;
    border-radius: 3px;
}
#button-to-top:hover{
    opacity: 1;
}


/*footer END*/
.anchor {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    /* z-index: -1; */
}

.overlay-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.overlay-box .iconfont{
    display: inline-block;
    font-size: 24px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: rgba(255, 255, 255, .75);
    border-radius: 56px;
    color: var(--color-primary);
}
.slide:hover .overlay-box{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/*slide*/
.slide{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    top: 0;
    background: #fff;
    height: 100%;
    display: block;
    color: inherit;
}
/* .block.grey .slide,.block.bg .slide{
    background: #fff;
} */
/* .slide:hover {
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
} */
.slide:hover{
    color: var(--color-primary);
    -webkit-box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.slide .img-box{
    height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.slide .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slide .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.slide:hover .img-box img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slide .text-box{
    padding: 20px;
    padding-top: 20px;
}
.slide .text-box h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    max-height: 28px;
    font-size: 18px;
}
.slide .text-box .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    max-height: 44px;
    margin-top: 0;
}
.slide .text-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 13px;
    max-height: 60.5px;
    color: var(--color-text-secondary);
}
.slide .text-box .time{
    display: block;
    font-size: 13px;
    color: var(--color-text-secondary);
    margin-top: 20px;
    padding-top: 5px;
}
.slide .text-box .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.slide .text-box .other .category{
    background: rgba(60,120,198,.1);
    color: rgba(60,120,198,.75);
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 30px;
}

.slide .author{
    font-size: 13px;
    color: var(--color-text-secondary);
    margin: 15px 0;
}
.slide .bottom{
    font-size: 12px;
    color: var(--color-text-secondary);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    border-top: 1px solid var(--border-color-lighter);
    padding-top: 15px;
}
.slide.has-bottom{
    padding-bottom: 50px;
}

/*slide-END*/

/* schedule-container */
.schedule-container{
    padding: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .schedule-container .index_title{
    font-size: 28px;
} */
.schedule-tip{
    font-size: 13px;
    color: var(--color-text-secondary);
    text-align: center;
}
.schedule-list{
    margin: 50px 0;
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
}
.schedule-tip+.schedule-list{
    margin-top: 30px;
}

.schedule-item{
    text-align: center;
    color: var(--color-secondary);
    flex: 1;
}
.schedule-item .dot{
    position: relative;
    height: 12px;
    margin: 10px 0;
}
.schedule-item .dot span{
    width: 12px;
    height: 12px;
    border-radius: 24px;
    margin-left: -6px;
    background-color: var(--color-secondary);
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}
.schedule-item .dot:before,
.schedule-item .dot:after{
    content: "";
    position: absolute;
    width: 50%;
    top: 50%;
    height: 1px;
    background-color: var(--color-secondary);
    z-index: 5;
}
.schedule-item .dot:before{
    left: 0;
}
.schedule-item .dot:after{
    right: 0;
}
.schedule-item.finished,
.schedule-item.active{
    color: var(--color-primary);
}
.schedule-item.finished .dot span,
.schedule-item.finished .dot:before,
.schedule-item.finished .dot:after,
.schedule-item.active .dot span,
.schedule-item.active .dot:before{
    background-color: var(--color-primary);
}
.schedule-item .schedule-title,
.schedule-item .schedule-date{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-container .apply-btn{
    text-align: center;
}
.schedule-container .more-btn{
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .schedule-container{
        padding: 50px 25px;
        font-size: 14px;
    }
    .schedule-item .dot{
        height: 8px;
        margin: 15px 0;
    }
    .schedule-item .dot span{
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 767px) {
    .schedule-container{
        padding: 30px 15px;
    }
    .schedule-container .index_title{
        font-size: 18px;
    }
    .schedule-list{
        display: block;
    }
    .schedule-item .dot{
        margin: 0 15px;
    }
    .schedule-item{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .schedule-item .schedule-title,
    .schedule-item .schedule-date{
        flex: 1;
    }

    .schedule-item .dot{
        padding: 20px 0;
        height: unset;
        width: 8px;
    }
    .schedule-item .dot:before, 
    .schedule-item .dot:after{
        width: 1px;
        height: 50%;
        left: 50%;
        right: unset;
        top: unset;
        bottom: unset;
    }
    .schedule-item .dot:before{
        top: 0;
    }
    .schedule-item .dot:after{
        bottom: 0;
    }
}
.schedule-container.cn{
    padding: 30px 15px;
}
.schedule-container.cn .index_title{
    font-size: 18px;
}
.schedule-container.cn .schedule-list{
    display: block;
}
.schedule-container.cn .schedule-item .dot{
    margin: 0 15px;
}
.schedule-container.cn .schedule-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-container.cn .schedule-item .schedule-title,
.schedule-container.cn .schedule-item .schedule-date{
    flex: 1;
}

.schedule-container.cn .schedule-item .dot{
    padding: 20px 0;
    height: unset;
    width: 8px;
}
.schedule-container.cn .schedule-item .dot:before, 
.schedule-container.cn .schedule-item .dot:after{
    width: 1px;
    height: 50%;
    left: 50%;
    right: unset;
    top: unset;
    bottom: unset;
}
.schedule-container.cn .schedule-item .dot:before{
    top: 0;
}
.schedule-container.cn .schedule-item .dot:after{
    bottom: 0;
}
.schedule-container.cn .schedule-item .schedule-title{
    text-align: right;
}
.schedule-container.cn .schedule-item .schedule-date{
    text-align: left;
}
/* schedule-container END */

/* logo-tab */
.logo-tab .layui-tab-title{
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.logo-tab .layui-tab-title .layui-this:after{
    content: unset;
}
.logo-tab .layui-tab-title li{
    color: var(--color-secondary);
    border: 1.5px solid var(--color-secondary);
    border-radius: 50px;
    margin: 0 15px;
    min-width: 120px;
    text-align: center;
}
.logo-tab .layui-tab-title li:not(.layui-this):hover{
    background-color: var(--color-secondary);
    color: #fff;
}
.logo-tab .layui-tab-title li.layui-this{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.logo-tab .layui-tab-content{
    padding: 0;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .logo-tab .layui-tab-title li{
        min-width: unset;
        margin: 0 15px;
        padding: 0;
        border: unset;
    }
    .logo-tab .layui-tab-title li.layui-this{
        background: unset;
        color: var(--color-primary);
    }
    .logo-tab .layui-tab-title li.layui-this:after{
        content: "";
        border-color: var(--color-primary)!important;
    }
    .logo-tab .layui-tab-title{
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* logo-tab END */


/* logo-list */
.logo-list{
    display: flex;
    align-items: center;
    margin: -2vw;
}
.logo-list .logo-item img{
    max-height: 90px;
    width: 100%;
}
.logo-list .logo-item{
    padding: 2vw;
}
.logo-top{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-base);
}

.logo-bottom .logo-item{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    background-color: #f9f9f9;
}
.logo-bottom .logo-item .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-bottom .logo-item img{
    max-width: 75%;
    max-height: 75%;
    object-fit: contain;
}
/* logo-list END */



/* work-swiper */
.work-swiper{
    display: flex;
}
.work-img-swiper{
    width: 60%;
}
.work-text-swiper{
    width: 40%;
    position: relative;
}
.work-swiper .swiper-container,
.work-swiper .swiper-wrapper,
.work-swiper .swiper-slide,
.work-swiper .work-item,
.text-box .text-box{
    height: 100%;
}
.work-swiper .work-item{
    display: flex;
    color: var(--color-text-secondary);
    font-size: 14px;
}
.work-swiper .work-item .text-box{
    background-color: #fff;
    padding: 3vw;
    flex: 1;
    overflow: hidden;
}
.work-swiper .work-item .title{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    color: var(--color-text-primary);
}
.work-swiper .work-item:hover .title{
    color: var(--color-secondary);
}
.tag{
    background-color: #AB9361;
    padding: 0px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}
.work-swiper .work-item .author{
    padding: 2vw 0;
    border-bottom: 1px solid var(--border-color-light);
}
.work-swiper .work-item .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 2vw 0;
    border-left: 2px solid var(--border-color-base);
    padding-left: 15px;
}
.work-swiper .work-item .desc p{
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.work-swiper .work-item .desc p+p{
    margin-top: 8px;
}
.work-swiper .work-item .more{
    font-size: 12px;
}
.work-swiper .work-item .more:hover{
    text-decoration: underline;
}

.icon-play{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(171,147,97,.15);
    opacity: 1;
    cursor: pointer;
}
.icon-play span{
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
.work-swiper .work-item .img-box:hover .icon-play:before {
    content: "";
    background-color: rgba(171,147,97,1);
    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;
}
.interview-swiper-img .icon-play:hover{
    border-color: transparent;
    background-color: rgba(171,147,97,.15);
}
@-webkit-keyframes warn-3{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    60%{
        opacity: 0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
}
@keyframes warn-3{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    60%{
        opacity: 0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
}
@media screen and (max-width: 991px) {
    .work-swiper .work-item{
        font-size: 13px;
    }
    .work-swiper .work-item .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .work-swiper{
        display: block;
    }
    .work-swiper .work-item .title{
        font-size: 18px;
    }
    .work-swiper .work-img-swiper,
    .work-swiper .work-text-swiper{
        width: 100%;
    }
    .work-swiper .work-item .text-box{
        padding: 20px;
        padding-bottom: 50px;
    }
    .work-swiper .work-item .author{
        padding: 15px 0;
    }
    .work-swiper .work-item .desc{
        margin: 20px 0;
    }
}
.work-swiper{
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.work-swiper .swiper-pagination{
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
}
/* work-swiper END */

/* work-list */
.work-list .slide:hover{
    color: var(--color-secondary);
}
/* work-list END */

/* work-detail */
.work-view{
    margin-bottom: 30px;
}
.work-view .video-wrap,
.work-view .video-wrap video{
    width: 100%;
    height: 100%;
}
.work-view .video-wrap video{
    background-color: #000;
}
.audio-wrap{
    background-color: var(--bg-grey);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.audio-wrap .img{
    text-align: center;
    flex: 1;
}
.ani-wrap{
    position: relative;
}
.audio-wrap img{
    max-width: 240px;
    display: block;
    margin: 0 auto;
}
.ani-wrap .ani-circle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.8%;
    z-index: 0;
    animation-duration: 3s;
}
.audio-wrap .ani-bg{
    position: relative;
    z-index: 2;
}
.audio-wrap audio{
    line-height: 1;
    background-color: #F1F3F4;
    border-radius: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .audio-wrap img{
        max-width: 200px;
    }
    .audio-player{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .audio-player .audio-wrap{
        width: 100%;
        height: 400px!important;
        max-width: 95vw;
    }
}




.work-view .work-title{
    font-size: 28px;
    margin-bottom: 10px;
}
.work-details{
    color: var(--color-text-secondary);
}
.work-details a{
    text-decoration: underline;
    color: var(--color-text-secondary);
}
.work-details table{
    margin: 0;
}
.work-details table th,
.work-details table td{
    font-weight: normal;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
    color: var(--color-text-secondary);
    vertical-align: top;
}
.work-details table th{
    color: var(--color-text-primary);
    padding-right: 15px;
}
@media screen and (max-width: 767px){
    .work-view .work-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .work-details{
        margin-bottom: 30px;
    }
}
/* work-detail END */


/* year-swiper */
.year-swiper{
    margin-top: 70px;
    position: relative;
    font-size: 18px;
    padding: 0 40px;
}
.year-swiper .swiper-container{
    padding-bottom: 20px;
}
.year-swiper:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 24px;
    right: 0;
    height: 1px;
    background-color: var(--border-color-base);
}
.year-swiper .swiper-slide{
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    font-family: "Nexa Regular";
}
.year-swiper .swiper-slide .dot{
    width: 9px;
    height: 9px;
    /* background-color: var(--border-color-base); */
    border-radius: 9px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: all .4s;
}
.year-swiper .swiper-slide .dot:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4.5px;
    width: 1px;
    background-color: var(--border-color-base);
    height: 10px;
    transform: scaleX(.75);
    z-index: 0;
    transition: all .4s;
}
.year-swiper .swiper-slide:hover .year,
.year-swiper .swiper-slide:hover,
.year-swiper .swiper-slide.active .year,
.year-swiper .swiper-slide.active{
    color: var(--color-primary)!important;
}
.year-swiper .swiper-slide:before{
    left: 0;
    transition: all .15s .15s linear;
}
.year-swiper .swiper-slide:after{
    left: 50%;
    z-index: 0;
    transition: all .15s linear;
}
.year-swiper .swiper-slide.active:after{
    width: 50%;
}
.year-swiper .swiper-slide.active+.swiper-slide:before{
    width: 50%;
}
.year-swiper .swiper-slide.year-slide .dot{
    transform: scale(1.6);
    background-color: var(--border-color-base);
}
.year-swiper .swiper-slide.active .dot:before,
.year-swiper .swiper-slide:hover .dot:before,
.year-swiper .swiper-slide:hover .dot,
.year-swiper .swiper-slide.active .dot{
    background-color: var(--color-primary)!important;
}
.year-swiper .swiper-slide .year{
    color: var(--color-text-secondary);
}
.year-swiper .swiper-slide.year-slide .year{
    transform: scale(1.2);
    color: var(--color-text-primary);
}
.year-swiper .swiper-slide.year-slide .dot:before{
    content: unset;
}

.year-swiper .swiper-button-prev, 
.year-swiper .swiper-button-next{
    margin-top: 0;
    top: 24px;
}

.year-swiper .swiper-button-next.swiper-button-disabled, 
.year-swiper .swiper-button-prev.swiper-button-disabled{
    color: var(--color-text-secondary);
}
@media screen and (max-width: 991px) {
    .year-swiper{
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .year-nav{
        width: 100%;
        overflow: hidden;
    }
    .year-swiper{
        font-size: 15px;
        padding: 0 20px;
        margin-top: 40px;
    }
    .year-swiper .swiper-button-prev, .year-swiper .swiper-button-next{
        top: 18px;
    }
    .year-swiper .swiper-button-prev,
    .year-swiper .swiper-button-next{
        background: unset;
        color: var(--color-secondary);
    }
    .year-swiper .swiper-button-next.swiper-button-disabled, 
    .year-swiper .swiper-button-prev.swiper-button-disabled{
        opacity: .2;
    }
}
/* year-swiper END */


/*inner-banner*/
.inner-banner{
	/* height: 25vw; */
	color: #fff;
	padding-top: 90px;
    display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
	min-height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inner-banner .inner-banner-text{
    padding: 60px 0;
	width: 100%;
	line-height: 1.4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.inner-banner .inner-banner-text .flex{
	align-items: stretch;
}
.inner-banner .inner-banner-text .title{
	font-size: 52px;
}
.inner-banner .inner-banner-text .flex-left .icon{
	padding-top: 4px;
}
.inner-banner .inner-banner-text .flex-left .icon img{
	width: 56px;
    height: 56px;
    object-fit: contain;
}
.inner-banner .inner-banner-text .flex-right{
	margin-left: 2vw;
	padding-left: 2vw;
	border-left: 1px solid rgba(255,255,255,.35)
}
.inner-banner .breadcrumb{
	margin-top: 15px;
}

.inner-banner .more-btn{
    margin-top: 30px;
}
.inner-banner .more-btn.btn-white .iconfont{
    color: var(--color-primary);
}
@media screen and (max-width: 1599px) {
	.inner-banner .inner-banner-text .title{
		font-size: 42px;
	}
}
@media screen and (max-width: 1199px) {
	.inner-banner .inner-banner-text .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	.inner-banner{
		padding-bottom: 35px;
		align-items: center;
		padding-top: 60px;
	}
    .inner-banner .more-btn{
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
	.inner-banner{
		min-height: 240px;
		padding-bottom: 0;
	}
    
	.inner-banner .inner-banner-text{
		margin-bottom: 0;
        /* padding: 30px 0 80px; */
        /* text-align: center; */
        padding: 50px 0 60px;
	}
	.inner-banner .inner-banner-text .flex{
		display: block;
		text-align: center;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 28px;
	}
	.inner-banner .inner-banner-text .flex-right{
		padding-left: 0px;
		margin-left: 0px;
		border-left: 0;
	}
	.inner-banner .breadcrumb{
		display: none;
	}
	.inner-banner .inner-banner-text .flex-left{
		display: none;
	}
	.inner-banner .breadcrumb{
		margin-top: 15px;
	}
}
/*inner-banner END*/

/* event-banner */
.event-banner .calendar .day{
    font-size: 42px;
    text-align: center;
}
.event-banner .calendar .month{
    font-size: 14px;
    line-height: 1;
}
.event-banner .sep{
    width: 2px;
    height: 20px;
    background-color: #fff;
    margin: 16px auto 8px;
    opacity: .35;
}
.event-banner .info{
    margin-top: 20px;
}
.event-banner .info-item+.info-item{
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .event-banner .inner-banner-text .flex{
        text-align: unset;
    }
}
@media screen and (min-width: 1200px) {
	.event-banner .inner-banner-text .title{
		font-size: 36px;
	}
}
/* event-banner END */


/* breadcrumb */
.breadcrumb>*{
    position: relative;
    z-index: 1;
}
.layui-breadcrumb a,
.layui-breadcrumb a cite{
    color: inherit!important;
    opacity: .85;
}
.layui-breadcrumb a cite{
    text-decoration: underline;
}
.layui-breadcrumb a:hover{
    color: var(--color-secondary)!important;
}
.layui-breadcrumb a.last:hover,
.layui-breadcrumb a:hover cite{
    color: unset!important;
}
.layui-breadcrumb span[lay-separator]{
    color: inherit;
    opacity: .85;
}
.layui-breadcrumb a.last,
.layui-breadcrumb a.last cite{
    opacity: 1;
}
/* breadcrumb END */

/*category-nav*/
.category-block{
	margin-top: -40px;
    width: 100%;
    overflow: hidden;
}
.category-nav{
	height: 80px;
	position: relative;
	display: flex;
	font-size: 18px;
	justify-content: center;
}
.category-swiper {
	background: #FFFFFF;
	box-shadow: 0px 10px 16px 0px rgb(224 226 228 / 28%);
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.category-swiper .swiper-button-next,
.category-swiper .swiper-button-prev{
	top: 0;
	bottom: 0;
	margin-top: 0;
	background-color: rgba(255,255,255,.5);
	height: 100%;
	width: 30px;
    border-radius: 0;
}
.category-swiper .swiper-button-next{
	right: 0;
}
.category-swiper .swiper-button-prev{
	left: 0;
}
.category-swiper .swiper-button-next:after,
.category-swiper .swiper-button-prev:after{
	color: #000;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.category-swiper .swiper-button-prev:after{
    content: "\e608";
}
.category-swiper .swiper-button-next:after{
    content: "\e682";
}
.category-swiper .swiper-button-next.swiper-button-disabled,
.category-swiper .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.category-swiper .swiper-container,
.category-swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.category-swiper .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    height: 100%;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	line-height: 1.3;
    color: inherit;
    display: block;
}
.category-nav .item{
	flex: 1;
	height: 100%;
	position: relative;
	text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.5vw;
    cursor: pointer;
    position: relative;
    z-index: 2;
    min-width: 180px;
}
.category-nav .num{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 85px;
    z-index: 1;
    line-height: 1;
    opacity: .04;
    font-family: "Arial";
    text-align: center;
}
.category-nav .swiper-slide:hover,
.category-nav .swiper-slide.active{
	background: var(--color-primary);
	color: #fff;
}
.category-nav .swiper-slide:hover .num,
.category-nav .swiper-slide.active .num{
    opacity: .06;
}
@media screen and (max-width: 1199px) {
	.category-block{
		margin-top: -35px;
	}
	.category-nav{
		height: 70px;
		font-size: 15px;
	}
	.category-nav .item span{
		font-size: 65px;
	}
}
@media screen and (max-width: 767px) {
	.category-block{
		margin-top: 0;
        margin-top: -50px;
	}
	.category-nav{
		height: 50px;
		font-size: 14px;
		background: unset;
	}
	.category-block .layui-container{
		padding: 0;
	}
    .category-swiper,
    .category-swiper .swiper-slide{
        background: unset!important;
        color: #eee;
        box-shadow: unset!important;
    }
	.category-nav .item{
		min-width: 0;
        padding: 0 15px;
	}
    .category-nav .num{
        display: none;
    }
    .category-nav .swiper-slide:hover, 
    .category-nav .swiper-slide.active{
        color: #fff;
    }
    .category-nav .swiper-slide.active:after{
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 8px;
        height: 1.5px;
        background-color: #fff;
        border-radius: 2px;
    }
}
/*category-nav END*/

.bg-grey{
    background-color: var(--bg-grey);
}



/*news-list*/
.news-list .swiper-slide{
    height: auto;
}
.news-list .item{
    position: relative;
    padding-bottom: 40px;
    height: 100%;
    cursor: pointer;
    display: block;
    color: var(--color-text-primary);
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 6%);
    background-color: #fff;
}
.news-list .item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.news-list .item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-list .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .item .text-box{
    z-index: 3;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 20px;
}
.news-list .item .title{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list .item .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: var(--color-text-secondary);
    line-height: 1.8;
}
.news-list .item .more{
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    z-index: 3;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 20px;
}
.news-list .item .more .single-link{
    margin-top: 0;
}
.news-list .item .more .iconfont{
    margin-right: 6px;
}
.news-list .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: var(--color-primary);
    z-index: 2;
}
.news-list .item.active:after,
.news-list .item:hover:after{
    height: 100%;
}
.news-list .item.active .text-box,
.news-list .item:hover .text-box{
    top: -40%;
    /* padding: 0 20px; */
    color: #fff;
}
.news-list .item.active .more,
.news-list .item:hover .more{
    bottom: 20%;
    padding: 0 20px;
}
.news-list .item.active .desc,
.news-list .item:hover .desc{
    color: rgba(255, 255, 255, .75);
}
.news-list .item.active .more .single-link,
.news-list .item:hover .more .single-link{
    color: #fff;
}
/*news-list END*/



/*event-list*/
.event-list .event-item{
	display: flex;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
    color: inherit;
    padding: 2vw;
    background-color: inherit;
    box-shadow: unset;
}
.event-list .event-item+.event-item{
	margin-top: 30px;
}
.event-list .event-item .img-box{
	width: 30%;
	overflow: hidden;
	position: relative;
}
.event-list .event-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.event-list .event-item:hover{
	-webkit-box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    box-shadow: 0px 10px 30px -17px rgb(50 50 50 / 20%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: var(--color-primary);
    background-color: #fff;
    box-shadow: 18px 27px 83px 0px rgba(0,0,0,0.0500);
}
/* .event-list .event-item:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} */
.event-list .event-item .time .day{
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.event-list .event-item .time .month{
	opacity: .85;
}
.event-list .event-item .time{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.event-list .event-item .text-box{
	width: 70%;
	/* background: #fff; */
	/* padding: 3vw 3.5vw; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    padding-left: 3vw;
}
.event-list .event-item .text-box .title{
	font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-list .event-item .text-box .desc{
	margin-top: 15px;
    color: var(--color-text-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 44px;
    font-size: 14px;
}
.event-list .event-item .text-box .bottom{
	margin-top: 30px;
	color: var(--color-text-secondary-grey);
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.event-list .event-item .text-box .bottom .flex-left{
	flex: 1;
	overflow: hidden;
	margin-right: 15px;
}
.event-list .event-item .text-box .info-item{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-list .event-item .text-box .info-item+.info-item{
	margin-top: 3px;
}
.event-list .event-item .more-btn{
	width: 100px;
	text-align: center;
    margin-top: 0;
}
.event-list .event-item:hover .more-btn:not(.btn-grey){
    background-color: var(--color-secondary);
    color: #fff;
}
@media screen and (max-width: 991px) {
	.event-list .event-item .time .day{
		font-size: 2.4em;
	}
	.event-list .event-item .text-box{
		padding: 30px;
	}
	.event-list .event-item .text-box .title{
		font-size: 18px;
	}
	.event-list .event-item .more-btn{
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.event-list .event-item .text-box .title{
		font-size: 16px;
		white-space: normal;
		overflow: unset;
		text-overflow: unset;
        font-weight: bold;
	}
	.event-list .event-item{
		display: block;
        padding: 0;
	}
    .event-list .event-item:hover{
        background: unset;
    }
	.event-list .event-item .img-box,
	.event-list .event-item .text-box{
		width: 100%;
	}
	.event-list .event-item .text-box{
		padding: 0;
        padding: 20px;
        background-color: #fff;
	}
	.event-list .event-item .time{
		left: 15px;
		top: 15px;
	}
	.event-list .event-item .text-box .bottom{
		margin-top: 15px;
		color: var(--color-text-secondary);
	}
	.event-list .event-item .text-box .desc{
		margin-top: 5px;
		display: none;
	}
}
/*event-list END*/


/* about */
.introduction-block .img-box{
    position: relative;
    padding: 20px 20px 10px 10px;
}
.introduction-block .img-box:before,
.introduction-block .img-box:after{
    content: "";
    position: absolute;
    height: 0;
}
.introduction-block .img-box:before{
    left: 0;
    bottom: 0;
    width: 15%;
    padding-bottom: 15%;
    background-color: var(--color-secondary);
    z-index: 0;
}
.introduction-block .img-box:after{
    top: 0;
    right: 0;
    width: 30%;
    padding-bottom: 30%;
    background-color: var(--color-primary);
    z-index: 0;
}
.introduction-block .img-box .img{
    position: relative;
    z-index: 3;
}
/* about END */

/* message-block */
.message-block>.layui-container>.index_title{
    display: none;
}
.message-swiper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.message-block .message-img-swiper{
    width: 36%;
    position: relative;
}
.message-block .message-text-swiper{
    width: 64%;
    padding-left: 5vw;
}
.message-block .message-img-swiper:after{
    content: "";
    position: absolute;
    left: -2000px;
    right: 0;
    bottom: 0;
    height: 60%;
    background-color: #E0EAF3;
}
.message-swiper .sign{
    text-align: right;
    margin-top: 40px;
    padding-bottom: 6px;
}
.message-swiper .text-box{
    color: var(--color-text-secondary-grey);
    font-size: 14px;
    line-height: 1.8;
}
.message-swiper .swiper-btn{
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.message-swiper .swiper-btn{
    background-color: #F5FBFF;
}
@media screen and (max-width: 767px) {
    .message-block>.layui-container>.index_title{
        display: block;
    }
    .message-text-swiper>.index_title{
        display: none;
    }
    .message-swiper{
        display: block;
    }
    .message-swiper .message-img-swiper,
    .message-swiper .message-text-swiper{
        width: 100%;
    }
    .message-block .message-img-swiper:after{
        right: -2000px;
    }
    .message-swiper .message-text-swiper{
        padding-top: 30px;
        padding-left: 0;
    }
}
/* message-block END */

/* team */

.team-item{
    text-align: center;
    display: block;
    color: inherit;
}
.team-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.team-item .img-box::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-primary);
    opacity: 0;
    transition: all .3s;
}
.team-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-item .img-box .team-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    transform: translateY(100%);
}
.team-item:hover .img-box:before{
    opacity: .35;
}
.team-item:hover .img-box .team-title{
    transform: translateY(0);
}
.team-item .text-box{
    margin-top: 10px;
    font-weight: bold;
}
/* team END */

/* contact-wrap */
.contact-wrap{
    background-color: #F5FBFF;
    padding: 5vw;
}
.contact-item{
    display: flex;
}
.contact-item .icon-box{
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    box-shadow: 10px 22px 35px 0px rgba(8,18,40,0.1900);
    border-radius: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-top: 4px;
}
.contact-item .text-box{
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}
.contact-item .text-box .title{
    font-size: 18px;
}
.contact-item .text-box .label{
    color: var(--color-text-secondary-grey);
    margin-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-wrap .layui-col-xs12{
    position: relative;
}
@media screen and (min-width: 768px) {
    .contact-wrap .layui-col-xs12+.layui-col-xs12:after{
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 15px;
        width: 1px;
        border-left: 1px solid var(--border-color-base);
    }
}
/* contact-wrap END */

/* nft-container */
.nft-block{
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    padding-top: 0;
}
.nft-block .breadcrumb{
    padding: 20px 0;
}
.nft-flex{
    flex: 1;
    display: flex;
    align-items: center;
}
.nft-container .row-flex{
    align-items: center;
}
.nft-container .img-swiper{
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.nft-container .img-swiper img{
    max-width: 400px;
    max-height: 70vh;
    height: 450px;
    margin: 0 auto;
}
.nft-container .swiper-pagination{
    left: 50%;
    right: unset;
    text-align: center;
    bottom: 0;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 0 10px;
}
.nft-container .swiper-pagination-bullet-active::before{
    content: unset;
}
.nft-container .swiper-pagination-bullet{
    margin: 0 4px;
    background-color: #fff;
}
.nft-container .swiper-pagination-bullet-active{
    background-color: var(--color-primary);
}

.nft-container .title{
    font-size: 42px;
    color: var(--color-primary);
    font-weight: bold;
}
.nft-container .desc{
    font-size: 22px;
    color: var(--color-primary);
    margin-top: 10px;
}
.nft-container .download{
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
}
.nft-container .download .item{
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.nft-container .download .item>*{
    position: relative;
    z-index: 1;
}
.nft-container .download .item+.item{
    margin-left: 20px;
}
.nft-container .download .item .text{
    text-align: center;
    font-size: 16px;
    color: var(--color-primary);
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
    width: 140px;
    transition: all .3s;
}
.nft-container .download .item:hover{
    overflow: unset;
}
.nft-container .download .item:hover .text{
    color: #fff;
    background-color: var(--color-primary);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nft-container .download .item .code{
    padding: 0 10px 20px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 0;
    opacity: 0;
    transition: all .3s;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
    transform: translateY(-20px);
    margin-top: -5px;
}
.nft-container .download .item .code img{
    max-width: 100px;
}
.nft-container .download .item:hover .code{
    opacity: 1;
    background-color: var(--color-primary);
    transform: translateY(0);
}

.nft-container .download .item .code{
    position: relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}
.nft-container .download .item .text{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media screen and (max-width: 991px) {
    .nft-container{
        text-align: center;
    }
    .nft-container .download{
        justify-content: center;
    }
    .nft-container .download .item .code{
        position: relative;
        opacity: 1;
        transform: translateY(0);
        z-index: 2;
    }
    .nft-container .download .item .text{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .nft-container .img-swiper img{
        max-height: 360px;
    }
    .nft-container .title{
        font-size: 36px;
        margin-top: 20px;
    }
    .nft-container .desc{
        font-size: 20px;
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .nft-container .title{
        font-size: 28px;
    }
    .nft-container .desc{
        font-size: 16px;
        margin-top: 0;
    }
    .nft-container .img-swiper img{
        max-height: 280px;
        max-width: 300px;
    }
    .nft-container .download .item .text{
        font-size: 14px;
    }
    .nft-container .download{
        margin-top: 20px;
    }
}
/* nft-container END */

/* apply-content */
.apply-content{
    position: relative;
}
.apply-content .page-content{
    background-color: var(--bg-grey);
    padding: 3vw;
    position: relative;
    z-index: 2;
}
.apply-content::before{
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    background-image: url(../images/bg_2.png);
    background-size: 160px auto;
    width: 160px;
    height: 160px;
    z-index: 0;
}
.apply-content::after{
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -900px;
    background: url(../images/bg_2.png) right no-repeat;
    background-size: auto 100%;
    width: 1000px;
    opacity: .2;
}
@media screen and (max-width: 767px) {
    .apply-content .page-content{
        padding: 20px;
    }
}
/* apply-content END */

/* award-item */
/* .awards-list{
    margin-top: 30px;
} */
.award-item{
    background-color: rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #f5c04e;
    position: relative;
    height: 100%;
}
.award-item .bg{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 16px;
    background: url(../images/award-bg.png) center center no-repeat;
    background-size: contain;
    opacity: .25;
    z-index: 0;
}
.award-item .text-box{
    /* padding: 10px 0 30px; */
    font-size: 13px;
    position: relative;
    z-index: 2;
}
/* .award-item .text-box>*{
    white-space: nowrap;
} */
.award-item .text-box .title{
    font-size: 16px;
    margin: 2px 0;
    font-weight: bold;
}
.award-item .text-box .desc{
    color: #fff;
    opacity: .85;
    line-height: 1.5;
    margin-top: 5px;
}
.center .awards-list{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
@media screen and (min-width: 1200px) {
    .awards-list .layui-col-lg2{
        width: 20%;
    }
   
}
@media screen and (max-width: 1200px){
    .center .awards-list{
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .award-item .bg{
        display: none;
    }
    .award-item .text-box{
        padding: 0;
    }
    .award-item{
        padding: 20px 10px;
    }
}
/* award-item END */



/* page-block */
.page-block{
    position: relative;
    z-index: 9;
    padding: 0;
    margin-top: -60px;
    background-color: unset;
}
.page-block:before{
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    top: 0px;
    bottom: 0;
    background-color: #fff;
}
.content-col{
    position: relative;
    background-color: #fff;
}
.bg-grey .page-block:before,
.bg-grey .content-col{
    background-color: var(--bg-grey);
}
.page-block .page-container{
    padding: 40px 0;
}
.page-block .sidebar{
    padding: 40px 0;
    margin-top: 60px;
}
.sidebar-col{
    position: relative;
}
.sidebar-col:after{
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 1px;
    border-left: 1px dashed var(--border-color-base);
}
@media screen and (max-width: 991px) {
    .page-block{
        margin-top: 0;
        padding: 40px 0;
    }
    .page-block:before{
        content: unset;
    }
    .page-block .page-container{
        padding: 0;
    }
    .page-block .sidebar{
        padding: 0;
        margin: 0;
    }
    .sidebar-col:after{
        content: unset;
    }
}
/* page-block END */


/*sidebar*/
.sidebar .sidebar-item{
    margin-bottom: 30px;
}
.sidebar .sidebar-item:last-child{
    margin-bottom: 0;
}

.sidebar-item h4{
    font-weight: normal;
    font-size: 20px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e2e2e2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-item h4:after{
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    bottom: -2px;
}
.sidebar-item h4 span{
    display: block;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.sidebar-item h4 .iconfont{
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: var(--color-primary);
}
.sidebar-item ul li{
    margin: 15px 0;
}
.sidebar-item ul li a{
    color: var(--color-text-primary);
}
.sidebar-item ul li a:hover{
    color: var(--color-primary);
}
.sidebar-item ul li .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar-item ul li .title+.time{
    margin-top: 5px;
}
.sidebar-item ul li .time {
    font-size: 13px;
    color: var(--color-text-secondary);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-item ul li .time .iconfont{
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    .sidebar .sidebar-item {
        padding-top: 20px;
        position: relative;
    }
    .sidebar .sidebar-item:after{
        content: "";
        position: absolute;
        top: 0;
        height: 5px;
        background: #f0f0f0;
        left: -5vw;
        right: -5vw;
    }
}
/*sidebar END*/

/* sidebar-contact  Start*/
.sidebar-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    background-color: #fff;
    border-top: 5px solid var(--color-primary);
}
.sidebar-contact .img-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-contact .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-contact .name{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed var(--border-color-lighter);
    font-size: 18px;
    padding: 20px 0;
}
.sidebar-contact .info-box{
    margin-top: 20px;
    font-size: 14px;
}
.sidebar-contact .info-box .info-item{
    margin-bottom: 5px;
}
.sidebar-contact .info-box .info-item i{
    color: var(--color-primary);
    margin-right: 5px;
}
.sidebar-contact .qr-box{
    margin-top: 25px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.sidebar-contact .qr-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-contact .tip{
    margin-top: 5px;
    font-size: 14px;
}
/* sidebar-contact  End*/

/* sidebar-item */
.sidebar-contact+.sidebar-item{
    margin-top: 20px;
}
.sidebar-item.bg-white{
    background-color: #fff;
    padding: 20px;
}
.sidebar-item .qrcode{
    display: flex;
}
.sidebar-item .qrcode-item{
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    color: var(--color-text-secondary-grey);
    flex: 1;
}
.sidebar-item .qrcode-item img{
    max-width: 100px;
    margin-bottom: 6px;
}
/* sidebar-item END */

/* article-title */
.article-title  h3{
    font-size: 28px;
}

.article-title{
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--border-color-light);
    margin-bottom: 30px;
}
.article-title .article-other{
    margin-top: 10px;
    color: var(--color-text-secondary);
    font-size: 14px;
}
.article-title .article-otherBase .iconfont{
    margin-right: 8px;
}
.article-title .article-otherBase span+span{
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .article-title  h3{
        font-size: 24px;
    }
}
/* article-title END */

/* event-block */
.event-block{
    background-color: #fff;
}
.event-block .left-content{
    position: relative;
    z-index: 9;
}
.event-block .left-content .breadcrumb{
    padding: 20px 0;
}
.event-block .left-content .content-box{
    padding: 80px 0 100px;
}
.event-block .left-content .title-box{
    position: relative;
    font-size: 42px;
    line-height: 1;
}
.event-block .left-content .title-box .en{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 2.5em;
    color: var(--color-text-secondary-grey);
    opacity: .05;
    z-index: 0;
}
.event-block .left-content .title{
    color: var(--color-primary);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    z-index: 2;
}
.event-block .left-content .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 48px;
    background-color: var(--color-primary);
    border-radius: 4px;
}
.event-block .right-content{
    position: relative;
    height: 100%;
    z-index: 1;
}
.event-block .right-content:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 60px;
    left: -120px;
    background-color: var(--bg-grey);
    z-index: 0;
}
.event-block .right-content .img-box .img,
.event-block .right-content .img-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.event-block .right-content .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:991px) {
    .event-block{
        padding-bottom: 40px;
    }
    .event-block .left-content .content-box{
        padding: 20px 0 0;
    }
    .event-block .left-content .title-box{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .event-block .right-content .img-box{
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }
    .event-block .right-content:after{
        content: unset;
    }
}
/* event-block END */

/* autoheight-swiper */
.autoheight-swiper .swiper-container{
    padding: 15px 0;
}
.autoheight-swiper .swiper-slide{
    height: auto;
}
.autoheight-swiper.news-list .item{
    box-shadow: unset;
}
/* autoheight-swiper END */


/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next{
    position: static;
    margin: 0;
    font-weight: bold;
    transition: background .3s;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.swiper-btn .swiper-button-next{
    margin-left: 12px;
}
.swiper-btn{
    display: flex;
    align-items: center;
}
.swiper-btn.plain .swiper-button-prev,
.swiper-btn.plain .swiper-button-next{
    background: unset;
    border: 1.5px solid var(--color-primary);
    color: var(--color-primary);
}
.swiper-btn.plain .swiper-button-prev.swiper-button-disabled,
.swiper-btn.plain .swiper-button-next.swiper-button-disabled{
    border-color: var(--color-text-secondary);
    color: var(--color-text-secondary);
}
.swiper-btn.plain .swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-btn.plain .swiper-button-next:not(.swiper-button-disabled):hover{
    background-color: var(--color-primary);
    color: #fff;
}
/* swiper-btn END */


/* search page */
.search-page .layui-form{
    max-width: 1000px;
    margin: 0 auto;
}
.search-page .input-box{
    position: relative;
    display: flex;
}
.search-page .layui-input{
    height: 60px;
    border: 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
}
.search-page .layui-form-select .layui-input{
    padding-right: 36px;
}
.search-page .layui-form-select{
    width: 50%;
}
.search-page .layui-form-select dl{
    top: 60px;
    border-radius: 0;
}
.search-page .form-submit{
    outline: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
}

.search-result .item{
    display: block;
    border-bottom: 1px solid var(--border-color-lighter);
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: inherit;
}

.search-result .item .title{
    font-size: 22px;
    color: var(--color-text-primary);
}
.search-result .item .desc{
    color: var(--color-text-secondary);
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-result .item:hover .title{
    text-decoration: underline;
}
.search-result .item .bottom{
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-result .item .tag{
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
    background-color: rgba(200, 22, 30, .06);
}
.search-result .item .tag+.tag{
    margin-left: 6px;
}
@media screen and (max-width: 767px) {
    .search-page .input-box{
        margin: 0;
        display: block;
    }
    .search-page .layui-form-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-page .form-submit {
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .search-result .item .title{
        font-size: 18px;
    }
}
/* search page END */


/*.search-nav*/
.search-nav{
    position: relative;
    margin-bottom: 50px;
}
.search-nav:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-bottom: 1.5px solid var(--border-color-light);
}
.search-nav .swiper-slide{
    width: auto;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: var(--color-text-secondary);
}
.search-nav .swiper-slide:hover,
.search-nav .swiper-slide-active{
    color: var(--color-text-primary);
}
.search-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: var(--color-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;
}
.search-nav .swiper-slide:not(:last-child):before{
    content: "";
    position: absolute;
	right: -30px;
	top: 7px;
	bottom: 23px;
	width: 1px;
	background: var(--border-color-base);
	/*font-weight: lighter;
	color: #aaa;*/
}
.search-nav .swiper-slide-active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (max-width: 991px) {
	.search-nav .swiper-slide{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.search-nav{
		margin-bottom: 25px;
	}
	.search-nav .swiper-slide{
		font-size: 16px;
	}
}
/*.search-nav END*/
.xuanshou-swiper,.pingshen-swiper{
    position: relative;
}