

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: 991.9px) {
    header .logo img{
        height: 40px;
    }
}
@media screen and (max-width: 767.9px) {
    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;
    border-radius: 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;
}

@media screen and (min-width: 992px) {
    header .layui-container{
        position: relative;
    }
    .layui-nav {
        background: none;
        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: 15px;
        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);
    }

    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: 13px;
        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: 12px;
        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;
    }
    .layui-nav li>a{
        font-size: 14px;
    }
    header .logo img{
        height: 36px;
    }
}
.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-lighter);
}
.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: 991.9px) {
    .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: 15px;
        /* border-bottom: 1px solid rgba(0,0,0,.05); */
        position: relative;
        height: auto;
        line-height: 1;
        color: #05161e;
        font-size: 16px;
    }
    .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: 12px;
        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: 18px;
        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  .search-btn i{
    color: #ffffff;
}
.header-white header.fixed .search-btn i{
    color: var(--color-text-primary);
}
.search-btn:hover i{
    color: var(--color-primary) !important;
}

.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;
}
header.fixed .site-tree-mobile .icon-reorder{
    background: var(--color-primary)!important;
}


header.fixed .layui-nav .layui-nav-item.active a{
    color: var(--color-primary)!important;
}
header.fixed .layui-nav .layui-nav-item.active:after{
    background-color: var(--color-primary)!important;
}
@media screen and (max-width: 991px) {
    .site-mobile .site-tree-mobile .icon-reorder{
        background: var(--color-primary);
    }
    .site-mobile .layui-nav .layui-nav-item.active a{
        color: var(--color-primary);
    }
    .site-mobile  .search-btn i{
        color: var(--color-text-primary);
    }
}


/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 40px;
    height: 40px;
    z-index: 999;
    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: 20px;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: "\e635";
    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: 767.9px) {
    .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-arrow{
    width: 59px;
    height: 44px;
    background-size: contain;
    
    cursor: pointer;
}
.swiper-arrow.prev-btn{
    background: url(../images/arrow-left.png) center center no-repeat;
    margin-right: 20px;
}
.swiper-arrow.prev-btn:hover{
    background-image: url(../images/arrow-left-hover.png);
}
.swiper-arrow.next-btn{
    background: url(../images/arrow-right.png) center center no-repeat;
}
.swiper-arrow.next-btn:hover{
    background-image: url(../images/arrow-right-hover.png);
}
/*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);
}

/*banner*/
.banner{
    height: 36vw;
    min-height: 480px;
    position: relative;
    overflow: hidden;
}
.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: 140px;
    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: 24px;
    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: 12px;
    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: 16px;
    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: calc(100vh - 80px); */
    }
}
@media screen and (max-width: 767.9px) {
    .banner .swiper-bottom{
        width: 200px;
        margin-left: -100px;
        left: 50%;
    }
}
/*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: 48px;
    text-transform: uppercase;
    line-height: 1.2;
}
.banner-box .banner-title .small{
    font-size: .75em;
    margin-bottom: 16px;
}
.banner-box .banner-desc{
    font-size: 14px;
    margin-top: 20px;
    opacity: .5;
}
.banner-box .banner-more{
    font-size: 14px;
    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: 42px;
    }
    /* .banner-box .banner-desc{
        font-size: 20px;
    } */
}
@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: 767.9px) {
    .banner-box .banner-text{
        max-width: 100%;
        text-align: center;
    }
    .banner-box .banner-title{
        font-size: 30px;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: 13px;
    }
    .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:  1199.9px) {
    .banner-nav ul>li a{
        padding: 20px 10px;
    }
}
@media screen and (max-width:  991.9px) {
    .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: 4vw 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.bg-white{
    background-color: #fff;
}
.small-block{
    padding: 40px 0;
}
@media screen and (max-width: 992px) {
    .block{
        padding: 50px 0;
    }
}
@media screen and (max-width: 767.9px){
    .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: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_title .title{
    position: relative;
    z-index: 2;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 2px;
}
.index_title_en{
    color: var(--color-text-placeholder);
    font-size: 14px;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    font-weight: normal;
    margin-left: 10px;
    letter-spacing: unset;
}
.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;
}
@media screen and (max-width: 992px) {
    .index_title .title{
        font-size: 28px;
    }
}
@media screen and (max-width: 767.9px) {
    .index_title{
        margin-bottom: 30px;
    }
    .index_title .title{
        font-size: 24px;
    }
    .index_title_en{
        display: block;
        margin-left: 0;
        font-size: 12px;
        display: none;
    }
}

/*index_title END*/


/*footer*/
footer{
    background: #0E0E0E;
    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: 12px;
}
footer a:hover,
footer a:focus{
    color: rgba(255,255,255,0.95);
}
.footer-top{
    padding: 30px 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: 18px;
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
}
.footer-top p{
    margin-bottom: 8px;
}

.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: 8px;
}
.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: 19px;
    -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);
    }
}
.footer-top .footer-link{
    margin: 0 -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: 1px;
    bottom: 1px;
    right: -1px;
    border-right: 1px solid #666;
}
@media screen and (max-width: 767.9px) {
    footer .title{
        margin-bottom: 5px;
    }
}
.footer-copyright{
    padding: 10px 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: 28px;
    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: 24px;
    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%);
    display: block;
    padding-bottom: 36px;
}
.slide:hover{
    color: inherit;
    -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: 15px;
}
.slide .text-box .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 14px;
}
.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: 12px;
}
.slide .text-box .other>*{
    opacity: .5;
}
.slide .text-box .date{
    font-size: 13px;
    opacity: .8;
    margin-top: 12px;
}

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

/*slide-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: 80%;
    background-color: #fff;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg_news.png);
}
.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 30px;
    }
}
@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 */

/* department-block */
.department-list{
    overflow: hidden;
    padding: 30px 0;
    margin-top: -20px;
    position: relative;
    z-index: 99;
}
.department-block:before{
    content: "";
    position: absolute;
    left: 30%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #EFEFEF;
}
.department-list .swiper-slide{
    height: unset;
}
.department-list .department-item{
    padding: 50px 30px;
    background-color: #fff;
    display: block;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 150px;
    height: 100%;
    transition: all .3s ease-in-out;
}
.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;
    overflow: hidden;
}
.department-list .department-item .bg:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .95;
    transition: all .3s ease-in-out;
}
.department-list .department-item .title{
    font-size: 20px;
    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;
    transition: all .3s ease-in-out;
}
.department-list .department-item .desc{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    opacity: .65;
}
.department-list .department-item .ul-list{
    margin-top: 30px;
    line-height: 1.8;
}
.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: 13px;
    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%;
}
/* .ul-list li{
    position: relative;
    padding-left: 1.05em;
    font-weight: bold;
}
.ul-list li:last-child{
    margin-bottom: 0;
}
.ul-list li:before{
    content: "";
    position: absolute;
    left: 0em;
    top: .8em;
    width: .4em;
    height: .4em;
    background-color: var(--color-primary);
    border-radius: .4em;
    margin-top: -.2em;
}
.ul-list li{
    padding-bottom: 4px;
    margin-bottom: 4px;
} */

.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;
    z-index: 3;
}
.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;
    transition: all .3s;
}
.department-list .department-item.active a:hover,
.department-list .department-item:hover a:hover{
    opacity: 1;
}
.department-list .department-item.active .num,
.department-list .department-item:hover .num{
    color: #fff;
}
.department-list .department-item.active .bg:after,
.department-list .department-item:hover .bg:after{
    background-color: var(--color-primary);
}
/* department-block END */

/* service-list */
.service-list{
    /* padding-bottom: 100px; */
    padding: 20px 0;
}
.service-list .service-item{
    display: block;
    padding: 24px;
    color: #fff;
    transition: all .5s;
    position: relative;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.service-list .service-item .item-top{
    display: flex;
    align-items: center;
    flex: 1;
}
.service-list .service-item .icon-box{
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.service-list .service-item .icon-box img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.service-list .service-item .text-box{
    flex: 1;
    font-size: 18px;
    line-height: 1.3;
}
.service-list .service-item .item-bottom{
    margin-top: 0px;
    opacity: .95;
    font-size: 13px;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -100%;
}
.service-list .service-item:hover {
    top: -5px;
}
.service-list .service-item:hover .item-bottom{
    margin-top: 10px;
    height: auto;
    opacity: .9;
    position: static;
}
@media screen and (max-width: 991px) {
    .service-list .service-item .text-box{
        font-size: 16px;
    }
    .department-list{
        overflow: unset;
    }
}
@media screen and (max-width: 767px) {
    .service-list .service-item .text-box{
        font-size: 16px;
    }
}
/* service-list 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: 42px;
    position: relative;
    margin-bottom: 20px;
}
.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: 36px;
    }
}
@media screen and (max-width:991px) {
    .inner-banner .title{
        font-size: 32px;
    }
}
@media screen and (max-width:767px) {
    .inner-banner{
        padding: 60px 0;
    }
    .inner-banner .title{
        font-size: 28px;
    }
} */
/* inner-banner end */

/*inner-banner*/
.inner-banner{
	height: 25vw;
	color: #fff;
	padding-top: 90px;
    display: flex;
	align-items: flex-end;
	padding-bottom: 3.5vw;
	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{
	width: 100%;
	line-height: 1.4;
	margin-bottom: 3.5vw;
	-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: 2vw;
}
.layui-breadcrumb a{
	color: rgba(255,255,255,.65)!important;
}
.layui-breadcrumb a cite{
	color: #fff;
}
.layui-breadcrumb span[lay-separator]{
	color: rgba(255,255,255,.65);
}
.layui-breadcrumb a:hover{
	color: #fff!important;
}
@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;
		max-height: 300px;
	}
	.inner-banner .inner-banner-text .flex{
		display: block;
		text-align: center;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 32px;
	}
	.inner-banner .inner-banner-text .flex-left {
		margin-bottom: 20px;
	}
	.inner-banner .inner-banner-text .flex-right{
		padding-left: 0px;
		margin-left: 0px;
		border-left: 0;
	}
	.inner-banner .breadcrumb{
		margin-top: 20px;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.inner-banner{
		min-height: 240px;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.inner-banner .inner-banner-text{
		margin-bottom: 0;
		padding-top: 30px;
	}
	.inner-banner .inner-banner-text .title{
		font-size: 28px;
	}
	.inner-banner .inner-banner-text .flex-left{
		display: none;
	}
	.inner-banner .breadcrumb{
		margin-top: 15px;
	}
}
/*inner-banner END*/


/* breadcrumb */
.breadcrumb>*{
    position: relative;
    z-index: 1;
}
.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.last:hover,
.layui-breadcrumb a:hover cite{
    color: unset!important;
}
.layui-breadcrumb span[lay-separator]{
    color: inherit;
}
/* 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: "\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 5vw;
    cursor: pointer;
    position: relative;
    z-index: 2;
    min-width: 120px;
}
.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: 15px;
	}
	.category-nav .item span{
		font-size: 65px;
	}
}
@media screen and (max-width: 767px) {
	.category-block{
		margin-top: 0;
	}
	.category-nav{
		height: 70px;
		font-size: 14px;
		background: #fff;
	}
	.category-block .layui-container{
		padding: 0;
	}
	.category-nav .item a{
		min-width: 120px;
	}
}
/*category-nav END*/
.bg-block{
    position: relative;
    overflow: hidden;
}
.bg-block>*{
    position: relative;
    z-index: 9;
}
.bg-block:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background: -webkit-linear-gradient(rgba(246,247,248,1),rgba(246,247,248,1),rgba(246,247,248,0));
    background: -o-linear-gradient(rgba(246,247,248,1),rgba(246,247,248,1),rgba(246,247,248,0));
    background: linear-gradient(rgba(246,247,248,1),rgba(246,247,248,1),rgba(246,247,248,0));
}
.bg-white.bg-block:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
}

/*team*/
.team-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    padding: 20px 3vw;
    transition: all .4s;
    position: relative;
    top: 0;
    height: 100%;
    background: url(../images/team-bg.png) no-repeat;
    background-position: left 20px center;
    background-color: #fff;
    background-size: 120px;
}
.team-item:hover{
    box-shadow: 0px 2px 129px 0px rgba(0, 0, 0, 0.13);
    top: -3px;
}
.team-item .top{
    display: flex;
    align-items: flex-end;
}
.team-item .name{
    font-size: 20px;
    margin-right: 10px;
}
.team-item .title{
    color: var(--color-text-secondary);
    flex: 1;
}
.team-item .bottom{
    border-top: 1px solid var(--border-color-lighter);
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
}
.team-item .bottom span{
    flex: 1;
    display: flex;
    color: var(--color-text-regular);
}
.team-item .bottom span em{
    font-style: normal;
    line-height: 1.3;
    margin-top: 1px;
}
.team-item .bottom span:nth-of-type(2){
    padding: 0 10px;
}
.team-item .bottom .iconfont{
    display: inline-block;
    color: var(--color-text-secondary);
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #f2f2f2;
    line-height: 20px;
    text-align: center;
    transition: all .4s;
}
/* .team-item:hover .bottom .iconfont{
    color: #fff;
    background-color: var(--color-primary);
} */
.team-item.main{
    position: relative;
    background-position: unset;
    background-size: unset;
    align-items: center;
    background: url(../images/team-main-bg.png) no-repeat;
    background-size: 100%;
    background-color: #eee;
}
.team-item.main .top {
    flex-direction: column;
    align-items: center;
   
}
.team-item.main .top .name{
    font-size: 24px;
}
.team-item.main::after{
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -70px;
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    background: url(../images/team-bg.png) no-repeat;
    z-index: 0;
    background-size: 100%;
}
.team-item.main .name{
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
    margin-bottom: 5px;
}
.team-item.main .name::after{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-primary);
}
.team-item.main .bottom{
    border-color: #cfcfcf;
    width: 500px !important;
}
.team-item.main .bottom span{
    justify-content: center;
}
@media screen and (max-width: 767.9px){
    .team-item{
        padding: 15px;
    }
    .team-item .top{
        align-items: center;
    }
    .team-item .name{
        font-size: 16px;
    }
    .team-item .title{
        font-size: 13px;
    }
    .team-item .bottom{
        display: unset;
        padding-top: 15px;
        margin-top: 15px;
    }
    .team-item .bottom span{
        padding: 0!important;
        display: block;
    }
    .team-item.main .bottom{
        width: 100% !important;
    }
}
/*team 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: 15px;
}
.filter .layui-form-select .layui-edge{
    right: 0;
}
.filter .layui-form-item .iconfont{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    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 */


/* contact-map */
.contact-map{
    background: #fff;
    height: 400px;
    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{
    background-color: #fff;
    height: 100%;
    padding: 50px;
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--color-text-secondary);
}
.contact-info .title{
    font-size: 24px;
    color: var(--color-primary);
    margin-bottom: 30px;
}
.contact-info .info{
    display: flex;
    align-items: center;
}
.contact-info .info span{
    flex: 1;
}
.contact-info .info .iconfont{
    font-size: 18px;
    /* color: var(--color-primary); */
    margin-right: 10px;
}
/* contact-info END */

/* contact-list */
.contact-list{
    margin-top: 40px;
    background-color: #fff;
    display: flex;
}
.contact-list .title-box{
    background-color: var(--color-primary);
    color: #fff;
    padding: 30px 50px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.contact-list .title-box .title{
    font-size: 20px;
}
.contact-list .title-box .title .en{
    font-size: .65em;
    opacity: .5;
}
.contact-list .title-box .icon img{
    width: 48px;
    margin-top: 60px;
}
.contact-list .con-box{
    height: 100%;
    background-color: #fff;
    padding: 50px;
    flex: 1;
}
@media screen and (max-width: 991px) {
    .contact-info{
        padding: 30px;
    }
    .contact-info .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact-list .title-box{
        padding: 30px 50px;
    }
    .contact-list .con-box{
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info{
        padding: 20px;
    }
    .contact-info .title{
        font-size: 20px;
    }
    .contact-list{
        display: block;
        margin-top: 20px;
    }
    .contact-list .con-box,
    .contact-list .title-box{
        padding: 20px;
    }
    .contact-list .title-box .icon{
        display: none;
    }
}

/* contact-container */
.contact-list .con-box .layui-row .contact-item:after{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0;
    width: 1px;
    border-right: 1px dashed var(--border-color-light);
}
.contact-list .con-box .contact-item .title{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
}
.contact-list .con-box .contact-item .title em{
    width: 3px;
    height: 16px;
    background: var(--color-primary);
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}
.contact-list .con-box .contact-item .info{
    display: flex;
    margin-bottom: 6px;
    color: var(--color-text-secondary);
}
.contact-list .con-box .contact-item .info .iconfont{
    margin-right: 10px;
    margin-top: -2px;
    font-size: 16px;
}
@media screen and (min-width: 1200px) {
    .contact-list .con-box .contact-item:nth-of-type(4n+4):after{
        border-right: 0;
    }
}
@media screen and (max-width: 1199.9px){
    .contact-list .con-box .layui-row .contact-item:before{
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 1px;
        border-bottom: 1px dashed var(--border-color-light);
    }
}
@media screen and (max-width: 1199.9px) and (min-width:768px){
    .contact-list .con-box .contact-item:nth-of-type(2n+2):after{
        border-right: 0;
    }
    .contact-list .con-box .contact-item:nth-last-of-type(1):before,
    .contact-list .con-box .contact-item:nth-last-of-type(2):before{
        border-bottom: 0;
    }
}
@media screen and (max-width: 567.9px){
    .contact-list .con-box .contact-item:nth-last-of-type(1):before{
        border-bottom: 0;
    }
    .contact-list .con-box .layui-row .contact-item:after{
        border-right: 0!important;
    }
}
/* contact-container END */
/* contact-list END */


/* organization-list */
.organization-list{
    text-align: center;
}
.organization-list .item .box{
    padding: 10px 20px;
    background-color: #fff;
    font-size: 18px;
    display: inline-block;
    color: inherit;
    border-radius: 5px;
    width: 90%;
    text-align: center;
}
.organization-list .top .item .box{
    width: 200px;
}
.organization-list .item .line{
    width: 1px;
    height: 70px;
    background-color: var(--color-text-primary);
    position: relative;
    left: 50%;
    opacity: .65;
}
.organization-list .top .item .box{
    background-color: var(--color-primary);
    color: #fff;
}
.organization-list .top .item .line{
    height: 50px;
}
.organization-list .bottom{
    display: flex;
    position: relative;
}
.organization-list .bottom .item{
    flex: 1;
    position: relative;
}
.organization-list .bottom .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: var(--color-text-primary);
    opacity: .65;
}
.organization-list .bottom .item:first-child:after{
    left: 50%;
}
.organization-list .bottom .item:last-child:after{
    right: 50%;
}
.organization-list .bottom .item .box{
    cursor: pointer;
    transition: all .3s;
    position: relative;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.organization-list .bottom .item .box:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-primary);
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}
.organization-list .bottom .item .box>*{
    position: relative;
    z-index: 2;
}
.organization-list .bottom .item .box .iconfont{
    display: none;
    opacity: 0;
}


.organization-list .bottom .item .box:hover{
    background: url(../images/index-about.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.organization-list .bottom .item .box:hover:before{
    opacity: .5;
}
/* .organization-list .bottom .item .box:hover .iconfont{
    opacity: 1;
    display: inline-block;
} */
@media screen and (max-width: 767px) {
    .organization-list .item .line{
        height: 40px;
    }
    .organization-list .bottom .item .box{
        line-height: 1.2;
        align-items: flex-start;
        background-color: #f5f5f5;
        height: calc(100% - 40px);
    }
}
/* organization-list END */


/* news-list */
.news-list .news-item{
    display: flex;
    border-bottom: 1px solid var(--border-color-light);
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.news-list .news-item:after{
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -40px;
    bottom: 0px;
    background-color: var(--color-primary);
    transition: all .3s ease-in-out;
    transform: scaleY(0);
}
.news-list .news-item:hover:after{
    transform: scaleY(1);
}
.news-list .news-item>*{
    position: relative;
    z-index: 1;
}
.news-list .news-item .middle{
    flex: 1;
}
.news-list .news-item .left{
    margin-right: 24px;
}
.news-list .news-item .right{
    margin-left: 24px;
    color: var(--color-text-secondary);
}
.news-list .news-item .icon-box{
    align-self: center;
    font-size: 18px;
    padding: 0 20px;
}
.news-list .news-item .date-box{
    text-align: center;
    width: 70px;
    line-height: 1.5;
}
.news-list .news-item .date-box .day{
    font-size: 42px;
    color: var(--color-primary);
    line-height: 1;
    transition: all .3s ease-in-out;
    position: relative;
}
.news-list .news-item .date-box .month{
    border-top: 1px solid var(--color-text-secondary);
    display: inline-block;
    margin-top: 8px;
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
}

.news-list .news-item .text-box{
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
}
.news-list .news-item .text-box .title{
    font-size: 20px;
    color: var(--color-text-primary);
    transition: all .3s ease-in-out;
    line-height: 1.5;
}
.news-list .news-item .text-box .desc{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.news-list .news-item .text-box .date{
    margin-top: 10px;
    display: none;
}
.news-list .news-item .img-box{
    width: 300px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.news-list .news-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-list .news-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .news-item:hover .date-box .day,
.news-list .news-item:hover .text-box .title{
    color: #fff;
}
.news-list .news-item:hover .right,
.news-list .news-item:hover .date-box .month,
.news-list .news-item:hover .text-box{
    color: rgba(255, 255, 255, .75);
}
.news-list .news-item:hover .date-box .month{
    border-top-color: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 991px) {
    .news-list .news-item .right .img-box{
        width: 220px;
    }
    .news-list .news-item .text-box .title{
        font-size: 18px;
    }
    .news-list .news-item .date-box .day{
        font-size: 36px;
    }
    .news-list .news-item .date-box{
        width: 60px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .news-item:after{
        left: -15px;
        right: -15px;
    }
    .news-list .news-item .left{
        margin-right: 16px;
    }
    .news-list .news-item .right{
        margin-left: 16px;
    }
}
@media screen and (max-width: 667px){
    .news-list .news-item .text-box .title{
        font-size: 16px;
    }
    .news-list .news-item{
        flex-direction: column-reverse;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news-list .news-item:after{
        top: -15px;
    }
    .news-list .news-item .middle{
        padding-top: 16px;
    }
    .news-list .news-item .left{
        display: none;
    }
    .news-list .news-item .right .img-box{
        width: 100%;
        margin-left: 0;
    }
    .news-list .news-item .text-box .date{
        display: block;
    }
}
/* news-list END */

/* service */
.service-page .service-wrap{
    height: 100%;
    padding: 30px;
    color: #fff;
    position: relative;
    font-size: 22px;
    line-height: 1.5;
}
.service-page .service-wrap:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
    z-index: 0;
}
.service-page .service-wrap>*{
    position: relative;
    z-index: 1;
}
.service-page .service-wrap .en{
    opacity: .5;
    text-transform: uppercase;
}

.service .service-item{
    display: block;
    background-color: #fff;
    padding: 35px;
    height: 100%;
    position: relative;
    box-shadow: transparent;
    transition: all .3s ease-in-out;
}
.service .service-item:hover{
    box-shadow: 0px 2px 86px 0px rgba(0, 0, 0, 0.11);
}
.service .service-item .icon-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.service .service-item .icon-box .img{
    width: 48px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--border-color-light);
    transition: all .3s ease-in-out;
}
.service .service-item .icon-box img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.service .service-item .title{
    font-size: 18px;
    margin-top: 15px;
}
.service .service-item .en{
    color: var(--color-text-secondary);
}
.service .service-item .iconfont{
    color: var(--color-text-secondary);
    font-size: 18px;
    opacity: 0;
    position: relative;
    margin-right: 15px;
    transition: all .3s ease-in-out;
}
.service .service-item:hover .iconfont{
    margin-right: 0;
    opacity: 1;
    color: var(--color-primary);
}
.service .service-item:hover .icon-box .img{
    border-color: var(--border-color-base);
}
@media screen and (max-width: 1199px) {
    .service .service-item{
        padding: 20px;
    }
}
/* service END */

/* download-list */
.download-list .download-item{
    border-bottom: 1px solid var(--border-color-light);
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download-list .download-item:after{
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -30px;
    bottom: 0px;
    background-color: var(--color-primary);
    transition: all .3s ease-in-out;
    transform: scaleY(0);
}
.download-list .download-item:hover:after{
    transform: scaleY(1);
}
.download-list .download-item>*{
    position: relative;
    z-index: 1;
}
.download-list .download-item .icon-box{
    align-self: center;
    font-size: 18px;
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
    margin-left: 16px;
}
.download-list .download-item  .title{
    font-size: 18px;
    color: var(--color-text-primary);
    transition: all .3s ease-in-out;
    line-height: 1.5;
    flex: 1;
}
.download-list .download-item:hover .title{
    color: #fff;
}
.download-list .download-item:hover .icon-box{
    color: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 991px) {
    .download-list .download-item .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 667px){
    .download-list .download-item .title{
        font-size: 16px;
    }
    .download-list .download-item{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .download-list .download-item:after{
        top: -15px;
    }
}
/* download-list END */

/* news-swiper */
.news-swiper{
    position: relative;
}
.news-swiper .swiper-container{
    overflow: hidden;
    padding: 15px 10px;
    padding-top: 3px;
}
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next{
    background-color: var(--color-primary);
    border-radius: 50%;
}
.news-swiper .swiper-button-prev{
    left: 0;
}
.news-swiper .swiper-button-next{
    right: 0;
}
/* news-swiper END */

/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next{
    position: static;
    margin: 0;
    border: 1.7px dashed 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-primary);
    color: var(--color-primary);
}
.swiper-btn .swiper-button-next{
    margin-left: 10px;
}
.swiper-btn{
    display: flex;
    align-items: center;
}
/* swiper-btn END */

/* link-list */
.link-list{
    margin-top: 40px;
}
.link-list .link-item{
    position: relative;
    z-index: 1;
}
.link-list .link-item.open{
    z-index: 2;
}

.link-list .link-item .toggle-btn{
    background-color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 28px;
    display: block;
    padding: 0 16px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
    color: inherit;
    height: 56px;
    line-height: 56px;
    z-index: 1;
}
.link-list .link-item .toggle-btn:after{
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    border-radius: 5px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.link-list .link-item .toggle-btn .icon-right{
    font-size: 12px;
    font-weight: normal;
    opacity: .45;
    display: inline-block;
    transform: rotate(0);
    transition: all .3s ease-in-out;
}
.link-list .link-item.open .toggle-btn,
.link-list .link-item:hover .toggle-btn{
    background-color: var(--color-primary);
    color: #fff;
}
.link-list .link-item.open .toggle-btn:after,
.link-list .link-item:hover .toggle-btn:after{
    background-color: #fff;
}
.link-list .link-item.open .toggle-btn .icon-right{
    transform: rotate(-90deg);
}

.toggle-content{
    padding: 16px 16px 0;
    display: none;
    position: absolute;
    bottom: 28px;
    background-color: var(--color-primary);
    padding-bottom: 28px;
    border-radius: 28px 28px 0 0;
    color: #fff;
    left: 0;
    right: 0;
}
.link-list .link-item.open .toggle-content{
    display: block;
}
.toggle-content .child-list{
    margin: -3px;
    display: flex;
    flex-wrap: wrap;
}
.toggle-content .child-list .item{
    display: inline-block;
    padding: 3px;
    width: 50%;
    text-align: center;
    position: relative;
}
.toggle-content .child-list .item a{
    color: inherit;
    display: block;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    opacity: .85;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}
.toggle-content .child-list .item a span{
    font-size: 12px;
    white-space: nowrap;
}
.toggle-content .child-list .item a .iconfont{
    font-size: 16px;
    margin-right: 4px;
}
.toggle-content .child-list .item.active a,
.toggle-content .child-list .item a:hover{
    background-color: #fff;
    color: var(--color-text-primary);
    opacity: 1;
}
.toggle-content .child-img{
    background-color: #fff;
    padding: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--color-text-primary);
    text-align: center;
    width: 130px;
    font-weight: bold;
    display: none;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.toggle-content .item.active .child-img,
.toggle-content .item:hover .child-img{
    display: block;
}
.toggle-content .child-img img{
    width: 100%;
    vertical-align: middle;
    margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
    .toggle-content .child-img:after{
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
    }
    .toggle-content .child-list .item:nth-of-type(2n) .child-img{
        left: 100%;
        margin-left: 13px;
    }
    .toggle-content .child-list .item:nth-of-type(2n) .child-img:after{
        border-right-color: #fff;
        left: -16px;
    }
    .toggle-content .child-list .item:nth-of-type(2n+1) .child-img{
        right: 100%;
        margin-right: 13px;
    }
    .toggle-content .child-list .item:nth-of-type(2n+1) .child-img:after{
        border-left-color: #fff;
        right: -16px;
    }
}


.toggle-content .img-box{
    text-align: center;
}
.toggle-content .img-box img{
    width: 100%;
    max-width: 140px;
    margin: 16px auto;
    margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
    .toggle-content .child-img{
        top: unset;
        margin-top: unset;
        bottom: 36px;
        margin-bottom: 16px;
        margin-left: unset;
        transform: unset;
    }
    .toggle-content .child-img:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        bottom: -16px;
    }
    .toggle-content .child-list .item:nth-of-type(2n) .child-img{
        right: 0;
    }
    .toggle-content .child-list .item:nth-of-type(2n) .child-img:after{
        border-top-color: #fff;
        right: 12px;
    }
    .toggle-content .child-list .item:nth-of-type(2n+1) .child-img{
        left: 0;
    }
    .toggle-content .child-list .item:nth-of-type(2n+1) .child-img:after{
        border-top-color: #fff;
        left: 12px;
    }
}
/* link-list END */

.ul-list .toggle-btn.open .toggle-content{
    display: block;
}
.ul-list .toggle-content{
    padding-bottom: 16px;
    background-color: #f5f5f5;
    color: var(--color-text-primary);
    border-radius: 8px;
    margin-bottom: 20px;
}
.ul-list .toggle-content:after{
    content: "";
    position: absolute;
    bottom: -16px;
    left: 16px;
    border: 8px solid transparent;
    border-top: 8px solid #f5f5f5;
}
.ul-list .toggle-content .child-list .item a{
    border: 1px solid rgba(0, 0, 0, .5);
}


/* no-banner */
.no-banner .breadcrumb-block+.main>*:first-child,
.no-banner .breadcrumb-block+.block{
    padding-top: 0;
}
.no-banner .breadcrumb-block{
    margin-top: 0;
}
.no-banner .breadcrumb{
    height: unset;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.no-banner .breadcrumb:before{
    content: unset;
}
.no-banner .layui-breadcrumb a,
.no-banner .layui-breadcrumb a cite{
    color: var(--color-text-secondary)!important;
}
.no-banner .layui-breadcrumb a:hover {
    color: var(--color-primary)!important;
}
.no-banner .breadcrumb .iconfont{
    color: var(--color-text-primary);
}
@media screen and (max-width:991px) {
    .no-banner .breadcrumb{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* no-banner END */


/* article-container */
.article-block{
    padding: 0;
}
.article-container{
    padding: 50px;
    background-color: #fff;
}

.article-container .page-content{
    font-size: 16px;
}
.article-container .page-content p{
    text-indent: 2em;
}
.article-container .page-content table p{
    text-indent: unset;
}
.article-container .page-content table,
.article-container .page-content p,
.article-container .page-content li{
    margin-bottom: 16px;
}
.article-container .page-content table p,
.article-container .page-content table li{
    margin-bottom: 10px;
}
.article-container .page-content table td>*:last-child,
.article-container .page-content table th>*:last-child{
    margin-bottom: 0;
}
.article-head {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--border-color-base);
}
.article-head .title{
    font-size: 30px;
    margin-bottom: 20px;
}
.article-head .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-head .info .left{
    flex: 1;
}
.article-head .info span{
    color: var(--color-text-secondary);
    font-size: 16px;
}
.article-head .info span+span{
    margin-left: 20px;
}
.article-head .info span .iconfont{
    margin-right: 5px;
}
.article-head .info .right .icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
}
.article-head .info .right .icon:hover{
    opacity: .75;
}
.article-head .info .right span .iconfont{
    margin-right: 0;
}
.article-head .info .right span+span{
    margin-left: 5px;
}

.article-foot{
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid var(--border-color-base);
    text-align: right;
}
.article-foot .foot-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.article-foot .foot-info span{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.article-foot .foot-info span:hover{
    color: var(--color-primary);
}
.article-foot .foot-info span+span{
    margin-left: 20px;
}
.article-foot .foot-info span .iconfont{
    margin-right: 6px;
}

.event-information{
    padding-left: 20px;
    border-left: 8px solid var(--border-color-base);
    margin-bottom: 50px;
    background-color: #f6f7f8;
    padding: 20px;
    font-family: "Nexa Regular";
}
.event-information .item+.item{
    margin-top: 10px;
}
.event-information .item .iconfont{
    color: var(--color-primary);
    margin-right: 8px;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .article-container{
        padding: 0;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .article-container{
        padding-bottom: 40px;
    }
    .article-head .title{
        font-size: 24px;
    }
    .article-head .info{
        display: block;
    }
    .article-head .right{
        display: none;
    }
    .article-head .info .right span+span{
        margin-left: 0;
        margin-top: 5px;
    }
}
/* article-container END */

/*share*/
#qrcode-img{
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-family: "Nexa Regular";
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#qrcode canvas{
    vertical-align: middle;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
.layui-layer{
    border-radius: 4px!important;
}
/*share END*/

@media screen and (max-width: 991px) {
    .mobile-white{
        background-color: #fff;
    }
}
/*search-result*/
.search-header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
.search-header .form-text {
    width: 100%;
    border: none;
    border: 1px solid #eee;
    height: 50px;
    font-size: 16px;
    padding: 0 100px 0 15px;
}
.search-header .form-text:focus{
    border-color: #ccc;
}

.search-header .form-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    background: var(--color-primary);
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.search-header .form-submit:hover{
    background: var(--color-primary);
    color: #fff;
}
.search-results{
    padding-bottom: 40px;
    /* margin-top: -40px; */
    position: relative;
    z-index: 99;
    min-height: 200px;
}
.search-nav{
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
    position: relative;
    margin-bottom: 40px;
}
.search-nav .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    font-size: 16px;
	padding-bottom: 15px;
    color: #888;
}
.search-nav .swiper-slide:hover,
.search-nav .swiper-slide-thumb-active{
    color: #1d1f22;
}
.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: #ccc;
	/*font-weight: lighter;
	color: #aaa;*/
}
.search-nav .swiper-slide-thumb-active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.search-content{
    padding-top: 20px;
}
.search-results .layui-tab{
    margin: 0;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this{
    color: var(--color-primary);
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid var(--color-primary);
}
.search-results .layui-tab-title{
    padding-left: 0;
    border-bottom: 0;
}
.search-results .layui-tab-content{
    padding: 20px 0;
}

.search-results .search-result-item{
    border-bottom: 1px dashed #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.search-results .search-result-item .title{
    font-size: 16px;
    font-weight: bold;
}
.search-results .search-result-item .desc{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 68px;
    margin-top: 15px;
}
.search-results .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.search-results .link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.search-results .link,
.search-results .link a{
    color: #9B907B;
}
.search-results a:hover{
    text-decoration: underline;
}
.search-results .time{
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-results .time+.time{
	margin-left: 15px;
}
.anchor{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: -1; */
}

/*search-result end*/
.news-swiper .swiper-autoheight .swiper-slide{
    height: 100%;
}


/* slide-grid */
.slide-grid{
    background-color: var(--color-primary);
    display: block;
    height: 100%;
    color: #fff;
    font-size: 20px;
    position: relative;
    transition: all .4s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.slide-grid:hover{
    /* background-color: var(--color-primary)!important; */
    z-index: 2;
}
.slide-grid>a{
    color: inherit;
    padding: 50px;
    display: block;
    height: 100%;
}
.slide-grid>*{
    position: relative;
    z-index: 9;
}
.slide-grid .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: auto 65%;
    background-repeat: no-repeat;
    opacity: .05;
    background-position: right -15% bottom -15%;
}
.slide-grid .icon-box img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.slide-grid .title{
    margin: 30px 0 20px;
}
.slide-grid .icon-change{
    font-size: 1.2em;
    position: relative;
    left: 0;
    transform: translateX(0);
    transition: all .4s ease-in-out;
}
.slide-grid:hover{
    color: #fff;
}
.slide-grid:hover .icon-change{
    left: 100%;
    transform: translateX(-100%);
}

.layui-row>[class^="layui-col"]:nth-of-type(1) .slide-grid,
.layui-row>[class^="layui-col"]:nth-of-type(1) .slide-grid .toggle-content{
    background-color: #8181A5;
}
.layui-row>[class^="layui-col"]:nth-of-type(2) .slide-grid,
.layui-row>[class^="layui-col"]:nth-of-type(2) .slide-grid .toggle-content{
    background-color: #4B6D86;
}
.layui-row>[class^="layui-col"]:nth-of-type(3) .slide-grid,
.layui-row>[class^="layui-col"]:nth-of-type(3) .slide-grid .toggle-content{
    background-color: #58877D;
}
.layui-row>[class^="layui-col"]:nth-of-type(4) .slide-grid,
.layui-row>[class^="layui-col"]:nth-of-type(4) .slide-grid .toggle-content{
    background-color: #B28E6E;
}


.slide-grid .toggle-btn{
    opacity: 1;
    transition: all .4s ease-in-out;
    z-index: 2;
    height: 100%;
}
.slide-grid:hover{
    overflow: unset;
}
.slide-grid:hover .toggle-btn{
    opacity: 0;
    z-index: 1;
}
.slide-grid .toggle-content{
    position: absolute;
    top: 0;
    bottom: unset;
    border-radius: unset;
    display: block;
    opacity: 0;
    transition: all .4s ease-in-out;
    transform: translateY(20px);
    padding: 50px;
    z-index: 1;
}
.slide-grid .toggle-content .title{
    margin-top: 0;
}
.slide-grid:hover .toggle-btn+.toggle-content{
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}
@media screen and (max-width: 1199px) {
    .slide-grid>a,
    .slide-grid .toggle-content{
        padding: 30px;
    }
}
@media screen and (max-width:767px) {
    .slide-grid{
        font-size: 18px;
    }
}
/* slide-grid END */

/* .page_title{
    color: var(--color-primary);
} */

@media screen and (min-width: 1200px){
    .block-department{
        padding-bottom: 110px;
    }
}
.block-department .page_title{
    margin-bottom: 20px;
}
.block-department .page_title .title{
    font-size: 24px;
}
/* block-department */
.block-department .left-block{
    background-color: var(--color-primary);
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-image: url(../images/search-bg.png);
    background-size: auto 36px;
    background-position: right bottom 40px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.block-department .left-block>*{
    width: 100%;
}
.block-department .left-block .page-content{
    color: inherit;
    opacity: .9;
}
.block-department .left-block .page-content a{
    color: inherit;
    text-decoration: underline;
}
.block-department .left-block .icon-box img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.block-department .left-block .index_title{
    color: inherit;
}

.block-department .right-block{
    padding: 50px 0 0 50px;
    height: 100%;
    margin-top: 60px;
    position: relative;
}
.block-department .right-block>*{
    position: relative;
    z-index: 1;
}
.block-department .right-block:before{
    content: "";
    position: absolute;
    left: -120px;
    top: 0;
    bottom: -50px;
    right: -130px;
    background: rgba(201,21,30,.03) url(../images/bg-news.png) right bottom no-repeat;
    background-size: 70% auto;
    z-index: 0;
}
.block-department .right-block .page_title .title{
    font-size: 14px;
    font-weight: bold;
    color: var(--color-primary);
}
@media screen and (min-width: 1600px) {
    .block-department .right-block:before{
        right: 0;
        background-size: 80% auto;
    }
    .block-department .right-block{
        padding: 50px 50px 0 50px;
    }
}
@media screen and (max-width: 1199px) {
    .block-department .left-block,
    .block-department .right-block{
        padding: 30px;
    }
    .block-department .right-block:before{
        bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .block-department .left-block{
        color: inherit;
        padding: 0;
        background: unset;
    }
    .block-department .right-block{
        margin-top: 50px;
        padding: 0;
        padding-top: 50px;
    }
    .block-department .right-block:before{
        left: -5vw;
        right: -5vw;
        background-position: center bottom;
        background-size: 100% auto;
    }
}
@media screen and (max-width:767px) {
    .block-department .index_title{
        margin-bottom: 15px;
    }
    .block-department .page_title .title{
        font-size: 24px;
    }
    .block-department .left-block .icon-box img{
        width: 50px;
        height: 50px;
    }
    .block-department .right-block{
        padding-top: 40px;
        margin-top: 40px;
    }
    .block-department .right-block:before{
        left: -15px;
        right: -15px;
    }
}

/* block-department END */

