<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */

header{
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient( 270deg, #E4B388 0%, #000000 100%); */
    opacity: .6;
}

.header header {
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* background: linear-gradient( 270deg, #E4B388 0%, #000000 100%); */
}

.site-mobile header,
header.header-fixed{
    /* background: linear-gradient( 270deg, #E4B388 0%, #000000 100%); */
    background-color: #373737;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1000;
}
header a{
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo img{
    height: 50px;
}

header .layui-container{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px)  {
    .header header::before{
        background: none;
    }
    .header header  {
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header.site-mobile header{
        background: #E4B388;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 60px !important;
        transition: all .3s;
    }
    header .logo{
        transition: all .3s;
    }
    header .logo img{
        height: 32px;
        transition: all .3s;
    }
    .site-tree-mobile{
        padding: 20px 15px !important;
        transition: all .3s;
    }
    header.header-fixed{
        height: 80px;
    }
    header.header-fixed .logo img{
        height: 36px;
    }
}
@media screen and (min-width: 992px) {
    .layui-nav {
        /* position: absolute;
        top: 10px;
        right: 0px;
        left: 200px; */
        padding: 0;
        z-index: 99;
        background: none;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        background-color: #fff;
        height: 2px;
        /* transform: scaleX(.5); */
    }
    .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: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }
    .layui-nav .layui-nav-item{
        margin: 0 20px;
    }
    .layui-nav .layui-nav-item a{
        color: #eee;
        padding: 0 5px;
        font-weight: bold;
        height: 75px;
        line-height: 75px;
    }
    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
        color: #fff;
        border-bottom: 4px solid #fff;
    }
}
@media screen and (max-width: 1399px) {
    .layui-nav .layui-nav-item{
        margin: 0 25px;
    }
}
@media screen and (max-width: 1299px) {
    .layui-nav .layui-nav-item{
        margin: 0 20px;
    }
}
header .button-box{
    position: absolute;
    right: 15px;
    top: 0;
    top: 21px;
}
header .button-box .layui-btn{
    background: #fff;
    margin-left: 10px;
    border: 1px solid #fff;
    line-height: 36px;
    color: var(--color-primary);
    font-weight: bold;
}
header .button-box .login{
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item a{
        font-size: 15px;
    }
    .layui-nav .layui-nav-item{
        margin: 0 8px;
    }
}
.header-mobile{
    display: none;
}
@media screen and (max-width: 991px) {
    .layui-nav{
        background: #E4B388;
    }
    header {
        z-index: 999;
    }
    header .layui-nav{
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .site-mobile .layui-nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(255,255,255,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 0px 20px;
        border-bottom: 1px solid rgba(1,34,95,.1);
        font-size: 15px;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    header .layui-btn{
        display: none;
    }

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

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0;
        padding: 30px 15px;
        line-height: 1;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        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;
        background-color: rgba(0,0,0,.85);
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}
/* header END */
.main {
    position: relative;
    overflow: hidden;
}
.header-white {
    position: relative;
}

/*banner*/
.banner{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100vw;
    height: 58vw;
    max-height: 100vh;
}

.banner .banner-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.banner-text-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    padding: 3.64vw 0 0 0 ;
    align-items: flex-start;
}
.banner-text-img img{
    width: 57% !important;
    height: auto !important;
    object-fit: contain !important;
    position: unset !important;
    margin-right: 8.166667vw;
}
.banner .inner-banner {
    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 .banner-button {
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: 8.166667vw;
    bottom: 90px;
    background-image: url(../image/button.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.3542vw;
    height: 4.219vw;
    z-index: 100;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-button .iconfont {
    margin-right: 6px;
}

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

.banner img {
    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;
    object-fit: cover;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9.375vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .5;
}

@media screen and (max-width:1499px){
    .banner-text-img {
        padding: 80px 0 0 0;
    }
}
@media screen and (max-width:1399px){
    .banner .banner-button  {
       width: 174px;
       height: 64px;
    }
    
    .banner .banner-button{
        bottom: 90px;
    }
    .banner-text-img{
        padding: 70px 0 0 0 ;
    }
}
@media screen and (max-width:991px){
    .banner-text-img{
        padding: 60px 0 0 0 ;
    }
    .banner .banner-button {
        bottom: 15px;
        width: 140px;
        height: 51.55px;
    }
  
}
@media screen and (max-width:767px){
    .banner .banner-button {
        bottom: 10px;
    }
    .banner-text-img {
        padding: 50px 0 0 0;
    }
}
@media screen and (max-width:556px){
    .banner-text-img {
        padding: 30px 0 0 0;
    }
}
/*banner-END*/

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

.block.big-block {
    padding: 3.25vw 0 5.78125vw 0;
}

.block.grey {
    background-color: #F7F7F7 !important;
}

.block.small-block {
    padding: 3.25vw 0;
}

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

    .block.small-block {
        padding: 40px 0;
    }

    .block.big-block {
        padding: 50px 0;
    }
}

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

        .block.small-block {
            padding: 30px 0;
        }

        .block.big-block {
            padding: 40px 0;
        }
    }


/* brief-container */

.brief-container {
    padding: 3.25vw;
    position: relative;

}

/* .brief-container .text-box .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg2.jpg) no-repeat;
    background-position: right center;
    background-size: 63.3% auto;
} */

.brief-container .img-box {
    position: relative;
    height: 100%;
    padding-bottom: 56.71%;
    width: 100%;
    overflow: hidden;
}

.brief-container .img-box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.brief-container .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brief-container .text-box {
    position: relative;
    display: flex;
    flex-direction: column;
}

.brief-container .text-box .title {
    color: var(--color-primary);
    margin-bottom: var(--size-24);
}

.brief-container .text-box .desc p{
    margin-bottom: var(--size-24);
}

.brief-link {
    background: var(--bgColor-primary) !important;
    color: #fff;
}

.brief-container .text-box .single-link {
    /* margin-top: var(--size-24); */
}

@media screen and (max-width:992px){
    .brief-container {
        padding: 0;
    }
}

@media screen and (max-width:567px){
    .vedio-wrap .img-box .img .bg {
        width: 45px !important;
        height: 45px !important;
    }
}



/* brief-container END */

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

.news-swiper-container .news-swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

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

/* .news-swiper .news-item .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    opacity: .9;
    height: 18%;
    z-index: 2;
} */

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

.news-swiper .news-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-swiper .news-item .text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: var(--size-16) var(--size-30);
    color: #fff;
    background: var(--bgColor-primary);
}

.news-swiper .news-item .text-box .text-len {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.news-swiper .news-item .text-box .text-len .year {
    width: 60px;
}

.banner-news .news-item .text-box .left-box {
    display: flex;
    flex-direction: column;
    margin-right: var(--size-36);
    padding-right: var(--size-36);
    border-right: .0625rem solid rgba(255, 255, 255, .2);
    line-height: 1.2;
    text-align: center;
    font-family: 'PoppinsRegular';
    font-weight: 500;
}


.news-swiper .news-item .text-box .left-box {
    text-align: center;
    /* width: 110px; */
}


.news-swiper .news-item .text-box .right-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}

.news-swiper .news-item .text-box .title {
    margin-top: .375rem;
    font-size: 1rem;
}


.news-swiper .ala-swiper {
    position: absolute;
    width: 8.125rem;
    right: 1.25rem;
    bottom: 1.5rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

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

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

.news-swiper .swiper-button-prev {
    left: 0;
}

.news-swiper .swiper-button-next {
    right: 0;
}

.banner-list-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: var(--size-48);
}

.banner-list-wrap .item {
    position: relative;
    display: flex;
    padding: var(--size-20) var(--size-30);
    background-color: #fff;
}

.banner-list-wrap .item .left-box {
    color: var(--color-primary);
    display: flex;
    flex-direction: column;
    margin-right: var(--size-24);
    padding-right: var(--size-24);
    border-right: 1px solid rgba(21, 30, 87, .2);
    line-height: 1.2;
    text-align: center;
    font-family: 'PoppinsRegular';
    font-weight: 500;
}

.banner-list-wrap .item .right-box {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: auto;
    color: var(--color-text-primary);
}
.banner-list-wrap .item:hover .right-box{
    background: var(--bgColor-primary);
    -webkit-background-clip: text;
    color: transparent;
}


@media screen and (max-width: 992px) {
    .news-swiper {
        position: static !important;
    }

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



    /* .banner-list-wrap .item {
        margin: .5rem 0;
    } */

}

@media screen and (max-width: 767px) {
    .news-swiper {
        padding-bottom: 25px;
    }
    .news-swiper .news-item .img-box {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .news-swiper .news-item .img-box:before {
        height: 0;
    }

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

    .news-swiper .news-item .text-box {
        position: static;
        padding: 0;
        padding-top: 20px;
        color: var(--color-text-regular);
        background: #F7F7F7;
    }

    .ala-swiper .swiper-button-prev:hover,
    .ala-swiper .swiper-button-next:hover {
        background-color: transparent;
        color: var(--color-primary) !important;
    }


    .news-swiper .news-item .text-box .text-len {
        display: block;
        width: 100%;
        text-align: start;
    }

    .news-swiper .news-item .text-box .left-box {
        text-align: start;
    }

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

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

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

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

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

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

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

    .news-swiper .news-item .text-box .right-box {
        margin-top: .2rem;
    }

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

    .news-swiper .news-item .text-box .text-len .year {
        width: 100px;
    }
}


/* news-swiper */

.home-announcement-list.white-list {
    background-color: #fff;
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wline {
    border: 1px solid rgba(51, 51, 51, .3);
    border-left: 0;
    margin: -20px 0;
}

@media screen and (max-width:992px){
    .wline {
        border: none;
    }
}

.icon-internet-2 {
    color: #fff;
    margin-right: 5px;
}

/* home-event-list */
.home-an-event {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-event-list {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-event-list .event-item {
    padding: var(--size-30) 0;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    display: block;
}


.home-event-list .event-item:nth-child(2) {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.home-event-list .event-item:hover .event-title {
    color: var(--color-primary);
}

.home-event-list .event-item .event-area {
    display: flex;
    flex-direction: column;
    margin-top: var(--size-30);
}

.home-event-list .event-item .event-area .area {
    margin-top: var(--size-9);
}

.home-event-list .event-item .event-area .iconfont {
    color: var(--color-primary);
    margin-right: 0.325vw;
}

.news-item {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    height: 100%;
    background-color: var(--color-third);
    display: flex;
    flex-direction: column;
    color: inherit;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.news-swiper.news-item:hover .img-box img {
    color: var(--color-primary);
}

.news-swiper .swiper-box {
    position: absolute;
    right: 20px;
    bottom: 32px;
    z-index: 9;
    width: 146px;
    display: flex;
    align-items: center;
}

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

.news-item .img-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
}

.news-item .img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.news-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0 !important;
    -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;

}

.news-item .text-box {
    padding: var(--size-30) var(--size-24);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item .text-box .time {
    color: var(--color-text-secondary);
    /* margin-bottom: .3125rem; */
    font-family: 'PoppinsRegular';
}

.news-item .text-box .title {
    padding: 1.25rem 0;
}

.news-item .text-box .desc.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: var(--color-secondary);
}

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


.news-swiper .swiper-button-prev::before,
.news-swiper .swiper-button-next::before {
    border: none;
}

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

.news-swiper .swiper-button-prev {
    left: 0;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-box-post {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

/* news-swiper END */


/* ala-swiper */

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

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

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

.ala-swiper .swiper-button-prev:not(.ala-swiper .swiper-button-disabled):hover:after,
.ala-swiper .swiper-button-next:not(.ala-swiper .swiper-button-disabled):hover:after {
    /* color: var(--color-primary);
    -webkit-background-clip: text;
    background-color: transparent; */
}

.ala-swiper.is-white .swiper-button-prev:hover,
.ala-swiper.is-white .swiper-button-next:hover {
    background-color: transparent;
    color: #fff;
    -webkit-background-clip: text;
}

.ala-swiper .swiper-pagination {
    margin: 0 5px;
}

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

}

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

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

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

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

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

/*swiper-button END*/


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

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

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

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

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

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

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

@media screen and (max-width:567px){
    .ala-swiper.is-white .swiper-pagination-bullet-active::after,
.ala-swiper.is-white .swiper-pagination-bullet::after {
    background-color: var(--color-primary) !important;
}
}

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

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

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

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

.index_title {
    position: relative;
    margin-bottom: var(--size-30);
    line-height: 1.4;
}

.index_title .title-wrap span,
.brief-container .text-box .title,
.content-box .index_title {
    background: var(--text-primary);
    -webkit-background-clip: text;
    color: transparent;
}

/*.swiper-pagination EMD*/

/* ala-swiper END */

/* vedio-wrap */
.vedio-wrap {
    height: 100%;
    position: relative;
}

.vedio-wrap .img-box {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.30%;
}

.vedio-wrap .img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vedio-wrap .img-box .img .bg {
    position: absolute;
    top: calc(50% - 15px);
    bottom: 0;
    left: 50%;
    right: 0;
   transform: translate(-50%, -50%);
   background-image: url(../image/icon.png);
   background-size: cover;
   width: 3.6879vw;
    height: 3.6879vw;
}

.vedio-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.vedio-wrap .img-box .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( 270deg, #E4B388 0%, #000000 100%);
    width: 100%;
    padding: var(--size-16);
}

.vedio-wrap .img-box .text-box span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}

/* vedio-wrap END */

/* home-announcement */

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

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

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

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

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

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

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

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

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

.home-announcement .announcement-item .time {
    color: #666666;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
}

.home-announcement .announcement-item .title {
    margin-top: 0.875vw;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .home-announcement .announcement-item:hover .title{
     background: var(--text-primary);
     -webkit-background-clip: text;
     color: transparent;
}
@media screen and (max-width: 991px) {
    .home-announcement {
        border-top-width: 3px;
    }

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

    .home-announcement .announcement-item .time {
        margin-right: 8px;
    }

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

}

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

    .home-announcement .announcement-item .title {
        font-size: .3rem;
    }
}

/* home-announcement END */

/* event-wrap */
.event-wrap{
    display: block;
}
.event-wrap .img-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 58.01%;
}

.event-wrap .img-box .img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.event-wrap .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    transform: scale(1);
}
.event-wrap:hover .img-box img{
    transform: scale(1.1);
}
.event-wrap .text-box {
    display: flex;
    position: relative;
    flex-direction: column;
}

.event-wrap .text-box .time {
    padding: var(--size-15) 0  var(--size-9);
    color: #666666;
    flex: 1;
}

.event-wrap .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event-wrap:hover .text-box .title{
    background: var(--text-primary);
    -webkit-background-clip: text;
    color: transparent;
}
/* event-wrap END */

/* footer */
footer {
    background: linear-gradient( 270deg, #E4B388 0%, #000000 100%);
    color: rgba(255, 255, 255, .9);
}

.footer {
    padding: var(--size-36) 0;
    padding-top: var(--size-30);
}

.footer-copyright {
    padding: 20px 0 0 0;
}

.footer-top .work{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: var(--size-24);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footer-top .work .unit-logo{
    height: 40px;
    margin: 5px 0;
    margin-right: 10px;
}
.footer-top .work .unit-logo img{
    height: 100%;
}

.footer-top .work .item {
    margin-right: var(--size-40);
    color: rgba(255, 255, 255, .9);
}
.footer-top .work .item:last-child{
    margin-right: 0;
}
.footer-top .work .item:hover {
    margin-right: var(--size-48);
    color: rgba(255, 255, 255, 1);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-right a {
    color: #fff;
}

.footer-left {
    display: flex;
}

.footer-left .item:not(:last-child){
    margin-right:var(--size-36);
}

@media screen and (max-width:1200px){
    .footer-bottom {
        display: block;
    }
}

@media screen and (max-width:772px){
    .footer-top .item-title{
        display: block;
        margin-bottom: var(--size-9);
    }
    /* .footer-top .work {
        flex-direction: column;
       
    } */
    .footer-top .work .item{
        margin-right: 0;
        margin-bottom: var(--size-9);
    }
    .footer-top .work .item:last-child{
        margin-bottom: 0px;
    }

    .footer-bottom .footer-left {
        display: block;
        margin-top: var(--size-9);
    }
    .footer-left .item:not(:last-child){
        margin-bottom:var(--size-9);
    }
    .footer-top .work .unit-logo{
        width: 100%;
        height: 34px;
        margin-bottom: 12px;
    }
}

/* footer END */

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

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


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

/* inner-banner */

.inner-banner.banner-tag {
    color: #fff;
    display: flex;
    align-items: center;
    /* padding-top: 80px; */
    height: 32.29vw;
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

/* inner-banner END */
.content-box {
    padding-bottom: 3.25vw;
}

.content-box .title {
    text-align: center;
}

.content-box .content-list .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: var(--size-20) var(--size-36);
    border-top: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s;
}
.content-box .slcz-content-list .item{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.content-box .content-list .item:hover {
    background-color: #F7F7F7;
}

.content-box .content-list .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.content-box .content-list .item span{
    flex: 1;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}
.content-box .content-list .item::before {
    content: "\e61d";
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    background: var(--text-primary);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: -10px;
}

.content-box .content-list .item .time {
    color: #666666;
    padding-left: 15px;
}

.content-box .tag {
    display: flex;
    justify-content: space-between;
    color: #666666;
    align-items: center;
    padding-bottom: var(--size-40);
    margin-bottom: var(--size-40);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.content-box .left {
    display: flex;
    position: relative;
}

.content-box .left .time {
    margin-right: var(--size-36);
}

.content-box .brief-content p {
    margin-bottom: 1.925vw;
}

/* .content-box .tag .right .iconfont.icon-weixin {
    cursor: pointer;
    border: var(--size-1) solid var(--border-color);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
} */

/* content-box END */

.line {
    position: relative;
    margin-bottom: var(--size-40);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.rember-box .title {
    position: relative;
    text-align: left;
}

/*.category-nav*/
.category-nav-block {
    position: relative;
    margin-bottom: var(--size-40);
    display: flex;
}

.category-nav-block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--size-1);
    border-bottom: var(--size-1) solid var(--border-color);
}

.category-nav-block .layui-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

@media screen and (max-width: 767px) {
    .category-nav-block:after {
        content: unset;
    }

    .category-nav-block .layui-container {
        display: block;
    }

    .category-nav-block .ala-filter {
        margin-left: 0;
    }

    .category-nav-select {
        position: relative;
    }

    .category-nav-block .category-nav-select:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: var(--size-1);
        border-bottom: var(--size-1) solid var(--border-color);
    }

}

@media screen and (max-width: 567px) {
    .category-nav-select:after {
        left: -.32rem;
        right: -.32rem;
    }
}

.category-nav-select {
    position: relative;
    margin: auto;
}

.category-nav-select .swiper-slide {
    width: auto;
    position: relative;
    cursor: pointer;
    color: var(--color-text-secondary-grey);
    /* transition: color .3s ease-in-out; */
}

.category-nav-select .swiper-slide a {
    display: block;
    padding-bottom: var(--size-20);
    color: inherit;
}

.category-nav-select .swiper-slide+.swiper-slide {
    margin-left: 4.16667vw;
}

.category-nav-select .swiper-slide:hover {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

.category-nav-select .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: var(--size-2);
    background: var(--text-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.category-nav-select .swiper-slide.active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.category-nav-select .swiper-slide.active {
    background: var(--text-primary);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

@media screen and (max-width: 567px) {
    .category-nav-select .swiper-slide+.swiper-slide {
        margin-left: .5rem;
    }
}

/* category-nav-select END */
.img-item{
    display: block;
    position: relative;
    cursor: pointer;
}
.img-item .img-box {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.30%;
}

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

.img-item.img-box .img .bg {
    position: absolute;
    top: calc(50% - 15px);
    bottom: 0;
    left: 50%;
    right: 0;
   transform: translate(-50%, -50%);
   background-image: url(../image/icon.png);
   background-size: cover;
   width: 3.6879vw;
    height: 3.6879vw;
}

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


.img-item .img-box .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( 270deg, #E4B388 0%, #000000 100%);
    width: 100%;
    padding: var(--size-16);
}

.img-item .img-box .text-box span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}




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

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

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

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

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

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

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

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

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

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

/*layui-layer tc-video END*/
/*share*/
#qrcode-img {
    padding: 1.09375vw;
    border-radius: .46875vw;
    overflow: hidden;
    text-align: center;
    /* font-family: "Nexa Regular"; */
    width: 14.6875vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

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

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

/*share END*/
.share-btn{
    display: flex;
    align-items: center;
}
.share-btn span+span{
    margin-left: var(--size-9);
}
 .share-btn .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: var(--size-48);
    height: var(--size-48);
    border: var(--size-1) solid var(--border-color);
    border-radius: 50%;
}
.share-btn .iconfont:hover{
    background: var(--bgColor-primary);
    -webkit-background-clip: text;
    color: transparent;
}
@media screen and (max-width: 767px) {
    .share-btn{
        display: none;
    }
}

.ala-section + .ala-section{
    margin-top: var(--size-60);
}
.show-btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: var(--size-40);
}
.show-btn{
    padding: var(--size-15) var(--size-40);
    background: var(--bgColor-primary);
    color: #fff;
}
.qrcode-list{
    display:flex;
    flex-wrap: wrap;

}
.qrcode-list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:150px;
    height: 180px;
    justify-content: space-between;
}
.qrcode-list a img{
    width:100%;
    
}
.qrcode-list a strong{
    font-weight: 400;
}
</pre></body></html>