.red{
    color: red!important;
}

header{
    z-index: 999;
    background: #fff;
    transition: all .3s;
    position: relative;
}
header .logo img{
    height: 48px;
    transition: all .3s;
}
header .logo .logo-white{
    display: none;
}
header .logo .logo-black{
    display: block;
}
@media screen and (max-width: 1199px) {
    header .logo img{
        height: 40px;
    }
}
@media screen and (max-width: 767px) {
    header .logo img{
        height: 32px;
    }
}
.header{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layui-nav .layui-nav-item.active a{
    color: var(--color-primary);
    opacity: 1;
}
.layui-nav .layui-nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    height: 3px;
}
.header-main .divided{
    height: 16px;
    width: 1px;
    background: rgba(0,0,0,.5);
    margin: 0 12px;
}
.header-main .btn{
    padding: 0 8px;
    white-space: nowrap;
    display: block;
    cursor: pointer;
    color: inherit;
}

.header-main{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-btn a{
    color: inherit;
}
.header-main{
    font-size: 1rem;
}
.layui-nav,
.layui-nav *{
    font-size: inherit;
}
@media screen and (min-width: 992px) {
    header .layui-container{
        position: relative;
    }
    .layui-nav {
        background: none;
        /* -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; */
        padding: 0;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        background: var(--color-primary);
        height: 3px;
    }
    .layui-nav ul{
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .layui-nav li{
        display: table-cell;
        text-align: right;
    }
    .layui-nav li>a{
        font-size: inherit;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }
    .layui-nav .layui-nav-item{
        margin: 0 10px;
    }
    .layui-nav .layui-nav-item>a{
        padding: 0;
        color: inherit;
    }
    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
        color: var(--color-primary);
        opacity: 1;
    }

    header .layui-nav .layui-nav-child{
        top: 100%;
        margin-top: -2px;
        background-color: var(--color-primary);
        border: none;
    }
    header .layui-nav .layui-nav-child:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
    }
    .layui-nav .layui-nav-child a{
        line-height: 40px;
        height: 40px;
        font-size: .8125rem;
        color: #eee;
        text-align: left;
    }
    .layui-nav .layui-nav-child a:hover,
    .layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
        background-color: var(--color-primary);
        color: #fff;
    }
    .layui-nav .layui-nav-more,
    .layui-nav .layui-nav-mored{
        content: none;
        border: none;
        position: static;
        width: 14px;
        height: 14px;
        display: inline-block;
    }
    .layui-nav .layui-nav-more:after{
        content: '\e625';
        font-family: "iconfont";
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -10px;
        font-size: .75rem;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .layui-nav .layui-nav-mored:after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media screen and (min-width: 1400px) {
    .layui-nav .layui-nav-item{
        margin: 0 12px;
    }
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
    .layui-nav .layui-nav-item{
        margin: 0 5px;
    }
}
.header-mobile{
    display: none;
}
.headerTemp{
    height: 80px;
    display: none;
}

.site-mobile .layui-nav.layui-nav-tree{
    display: block;
    width: 100%;
    border-top: 1px solid var(--border-color);
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover,
.layui-nav-tree .layui-nav-bar{
    background-color: rgba(255,255,255,.05);
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: rgba(255,255,255,.15);
}
@media screen and (max-width: 991px) {
    .site-mobile .layui-container{
        position: static;
    }
    .site-mobile .layui-nav.layui-nav-tree{
        width: 100%;
    }
    .layui-nav{
        background: #fff;
    }
    .header-main .divided{
        display: none;
    }
    header .layui-nav{
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(161,137,102,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 20px 15px;
        /* border-bottom: 1px solid rgba(0,0,0,.05); */
        position: relative;
        height: auto;
        line-height: 1;
        color: var(--color-text-primary);
    }
    .layui-nav .layui-nav-item.active:after{
        content: unset;
    }
    .layui-nav .layui-nav-item a:hover{
        color: var(--color-primary);
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    .layui-nav .layui-nav-child{
        box-shadow: none;
        border: none;
        background: none!important;
        position: static;
    }
    .layui-nav .layui-nav-child a{
        color: #05161e;
        font-size: .75rem;
        padding: 12px 15px;
    }

    .header-mobile{
        /* position: absolute;
        right: 0;
        top: 0; */
        width: 54px;
        height: 80px;
        display: block;
        margin-right: -15px;
    }

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 1.125rem;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        /* position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0; */
        padding: 31px 15px;
        line-height: 1;
    }
    .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 .search-form .form-text{
        background: rgba(0,0,0,.25);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        margin-top: 10px;
        -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;
        z-index: 998;
        background: rgba(0,0,0,.75);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}
@media screen and (max-width: 767px) {
    .header-main .btn{
        padding: 0;
        padding-left: 10px;
    }
    .header-main .search-btn{
        display: none;
    }
}

/* header-white */
.header-white .headerTemp{
    position: absolute;
}
.header-white header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none;
    box-shadow: none;
}
.header-white .header .logo-white{
    display: block;
}
.header-white .header .logo-black{
    display: none;
}
.header-white .header .header-main{
    color: #fff;
}
.header-white.site-mobile header{
    background: #fff;
}
.header-white .header-main .divided{
    background-color: rgba(255, 255, 255, .5);
}
.header-white .site-tree-mobile .icon-reorder{
    background: #fff;
}

.header-white .layui-nav .layui-nav-item.active a{
    color: #fff;
}
.header-white .layui-nav .layui-nav-item.active:after{
    background-color: #fff;
}
/* header-white END */

header.fixed{
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    color: var(--color-text-primary)!important;
    opacity: 0;
}
.header-white.site-mobile header .header-main,
header.fixed .header .header-main{
    color: var(--color-text-primary)!important;
}
header.fixed .layui-nav .layui-nav-more{
    border-color: var(--color-text-primary) transparent transparent!important;
}
.header-white.site-mobile header .logo-white,
header.fixed .header .logo-white{
    display: none;
}
.header-white.site-mobile header .logo-black,
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;
    opacity: 1;
}
header.fixed .header-main .divided{
    background-color: rgba(0,0,0,.5)!important;
}
.site-mobile .site-tree-mobile .icon-reorder,
header.fixed .layui-nav .layui-nav-item.active:after,
header.fixed .site-tree-mobile .icon-reorder{
    background: var(--color-primary)!important;
}

.site-mobile .layui-nav .layui-nav-item.active a,
header.fixed .layui-nav .layui-nav-item.active a{
    color: var(--color-primary)!important;
}

@media screen and (max-width: 767px) {
    .header-white header{
        position: relative;
        background-color: #fff;
    }
    .header-white .header .logo-white,
    header.fixed .header .logo-white{
        display: none;
    }
    .header-white .header .logo-black,
    header.fixed .header .logo-black{
        display: block;
    }
    .header-white .header .header-main{
        color: inherit;
    }
    .header-white .site-tree-mobile .icon-reorder{
        background-color: var(--color-primary);
    }
    .header-white .headerTemp{
        position: static;
    }
    .header-white .banner::before{
        content: unset!important;
    }
}


/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 40px;
    height: 40px;
    z-index: 99;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: VAR(--COLOR-PRIMARY);
    border-radius: 50%;
    color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: VAR(--COLOR-PRIMARY);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.125rem;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: "\e60e";
    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: 1.2rem;
    }
}
/*swiper-button END*/

/*.swiper-pagination*/
.swiper-pagination-bullet{
    margin: 0 4px;
    background: rgba(0,0,0,.5);
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    opacity: .75;
}
.swiper-pagination.bg_white .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination.bg_white .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active{
    background-color: var(--color-primary);
    opacity: 1;
}
/*.swiper-pagination EMD*/

.main{
    width: 100%;
    overflow: hidden;
}
.bg-grey{
    background-color: var(--bg-grey);
}

@media screen and (max-width: 991px){
    .mobile-white {
        background-color: #fff;
    }
}

/*banner*/
.header-white .banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: -webkit-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,0));
    z-index: 2;
}
.banner{
    height: 36vw;
    min-height: 480px;
    position: relative;
}
.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{
    bottom: 50px;
    position: absolute;
    left: 0;
    height: 30px;
    z-index: 5;
    margin-left: 0;
    width: 100%;
}
.banner .swiper-bottom .swiper-bottom-container{
    position: relative;
}
.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:after,
.banner .swiper-button-next:after{
    font-size: 1.5rem;
    content: "\e635";
    font-weight: lighter;
    margin-top: 0;
}
.banner .swiper-button-prev{
    left: unset;
    right: 40px;
    top: 20px;
}
.banner .swiper-button-next{
    right: 0;
    /* left: 140px; */
    top: 16px;
}


.banner .swiperNum {
    color: #fff;
    display: inline-block;
    padding-left: 30px;
    font-size: .75rem;
    position: relative;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 100px;
}
.banner .swiperNum:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.banner .swiperNum>*{
    opacity: .5;
}
.banner .swiperNum>ul{
    opacity: 1;
}
.banner .swiperNum ul li {
    position: absolute;
    left: 0;
    bottom: 1px;
    text-align: center;
    font-size: 1rem;
    text-align: left;
}

.banner .swiperNum .total{
    padding-left: 6px;
    text-align: right;
    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: "\e72d";
}

.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: 1199.9px) {
    .banner{
        height: 42vw;
        min-height: unset;
    }
}
@media screen and (max-width: 767px) {
    .banner .swiper-bottom{
        width: 200px;
        margin-left: -100px;
        left: 50%;
        bottom: 20px;
    }
}
/*banner END*/

/*banner-box*/
.banner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 9;
    /* text-align: center; */
}
.banner-box .banner-text{
    /* max-width: 600px; */
    /* margin: 0 auto; */
}
.banner-box .banner-title{
    font-size: 3.375rem;
    text-transform: uppercase;
    line-height: 1.2;
}
.banner-box .banner-title .small{
    font-size: .32em;
    margin-top: 16px;
    font-weight: 100;
    opacity: .75;
}
.banner-box .banner-desc{
    font-size: .875rem;
    margin-top: 20px;
    opacity: .5;
}
.banner-box .banner-more{
    font-size: .875rem;
    margin: 0 auto;
    /*margin-top: 30px;*/
}
.banner-box .banner-more .single-link{
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .banner-box .banner-title{
        font-size: 3rem;
    }
}
@media screen and (max-width: 992px) {
    .banner-box .banner-title{
        font-size: 2.875rem;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: .875rem;
    }
}
@media screen and (max-width: 767px) {
    .banner-box .banner-text{
        max-width: 100%;
        text-align: center;
    }
    .banner-box .banner-title{
        font-size: 1.875rem;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: .8125rem;
    }
    .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: 1.375rem;
    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:  1199.9px) {
    .banner-nav ul>li a{
        padding: 20px 10px;
    }
}
@media screen and (max-width:  991.9px) {
    .banner-nav ul>li a{
        font-size: 1rem;
        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: .75rem;
    /*opacity: .65;*/
}
.banner-video .scroll-down .iconfont{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    font-size: 1.375rem;
    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: 4vw 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.white{
    background-color: #fff;
}
.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.grey{
    background-color: var(--bg-primary);
}
.block.primary{
    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{
    color: #000;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_title .title{
    position: relative;
    z-index: 2;
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 2px;
    background: url(../images/icon_title_circle.png) left top no-repeat;
    background-size: auto 65%;
    padding-left: 15px;
    padding-top: 5px;
}
.index_title .title span{
    display: block;
    line-height: 1.3;
}
.index_title_en{
    /* color: var(--color-text-placeholder); */
    font-size: 1rem;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: unset;
    opacity: .5;
}
.index_title .more-btn{
    margin-top: 0;
}
.color_white .index_title{
    color: #fff;
}
.color_white .index_title .title{
    background: url(../images/icon_title_circle_white.png) left top no-repeat;
    background-size: auto 65%;
}
@media screen and (max-width: 1600px) {
    .index_title .title{
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 992px) {
    .index_title .title{
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .index_title{
        margin-bottom: 30px;
    }
    .index_title .title{
        font-size: 1.75rem;
    }
    .index_title_en{
        display: block;
        margin-left: 0;
        font-size: .75rem;
    }
}

/*index_title END*/


/*footer*/
footer{
    background: #3e3e3e;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
footer,footer a,footer a:visited{
    color: rgba(255,255,255,0.65);
    font-size: .75rem;
}
footer a:hover,
footer a:focus{
    color: rgba(255,255,255,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: 10px;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, .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 .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(255,255,255,.15);
    color: rgba(255,255,255,.85);
    border-radius: 20px;
    font-size: 1.25rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer-top .media-list .media-item a:hover{
    background: rgba(255,255,255,.85);
    color: VAR(--COLOR-PRIMARY);
}
@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(255, 255, 255, .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 #666;
    }
}
.footer-copyright{
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.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: 1.75rem;
    color: var(--color-text-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: 1.5rem;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .75);
    border-radius: 24px;
    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;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 6%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    display: block;
    color: var(--color-text-primary);
}
.slide:hover{
    color: var(--color-primary);
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    top: -3px;
}
.slide .img-box{
    height: 0;
    padding-bottom: 56.25%;
    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{
    position: relative;
    padding: 20px;
}
/* .slide .text-box:after,
.slide .text-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background-color: var(--border-color-base);
    width: 100%;
    opacity: .35;
}
.slide .text-box:after{
    background-color: var(--color-primary);
    width: 0;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.slide:hover .text-box:after{
    width: 100%;
} */
.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;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 20px;
    font-size: .75rem;
}
.slide .text-box .other>*{
    opacity: .5;
}
.slide .text-box .title{
    font-size: .9375rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.slide .text-box .date{
    font-size: .8125rem;
    opacity: .8;
    margin-top: 12px;
}

.slide.has-bottom{
    padding-bottom: 36px;
    position: relative;
}
.slide.has-bottom .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    color: var(--color-text-secondary);
}

/*slide-END*/



/*slide-grid*/
.row-flex .slide-grid{
    height: 100%;
}
.slide-grid{
    padding: 60px 20px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 100%;
    top: 0;
}
.slide-grid: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);
    top: -3px;
}
.slide-grid .img-box{
    text-align: center;
}
.slide-grid .img-box .layui-icon,
.slide-grid .img-box .iconfont{
    font-size: 4.5rem;
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    color: var(--color-primary);
    /*border: 1px solid #3C78C6;*/
    border-radius: 5px;
}
.slide-grid .text-box{
    text-align: center;
}
.slide-grid .text-box .title{
    font-size: 1.125rem;
    position: relative;
    margin: 15px 0;
    padding-bottom: 8px;
}
.slide-grid .text-box .title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    background: var(--color-primary);
}
.slide-grid .text-box .sub-title{
    margin-bottom: 15px;
}
.slide-grid .text-box .desc {
    color: var(--color-text-secondary);
}
.slide-grid .img-box img{
    width: 90px;
    height: 90px;
}
@media screen and (max-width: 1199px) {
    .slide-grid{
        padding: 40px 15px;
    }
}
@media screen and (max-width: 767px) {
    .slide-grid .img-box .layui-icon, .slide-grid .img-box .iconfont{
        font-size: 3.5rem;
        width: 56px;
        height: 56px;
        line-height: 56px;
    }
    .slide-grid .img-box img{
        width: 56px;
        height: 56px;
    }
}
/*slide-grid END*/



/* news-block */
.news-block{
    /* margin-top: -100px; */
    position: relative;
    z-index: 2;
}
.news-block:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* background-color: #fff; */
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../images/bg-news.png);
    opacity: .45;
}
.news-block .block-container{
    /* background-color: #fff;
    padding: 4vw; */
    position: relative;
    z-index: 2;
    padding-left: 0!important;
}
/* @media screen and (max-width: 992px) {
    .news-block .block-container{
        padding: 50px;
    }
} */
@media screen and (max-width: 767px) {
    /* .news-block .block-container{
        padding: 40px 0;
        background: unset;
    } */
    .news-block:after{
        content: unset;
    }
    .news-block{
        margin-top: 0;
    }
}
/* news-block END */

/*index-about*/
.index-about {
    /* font-size: .875rem; */
    /* padding: 60px 0; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.index-about .about-con{
    padding-right: 50px;
}
.index-about .index-about-img{
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-about .about-con .desc{
    /* color: #eee; */
    font-size: .9375rem;
}
.index-about .about-con .desc li,
.index-about .about-con .desc p{
    margin-bottom: 8px;
}

.keywords-list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
}
.keywords-list .keywords-item{
    margin: 20px 0;
    line-height: 1;
    color: inherit;
}
.keywords-list a.keywords-item:hover{
    color: var(--color-primary);
}
.keywords-list .keywords-item .keywords-num{
    font-size: 2.4rem;
    position: relative;
    color: var(--color-primary);
    display: block;
}
.keywords-list .keywords-item .more{
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 100;
    font-style: normal;
    margin-left: 5px;
}
.keywords-list .keywords-item .keywords-text{
    margin-top: 2px;
    display: inline-block;
    padding-top: 10px;
    border-top: 1.5px solid var(--border-color-base);
    font-size: 1rem;
    letter-spacing: 1px;
    color: #4d4d4f;
    transition: all .3s ease-in-out 0s;
}
.keywords-list .keywords-item:hover{
    text-decoration: none!important;
}
.keywords-list .keywords-item:hover .keywords-text{
    color: var(--color-primary);
}
@media screen and (max-width: 991px) {
    .index-keywords .keywords-title{
        font-size: 1.125rem;
    }
    .keywords-list .keywords-item{
        text-align: center;
        font-size: .8125rem;
    }
    .keywords-list .keywords-item br{
        display: block;
    }
    .keywords-list .keywords-item .keywords-num{
        font-size: 2rem;
        padding-right: 0px;
    }
    .keywords-list .keywords-item .more{
        top: -2px;
    }
    .keywords-list .keywords-item .keywords-text{
        font-size: .875rem;
    }

    .index-about .index-about-img{
        left: 0;
        z-index: 0;
        bottom: 200px;
        background-position: center;
    }
    .index-about .layui-container{
        position: relative;
        z-index: 1;
    }
    .index-about{
        /* padding-top: 240px;
        padding-bottom: 30px;
        background: none!important;
        background-color: var(--color-primary)!important; */
    }
    /* .index-about:after{
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 200px;
        background: -webkit-linear-gradient(top,rgba(60,120,198,0),#3C78C6);
        background: -o-linear-gradient(top,rgba(60,120,198,0),#3C78C6);
        background: linear-gradient(top,rgba(60,120,198,0),#3C78C6);
    } */
    .index-about .about-con{
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .keywords-list{
        flex-wrap: wrap;
    }
    .keywords-list .keywords-item{
        width: 50%;
    }
}
@media screen and (min-width: 992px) and (max-width:1199px) {
    .keywords-list{
        flex-wrap: wrap;
    }
    .keywords-list .keywords-item{
        width: 50%;
    }
}
/*index-about END*/


/* department-block */
.department-block{
    background: var(--color-primary);
    background: linear-gradient(45deg,#3C78C6,#129691);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3C78C6",endColorstr="#129691",GradientType=1);
    /* box-shadow: inset 0 3px 7px rgb(0 0 0 / 20%), inset 0 -3px 7px rgb(0 0 0 / 20%); */
    position: relative;
}
.department-block>*{
    position: relative;
    z-index: 2;
}
.department-block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/icon-bg.png) repeat 50%;
    z-index: 1;
    opacity: .4;
}
.department-block .slide{
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .05);
    text-align: center;
    box-shadow: unset;
}
.department-block .slide .img-box:hover{
    cursor: unset;
}
.department-block .slide .text-box{
    padding: 20px 0 5px;
}
.department-block .slide:hover{
    top: 0;
}



.department-list .department-item{
    padding: 50px 30px;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    height: 100%;
    transition: all .5s;
}
.department-list .department-item>*{
    position: relative;
    z-index: 2;
}
.department-list .department-item .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all .3s;
}
.department-list .department-item .bg:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-primary);
    opacity: .95;
}
.department-list .department-item .title{
    font-size: 1.25rem;
    margin-bottom: 30px;
    position: relative;
    line-height: 1;
    padding-left: 12px;
}
.department-list .department-item .title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 4px;
}
.department-list .department-item .desc{
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    opacity: .65;
    line-height: 1.8;
}
.department-list .department-item .ul-list{
    margin-top: 30px;
    line-height: 1.8;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
}
.ul-list li{
    position: relative;
}
.ul-list li:last-child{
    margin-bottom: 0;
}
.ul-list li{
    padding-bottom: 4px;
    margin-bottom: 4px;
    position: relative;
}
.ul-list li a{
    color: var(--color-text-secondary);
    font-size: .8125rem;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.ul-list li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: rgba(255, 255, 255, .5);
    transition:  all .3s linear;
}
.ul-list li a:hover:after{
    width: 100%;
}
.department-list .department-item .num{
    font-size: 130px;
    line-height: 1;
    position: absolute;
    left: -34px;
    bottom: 40px;
    color: var(--color-primary);
    opacity: .05;
    font-weight: bold;
}
.department-list .department-item.active,
.department-list .department-item:hover{
    background-color: var(--color-primary);
    color: #fff;
}
.department-list .department-item.active .title:after,
.department-list .department-item:hover .title:after{
    background-color: #fff;
}
.department-list .department-item.active .ul-list li:before,
.department-list .department-item:hover .ul-list li:before{
    background-color: #fff;
}
.department-list .department-item .more-btn{
    position: absolute!important;
    left: 30px;
    bottom: 30px;
    opacity: 0;
}
.department-list .department-item.active .more-btn,
.department-list .department-item:hover .more-btn{
    opacity: 1;
    bottom: 50px;
}
.department-list .department-item.active a,
.department-list .department-item:hover a{
    color: #fff;
    opacity: .85;
}
.department-list .department-item.active .num,
.department-list .department-item:hover .num{
    color: #fff;
}
.department-list .department-item.active .bg,
.department-list .department-item:hover .bg{
    opacity: 1;
}
.department-list .department-item ul li a{
    position: relative;
    padding-right: 15px;
}
.department-list .department-item ul li a i{
    position: absolute;
    right: 0;
    top: 0px;

}
@media screen and (max-width:767px) {
    .department-list .department-item{
        padding: 50px 30px;
    }
    .department-list .department-item .ul-list{
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
    }
}
/* department-block END */


/*index-research*/
.index-research .swiper-container{
    padding: 15px 0;
}
.index-research .swiper-slide{
    height: auto;
}
.index-research .slide-grid .more{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.index-research .swiper-slide .title{
    margin-bottom: 0;
    padding-bottom: 0;
}
.index-research .swiper-slide .title:after{
    content: unset;
}

@media screen and (max-width: 1199px) {
    .index-research .slide-grid .more{
        bottom: 40px;
    }
    .index-research .swiper-container{
        padding-bottom: 40px;
    }
    .index-research .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }
}
@media screen and (max-width: 767px){
    .index-research .swiper-slide{
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .75;
    }
    .index-research .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*index-research END*/


/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next{
    position: static;
    margin: 0;
    border: 1px solid var(--color-text-secondary);
    color: var(--color-text-regular);
    font-weight: bold;
}
.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next:hover{
    border-color: var(--color-text-secondary);
}
.swiper-btn .swiper-button-next{
    margin-left: 10px;
}
.swiper-btn{
    display: flex;
    align-items: center;
}
.color_white .swiper-btn .swiper-button-prev,
.color_white .swiper-btn .swiper-button-next{
    border: 1px solid var(--border-color-lighter);
    color: #fff;
}
.color_white .swiper-btn .swiper-button-prev:hover,
.color_white .swiper-btn .swiper-button-next:hover{
    border-color: #fff;
}
/* swiper-btn END */


/* inner-banner */
.inner-banner{
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-banner .title{
    font-size: 2.625rem;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.inner-banner .title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 4px;
}
@media screen and (max-width:1600px) {
    .inner-banner .title{
        font-size: 2.25rem;
    }
}
@media screen and (max-width:991px) {
    .inner-banner .title{
        font-size: 2rem;
    }
}
@media screen and (max-width:767px) {
    .inner-banner{
        padding: 60px 0;
    }
    .inner-banner .title{
        font-size: 1.75rem;
    }
}
/* inner-banner end */

/* breadcrumb */
.breadcrumb>*{
    position: relative;
    z-index: 1;
}
.layui-breadcrumb>*{
    font-size: .875rem;
}
.layui-breadcrumb a,
.layui-breadcrumb a cite{
    color: inherit!important;
}
.layui-breadcrumb a cite{
    text-decoration: underline;
}
.layui-breadcrumb a:hover{
    color: var(--color-primary)!important;
}
.layui-breadcrumb a:hover cite{
    color: var(--color-primary)!important;
}
.layui-breadcrumb span[lay-separator]{
    color: inherit;
}

.breadcrumb-grey{
    padding: 20px 0;
    color: var(--color-text-secondary);
}
.breadcrumb-grey+.block{
    padding-top: 0;
    padding-bottom: 0;
}
/* breadcrumb END */

/*category-nav*/
.category-block{
	margin-top: -40px;
    width: 100%;
    overflow: hidden;
}
.category-nav{
	height: 80px;
	position: relative;
	display: flex;
	font-size: 1.125rem;
	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: 1.25rem;
	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: "\e607";
}
.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;
}
.category-nav .item{
	flex: 1;
	height: 100%;
	position: relative;
	text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    min-width: 160px;
}
.category-nav .swiper-slide:hover,
.category-nav .swiper-slide.active{
	background: var(--color-primary);
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.category-block{
		margin-top: -35px;
	}
	.category-nav{
		height: 70px;
		font-size: .9375rem;
	}
	.category-nav .item span{
		font-size: 65px;
	}
}
@media screen and (max-width: 767px) {
	.category-block{
		margin-top: 0;
	}
	.category-nav{
		height: 70px;
		font-size: .875rem;
		background: #fff;
	}
	.category-block .layui-container{
		padding: 0;
	}
	.category-nav .item a{
		min-width: 120px;
	}
}
/*category-nav END*/

.team-title{
    margin: 35px 0 15px;
    position: relative;
    padding-left: 15px;
    font-size: 20px;
}
.team-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    background-color: var(--color-primary);
    width: 4px;
    border-radius: 4px;
}

/*team*/
.team-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    padding: 20px;
}
.team-item .left{
    width: 120px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.team-item .right{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}
.team-item .left .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.team-item .left .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.team-item .left .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-item .name{
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.team-item .desc{
    color: var(--color-text-secondary);
    margin-bottom: 10px;
}
.team-item .other-info{
    color: var(--color-text-secondary);
    font-size: .8125rem;
}
.team-item .title{
    font-size: inherit;
}
/* .team-item .other-info>div{
    margin-top: 2px;
} */
.team-item .other-info .iconfont{
    color: var(--color-primary);
    margin-right: 8px;
}

@media screen and (max-width: 767px){
    .team-item{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .team-item:not(:last-child){
        margin-bottom: 20px;
    }
    .team-item .left{
        margin: 0 auto 15px;
    }
    .team-item .right{
        margin-left: 0;
    }
    .team-item .name{
        text-align: center;
    }
}

.team-list .team-item{
    background: #fff;
    margin-bottom: 0;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 16px 32px rgb(0 0 0 / 8%);
    box-shadow: 0 16px 32px rgb(0 0 0 / 8%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.team-list .team-item:hover{
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    top: -3px;
}
.team-list .team-item>*{
    position: relative;
    z-index: 2;
}
.team-list .team-item:before{
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: url(../images/program-icon.png) right bottom no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: .75;
}
.team-list .team-item .name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 28px;
}
.team-list .team-item .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.team-list .other-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .team-list .team-item{
        padding-bottom: 20px;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        padding: 15px;
    }
    .team-list .team-item .left{
        width: 80px;
        margin-bottom: 0;
    }
    .team-list .team-item .right{
        margin-left: 15px;
    }
    .team-list .team-item .desc{
        font-size: .8125rem;
    }
    .team-list .team-item .name{
        font-size: 1.125rem;
        text-align: left;
        margin-bottom: 4px;
    }
    .team-list .team-item .other-info{
        position: static;
    }
    .team-list .team-item .other-info>div{
        margin-top: 1px;
    }
}
/*team END*/



/*paper*/
.paper-list .media{
    background: #fff;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 0;
    font-family: NexusSerif,Georgia,Times New Roman,Times;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 1%), 0 6px 12px 0 rgb(0 0 0 / 2%);
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    height: 100%;
}
.paper-list .media:hover{
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    top: -3px;
}
.paper-list .media>*{
    position: relative;
    z-index: 2;
}
.paper-list .media:before{
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: url(../images/program-icon.png) right bottom no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: .75;
}
.paper-list .media .media-left .img-box{
    width: 140px;
}
.paper-list .media .paper-title{
    line-height: 1.3;
    word-break: break-word;
    font-size: 1.25rem;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.paper-list .media:hover .paper-title{
    color: var(--color-primary);
}
.paper-list .media .paper-desc,
.paper-list .media .paper-name,
.paper-list .media .paper-subject{
    color: var(--color-text-secondary);
    margin-bottom: 5px;
}
.paper-list .media .paper-desc{
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.paper-list .iconfont{
    margin-right: 8px;
    color: var(--color-primary);
    opacity: .85;
}
@media screen and (max-width: 991px) {
    .paper-list .media .paper-title{
        font-size: 1.25rem;
    }
}
@media screen and (max-width:767.9px){
    .paper-list .media{
        padding: 25px;
        display: flex;
        flex-direction: column;
    }
    .paper-list .media .media-left .img-box{
        display: none !important;
        border-radius: 0;
        background: #fff;
    }
    .paper-list .media .paper-title{
        font-size: 1.125rem;
    }
}
/*paper-list END*/

/* filter */
.filter {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -20px;
}
.layui-form-select .layui-input{
    background: unset;
    border: unset;
    border-bottom: 1px solid #a4a8b4;
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-textarea:hover {
    border-color: var(--color-text-primary)!important;
}
.layui-form-select dl dd.layui-this{
    background: var(--color-text-primary);
}
.filter .layui-form-item{
    position: relative;
}
.filter .layui-form-select{
    width: 240px;
}
.filter .layui-form-select .layui-input{
    padding: 0 30px;
    border-radius: unset;
    height: 45px;
    line-height: 45px;
    font-size: .9375rem;
}
.filter .layui-form-select .layui-edge{
    right: 0;
}
.filter .layui-form-item .iconfont{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--color-text-secondary);
}
@media screen and (max-width:767.9px) {
    .filter{
        display: block;
        margin-top: -10px;
    }
    .filter .layui-form-select{
        width: 100%;
    }
}
/* filter END */



/*card-list*/
.card-list .card-item{
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 1%), 0 6px 12px 0 rgb(0 0 0 / 2%);
    background: #fff;
}

.card-list .card-item .card-header,
.card-list .card-item .card-detail{
    padding: 25px 60px 25px 25px;
}
.card-list .card-item .card-header{
    cursor: pointer;
    position: relative;
}

.card-list .card-item .card-header:after{
    content: "\e666";
    font-family: 'iconfont';
    position: absolute;
    top: 27px;
    right: 25px;
    transition: all .3s;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.card-list .card-item:not(.open):hover .card-header:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.card-list .card-item.open .card-header:after{
    content: "\e677";
}

.card-list .card-item .card-title{
    font-size: 1.25rem;
    line-height: 1.5;
}
.card-list .card-item:hover .card-title{
    color: var(--color-primary);
}
.card-list .card-item .card-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;
    color: var(--color-text-secondary);
    font-size: .8125rem;
    margin-top: 10px;
}
.card-list .card-item .card-other a{
    color: inherit;
}
.card-list .card-item .card-other a:hover{
    color: #1C5DB7;
}
.card-list .card-item .card-detail{
    color: var(--color-text-secondary);
    border-top: 1px dashed #eee;
    text-align: justify;
    font-size: .8125rem;
    display: none;
}
.card-list .card-item .card-detail .row-flex{
    justify-content: space-between;
}
.card-list .card-item .card-detail p{
    margin-bottom: 10px;
}
.card-list .card-item .card-detail .t-c{
    color: #333;
}
.card-list .card-item .card-detail .d-table{
    display: table;
}
.card-list .card-item .card-detail .d-table .t-c{
    display: table-cell;
    vertical-align: top;
    width: 72px;
}
@media screen and (max-width: 767px) {
    .card-list .card-item .card-title{
        font-size: 1rem;
    }
    .card-list .card-item .card-other{
        display: block;
    }
    .card-list .card-item .card-header,
    .card-list .card-item .card-detail{
        padding: 15px 50px 15px 15px;
    }
    .card-list .card-item .card-header:after{
        top: 16px;
        font-size: 1.375rem;
        right: 15px;
    }
    .card-list .card-item .card-other .card-info{
        margin-top: 5px;
    }
}

/*card-list END*/

/* contact-map */
.contact-map{
    background: #fff;
    height: 500px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#map .iw_poi_content a{
    display: inline-block;
    padding: 3px 10px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}
#map .iw_poi_content a:hover{
    opacity: .75;
}
#map .anchorBL{
    display: none;
}
/* contact-map END */

/* contact-info */
.contact-info{
    position: relative;
    z-index: 9;
    margin-top: -80px;
    padding: 0 20px;
}
.contact-info .info-item{
    height: 100%;
    background-color: #fff;
    padding: 20px ;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 1%), 0 6px 12px 0 rgb(0 0 0 / 2%);
}
.contact-info .info-item .icon-box{
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 64px;
    margin: 0 auto;
    margin-bottom: 12px;
    line-height: 50px;
    font-size: 1.5rem;
}
.contact-info .info-item .title{
    font-size: .9375rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.contact-info .info-item .desc{
    color: var(--color-text-secondary);
    line-height: 1.5;
    font-size: .8125rem;
}
/* contact-info END */



/*video-list*/
.row-flex .video-item{
    height: 100%;
}
.video-item{
    /*background: #fff;*/
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: inherit!important;
    line-height: 1.6!important;
    color: #4d4d4f!important;
    cursor: pointer;
}

.video-item:hover{
    text-decoration: unset!important;
}
.video-item.has-bottom{
    padding-bottom: 30px;
    position: relative;
}
.video-item .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-item .img-box .img:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.25);
}
.video-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.video-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.video-item:hover .img-box .img img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.video-item .text-box{
    padding: 10px 0;
}
.video-item .text-box .title{
    /* font-size: 15px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 47px; */
}


@media screen and (max-width: 991px) {
    .video-item .text-box .title{
        font-size: 14px;
    }
}


.video-item.has-padding{
    background: #fff;
    position: relative;
    top: 0;
    box-shadow: none;
    transition: all .3s;
}
.video-item.has-padding:hover{
    top: -5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
    -moz-box-shadow: 0px 8px 16px 0px rgba(50,50,50,0.07);
    box-shadow: 0px 8px 16px 0px rgb(50 50 50 / 7%);
}
.white .video-item.has-padding{
    background: #F5F6F7;
}
.video-item.has-padding.has-bottom{
    padding-bottom: 50px;
}
.video-item.has-padding .text-box{
    padding-left: 20px;
    padding-right: 20px;
}
.video-item.has-padding .text-box .bottom{
    padding: 15px 20px;
}
.video-item.has-padding .text-box .bottom:after{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #eee;
}
.video-list .icon_play{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid rgba(255,255,255,.85);
    background: rgba(255,255,255,.15);
    opacity: 1;
}
.video-list .icon_play span{
    border: 10px solid transparent;
    border-left: 14px solid rgba(255,255,255,.85);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
/*video-list END*/

/*layui-layer tc-video*/

/*.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: #fff;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.35);
    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-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(0,0,0,.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*/
