
/* header */
.red{
    color: red!important;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header a{
    color: var(--color-text-secondary-grey);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo img{
    height: 64px;
}

header .layui-container{
    position: relative;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6vw;
    height: 100px;
    transition: height .5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media screen and (min-width: 1600px) {
    .header{
        max-width: 1500px;
        box-sizing: unset;
        margin: 0 auto;
        padding: 0 15px;
    }
}

.header-main{
    position: relative;
    flex: 1;
    text-align: right;
}
.header-main .secondary-nav {
    text-align: right;
    width: auto;
    display: inline-block;
    /* padding-right: 10px; */
    position: relative;
    padding-top: 12px;
}
.header-main .secondary-nav .layui-nav .layui-nav-item>a{
    cursor: pointer;
    font-size: 13px;
    padding: 0 15px;
    color: rgba(255, 255, 255, .85);
}
.header-main .secondary-nav .layui-nav .layui-nav-item>a:hover{
    color: #fff;
}
.header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    width: 1px;
    background-color: rgba(255, 255, 255, .35);
}
.header-main .language-btn,
.header-main .search-btn{
    color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    overflow: hidden;
}
.header-main .secondary-btn+.secondary-btn{
    margin-left: 12px;
}
.header-main .language-btn:hover,
.header-main .search-btn:hover{
    color: #fff!important;
    background-color: var(--color-secondary)!important;
}
.header-main .language-btn .iconfont,
.header-main .search-btn .iconfont{
    font-size: 16px;
}

/* header-nav */
.header-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2px;
}
@media screen and (min-width: 992px) {
    .header-nav .layui-nav {
        padding: 0;
        z-index: 99;
        background: none;
        text-align: right;
        margin-right: -15px;
        display: flex;
    }
    .header-nav .layui-nav>.layui-this:after{
        content: unset;
    }
    .header-nav .layui-nav-bar{
        display: none;
    }
    .header-nav .layui-nav ul{
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .header-nav .layui-nav{
        margin: 0 -15px;
    }
    .header-nav .layui-nav .layui-nav-item{
        display: table-cell;
        text-align: right;
        margin: 0;
        height: unset;
        line-height: 50px;
    }
    .header-nav .layui-nav .layui-nav-item>a{
        display: block;
        font-size: 22px;
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        position: relative;
        z-index: 2;
        font-weight: bold;
    }
    .header-nav .layui-nav .layui-nav-more{
        right: 5px;
        display: none;
    }
    .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>a,
    .header-nav .layui-nav .layui-nav-item.layui-this>a{
        opacity: 1;
    }
    .header-nav .layui-nav .layui-nav-item>a:after{
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: -1px;
        height: 3px;
        background-color: #fff;
        transition: all .3s ease-in-out;
        transform: scaleX(0);
    }
    .header-nav .layui-nav .layui-nav-item.layui-this>a:after{
        transform: scaleX(1);
    }
    header.header-fixed .header-nav .layui-nav .layui-nav-item>a{
        color: var(--color-text-regular);
    }
    header.header-fixed .header-nav .layui-nav .layui-nav-item>a:after{
        background-color: var(--color-primary);
    }
    header.header-fixed .header-nav .layui-nav .layui-nav-item:not(.layui-this):hover>a,
    header.header-fixed .header-nav .layui-nav .layui-nav-item.layui-this>a{
        color: var(--color-primary);
    }

    /* 下级菜单 */
    .header-nav .layui-nav .layui-nav-child{
        top: 100%;
        border: 0;
        line-height: 1.6;
        text-align: left;
        color: var(--color-text-regular);
        padding: 10px 15px;
        width: 160px;
        text-align: center;
        margin-left: -80px;
        left: 50%;
        border-top: 3px solid var(--color-primary);
        margin-top: -4px;
        border-radius: 0;
        background-color: rgba(255, 255, 255, .95);
    }
    .header-nav .layui-nav .layui-nav-child.layui-this:after{
        content: unset;
    }

    .header-nav .layui-nav .layui-nav-child .submenu{
        font-size: 15px;
        border-bottom: 1px dashed var(--border-color-lighter);
        padding: 8px 0;
        color: inherit;
        position: relative;
        transition: all .3s ease-in-out;
        white-space: pre-wrap;
    }
    .header-nav .layui-nav .layui-nav-child .submenu:hover{
        color: var(--color-primary);
        background-color: unset;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-nav .layui-nav .layui-nav-item>a{
        padding: 0 6px;
        font-size: 15px;
    }
    .header-nav .layui-nav .layui-nav-item>a:after{
        left: 6px;
        right: 6px;
    }
    .header-nav .layui-nav{
        margin: 0 -6px;
    }
}
@media screen and (max-width: 991px) {
    .header-nav{
        display: none;
    }
}
/* header-nav END */


.header .menu-toggle {
    padding: 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #0861B3;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 12px 0 12px 5px;
    width: 4.5vw;
    text-align: center;
    border-radius: 30px 0 0 30px;
    transition: all .3s ease-in-out;
}
.header .menu-toggle .toggle-iconfont {
    transition: 0.4s;
    position: relative;
    z-index: 20;
    float: right;
    cursor: pointer;
    width: 16px;
    height: 14px;
    margin: 0 auto;
}

.header .menu-toggle .toggle-iconfont span {
    margin-top: 6px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    /* vertical-align: middle; */
    cursor: pointer;
}

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

.header .menu-toggle span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transform-origin: 11% 0;
}
.header .menu-toggle span:after{
    transform-origin: 11% 100%;
}

.header .menu-toggle.close-btn span:before {
    top: -5px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}
.header .menu-toggle.close-btn span:after {
    bottom: -5px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
}
.header .menu-toggle.close-btn .toggle-iconfont span{
    background-color: transparent!important;
}

.header .menu-toggle span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}




header .logo .img_white{
    display: block;
}
header .logo .img_primary{
    display: none;
}

header.header-fixed {
    background: #fff;
    top: -100%;
    opacity: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}
header.header-fixed .logo .img_white{
    display: none;
}
header.header-fixed .logo .img_primary{
    display: block;
}
header.header-fixed.menu-show {
    position: fixed;
    top: 0;
    opacity: 1;
}
header.header-fixed .header-main .language-btn,
header.header-fixed .header-main .search-btn{
    background-color: rgba(0, 0, 0, .05);
}
header.header-fixed .header-main .language-btn,
header.header-fixed .header-main .search-btn,
header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item>a{
    color: var(--color-text-secondary-grey);
}
header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover{
    color: var(--color-primary);
}
header.header-fixed .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after{
    background-color: rgba(0, 0, 0, .15);
}


@media screen and (max-width: 991px) {
    .header{
        height: 80px;
    }
    header .logo img{
        height: 45px;
    }
    .header-main .language-btn, .header-main .search-btn{
        padding: 0 15px;
    }
    .header-main .secondary-nav{
        padding-right: 10px;
        padding-top: 0;
    }
    .header-main .secondary-nav .layui-nav .layui-nav-item>a{
        padding: 0 15px;
    }
    .header .menu-toggle{
        width: 6vw;
    }
}
@media screen and (max-width: 767px) {
    .header{
        height: 60px;
        padding: 0 15px;
    }
    .header-main .secondary-nav{
       right: 30px;
    }
    .header-main .secondary-nav .layui-nav{
        display: none;
    }
    .header-main .secondary-btn+.secondary-btn{
        margin-left: 8px;
    }
    .header .menu-toggle{
        padding: 0;
        background-color: unset;
        padding-right: 15px;
    }
    .header .menu-toggle .toggle-iconfont{
        margin-right: 10px;
    }
    header .logo img{
        height: 60px;
    }
    .header .menu-toggle{
        width: unset;
    }
    .show-nav .header,
    header.header-fixed .header{
        height: 80px!important;
    }
    header.header-fixed .header .menu-toggle .toggle-iconfont span,
    header.header-fixed .header .menu-toggle span:after,
    header.header-fixed .header .menu-toggle span:before{
        background-color: var(--color-primary);
    }
    header.header-fixed .header-main .language-btn,
    header.header-fixed .header-main .search-btn,
    header.header-fixed .header .menu-toggle{
        color: var(--color-text-secondary-grey);
    }
}

.show-nav header{
    background-color: unset!important;
    top: 0!important;
    opacity: 1!important;
    position: fixed!important;
    box-shadow: unset!important;
}
.show-nav .header-nav{
    display: none!important;
}
.show-nav .secondary-nav{
    padding-top: 0!important;
}
.show-nav header .header-main .language-btn,
.show-nav header .header-main .search-btn{
    background-color: rgba(255, 255, 255, .1)!important;
}
.show-nav header .header-main .language-btn,
.show-nav header .header-main .search-btn,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item>a{
    color: rgba(255, 255, 255, .85)!important;
}
.show-nav header .header-main .language-btn:hover,
.show-nav header .header-main .search-btn:hover,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover{
    color: #fff!important;
}
.show-nav header .header-main .language-btn:after,
.show-nav header .header-main .search-btn:after,
.show-nav header .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after{
    background-color: rgba(255, 255, 255, .35)!important;
}
.show-nav header .logo .img_white{
    display: block!important;
}
.show-nav header .logo .img_primary{
    display: none!important;
}
@media screen and (max-width: 767px) {
    .show-nav header{
        height: 80px!important;
    }
    /* .show-nav header .header .menu-toggle .toggle-iconfont span, */
    .show-nav header .header .menu-toggle span:after,
    .show-nav header .header .menu-toggle span:before{
        background-color: #fff!important;
    }
    .show-nav header .header-main .language-btn,
    .show-nav header .header-main .search-btn,
    .show-nav header .header .menu-toggle{
        color: #fff!important;
    }
    .show-nav header .header-main .language-btn .iconfont,
    .show-nav header .header-main .search-btn .iconfont{
        color: #fff!important;
    }
}

@media screen and (min-width: 1600px) {
    header{
        height: 110px;
        font-size: 18px;
    }
    header .logo img{
        height: 100px;
    }
    .header-main .secondary-nav .layui-nav .layui-nav-item>a{
        font-size: 18px;
    }
    .header-main .secondary-nav .layui-nav .layui-nav-child a{
        font-size: 16px;
    }
}

/*.layui-layer*/
.layui-layer .layui-layer-setwin{
    top: 16px;
    right: 40px;
    z-index: 10;
    position: absolute!important;
}
.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 48px;
    transition: all .5s;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 24px;
    border: unset;
    background-color: rgba(0, 0, 0, .15);
    padding: 0;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:before{
    content: "\e60b";
    font-family: 'iconfont';
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
    background-color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
    .layui-layer .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
}


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

.layui-layer.tc-fullpage .layui-layer-content{
    padding: 0px;
    display: flex;
    height: 100vh!important;
    overflow: hidden;
}
.layui-layer.tc-fullpage .layui-layer-content .tc-box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.layui-layer.tc-fullpage .layui-layer-content .tc-box .tc-body{
    flex: 1;
    background: #E3E5E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-fullpage .logo{
        padding-left: 5%;
    }
    .layui-layer.tc-fullpage .logo img{
        height: 40px;
    }
    .nav-container .nav-wrapper{
        padding: 40px 5%;
    }
}

/*search-container*/
.layui-layer.tc-fullpage .search-container .container{
    max-width: 800px;
    margin: 0 auto;
    flex: 1;
}
.layui-layer.tc-fullpage .search-container .input-box{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    margin:  0 -2px;
}
.layui-layer.tc-fullpage .search-container .input-box>*{
    margin: 0 2px;
}
.layui-layer.tc-fullpage .search-container .layui-input{
    height: 60px;
    border: 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
}
.layui-layer.tc-fullpage .search-container .layui-form-select .layui-input{
    padding-right: 36px;
}
.layui-layer.tc-fullpage .search-container .layui-form-select{
    width: 50%;
}
.layui-layer.tc-fullpage .search-container .layui-form-select dl{
    top: 60px;
    border-radius: 0;
}
.layui-layer.tc-fullpage .search-container .form-submit{
    outline: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: var(--color-secondary);
    padding: 0 20px;
}


.layui-layer.tc-fullpage .search-container .search-title{
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'canela regular';
    font-weight: normal;
}
.layui-layer.tc-fullpage .search-container .popular-search{
    margin-top: 40px;
}
.layui-layer.tc-fullpage .search-container .popular-search .title{
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
}
.layui-layer.tc-fullpage .search-container .popular-search ul li{
    list-style: none;
    margin-bottom: 2px;
}
.layui-layer.tc-fullpage .search-container .popular-search ul li a{
    color: var(--color-text-secondary);
}
.layui-layer.tc-fullpage .search-container .popular-search ul li a:hover{
    color: var(--color-primary);
    text-decoration: underline;
}
/*search-container END*/


/*nav-container*/
.layui-layer.tc-fullpage .nav-container .close-btn{
    background: var(--color-primary);
}
.nav-container .tc-head,
.nav-container .tc-body{
    background: none!important;
}
.nav-container .tc-body{
    flex-direction: row;
    align-items: unset!important;
    justify-content: unset!important;
    padding: 0!important;
}

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

.nav-list{
    display: flex;
    margin: 0 -15px;
    color: #fff;
}
.nav-list .nav-item{
    flex: 1;
    padding: 0 15px;
    position: relative;
}
.nav-list .nav-item+.nav-item:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255,255,255,.1);
}
.nav-list .nav-item .title{
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-list .nav-item .title a{
    color: inherit;
    flex: 1;
}
.nav-list .nav-item .title .arrow{
    font-size: 14px;
    display: none;
}
.nav-list .nav-item .subnav{
    display: block;
}
.nav-list .nav-item .subnav .item{
    display: block;
    color: #fff;
    opacity: .75;
    padding: 4px 0;
    transition: all .3s ease-in-out;
}
.nav-list .nav-item .subnav .item:hover{
    opacity: 1;
}

@media screen and (min-width: 992px) {
    /* .nav-list .nav-item{
        text-align: center;
    } */
    .nav-list .nav-item .subnav{
        display: block!important;
    }
}

@media screen and (max-width: 991px) {
    .nav-container .nav-wrapper{
        padding: 110px 0 30px;
    }
    .nav-container .nav-wrapper .layui-container{
        padding-right: 0;
    }
    .nav-list{
        display: block;
        padding-right: 15px;
        margin: 0;
        /* margin-right: 10px; */
    }
    .nav-list .nav-item{
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding: 0;
    }
    .nav-list .nav-item .title{
        font-size: 18px;
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
    }
    .nav-list .nav-item .title .a{
        padding: 18px 0;
    }
    .nav-list .nav-item .title .arrow{
        display: block;
        flex: 1;
        text-align: right;
        padding: 18px 0;
    }
    .nav-list .nav-item .title .iconfont{
        transform: rotate(0);
        transition: all .3s ease-in-out;
        display: inline-block;
    }
    .nav-list .nav-item.open .title .iconfont{
        transform: rotate(90deg);
    }
    .nav-list .nav-item .subnav{
        display: none;
        padding-bottom: 18px;
    }
    .nav-list .nav-item.open .subnav{
        display: block;
    }

}

.mobile-secondary-nav{
    display: none;
}
@media screen and (max-width: 767px) {
    .nav-container .nav-wrapper{
        padding: 90px 0 60px;
        position: relative;
    }
    .mobile-secondary-nav{
        display: flex;
        justify-content: center;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 8px;

    }
    .mobile-secondary-nav a{
        color: #fff;
        position: relative;
        display: block;
        padding: 10px 18px;
    }
    .mobile-secondary-nav a+a:after{
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        bottom: 14px;
        width: 1px;
        background-color: rgba(255, 255, 255, .65);
    }
}

/*nav-container END*/

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

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

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

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

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

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

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

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

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

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/*弹窗动画 END*/
/*.layui-layer tc-fullpage END*/

/* header END */



/*.layui-layer tc-search*/
.layui-layer.tc-search{
    border-radius: 0;
    background: unset;
    box-shadow: none;
    padding-top: 134px;
    background-color: var(--color-secondary);
}
.layui-layer.tc-search>*{
    position: relative;
    z-index: 9;
}
.layui-layer.tc-search:before {
    left: -webkit-calc(50% - 2000px);
    left: calc(50% - 2000px);
    top: -3403px;
    width: 4000px;
    height: 4000px;
    position: absolute;
    display: block;
    content: " ";
    background: #f0f0f0;
    border-radius: 100%;
    z-index: 0;
}
.layui-layer.tc-search:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 70px;
    background: url(/skin/images/search-bg.png) right bottom no-repeat;
    background-size: auto 100%;
    opacity: .75;
    z-index: 1;
}

.layui-layer.tc-search .layui-layer-content{
    padding: 0px;
}

.layui-layer.tc-search .container{
    max-width: 800px;
    margin: 0 auto;
}
.layui-layer.tc-search .input-box{
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}
.layui-layer.tc-search .layui-input{
    height: 50px;
    border-radius: 30px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.layui-layer.tc-search .layui-input+.bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: rgba(0,0,0,.03);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.layui-layer.tc-search .layui-input:focus+.bg{
    opacity: 1;
}
.layui-layer.tc-search .form-submit{
    margin-top: 10px;
    position: absolute;
    right: 10px;
    width: 70px;
    background: none;
    outline: none;
    top: 10px;
    bottom: 10px;
    margin-top: 0;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.layui-layer.tc-search .form-submit:hover{
    color: var(--color-primary);
}
.layui-layer.tc-search .popular-search{
    text-align: center;
}
.layui-layer.tc-search .popular-search .title{
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin: 0 auto 10px;
    color: var(--color-primary);
}
.layui-layer.tc-search .popular-search .title:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background: var(--color-primary);
    border-radius: 5px;
}
.layui-layer.tc-search .popular-search ul{
    text-align: center;
    margin: 0 -15px;
}
.layui-layer.tc-search .popular-search ul li{
    list-style: none;
    padding: 8px 15px;
    display: inline-block;
}
.layui-layer.tc-search .popular-search ul li a{
    color: var(--color-text-regular);
}
.layui-layer.tc-search .popular-search ul li a:hover{
    color: var(--color-primary);
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
    .layui-layer.tc-search:after{
        height: 80px;
    }
}
@media screen and (max-width: 991px) {
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1500px);
        left: calc(50% - 1500px);
        top: -2403px;
        width: 3000px;
        height: 3000px;
    }
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-search:after{
        height: 50px;
        background: url(/skin/images/search-bg.png) right 5% bottom no-repeat;
        background-size: auto 100%;
    }
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1000px);
        left: calc(50% - 1000px);
        top: -1403px;
        width: 2000px;
        height: 2000px;
    }
    .layui-layer.tc-search .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer.tc-search .layui-form-item{
        margin-bottom: 5px;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
    .layui-layer.tc-search .popular-search ul{
        margin: 0 -10px;
    }
    .layui-layer.tc-search .popular-search ul li{
        padding: 6px 10px;
    }
}
/*.layui-layer tc-search END*/


/*swiper-button*/


.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    z-index: 98;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: unset;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    border-radius: 50%;
}

.swiper-button-prev.is-white,
.swiper-button-next.is-white {
    border: 2px solid #fff;
    color: #fff;
}

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

.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
    background: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "\e607";
    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: -16px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -16px;
}

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

/*swiper-button END*/


/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    font-weight: bold;
    transition: background .3s;
    border-radius: 0;
    border: unset;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: #fff;
}
.swiper-btn .swiper-button-prev{
    margin-right: 8px;
}
.swiper-btn .swiper-button-next{
    margin-left: 8px;
}
.swiper-btn .swiper-button-prev:before,
.swiper-btn .swiper-button-next:before{
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px dashed var(--color-secondary);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next:hover{
    background: var(--color-secondary)!important;
}
.swiper-btn .swiper-button-next.swiper-button-disabled,
.swiper-btn .swiper-button-prev.swiper-button-disabled{
    opacity: .35;
}

/* is-white */
.swiper-btn .swiper-button-prev.is-white,
.swiper-btn .swiper-button-next.is-white{
    background-color: #fff;
    color: var(--color-secondary);
}
.swiper-btn .swiper-button-prev.is-white:before,
.swiper-btn .swiper-button-next.is-white:before{
    border-color: #fff;
}
.swiper-btn .swiper-button-prev.is-white:hover,
.swiper-btn .swiper-button-next.is-white:hover{
    background: var(--color-secondary)!important;
    color: #fff;
}
.swiper-btn .swiper-button-prev.is-white:hover:before,
.swiper-btn .swiper-button-next.is-white:hover:before{
    border-color: var(--color-secondary);
}

/* is-red */
.swiper-btn .swiper-button-prev.is-red,
.swiper-btn .swiper-button-next.is-red{
    background-color: var(--color-third);
    color: #fff;
}
.swiper-btn .swiper-button-prev.is-red:before,
.swiper-btn .swiper-button-next.is-red:before{
    border-color: var(--color-third);
}
.swiper-btn .swiper-button-prev.is-red:hover,
.swiper-btn .swiper-button-next.is-red:hover{
    background: var(--color-third)!important;
    color: #fff;
}
.swiper-btn .swiper-button-prev.is-red:hover:before,
.swiper-btn .swiper-button-next.is-red:hover:before{
    border-color: var(--color-third);
}

/* is-single */
.swiper-btn .swiper-button-prev.is-single,
.swiper-btn .swiper-button-next.is-single{
    background-color: unset;
    color: var(--color-text-secondary);
}
.swiper-btn .swiper-button-prev.is-single:before,
.swiper-btn .swiper-button-next.is-single:before{
    content: unset;
}
.swiper-btn .swiper-button-prev.is-single:hover,
.swiper-btn .swiper-button-next.is-single:hover{
    background: unset!important;
    color: var(--color-primary);
}

.swiper-btn {
    display: inline-flex;
    align-items: center;
    padding: 4px;
}

.swiper-btn .swiper-pagination{
    position: static;
    flex: 1;
}
.swiper-btn .swiper-pagination-bullet{
    margin-right: 5px!important;
    background-color: var(--color-text-placeholder)!important;
}
.swiper-btn .swiper-pagination-bullet-active{
    background-color: var(--color-primary)!important;
}

/* swiper-btn END */

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0px;
    margin-right: 20px;
}

.swiper-pagination-bullet {
    position: relative;
    margin: 0 8px;
    background: rgba(0, 0, 0, .5);
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.is-white .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}

.is-white .swiper-pagination-bullet-active::after {
    content: "";

    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: .6;
}

/*.swiper-pagination EMD*/

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/*banner*/
.banner {
    position: relative;
}
.banner .banner-box{
    position: relative;
    z-index: 1;
}
.banner .slide-inner:before,
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
}
.banner .slide-inner:before{
    z-index: 9;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 56.25vw;
    max-height: 100vh;
    min-height: 240px;
}

.banner .swiper-slide .swiper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.banner .swiper-slide .swiper-bg{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.banner .swiper-slide-active .swiper-bg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* .slide-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
} */


.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    text-align: right;
    bottom: 100px;
}

.banner .swiper-pagination-bullet{
    width: 12px;
    height: unset;
    background-color: unset;
    color: #fff;
    background: transparent;
    transition: all .5s ease-in-out;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.banner .swiper-pagination-bullet+.swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    height: 1px;
    width: 6px;
    background-color: #fff;
    margin-top: -.5px;
}

.banner .swiper-pagination-bullet-active{
    width: 36px;
    height: 30px;
}
.banner .swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/skin/images/swiper-nav-bg.png) center center no-repeat;
    background-size: cover;
    opacity: .95;
}

@media screen and (max-width: 767px) {
    .banner .swiper-btn {
        display: none;
    }
}

/*banner END*/


/*home-banner-wrap*/
.home-banner-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    bottom: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
}
.home-banner-wrap .banner-title{
    font-size: 60px;
}
.home-banner-wrap .banner-desc{
    font-size: 24px;
    margin-top: 10px;
}
.home-banner-wrap .banner-more{
    font-size: 14px;
    /*margin-top: 30px;*/
}
.home-banner-wrap .banner-more .single-link{
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .home-banner-wrap .banner-title{
        font-size: 52px;
    }
    .home-banner-wrap .banner-desc{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .home-banner-wrap .banner-text{
        max-width: 70%;
    }
}
@media screen and (max-width: 992px) {
    .home-banner-wrap .banner-text{
        max-width: 100%;
    }
    .home-banner-wrap .banner-title{
        font-size: 46px;
    }
    .home-banner-wrap .banner-desc,
    .home-banner-wrap .banner-more{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .home-banner-wrap{
        top: 80px;
        bottom: 80px;
    }
    .home-banner-wrap .banner-text{
        max-width: 100%;
        text-align: center;
    }
    .home-banner-wrap .banner-title{
        font-size: 24px;
    }
    .home-banner-wrap .banner-desc,
    .home-banner-wrap .banner-more{
        font-size: 13px;
        display: none;
    }
    .home-banner-wrap .banner-more .single-link{
        justify-content: center;
    }
}
/*home-banner-wrap END*/

/* banner-video */
.banner-video {
    background-image: url("/skin/images/banner.jpg");
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-video:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 64, 153,.5);
}

.banner-video .bg-video {
    display: none;
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: initial;
    will-change: transform;
}

@media screen and (min-width: 768px) {
    .banner-video .bg-video {
        display: block;
    }
}

@media all and (-ms-high-contrast:active),(-ms-high-contrast: none) {
    .banner-video {
        background-image: url(/skin/images/banner-bg.jpg) !important;
    }
    .banner-video .bg-video {
        display: none !important;
    }
}

/* banner-video END */

/* banner-entry */
.banner-entry{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, .4);
}
/* .banner-entry .layui-container{
    position: static;
} */
.banner-entry-list{
    color: #fff;
    display: flex;
    margin: 0 -2vw;
}
.banner-entry-list .entry-item{
    position: relative;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
.banner-entry-list .entry-item .banner-menu{
    font-size: 20px;
    padding: 24px 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
    color: inherit;
    font-weight: bold;
}

.banner-entry-list .entry-item+.entry-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 1px;
    background-color: rgba(255, 255, 255, .25);
    z-index: 2;
}
.banner-entry-list .entry-item .icon{
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
/* .banner-entry-list .entry-item.active .banner-menu,
.banner-entry-list .entry-item:hover .banner-menu{
    background: var(--color-secondary);
} */
.banner-entry-list .entry-item:hover .icon{
    left: 20px;
    margin-left: 0;
    animation: rubberBand 1s ease-in-out 0s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
/* banner-entry END */

/* banner-submenu */
.banner-submenu{
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 20;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 2px;
    background-color: #fff;
    max-height: 60vh;
    z-index: 0;
    padding: 0;
    font-size: 15px;
    height: 0px;
    bottom: 100%;
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
}
.banner-entry-list .entry-item:hover .banner-submenu{
    height: auto;
    bottom: 100%;
    opacity: 1;
    padding: 20px 0;
    transform: scaleY(1);
}
.banner-submenu-list{
    padding: 0 20px;
}
.banner-submenu .banner-submenu-item a{
    display: flex;
    padding: 8px 0;
    align-items: center;
    transition: all .3s ease-in-out;
    position: relative;
    padding-right: 20px;
}
.banner-submenu .banner-submenu-item a:after{
    content: "\e607";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    font-size: 12px;
    color: var(--color-text-secondary);
}
.banner-submenu .banner-submenu-item a .icon{
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 20px;
}
.banner-submenu .banner-submenu-item a .iconfont{
    margin-right: 15px;
    font-size: 18px;
}
.banner-submenu .banner-submenu-item a:hover{
    color: var(--color-secondary);
}
.banner-submenu .banner-submenu-item a:hover:after{
    color: var(--color-secondary);
}
/* banner-submenu END */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--color-secondary);
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: unset;
}
.mCSB_inside > .mCSB_container{
    margin-right: 0;
}

/* 组织机构 */
.banner-entry-list.zjjg-list{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    margin: 0;
}
.banner-entry-list.zjjg-list .entry-item:after{
    content: unset;
}
.banner-entry-list.zjjg-list .entry-item .banner-menu{
    background-color: #0861B3;
}
.banner-entry-list.zjjg-list .entry-item .banner-menu .iconfont{
    font-size: .8em;
}
.banner-entry-list.zjjg-list .banner-submenu{
    left: unset;
    right: 0;
    max-width: 100vw;
    width: 560px;
    color: var(--color-text-regular);
    max-height: calc(100vh - 180px);
    background-color: rgba(255, 255, 255, .95);
    background-image: url(/skin/images/logo-bg.png);
    background-size: 60% auto;
    background-position: right -15% bottom -15%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .banner-entry-list.zjjg-list .banner-submenu{
        max-height: calc(56.25vw - 180px);
    }
}
@media screen and (min-width: 1600px) {
    .banner-entry-list.zjjg-list{
        right: 15px;
    }
}

/* zzjg-list */
.zzjg-list{
    padding: 10px 30px;
}
.zzjg-list .zzjg-section{
    padding-bottom: 30px;
}
.zzjg-list .zzjg-section .section-title{
    font-size: 18px;
    color: #0861B3;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border-color-light);
}
.zzjg-list .zzjg-section .section-body{
    font-size: 14px;
}
.zzjg-list .zzjg-section .section-body a{
    color: var(--color-text-secondary-grey);
}
.zzjg-list .zzjg-section .section-body a:hover{
    color: var(--color-secondary);
    text-decoration: unset;
}
.zzjg-list .zzjg-section .section-body .iconfont{
    color: var(--color-secondary);
    margin-left: 5px;
}
.zzjg-list .zzjg-section .section-body ul{
    columns: 2;
    column-gap: 20px;
}
.zzjg-list .zzjg-section .section-body li{
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.5;
}
.zzjg-list .zzjg-section .section-body li:before{
    content: unset;
}
/* zzjg-list END */
/* 组织机构 END */

@media screen and (max-width: 991px) {
    .banner-entry{
        display: none;
    }
    .banner .swiper-pagination{
        bottom: 20px;
    }
}
@media screen and (min-width: 1600px) {
    .banner-entry-list .entry-item .banner-menu{
        /* padding: 24px 16px; */
        font-size: 18px;
    }
    /* .banner .swiper-pagination{
        bottom: 120px;
    } */
}


/*block*/
.block{
    padding: px 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}
.block>*{
    position: relative;
    z-index: 9;
}
.block.grey{
    background-color: #F7F7F7;
}
.block.darkGrey{
    background-color: #F0F0F0;
}
.block.bg{
    background-attachment: fixed;
}
.block.bg>*{
    position: relative;
    z-index: 9;
}
.block.bg:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.65);
    z-index: 0;
}
.block.bg .container,.block.color_white .container{
    z-index: 2;
    position: relative;
    color: #fff;
}
.color_white{
    color: #fff;
}
@media screen and (max-width:991px) {
    .block{
        padding: 50px 0;
    }
}
@media screen and (max-width:767px) {
    .block{
        padding: 0px 10px;
    }
}
.small-block{
    padding: 40px 0;
}
/*block END*/

/* ala-section */
.ala-section+.ala-section{
    margin-top: 70px;
}
@media screen and (max-width:991px) {
    .ala-section+.ala-section{
        margin-top: 50px;
    }
}
@media screen and (max-width:767px) {
    .ala-section+.ala-section{
        margin-top: 40px;
    }
}
/* ala-section END */


/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 40px;
    line-height: 1.4;
    color: var(--color-text-regular);
}
.index_title h2{
    font-size: 1.6rem;
    color: #0861B3;
    font-weight: bold;
    line-height: 1.5;
}
.index_title h2>*{
    position: relative;
}
.index_title.text-center  h2:before{
    left: 50%;
    margin-left: -21px;
}
.index_title .en{
    font-size: 14px;
    position: relative;
    padding-left: 38px;
}
.index_title .en:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 30px;
    background-color: var(--color-secondary);
}
.index_title .en span{
    opacity: .65;
}
.bg .index_title,
.color_white .index_title{
    color: #fff;
}
.bg .index_title .en:before,
.color_white .index_title .en:before{
    background-color: #fff;
}
/* .color_white .index_title h2:before{
    background-color: #fff;
} */
.index_title .small_title{
    position: absolute;
    opacity: .08;
    font-size: 1.8em;
    top: -10px;
    z-index: 1;
}
.index_title .more-btn{
    margin-top: 0;
}
.has-en.index_title .more-btn,
.has-en.index_title .swiper-btn{
    margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
    .index_title{
        margin-bottom: 30px;
    }
    .index_title h2{
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .index_title{
        margin-bottom: 20px;
    }
    .index_title h2{
        font-size: 26px;
    }
}
/*index_title END*/


.row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.layui-row.row-flex:after, .layui-row.row-flex:before{
    content: none;
}

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


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

/*footer*/
footer{
    position: relative;
}
footer>*{
    position: relative;
}
footer:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -60%;
    bottom: 0;
    background: url(/skin/images/footer-bg.png) center center no-repeat;
    background-size: cover;
}
footer,footer a,footer a:visited{
    color: #eee;
    font-size: 13px;
}
footer a:hover,
footer a:focus{
    color: #fff;
}
.footer-top{
    padding: 50px 0 30px;
}
.footer-top img{
    max-width: 100%;
}
/* .footer-top .footer-logo{
    margin-bottom: 25px;
} */
.footer-top .footer-logo img{
    max-height: 77px;
}

footer .footer-title{
    margin-bottom: 15px;
    font-size: 18px;
}
.footer-top p{
    margin-bottom: 5px;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-top .footer-link.columns {
    columns: 2;
    column-count: 2;
    column-gap: 20px;
}
.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
}
.footer-top .footer-link li a{
    display: block;
    margin-bottom: 10px;
}

.footer-qrcode {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-qrcode .qrcode-item{
    display: inline-block;
    text-align: center;
}
.footer-qrcode .qrcode-item+.qrcode-item{
    margin-left: 10px;
}
.footer-qrcode .qrcode-box{
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
}
.footer-qrcode img{
    width: 100%;
}
footer .info .item{
    padding: 11px 10px;
    background-color: rgba(255, 255, 255, .1);
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 45px;
    display: flex;
    align-items: center;
}
footer .info .item .iconfont{
    font-size: 16px;
    margin-right: 10px;
}
/* footer .info,
footer .layui-form{
    margin-top: 20px;
} */
footer .layui-form-select{
    margin-bottom: 12px;
}
footer .layui-form-select .layui-input{
    background-color: unset;
    border-radius: 0;
    color: #fff;
    height: 45px;
    border-color: transparent;
    background-color: rgba(255, 255, 255, .1);
}
footer .layui-input:focus,
footer .layui-textarea:focus,
footer .layui-input:hover,
footer .layui-textarea:hover {
    border-color: rgba(255, 255, 255, .5)!important;
}
footer .layui-form-select:after{
    content: '\e625';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 12px;
    opacity: .65;
}
footer .layui-form-selected:after{
    transform: rotate(180deg);
}
footer .layui-form-select .layui-edge{
    border: 0;
    right: 0;
    margin-top: -10px;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    display: none;
}
footer .layui-form-select .layui-edge:after{
    content: '\e625';
    font-family: 'iconfont';
    width: 20px;
    height: 20px;
    display: block;
}
@media screen and (min-width: 992px) {
    .footer-top .layui-col-xs12+.layui-col-xs12:after{
        content: "";
        position: absolute;
        left: 0;
        top: 25px;
        bottom: 25px;
        width: 1px;
        background-color: rgba(255, 255, 255, .08);
    }
}
@media screen and (min-width: 767px) and (max-width: 991px){
    .footer-top .layui-col-xs12:nth-of-type(4):after,
    .footer-top .layui-col-xs12:nth-of-type(3):after{
        content: "";
        position: absolute;
        left: 0;
        top: 25px;
        bottom: 25px;
        width: 1px;
        background-color: rgba(255, 255, 255, .08);
    }
}
@media screen and (max-width: 767px) {
    .footer-top{
        padding-top: 0;
    }
    .footer-top,.footer-qrcode{
        /* text-align: center; */
        /* justify-content: center; */
        width: 100%;
    }
    .footer-qrcode .qrcode-item{
        margin: 0;
        text-align: center;
    }
    .footer-qrcode .qrcode-box{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .footer-qrcode .qrcode-item p{
        font-size: 12px;
        margin-top: 5px;
    }

    footer .footer-title{
        margin-bottom: 12px;
        padding-bottom: 4px;
    }
    /* .footer-top .footer-link {
        margin: 0 -5px;
        columns: unset!important;
    } */

    /* .footer-top .footer-link li {
        display: inline-block;
    }

    .footer-top .footer-link li a {
        padding: 0 5px;
        position: relative;
        margin: 0;
    }

    .footer-top .footer-link li:not(:last-child) a:after {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -3px;
        border-right: 1px solid rgba(255, 255, 255, .25);
    } */
}


.footer-copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
}

/* footer END */


/*slide*/
.slide {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    top: 0;
    height: 100%;
    display: block;
    color: inherit;
}

.slide.has-bottom {
    padding-bottom: 64px;
}

.slide:hover {
    /* top: -5px; */
    color: var(--color-primary);
}

.slide .img-box {
    height: 0;
    padding-bottom: 66.66666%;
    position: relative;
    cursor: pointer;
}

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

.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 .calendar{
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--color-secondary);
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 15px;
    line-height: 1;
    padding: 10px 0;
    font-family: 'Times New Roman';
}
.slide .calendar>*{
    position: relative;
    z-index: 1;
}
.slide .calendar:before{
    content: "";
    position: absolute;
    left: calc(100% - 5px);
    top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #126592;
    z-index: 0;
}
.slide .calendar:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    z-index: 0;
}
.slide .calendar .day{
    font-size: 20px;
}
.slide .calendar .month{
    font-size: 12px;
    opacity: .75;
    margin-top: 5px;
}

.slide:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slide .text-box {
    padding: 15px 0;
}


.slide .text-box .title.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
}

.slide .text-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .slide .calendar{
        left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .slide .text-box .title{
        font-size: 16px;
    }
}
/*slide-END*/


/* video-slide */
.video-slide {
    position: relative;
}

.video-slide .img-box {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 66.66666%;
    overflow: hidden;
    cursor: pointer;
}

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

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

/* video-slide END */

/* icon-play */
.icon-play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgb(255, 255, 255);
    opacity: 1;
    cursor: pointer;
}

.icon-play span {
    border: 10px solid transparent;
    border-left: 14px solid #000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icon-play:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation: warn-3 1.8s ease-out infinite;
    animation: warn-3 1.8s ease-out infinite;
    z-index: 0;
}

.icon-play:hover {
    border-color: transparent;
    background-color: var(--color-primary);
}

.icon-play:hover span {
    border-left-color: #fff;
}

@-webkit-keyframes warn-3 {
    0% {
        opacity: .35;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes warn-3 {
    0% {
        opacity: .35;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

/* icon-play END */

/* video-swiper */
.video-swiper {
    position: relative;
    padding-right: 8px;
}
.video-swiper:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    top: 40%;
    background-color: var(--color-secondary);
}
.video-swiper .swiper-button-prev{
    left: 0px;
}
.video-swiper .swiper-button-next{
    right: 8px;
}
.video-swiper .swiper-button-prev,
.video-swiper .swiper-button-next {
    top: unset;
    bottom: 10px;
    border: unset;
}
.video-swiper .swiper-button-prev:hover,
.video-swiper .swiper-button-next:hover{
    background-color: unset;
}

.video-swiper .swiper-button-prev:after,
.video-swiper .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}
.video-swiper .swiper-button-prev:hover:after,
.video-swiper .swiper-button-next:hover:after{
    color: var(--color-secondary);
}

.video-swiper .swiper-pagination {
    left: 50px;
    right: 58px;
    text-align: center;
    bottom: 18px;
    width: unset;
}

/* video-swiper END */


/*video*/
.video-player-bg.hide {
    display: none;
}

.video-player-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 1040;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-player-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    z-index: 1;
    cursor: pointer;
}

.video-player-close:before,
.video-player-close:after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 2px;
    background-color: white;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 50%;
}

.video-player-close:before {
    transform: rotate(45deg);
}

.video-player-close:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {
    .video-wrapper:not(.vjs-fullscreen) {
        top: 50%;
        left: 50%;
        margin-top: -270px;
        margin-left: -480px;
        height: 540px;
        width: 960px;
    }

    .video-player-close {
        top: 40%;
        left: 50%;
        margin-top: -240px;
        margin-left: 450px;
    }
}

/*video END*/

/* news-block */
.news-block{
    margin-bottom: -10px;
}
.news-block>*{
    position: relative;
    z-index: 9;
}
/* .news-block:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    background: url(/skin/images/bg1.png) left top no-repeat;
    background-size: auto 100%;
}
.news-block:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: url(/skin/images/bg2.png) right bottom no-repeat;
    background-size: auto 100%;
} */
/* news-block END */

/* news-swiper */
.news-swiper,
.news-swiper .news-slide{
    position: relative;
    display: block;
}
.news-swiper .swiper-container{
    padding-top: 10px;
}
.news-swiper .news-slide .calendar{
    position: absolute;
    left: 20px;
    top: -10px;
    background-color: var(--color-secondary);
    padding: 15px 5px;
    width: 70px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-family: 'Times New Roman';
}
.news-swiper .news-slide .calendar>*{
    position: relative;
    z-index: 1;
}
.news-swiper .news-slide .calendar:before{
    content: "";
    position: absolute;
    left: calc(100% - 5px);
    top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #126592;
    z-index: 0;
}
.news-swiper .news-slide .calendar:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    z-index: 0;
}
.news-swiper .news-slide .calendar .day{
    font-size: 24px;
}
.news-swiper .news-slide .calendar .month{
    font-size: 13px;
    margin-top: 5px;
    opacity: .75;
}
.news-swiper .news-slide{
    display: block;
    position: relative;
}
.news-swiper .news-slide .layui-col-xs12{
    position: static;
}
.news-swiper .news-slide .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
}
.news-swiper .news-slide .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.news-swiper .news-slide .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.news-swiper .news-slide:hover .img-box img{
    transform: scale(1.1);
}
.news-swiper .news-slide .text-box{
    padding: 15px 30px 50px;
}
.news-swiper .news-slide .text-box .time{
    opacity: .75;
    margin-bottom: 8px;
}
.news-swiper .news-slide .text-box .title {
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    transition: all .3s ease-in-out;
    margin-top: 10px;
}
.news-swiper .news-slide .text-box .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: .65;
    margin-top: 15px;
}
.news-swiper .news-slide:hover{
    color: inherit;
}
.news-swiper .news-slide:hover .title{
    color: var(--color-primary);
}
.news-swiper .swiper-box{
    position: absolute;
    left: calc(50% + 40px);
    bottom: 20px;
    z-index: 9;
}
.news-swiper .swiper-box .swiper-pagination{
    position: static;
    text-align: left;
    display: flex;
    align-items: flex-end;
}
.news-swiper .swiper-box .swiper-pagination .swiper-pagination-bullet{
    height: 16px;
    width: 3px;
    background-color: var(--border-color-base);
    margin-right: 6px;
}
.news-swiper .swiper-box .swiper-pagination .swiper-pagination-bullet:hover{
    background-color: var(--color-text-placeholder);
}
.news-swiper .swiper-box .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--color-secondary)!important;
    height: 22px;
}
.news-swiper .swiper-box .swiper-pagination-current{
    font-size: 1.4em;
    line-height: 1;
}
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next{
    border: 0!important;
    color: var(--color-text-regular);
}
.news-swiper .swiper-button-prev:hover,
.news-swiper .swiper-button-next:hover{
    background-color: unset;
    color: var(--color-primary);
}
.news-swiper .swiper-button-prev{
    left: 0;
}
.news-swiper .swiper-button-next{
    right: 0;
}
@media screen and (max-width: 1199px) {
    .news-swiper .news-slide .text-box{
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .news-swiper .news-slide .calendar{
        width: 60px;
        padding: 10px 2px;
        left: 15px;
    }
    .news-swiper .news-slide .calendar .day{
        font-size: 20px;
    }
    .news-swiper .news-slide .calendar .month{
        font-size: 12px;
    }
    .news-swiper .news-slide .text-box{
        padding: 0 0 50px 15px;
    }
    .news-swiper .news-slide .text-box .title{
        font-size: 16px;
    }
    .news-swiper .news-slide .text-box .desc{
        display: none;
    }
    .news-swiper .swiper-box {
        bottom: 15px;
        left: calc(50% + 25px);
    }
}
@media screen and (max-width: 567px) {
    .news-swiper .news-slide .layui-row,
    .news-swiper .news-slide .layui-col-xs12{
        padding: 0;
        margin: 0;
    }
    .news-swiper .news-slide .text-box{
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        bottom: 0;
        padding: 15px 15px 20px;
        color: #fff;
        transition: all .3s ease-in-out;
    }
    .news-swiper .news-slide .text-box>*{
        position: relative;
    }
    .news-swiper .news-slide .text-box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -50%;
        bottom: 0;
        background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
    }
    .news-swiper .news-slide .text-box .time{
        font-size: 13px;
        opacity: .75;
    }
    .news-swiper .news-slide .text-box .title{
        font-size: 15px;
        line-clamp: unset;
        -webkit-line-clamp: unset;
        margin-top: 0;
    }
    .news-swiper .news-slide:hover .text-box .title{
        color: #fff;
    }
    .news-swiper .swiper-box{
        right: 10px;
        bottom: 10px;
        left: unset;
    }
    .news-swiper .swiper-box .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }
}
/* news-swiper END */

/* home-post */
.home-post{
    position: relative;
}
.home-post>*{
    position: relative;
    z-index: 9;
}
.home-post:after{
    content: "";
    position: absolute;
    right: 0;
    top: -60px;
    bottom: 5px;
    z-index: 1;
}
.home-post:after{
    content: "News";
    text-transform: uppercase;
    left: 100%;
    width: 100%;
    font-size: 180px;
    line-height: 1;
    opacity: .5;
    color: #EDEFF0;
    font-family: 'Arial',sans-serif;
    line-height: 1;
    transform: rotate(90deg);
    transform-origin: 0 0;
    margin-top: -13px;
    margin-left: 23px;
}
.home-post .index_title{
    padding-right: 30px;
}
.home-post .slide{
    position: relative;
    overflow: hidden;
}
.home-post .slide .img-box{
    padding-bottom: 66.66666%;
}
.home-post .slide .text-box{
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    /* bottom: -100%; */
    padding: 15px;
    color: #fff;
    transition: all .3s ease-in-out;
    line-height: 1.4;
    bottom: 0;
}
.home-post .slide .text-box .time{
    font-size: 13px;
    opacity: .75;
    margin-bottom: 8px;
}
.home-post .slide .text-box .title{
    font-size: 15px;
}
.home-post .slide .text-box>*{
    position: relative;
}
.home-post .slide .text-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
}
.home-post .slide:hover .text-box{
    bottom: 0;
}
@media screen and (max-width: 1199px) {
    .home-post .index_title{
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .home-post:after{
        top: -50px;
    }
    .home-post .slide .text-box{
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .home-post:after{
        top: -40px;
        font-size: 140px;
        width: 500px;
        margin-top: -10px;
        margin-left: 35px;
        opacity: .75;
    }
}
/* home-post END */

/* news-list */
.news-list{
    position: relative;
}
.news-list .layui-row{
    margin: 0 -15px;
}
.news-list .layui-row>*{
    padding: 0 15px;
}
.news-list .news-item{
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px dashed var(--border-color-base);
}
.news-list .news-item .tag{
    font-size: 12px;
    padding: 5px 2px;
    border-radius: 2px;
    background-color: rgba(58, 87, 138, .48);
    color: #fff;
    line-height: 1;
    transition: all .3s ease-in-out;
    min-width: 68px;
    text-align: center;
}
.news-list .news-item .title{
    flex: 1;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in-out;
    transform: scale(1);
    transform-origin: 0 50%;
    font-size: 15px;
}
.news-list .news-item .time{
    color: var(--color-text-secondary);
}
.news-list .news-item:hover .title{
    color: var(--color-primary);
    transform: scale(1.05);
}
.news-list .news-item:hover .tag{
    background-color: var(--color-primary);
}
/* news-list END */

/* journal-swiper */
.journal-swiper{
    padding-top: 20px;
}
.journal-swiper,
.journal-item{
    position: relative;
    display: block;
    color: inherit;
    transition: all .3s ease-in-out;
}
.journal-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
}
.journal-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.journal-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform: scale(1);
}
.journal-item .text-box{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}
.journal-item:hover{
    color: var(--color-primary);
}
.journal-item:hover .img-box img{
    transform: scale(1.05);
}

.journal-swiper .swiper-slide{
    width: 33.33333%;
    transform: scale(.8);
    transition: all .4s ease-in-out;
}
.journal-swiper .swiper-slide-active{
    transform: scale(1);
}
/* journal-swiper */

/* journal-detail */
.journal_top {
    display: flex;
}
.journal_top .img-box{
    width: 260px;
}
.journal_top .text-box{
    padding-left: 8%;
    flex: 1;
}
.journal_top .text-box .title{
    font-size: 24px;
    margin-bottom: 10px;
}
.journal_top .text-box .info{
    font-size: 15px;
    line-height: 1.8;
}
.journal_top .text-box .info table{
    margin: 0;
    width: 100%;
}
.journal_top .text-box .info table th,
.journal_top .text-box .info table td{
    font-weight: normal;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border-color-base);
    color: var(--color-text-secondary-grey);
    vertical-align: top;
}
.journal_top .text-box .info table th{
    color: var(--color-text-regular);
    padding-right: 15px;
    width: 130px;
}
.journal_content{
    margin-top: 40px;
}
.journal_top .text-box .info table a{
    word-break: break-all;
}
@media screen and (max-width: 1199px) {
    .journal_top .img-box{
        width: 220px;
    }
    .journal_top .text-box{
        padding-left: 30px;
    }
    .journal_top .text-box .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 1199px) {
    .journal_top{
        display: block;
    }
    .journal_top .img-box{
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
    .journal_top .text-box{
        padding-left: 0;
        margin-top: 30px;
    }
    .journal_top .text-box .title{
        font-size: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .journal_top .text-box .info table th{
        width: 110px;
    }
}
/* journal-journal END */

/* academic-block */
.academic-block{
    position: relative;
    padding-bottom: 0;
}
.academic-block>*{
    position: relative;
}
.academic-block::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    background: url(/skin/images/bg3.jpg) center center no-repeat;
    background-size: cover;
}


.academic-block .index_title h2+h2{
    margin-left: 15px;
    padding-left: 15px;
}
.academic-block .index_title h2+h2:before{
    content: '';
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 1px;
    height: 42%;
    background-color: #fff;
    opacity: .5;
}
.academic-block .index_title h2.not-active{
    cursor: pointer;
}
.academic-block .index_title h2.not-active span{
    font-size: .6em;
    opacity: .65;
}
.more-btn-container .more-btn{
    opacity: .75;
}
.more-btn-container .more-btn:hover{
    opacity: 1;
}
.more-btn-container .more-btn,
.academic-container .academic-content{
    display: none;
}
.more-btn-container .more-btn.active,
.academic-container .academic-content.active{
    display: block;
}

.academic-item{
    display: flex;
    color: inherit;
}
.academic-item:hover{
    color: inherit;
}
.academic-item .img-box img{
    width: 200px;
}
.academic-item .img-box+.text-box{
    margin-left: 30px;
}
.academic-item .text-box{
    flex: 1;
    overflow: hidden;
}
.academic-item .title{
    font-size: 19px;
}
.academic-item .info{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.academic-item .tag,
.academic-item .time{
    font-size: 12px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 2px;
    padding: 6px 8px;
    color: rgba(255, 255, 255, .65);
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
    line-height: 1.3;
}
.academic-item .desc{
    margin-top: 15px;
    opacity: .65;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}
.academic-item .bottom-info{
    padding-right: 110px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, .25);
    overflow: hidden;
}
.academic-item .bottom-info .avatar{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.academic-item .bottom-info .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.academic-item .bottom-info  .avatar+.text{
    padding-left: 15px;
}
.academic-item .bottom-info .text{
    flex: 1;
    overflow: hidden;
}
.academic-item .bottom-info .name{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.academic-item .bottom-info .title{
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    opacity: .65;
}

@media screen and (max-width: 767px) {
    .academic-container{
        padding-top: 20px;
    }
    .academic-block .index_title h2+h2{
        padding-left: 10px;
        margin-left: 10px;
    }
    .academic-item{
        display: block;
    }
    .academic-item .img-box{
        text-align: center;
    }
    .academic-item .img-box img{
        width: 120px;
        margin: 0 auto;
    }
    .academic-item .img-box+.text-box{
        margin-left: 0;
        margin-top: 30px;
    }
    .academic-item .title{
        font-size: 16px;
    }
}
/* academic-block END */

/* xslw-swiper */
.xslw-swiper,
.xszz-swiper{
    position: relative;
}
.xslw-swiper .swiper-btn,
.xszz-swiper .swiper-btn{
    position: absolute;
    right: 0;
    bottom: 6px;
}

/* xslw-swiper END */



/* .index-jysp-wrap */

.index-jysp-col{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.index-jysp-wrap{
    padding: 0px 30px 50px;
    width: 100%;
    max-width: 380px;
    right: 0;
    z-index: 9;
    color: #fff;
    position: relative;
}
.index-jysp-wrap>*{
    position: relative;
    z-index: 2;
}
.index-jysp-wrap:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    bottom: 0;
    background: var(--color-secondary);
    z-index: 1;
    /* border-top: 10px solid #39B7F1; */
}
@media screen and (min-width: 1200px) {
    .index-jysp-wrap:after{
        content: "";
        position: absolute;
        right: -10px;
        top: -60px;
        width: 50%;
        height: 60px;
        background-color: var(--color-secondary);
        opacity: .5;
    }
}
@media screen and (max-width: 1199px) {
    .index-jysp-wrap:before{
        top: 0;
    }
    .index-jysp-wrap{
        padding: 40px 30px;
        max-width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-jysp-wrap:before{
        top: 0;
    }
    .index-jysp-wrap{
        padding: 30px 15px;
        max-width: 100%;
        margin-top: 20px;
    }
}
/* .index-jysp-wrap END */

/* jysp-list */
.jysp-list .jysp-item{
    display: flex;
    color: inherit;
    align-items: center;
}
.jysp-list .jysp-item+.jysp-item{
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px dashed rgba(255,255,255,.35);
}
.jysp-list .jysp-item .avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.jysp-list .jysp-item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.jysp-list .jysp-item:hover .avatar img{
    transform: scale(1.2);
}
.jysp-list .jysp-item .text{
    flex: 1;
    padding: 0 15px;
    overflow: hidden;
}
.jysp-list .jysp-item .name{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jysp-list .jysp-item .title{
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    opacity: .75;
}
/* jysp-list END */

/* home-event-calendar */
.site-laydate{
    background-color: var(--color-secondary);
    padding: 30px 50px 30px 30px;
    margin-right: -10px;
}
.site-laydate #event-laydate,.site-laydate .layui-laydate-main{
    width: 100%;
    color: #fff;
}
.site-laydate .layui-laydate, .site-laydate .layui-laydate-hint{
    -webkit-box-shadow: underline;
    box-shadow: unset;
    border: 0;
    width: 100%;
    border-radius: 0;
    background-color: unset;
}
.site-laydate .layui-laydate-header{
    border-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.site-laydate .layui-laydate-header i{
    color: #fff;
}
.site-laydate .layui-laydate-header i:hover,
.site-laydate .layui-laydate-header span:hover{
    color: #fff;
}
.site-laydate .layui-laydate-header .laydate-prev-y,
.site-laydate .layui-laydate-header .laydate-next-y{
    display: none;
}
.site-laydate .layui-laydate-header i.laydate-prev-m{
    left: 0;
}
.site-laydate .layui-laydate-header i.laydate-next-m{
    right: 0;
}

.site-laydate .layui-laydate-content table{
    width: 100%;
}
.site-laydate .layui-laydate-content table thead th{
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.site-laydate .layui-laydate-content td>div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.site-laydate .layui-laydate-content td>div:hover{
    background-color: unset!important;
}
.site-laydate .layui-laydate .laydate-disabled,
.site-laydate .layui-laydate .laydate-disabled:hover,
.site-laydate .layui-laydate .laydate-disabled>div,
.site-laydate .layui-laydate .laydate-disabled:hover>div{
    background-color: unset!important;
    color: rgba(255, 255, 255, .5)!important;
}
.site-laydate .layui-laydate-content td,
.site-laydate .layui-laydate-header *,
.site-laydate .layui-laydate-list li{
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.site-laydate .layui-laydate-content td,
.site-laydate .layui-laydate-content th{
    height: 50px;
    font-size: 15px;
}
.site-laydate .layui-laydate-content td:hover,
.site-laydate .layui-laydate-list li:hover{
    background: none;
}

.site-laydate .layui-laydate .layui-this{
    background: none!important;
    color: #fff!important;
}

.site-laydate .layui-laydate .layui-this .laydate-day-mark,
.site-laydate .laydate-day-mark{
    line-height: 38px;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    position: static;
}
.site-laydate .layui-laydate .layui-this .laydate-day-mark:after,
.site-laydate .laydate-day-mark:after{
    content: unset;
}
.site-laydate .laydate-day-mark:hover{
    background: #fff!important;
    color: var(--color-secondary);
}

.site-laydate .layui-laydate-list{
    background-color: var(--color-secondary);
}
.site-laydate .layui-laydate-list>li{
    height: 60px;
    line-height: 60px;
}
.site-laydate .li-mark:after{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: 12px;
    border-radius: 50%;
    background: #fff;
}
.site-laydate .layui-laydate-list li:hover.li-mark:hover{
    background: unset!important;
    color: #fff!important;
}
/* home-event-calendar END */

/* home-event */
.event-box{
    flex: 1;
    overflow: hidden;
    margin-left: -10px;
/*    padding-top: 50px;*/
}
.event-swiper{
    position: relative;
}
.event-swiper .swiper-slide{
    height: auto;
}
.event-swiper .swiper-btn{
    margin-top: 10px;
}
@media screen and (max-width: 991px) {
    .site-laydate{
        margin-right: 0;
        padding: 30px;
    }
    .event-box{
        margin-left: 0;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .site-laydate{
        padding: 0px;
    }
}

.event-item{
    display: block;
    padding: 30px 20px;
    height: 100%;
    color: var(--color-text-primary);
    background-color: #ffffff;
}
.event-item.has-bottom{
    position: relative;
    padding-bottom: 10px;
}
.event-item .time-box{
    position: relative;
    width: 58px;
    color: var(--color-secondary);
    font-size: 12px;
}
.event-item .time-box .img{
    width: 100%;
}
.event-item .time-box .img img{
    width: 100%;
}
.event-item .time-box .day{
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.event-item .time-box .year{
    color: #ffffff;
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
}
.event-item .top-info .tag{
    color: var(--color-text-secondary);
}
.event-item  .title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 12px;
    color: var(--color-text-title);

}
.event-item .desc{
    font-size: 13px;
    color: var(--color-text-secondary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.event-item .bottom-info{
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.event-item .bottom-info .img-box{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.event-item .bottom-info .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-item .bottom-info .name-box{
    flex: 1;
}
.event-item .bottom-info .name{
    font-size: 16px;
    color: var(--color-text-regular);
}
.event-item .bottom-info .txt{
    margin-top: 4px;
    color: var(--color-text-secondary);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
    .event-item{
        padding: 15px;

    }
    .event-item.has-bottom{
        padding-bottom: 10px;
    }

    .event-item .bottom-info{
        left: 15px;
        bottom: 15px;
    }
    .event-item .bottom-info .img-box {
        width: 70px;
        height: 70px;
    }
}
/* home-event END */






/* journal-container */

.cbs-thumb-swiper{
    position: relative;
    z-index: 8;
}
.cbs-thumb-swiper .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 66.66666%;
    position: relative;
    display: block;
}
.cbs-thumb-swiper .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.cbs-thumb-swiper .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition:  all .3s ease-in-out;
}
.cbs-text-swiper{
    background-color: var(--color-primary);
    position: relative;
    z-index: 9;
    margin-top: 62%;
    padding: 2.5vw;
}
.cbs-text-swiper .text-box{
    display: block;
    color: inherit;
}
.cbs-text-swiper .text-box .title{
    font-size: 21px;
}
.cbs-text-swiper .text-box .desc{
    font-size: 14px;
    opacity: .75;
    margin-top: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.cbs-text-swiper .swiper-btn{
    margin-top: 20px;
    justify-content: flex-end;
}

.journal-block{
    padding: 0;
}
.journal-block .layui-col-xs12,
.journal-block .layui-container{
    position: unset;
}

.journal-block .left-column{
    position: relative;
    overflow: unset;
    z-index: 2;
}
.journal-block .left-column>*{
    position: relative;
}
.journal-block .left-column:before{
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 60vw;
    background: url(/skin/images/bg6.jpg) center center no-repeat;
    background-size: cover;
}
.journal-block .right-column:hover .cbs-thumb-swiper .img-box img{
    transform: scale(1.05);
}

@media screen and (min-width: 991px) {
    .journal-block .left-column{
        padding-right: 30px;
    }
    .journal-block .cbs-thumb-swiper{
        position: absolute;
        left: 58.333333%;
        top: 15px;
        right: 0;
        bottom: 0;
        padding: 0;
        z-index: 1;
    }
}

@media screen and (min-width: 1500px) {
    .journal-block .cbs-thumb-swiper{
        left: 57%;
    }
}

@media screen and (max-width: 991px) {
    .journal-block .left-column:before{
        width: unset;
        left: -6vw;
        right: -6vw;
    }
    .journal-block .layui-col-space30{
        margin: 0;
    }
    .journal-block .layui-col-space30>*{
        padding: 0;
    }
    .journal-block .cbs-thumb-swiper{
        margin-left: -6vw;
        margin-right: -6vw;
        left: 0;
        right: 0;
        padding: 0;
        height: 66.66666vw;
    }
    .cbs-text-swiper{
        padding: 30px;
        margin-top: -30vw;
    }
    .cbs-thumb-swiper .img-box{
        padding-bottom: 66.66666%;
    }
}
@media screen and (max-width: 767px) {
    .cbs-text-swiper{
        padding: 20px 15px;
        margin-top: -40vw;
    }
    .cbs-text-swiper .text-box .title{
        font-size: 19px;
    }
}

@media screen and (min-width: 1921px) {
    .journal-block{
        overflow: hidden;
    }
    .journal-block .cbs-thumb-swiper{
        top: 0;
        left: 55%;
    }
    .journal-block .left-column{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .journal-swiper{
        flex: 1;
        display: flex;
        align-items: center;
    }
    .journal-swiper .swiper-container{
        height: unset;
    }
}

/* journal-container END */

/* topic-swiper */
.topic-swiper{
    margin: 0 -15px;
}
.topic-swiper .swiper-wrapper{
    display: flex;
}
.topic-swiper .swiper-wrapper .swiper-slide{
    width: 25%;
    height: 400px;
    position: relative;
    padding: 0 15px;
    transition: all .5s ease-in-out;
}
.topic-swiper .swiper-wrapper .swiper-slide.active{
    width: 31%;
}
.topic-swiper .swiper-wrapper .swiper-slide.sibling{
    width: 23%;
}
.topic-swiper .topic-item{
    display: block;
    height: 100%;
    color: #fff;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    /* background-size: auto 110%; */
    background-size: cover;
    background-position: center;
    padding: 2.5vw;
    display: flex;
    justify-content: space-between;
}
.topic-swiper .topic-item .title{
    font-size: 19px;
    /* width: 19px; */
    line-height: 1.3;
    word-wrap: break-word;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
}
.topic-swiper .topic-item .more-btn{
    padding: 20px 10px;
    width: 34px!important;
    white-space: normal;
    word-wrap: break-word;
    flex-direction: column;
    min-width: 34px;
    margin-top: 0;
    align-self: flex-end;
    line-height: 1.2;
}
@media screen and (max-width: 1199px) {
    .topic-swiper .swiper-wrapper .swiper-slide{
        width: 33.33333%;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.active{
        width: 40%;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.sibling{
        width: 30%;
    }
}
@media screen and (max-width: 991px) {
    .topic-swiper .topic-item{
        padding: 30px;
    }
    .topic-swiper .swiper-wrapper .swiper-slide{
        width: 40%;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.active{
        width: 50%;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.sibling{
        width: 33.33333%;
    }
}
@media screen and (max-width: 767px) {
    .topic-swiper{
        margin: 0 -8px;
    }
    .topic-swiper .swiper-wrapper .swiper-slide{
        width: 80%;
        padding: 0 8px;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.active{
        width: 80%;
    }
    .topic-swiper .swiper-wrapper .swiper-slide.sibling{
        width: 80%;
    }
}
/* topic-swiper END */

/* topic-list */
.topic-list .topic-item{
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.topic-list .topic-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}
.topic-list .topic-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.topic-list .topic-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.topic-list .topic-item:hover .img-box img{
    transform: scale(1.1);
}
.topic-list .topic-item .text-box{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.topic-list .topic-item .text-box .title{
    font-size: 28px;
    letter-spacing: 2px;
}
@media screen and (max-width: 1199px) {
    .topic-list .topic-item .text-box .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .topic-list .topic-item .text-box .title{
        font-size: 19px;
    }
}
/* topic-list END */

/* home-announcement */
.home-announcement{
    position: relative;
    height: 100%;
}
.home-announcement>*{
    position: relative;
    z-index: 9;
}
.home-announcement:before{
    content: "";
    position: absolute;
    left: -60px;
    top: -60px;
    right: -10000px;
    bottom: 0px;
    background-color: #f8f8f8;
    border-bottom: 1px solid var(--border-color-lighter);
    border-left: 1px solid var(--border-color-lighter);
}
.home-announcement .index_title{
    margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .home-announcement:before{
        content: unset;
    }
}
/* home-announcement END */


/* index-announcement-wrap */
.index-announcement-wrap{
    padding: 3vw;
    position: relative;
}
.index-announcement-wrap:before{
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    right: -120px;
    top: 0;
    bottom: 0;
}
.index-announcement-wrap>*{
    position: relative;
}
.index-announcement-wrap .index_title{
    margin-bottom: 15px;
}

.index-announcement-list .item{
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color-light);
    position: relative;
}
.index-announcement-list .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-primary);
    transition: all .3s ease-in-out;
    transform: scaleX(0);
    transform-origin: 0 50%;
}
.index-announcement-list .item:hover:after{
    transform: scaleX(1);
}
.index-announcement-list .item .title{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
    transform: scale(1);
    transform-origin: 0 50%;
    font-size: 15px;
}
.index-announcement-list .item:hover .title{
    color: var(--color-primary);
    /* transform: scale(1.05); */
}
.index-announcement-list .item .calendar-box+.title,
.index-announcement-list .item .title+.calendar-box{
    margin-left: 15px;
}
.index-announcement-list .item .calendar-box{
    width: 60px;
    text-align: center;
    line-height: 1;
    color: #fff;
    transition: all .3s ease-in-out;
    padding: 8px 5px;
    background-color: var(--color-secondary);
    transition: all .3s ease-in-out;
    font-family: 'Times New Roman';
}
.index-announcement-list .item .calendar-box .day{
    font-size: 24px;
}
.index-announcement-list .item .calendar-box .month{
    font-size: 13px;
    opacity: .75;
    display: inline-block;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.index-announcement-list .item:hover .calendar-box{
    background-color: var(--color-primary);
}
@media screen and (max-width: 991px) {
    .index-announcement-wrap{
        padding: 30px;
        margin-bottom: 20px;
    }
    .index-announcement-wrap:before{
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .index-announcement-wrap{
        padding: 30px 15px;
    }
}
/* index-announcement-wrap END */

/* entry-wrap */
.entry-wrap .entry-item{
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.entry-wrap .entry-item>*{
    position: relative;
    z-index: 3;
}
.entry-wrap .entry-item:after,
.entry-wrap .entry-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-primary);
    opacity: 0;
    z-index: 1;
}
.entry-wrap .entry-item .icon img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.entry-wrap .entry-item .text{
    font-size: 19px;
    margin: 0 auto;
    margin-top: 6px;
    max-width: 200px;
}
.entry-wrap .entry-item.first{
    padding: 4vw 15px;
    background-image: url(/skin/images/entry-bg-1.png);
}
.entry-wrap .entry-item.first:before{
    opacity: .65;
}
.entry-wrap .entry-item.second{
    padding: 6vw 15px;
}
.entry-wrap .entry-item.second:before{
    opacity: .85;
}
.entry-wrap .entry-item.second:after{
    z-index: 2;
    background: url(/skin/images/entry-bg-2.png) right top no-repeat;
    opacity: .04;
    background-size: 100%;
}
.entry-wrap .entry-item.third{
    padding: 12vw 15px;
    background-image: url(/skin/images/entry-bg-3.png);
}
.entry-wrap .entry-item.third:before{
    background-color: #466394;
    opacity: .85;
}
/* .entry-wrap .entry-item:hover .text, */
.entry-wrap .entry-item:hover .icon{
    animation: rubberBand 1s ease-in-out 0s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@media screen and (max-width: 767px) {
    .entry-wrap .entry-item{
        padding: 30px 15px !important;
    }
    .entry-wrap .entry-item .icon img{
        width: 48px;
        height: 48px;
    }
    .entry-wrap .entry-item .text{
        font-size: 16px;
    }
    .entry-wrap .entry-item.third{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* entry-wrap END */

/*banner-box*/

.banner-icon{
    line-height: 1;
}
.banner-box .banner-title {
    font-size: 62px;
    line-height: 1;
    text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
}
.banner-box .banner-desc {
    font-size: 20px;
    margin-top: 15px;
    opacity: .9;
    text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
}
.banner-box .banner-icon .iconfont{
    font-size: 58px;
}
.banner-box .banner-icon+.banner-text{
    flex: 1;
    margin-left: 2vw;
    padding-left: 2vw;
    border-left: 1px solid rgba(255,255,255,.35);
}

@media screen and (max-width: 1600px) {
    .banner-box .banner-title {
        font-size: 48px;
    }
    .banner-box .banner-icon .iconfont{
        font-size: 42px;
    }

    .banner-box .banner-desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .banner-box .banner-title {
        font-size: 40px;
    }

    .banner-box .banner-icon .iconfont{
        font-size: 36px;
    }
    .banner-box .banner-desc{
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .banner-box .banner-text {
        text-align: center;
    }

    .banner-box .banner-title {
        font-size: 30px;
        line-height: 1.3;
    }
    .banner-box .banner-icon{
        display: none;
    }
    .banner-box .banner-desc{
        font-size: 14px;
    }
    .banner-box .banner-icon+.banner-text{
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
}
/* @media screen and (max-width: 467px) {
    .banner-box .banner-desc {
        display: none;
    }
} */

/*banner-box END*/


/* inner-banner */
.inner-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.inner-banner .banner-box{
    padding: 180px 0 120px;
}
.inner-banner .breadcrumb{
    margin-top: 20px;
}
.inner-banner .layui-breadcrumb{
    color: #fff;
}
.inner-banner .layui-breadcrumb a{
    color: #fff!important;
}
.inner-banner .layui-breadcrumb span[lay-separator]{
    color: rgba(255,255,255,.5);
}
.inner-banner .layui-breadcrumb a:hover{
    color: var(--color-primary)!important;
}
.layui-breadcrumb a cite{
    color: rgba(255,255,255,1);
}
@media screen and (max-width: 767px) {
    .inner-banner .banner-box{
        padding: 100px 0 70px;
    }
    .inner-banner .breadcrumb{
        font-size: 13px;
        margin-top: 12px;
        display: none;
    }
    .inner-banner:before{
        background: linear-gradient(180deg, rgba(0,63,152 ,1) 0%, rgba(0,63,152,0) 100%);
        height: 100%;
    }
}
@media screen and (min-width: 1600px) {
    .inner-banner .banner-box{
        padding: 220px 0 140px;
    }
}
/* inner-banner END */


/* secondary-menu */
.secondary-menu{
    background-color: #fff;
    margin-top: -65px;
    /* position: relative; */
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.1);
}
.secondary-menu>*{
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .secondary-menu:before{
        content: "";
        position: absolute;
        left: calc(100% - 10px);
        top: -10px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 40px solid #0861b3;
        z-index: 0;
    }
    .secondary-menu:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 0;
        border-top: 8px solid var(--color-secondary);
    }
}
.secondary-menu .menu-head{
    background-color: var(--color-primary);
    background-image: url(/skin/images/bg_menu_head.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 28px 30px;

}
.secondary-menu .menu-head .title{
    font-size: 36px;
}
.secondary-menu .menu-head .title-en{
    font-size: 14px;
    opacity: .85;
    text-transform: uppercase;
}
.secondary-menu .menu-body{
    padding: 30px 0px;
    font-size: 17px;
    padding-bottom: 80px;
    background: url(/skin/images/bg_menu_body.png) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 300px;
}
.secondary-menu .menu-body .item{
    position: relative;

}
.secondary-menu .menu-body .item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    position: relative;
    color: var(--color-text-primary);
    transition: all .3s;
}
.secondary-menu .menu-body .item .icon-box{
    transition: all .3s;
}
.secondary-menu .menu-body .item .title i{
    font-size: 12px;
    color: var(--color-text-secondary);
    transition: all .3s;
}
.secondary-menu .menu-body .item .title:hover{
    background: #F1F1F1;
    color: var(--color-primary);
}
.secondary-menu .menu-body .item .title:hover i{
    color: var(--color-primary);
}
.secondary-menu .menu-body .item:after{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0px;
    height: 1px;
    background-color: var(--border-color-lighter);
}
.secondary-menu .menu-body .item .menu-child{
    padding:0px 30px 0 50px;
    display: none;
    opacity: 1;
}
.secondary-menu .menu-body .item .menu-child .child-item{
    display: block;
    padding-bottom: 15px;
    color: var(--color-text-secondary);
    font-size: 15px;
}
.secondary-menu .menu-body .item .menu-child .child-item.active{
    color: var(--color-primary);
}
.secondary-menu .menu-body .item .menu-child .child-item:first-child{
    padding-top: 15px;
}
.secondary-menu .menu-body .item.active .menu-child{
    display: block;
}
.secondary-menu .menu-body .item.active .title{
    background-color: rgba(117, 117, 117, .1);
    color: var(--color-primary);
}
.secondary-menu .menu-body .item.active .title i{
    color: var(--color-primary);
}
.secondary-menu .menu-body .item.active .icon-box{
    transform: rotate(90deg);
}

.secondary-menu .item .menu-child .child-item:hover,
.secondary-menu .item .menu-child .child-item.active{
    color: var(--color-primary);
}

/* has-child */
.secondary-menu .item.has-child.active:after,
.secondary-menu .item.has-child:hover:after{
    content: unset;
}
.secondary-menu .item.has-child .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.secondary-menu .item.has-child .title img{
    display: none;
}
.secondary-menu .item.has-child .title .iconfont{
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.secondary-menu .child-menu{
    padding-bottom: 15px;
    display: none;
}
.secondary-menu .item.active .child-menu{
    display: block;
}
.secondary-menu .item.active .title .iconfont{
    transform: rotate(90deg);
}
.secondary-menu .child-menu .child-item{
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
    position: relative;
}
.secondary-menu .child-menu a{
    color: inherit;
    font-size: 16px;
    padding: 8px 0;
    display: block;
}
.secondary-menu .child-menu .child-item img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-left: 6px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.secondary-menu .child-menu .child-item:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: all .3s ease-in-out;
}
.secondary-menu .child-menu .child-item:after{
    background-color: var(--color-secondary);
}
.secondary-menu .child-menu .child-item.active:after{
    width: 100%;
}
.secondary-menu .child-menu .child-item:hover,
.secondary-menu .child-menu .child-item.active{
    color: var(--color-primary);
}
.secondary-menu .child-menu .child-item.active img{
    opacity: 1;
}

/* secondary-menu END */

/* mobile-menu */
.mobile-menu-block{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.mobile-menu-block a{
    color: inherit;
}
.mobile-menu-block .mobile-menu{
    position: relative;
    display: flex;
    justify-content: center;
}
.mobile-menu-block .mobile-menu-swiper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.mobile-menu-swiper .swiper-slide {
    width: auto;
    position: relative;
    cursor: pointer;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 1.3;
    color: inherit;
}
.mobile-menu-swiper .swiper-slide .item {
    display: block;
    padding: 10px 0;
    position: relative;
}
.mobile-menu-swiper .swiper-slide .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 2px;
    background-color: var(--color-secondary);
    opacity: 0;
}
.mobile-menu-swiper .swiper-slide.active{
    color: var(--color-secondary);
}
.mobile-menu-swiper .swiper-slide.active .item:after{
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .mobile-menu-block{
        display: none;
    }
}
/* mobile-menu END */

/* wyjj-container */
.wyjj-container .keywords-container{
    padding: 30px;
    color: #fff;
    background: url(/skin/images/wyjj-bg.jpg) center center no-repeat;
    background-size: cover;
    margin: 20px 0;
}
.wyjj-container .text-box>*:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .wyjj-container .img-box{
        max-width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .wyjj-container .keywords-container{
        padding: 20px 15px;
    }
}
/* wyjj-container END */

/* key-wrap */
.key-wrap{
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-between;
}
.key-wrap .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.key-wrap .item .number-box{
    color: var(--color-primary);
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}
.key-wrap .item .number-box em{
    font-style: normal;
    line-height: 1.5;
    margin-left: 5px;
}
.key-wrap .item .number-box .number{
    font-size: 48px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .key-wrap{
        justify-content: center;
    }
    .key-wrap .item .number-box .number{
        font-size: 40px;
    }
    .key-wrap{
        margin-bottom: 0;
    }
    .key-wrap .item{
        width: 33.33%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px){
    .key-wrap .item{
        font-size: 14px;
    }
    .key-wrap .item .number-box .number{
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .key-wrap{
        justify-content: center;
        margin-bottom: 0;
    }
    .key-wrap .item{
        width: 33.33%;
        margin-bottom: 30px;
    }
    .key-wrap .item .number-box .number{
        font-size: 30px;
    }
}
/* key-wrap END */


/* organization-list */
.organization-wrap{
    text-align: center;
    position: relative;
}
.organization-wrap::before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed var(--color-primary);
    opacity: .5;
    z-index: 0;
}
.organization-wrap .organization-top{
    display: inline-block;
    padding: 15px 80px;
    background: var(--color-primary) url(/skin/images/bg_head.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    margin: 0 auto 60px;
    position: relative;
}
.organization-list{
    text-align: left;
    overflow: hidden;
    padding-top: 15px;
}
.organization-list .organization-item{
    width: 50%;
    position: relative;
}
.organization-list .organization-item+.organization-item{
    margin-top: 60px;
}
.organization-list .organization-item:after{
    content: "";
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: url(/skin/images/icon_square.png) center center no-repeat;
    background-size: 18px;
    z-index: 2;
}
.organization-list .organization-item:before{
    content: "";
    position: absolute;
    top: 0;
    width: 10%;
    height: 1px;
    background-color: var(--color-primary);
    opacity: .5;
}
.organization-list .organization-item:nth-of-type(odd){
    padding-right: 5%;
    float: left;
}
.organization-list .organization-item:nth-of-type(odd):after{
    right: 0;
    transform: translateX(50%);
}
.organization-list .organization-item:nth-of-type(odd):before{
    right: 0;
}
.organization-list .organization-item:nth-of-type(even),
.organization-list .organization-item.reverse{
    padding-left: 5%;
    float: right;
    padding-right: 0;
}
.organization-list .organization-item:nth-of-type(even):after,
.organization-list .organization-item.reverse:after{
    transform: translateX(-50%);
    left: 0;
}
.organization-list .organization-item:nth-of-type(even):before,
.organization-list .organization-item.reverse:before{
    left: 0;
}
.organization-list ul{
    display: flex;
    flex-wrap: wrap;
    color: var(--color-text-secondary-grey);
}
.organization-list ul.column-2{
    columns: 2;
    column-count: 2;
    column-gap: 20px;
}
.organization-list ul li{
    width: 100%;
    margin-bottom: 10px;
    padding-left: 1.5em;
}
.organization-list .page-content ul li:before{
    left: 0;
    border-radius: 100%;
}
.organization-list .page-content ul li:after{
    content: unset;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .organization-list{
        padding-top: 0;
    }
    .organization-list .organization-item{
        float: unset!important;
        width: 100%;
        padding: 0!important;
    }
    .organization-list .organization-item+.organization-item{
        margin-top: 15px;
    }
    .organization-wrap::before,
    .organization-list .organization-item:before,
    .organization-list .organization-item:after{
        content: unset;
    }
    .organization-wrap .organization-top{
        font-size: 20px;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
    }
}
@media screen and (max-width: 991px) {
    .organization-wrap .organization-top{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .organization-list{
        padding-top: 0;
    }
    .organization-list .organization-item{
        float: unset!important;
        width: 100%;
        padding: 0!important;
    }
    .organization-list .organization-item+.organization-item{
        margin-top: 15px;
    }
    .organization-wrap::before,
    .organization-list .organization-item:before,
    .organization-list .organization-item:after{
        content: unset;
    }
    .organization-wrap .organization-top{
        font-size: 20px;
        margin-bottom: 15px;
        width: 100%;
        padding: 15px;
        display: none;
    }
}
.organization-list .card-item .card-body{
    font-size: 14px;
}
.organization-list .card-item .card-body a{
    color: inherit;
}
.organization-list .card-item .card-body a:hover{
    color: var(--color-primary);
}
.organization-list .card-item .card-body a .iconfont{
    color: var(--color-secondary);
    margin-left: 5px;
    margin-right: 0;
    font-size: 13px;
}
.organization-list .card-item .card-body a:hover .iconfont{
    color: var(--color-primary);
}
/* organization-list END */

/* lrld-table */
.lrld-table table{
    border: 0;
    table-layout: fixed;
    margin: 0;
    width: 100%;
}
.lrld-table table td{
    border: 0;
    border-right: 0!important;
    padding: 10px 8px;
    vertical-align: top;
    /* border-style: dashed;
    border-bottom: 1px dashed var(--border-color-light); */
}
.lrld-table table tr>td:nth-of-type(1){
    padding-left: 0;
    width: 60px;
}
.lrld-table table tr>td:nth-of-type(2),
.lrld-table table tr>td:nth-of-type(4){
    width: 70%;
    color: var(--color-text-regular);
}
.lrld-table table tr>td:nth-of-type(4){
    width: 40%;
    padding-right: 0;
}
.lrld-table table tr>td:nth-of-type(3){
    width: 120px;
    padding-left: 20px;
    border-left: 1px solid var(--border-color-lighter);
}
@media screen and (max-width: 567px) {
    .lrld-table table tr>td:nth-of-type(2){
        width: 66.66666%;
    }
}
/* lrld-table END */

/* lrld-list */
.lrld-list .item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
.lrld-list .item .column>div{
    padding: 5px 8px;
    line-height: 1.6;
}
.lrld-list .item p{
    margin-bottom: 0;
}
.lrld-list .item .column{
    display: flex;
    align-items: flex-start;
}
.lrld-list .item .column:nth-of-type(1){
    flex: 6;
}
.lrld-list .item .column:nth-of-type(1) .label{
    padding-left: 0;
    width: 65px;
}
.lrld-list .item .column:nth-of-type(1) .value{
    flex: 1;
    color: var(--color-text-regular);
}
.lrld-list .item .column:nth-of-type(2){
    flex: 4;
    border-left: 1px solid var(--border-color-lighter);
}
.lrld-list .item .column:nth-of-type(2) .label{
    width: 120px;
    padding-left: 20px;
}
.lrld-list .item .column:nth-of-type(2) .value{
    flex: 1;
    padding-right: 0;
    color: var(--color-text-regular);
}
@media screen and (max-width: 1199px){
    .lrld-list .item{
        display: block;
        border-bottom: 1px dashed var(--border-color-lighter);
    }
    .lrld-list .item .column:nth-of-type(2){
        border-left: 0;
    }
    .lrld-list .item .column:nth-of-type(1) .label,
    .lrld-list .item .column:nth-of-type(2) .label{
        padding-left: 0;
        width: 95px;
    }
}
/* lrld-list END */

/* faculty-list */
.faculty-list .people-item{
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
}
.faculty-list .people-item:hover{
    top: -5px;
}
.faculty-list .people-item .people-body .people-desc .info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.faculty-list .people-item .people-body .people-desc .info.research{
    -webkit-line-clamp: 2;
}
.faculty-list .people-item .people-left .people-img{
    width: 130px;
}
.faculty-list .people-item .people-body .people-desc .info{
    line-height: 1.5;
}
.faculty-list .people-item .people-body .people-desc .info+.info{
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .faculty-list .people-item{
        display: flex;
        padding: 15px;
        background-color: #fff;
    }
    .faculty-list .people-item .people-body{
        padding: 0;
        padding-left: 15px;
    }
    .faculty-list .people-item .people-left{
        padding-top: 0;
    }
    .faculty-list .people-item .people-left .people-img{
        width: 90px;
    }
    .people-item .people-body .people-top{
        display: flex!important;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .people-item .people-body .people-name{
        display: flex;
        line-height: 1;
    }
    .people-item .people-body .people-name em{
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid var(--border-color-base);
    }
    .people-item .people-body .people-name em .iconfont{
        display: none;
    }
}
/* faculty-list END */


/* filter */
.filter {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 30px;
    background: url(/skin/images/bg_keywords.png) center center no-repeat;
    background-size: cover;
    font-size: 14px;
    position: relative;
    z-index: 12;
}
.filter .layui-form-item{
    margin-bottom: 0;
    position: relative;
    flex: 1;
    overflow: hidden;
    width: 100%;
    max-width: 280px;
}
.filter .layui-form-item>*+*{
    margin-left: 15px;
}
.filter .layui-input{
    background: rgba(255, 255, 255, .35);
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    border: 1px solid var(--border-color-base);
    width: 100%;
}
.filter .layui-input:focus,
.filter .layui-textarea:focus,
.filter .layui-input:hover,
.filter .layui-textarea:hover {
    border-color: var(--color-primary)!important;
}
.filter .layui-form-select dl dd.layui-this{
    background: var(--color-primary);
    font-weight: normal;
}
.filter .layui-form-select{
    border-radius: 4px;
    width: 100%;
}
.filter .more-btn{
    min-width: unset;
    padding: 0 20px;
    height: 43px;
    line-height: 41px;
    border-radius: 2px;
    margin-top: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    max-width: 80px;
}
.filter .iconfont{
    font-size: 18px;
}
@media screen and (max-width:767.9px) {
    .filter{
        padding: 20px 15px;
    }
    .filter .layui-form-select{
        width: 100%;
    }
    .filter .more-btn{
        max-width: unset;
    }
}

.filter.no-bg{
    padding: 0;
    background: unset;
}
.filter.no-bg .layui-input{
    background-color: #fff;
}
.filter.bg-white{
    background: #fff;
}

/* filter END */

/* xzfc-list */
.layui-tab{
    margin: 0;
}
.layui-tab .layui-tab-bar{
    display: none;
}
.xzfc-tab .layui-tab-title{
    height: unset;
    font-size: inherit;
    border-bottom: 0;
}
.xzfc-tab .layui-tab-title li{
    height: unset;
    line-height: inherit;
    font-size: inherit;
    background-color: #fff;
    font-size: 15px;
}
.xzfc-tab .layui-tab-title li a{
    padding: 16px 32px;
    display: block;
    color: inherit;
}
.xzfc-tab .layui-tab-title .layui-this:after{
    content: unset;
}
.xzfc-tab .layui-tab-title .layui-this{
    background: var(--color-secondary) url(/skin/images/bg_menu_head.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.xzfc-tab .layui-tab-title li:not(.layui-this):hover{
    color: var(--color-primary);
}
.xzfc-tab .layui-tab-content{
    padding: 0;
}
@media screen and (max-width: 767px) {
    .xzfc-tab .layui-tab-title{
        display: table;
        width: 100%;
    }
    .xzfc-tab .layui-tab-title li{
        text-align: center;
        font-size: 14px;
        min-width: 0;
        display: table-cell;
    }
    .xzfc-tab .layui-tab-title li a{
        padding: 16px 2px;
    }
}
/* xzfc-list END */

/* letter-filter */
.letter-filter{
    display: flex;
    align-items: center;
    margin: 0 -5px;
    margin-bottom: 8px;
    margin-top: 5px;
    position: relative;
    justify-content: space-between;
    font-size: 16px;
}
.letter-filter:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid var(--border-color-light);
}
.letter-filter .item {
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    cursor: pointer;
    display: block;
    transition: all .4s;
    background-color: transparent;
    position: relative;
    margin: 0 5px;
}
.letter-filter .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--color-primary);
    opacity: 0;
}
.letter-filter .item:hover,
.letter-filter .item.active{
    color: var(--color-primary);
}
.letter-filter .item.active:after{
    opacity: 1;
}
.letter-filter .item.disabled {
    cursor: not-allowed;
    color: #bcbec2;
}
@media screen and (max-width: 767px) {
    .letter-filter{
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 14px;
    }
    .letter-filter:before{
        content: unset;
    }
    .letter-filter .item{
        padding: 0 8px;
        margin: 3px;
    }
    .letter-filter{
        margin: -3px -11px;
    }
    .letter-filter .item:after{
        left: 8px;
        right: 8px;
    }
}
/* letter-filter END */


/* xzfc-list */
.xzfc-list .slide-door .accordion-title,
.xzfc-list .slide-door.open .accordion-title{
    background-color: #fff;
    color: var(--color-primary);
}
.xzfc-list .slide-door.open .accordion-title:after{
    color: var(--color-text-secondary-grey);
}
.xzfc-list .slide-door.open .accordion-content{
    border-top: 1px dashed var(--border-color-lighter);
}
.xzfc-list .xzfc-item{
    color: inherit;
}
.xzfc-list .xzfc-item:hover{
    color: var(--color-primary);
}
/* xzfc-list END */



/*staff-list*/
.staff-list .staff-item{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.staff-list .staff-item .img-box{
	width: 100%;
	height: 0;
	padding-bottom: 130%;
	position: relative;
}
.staff-list .staff-item .img-box:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
}
.staff-list .staff-item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.staff-list .staff-item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staff-list .staff-item .text-box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -116px;
	background: none;
	padding: 20px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.staff-list .staff-item .text-box .name{
	font-size: 18px;
	margin-bottom: 8px;
    line-height: 1;
}
.staff-list .staff-item .text-box .title{
	opacity: .85;
	position: relative;
}
.staff-list .staff-item .text-box .title:after{
	content: "\e87f";
	position: absolute;
	right: 0;
	bottom: 3px;
	line-height: 1;
	font-family: 'iconfont';
	font-weight: bold;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    font-size: 12px;
}
.staff-list .staff-item .text-box .info{
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid rgba(229, 229, 229, 0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    line-height: 1.5;
}
.staff-list .staff-item .text-box .info span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
}
.staff-list .staff-item .text-box .info span+span{
	margin-top: 5px;
}
.staff-list .staff-item .text-box .info span em{
	flex: 1;
	font-style: normal;
}
.staff-list .staff-item .text-box .info .iconfont{
	margin-right: 3px;
}
.staff-list .staff-item:hover .text-box{
	bottom: 0;
	background: rgba(0, 63, 152, .65);
}
.staff-list .staff-item:hover .text-box .info{
	border-top: 1px solid rgba(229, 229, 229, .3);
}
.staff-list .staff-item:hover .text-box .title:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.staff-list .staff-item:hover .text-box .info span{
	white-space: normal;
	overflow: unset;
	text-overflow: unset;
}
@media screen and (max-width: 1199px) {
	.staff-list .staff-item .text-box{
		/* font-size: 12px; */
		padding: 15px;
		bottom: -88px;
	}
	.staff-list .staff-item .text-box .name{
		font-size: 18px;
	}
	.staff-list .staff-item .text-box .info{
		padding-top: 15px;
		margin-top: 15px;
	}
	.staff-list .staff-item .text-box .info span+span{
		margin-top: 0;
	}
	.staff-list .layui-col-space30{
		margin: -10px;
	}
	.staff-list .layui-col-space30>*{
		padding: 10px;
	}
}
/* @media screen and (max-width: 567px) {
	.staff-list .layui-col-space30{
		margin: -8px;
	}
	.staff-list .layui-col-space30>*{
		padding: 8px;
	}
	.staff-list .staff-item .text-box{
		padding: 10px;
		bottom: -74px;
	}
	.staff-list .staff-item .text-box .info{
		padding-top: 10px;
		margin-top: 10px;
	}
	.staff-list .staff-item .text-box .name{
		margin-bottom: 5px;
        font-size: 16px;
	}
} */
/*staff-list END*/

/* dyfc-title */
.dyfc-title{
    margin-bottom: 30px;
}
.dyfc-title .title{
    font-size: 22px;
    padding: 17px 0 13px;
    background: url(/skin/images/title_bg.png) center center no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
}
/* dyfc-title END */

/* dyfc-list */
.dyfc-list.staff-list .staff-item .img-box:after{
    height: 100%;
    background: url(/skin/images/dyfc-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}
.dyfc-list.staff-list .staff-item:hover .text-box{
	bottom: 0;
	background: rgba(184, 5, 14, .75);
}
.dyfc-list.staff-list .staff-item .text-box{
    bottom: -90px;
}
.dyfc-list.staff-list .staff-item .text-box .info>span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dyfc-list.staff-list .staff-item .text-box .info>span:nth-of-type(2){
    -webkit-line-clamp: 2;
}
.dyfc-list.staff-list .staff-item .text-box .info{
    min-height: 70px;
}
/* @media screen and (max-width: 1199px) {
    .dyfc-list.staff-list .staff-item .text-box{
        bottom: -70px;
    }
} */
/* @media screen and (max-width: 567px) {
    .dyfc-list.staff-list .staff-item .text-box{
        bottom: -62px;
    }
} */
/* dyfc-list END */

/* xrld-list */
.xrld-list.staff-list .staff-item{
    max-width: 230px;
    margin: 0 auto;
}
.xrld-list.staff-list+.xrld-list.staff-list{
    margin-top: 30px;
}
.xrld-list.staff-list .staff-item .text-box{
    bottom: 0;
}
.xrld-list.staff-list .staff-item:hover .text-box{
    background-color: unset;
}
.xrld-list.staff-list .staff-item .text-box .title:after{
    content: unset;
}
.xrld-list .item{
    display: flex;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px;
}
.xrld-list .item .left-img{
    width: 160px;
}
.xrld-list .item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    position: relative;
}
.xrld-list .item .img-box::after{
    position: absolute;
	width: 100%;
    height: 100%;
    content: '';
    display: block;
    /* background-color: var(--color-secondary); */
    top: -5px;
    left: -5px;
    z-index: 1;
}
.xrld-list .item .img-box .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    z-index: 2;
}
.xrld-list .item .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xrld-list .item .text-box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    justify-content: center;
    overflow: hidden;
    flex: 1;
}
.xrld-list .item .text-box .name{
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--border-color-base);
}

.xrld-list .item .text-box .title{
    font-size: 16px;
    color: var(--color-text-secondary);
}
.xrld-list .item .text-box::after{
    position: absolute;
    right: -50px;
    bottom: -30px;
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(/skin/images/logo-bg.png);
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .xrld-list .item .left-img{
        width: 130px;
    }
}
/* xrld-list END */


/* category-nav */
.category-nav{
    margin-bottom: 30px;
    position: relative;
}
.category-nav .swiper-slide{
    width: auto;
}
.category-nav .category-item{
    padding: 16px 32px;
    background-color: #fff;
    transition: all .2s;
    display: block;
    color: inherit;
    font-size: 16px;
}
.category-nav .category-item:not(.active){
    cursor: pointer;
}
.category-nav .swiper-slide.active .category-item{
    background: var(--color-secondary) url(/skin/images/bg_menu_head.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.category-nav .swiper-slide:nth-last-of-type(1){
    margin-right: 0!important;
}
@media screen and (max-width: 767px) {
    .category-nav-block{
        position: absolute;
        left: 0;
        right: 0;
        top: -70px;
        padding: 0 15px;
        display: flex;
        justify-content: center;
    }
    .category-nav-block .category-nav{
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }
    .category-nav .category-item{
        padding: 0;
        background: unset;
        font-size: 14px;
        color: #fff;
    }
    .category-nav .swiper-slide+.swiper-slide{
        margin-left: 20px;
    }
    .category-nav .swiper-slide.active .category-item{
        background: unset;
        color: #fff;
    }
    .category-nav .category-item span{
        display: inline-block;
        padding: 10px 0;
        position: relative;
    }
    .category-nav .swiper-slide.active .category-item span:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        right: 0;
        height: 2px;
        background-color: #fff;
    }
}
/* category-nav END */

/* panel-item */
.panel-item{
    background-color: #fff;
    padding: 25px 30px;
    display: flex;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    color: inherit;
    box-shadow: unset;
}
.panel-item.has-hover:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(0, 63, 152, .08); */
    background-color: var(--color-primary);
    transition: all .3s ease-in-out;
    transform: scaleY(0);
    z-index: 1;
}
.panel-item.has-hover:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/skin/images/panel-bg.png) right bottom no-repeat;
    background-size: auto 160px;
    /* opacity: 0; */
    transition: all .3s ease-in-out;
    z-index: 1;
}
.panel-item.has-hover:hover:before{
    transform: scaleY(1);
}
.panel-item.has-hover:hover:after{
    opacity: 1;
}
.panel-item>*{
    position: relative;
    z-index: 9;
}
.panel-item+.panel-item{
    margin-top: 20px;
}
.panel-item:hover{
    /* top: -5px; */
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.1);
    color: inherit;
}
.panel-item .img-box img{
    width: 160px;
}
.panel-item .event-calendar+.text-box,
.panel-item .text-box+.img-box,
.panel-item .calendar-box+.text-box,
.panel-item .img-box+.text-box{
    margin-left: 20px;
}

.panel-item .calendar-box{
    background-color: rgba(0, 63, 152, .06);
    padding: 12px 2px;
    width: 70px;
    text-align: center;
    line-height: 1;
    color: var(--color-primary);
    align-self: flex-start;
    margin-top: 5px;
    font-family: 'Times New Roman';
    transition: all .3s ease-in-out;
}
.panel-item .calendar-box .day {
    font-size: 28px;
}
.panel-item .calendar-box .month {
    font-size: 13px;
    margin-top: 8px;
    color: var(--color-text-secondary);
}
.panel-item .text-box{
    flex: 1;
    overflow: hidden;
}
.panel-item .text-box .title{
    font-size: 18px;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.panel-item .text-box .title .tag{
    font-size: 12px;
    padding: 5px 2px;
    border-radius: 2px;
    background-color: rgba(58, 87, 138, .48);
    color: #fff;
    line-height: 1;
    transition: all .3s ease-in-out;
    min-width: 68px;
    text-align: center;
    position: relative;
    top: -2px;
}
.panel-item .text-box .info{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.panel-item .text-box .tag,
.panel-item .text-box .time{
    font-size: 12px;
    background-color: rgba(0, 0, 0, .05);
    color: var(--color-text-secondary-grey);
    border-radius: 2px;
    padding: 6px 8px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
    line-height: 1.3;
    transition: all .3s ease-in-out;
}
.panel-item .text-box .desc{
    margin-top: 15px;
    opacity: .65;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}
.panel-item .text-box .bottom-info{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.panel-item .text-box .bottom-info .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.panel-item .text-box .bottom-info .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.panel-item .text-box .bottom-info  .avatar+.text{
    padding-left: 15px;
}
.panel-item .text-box .bottom-info .text{
    flex: 1;
    overflow: hidden;
}
.panel-item .text-box .bottom-info .name{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panel-item .text-box .bottom-info .info-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-top: 2px;
    color: var(--color-text-secondary);
    transition: all .3s ease-in-out;
}
.panel-item .text-box .bottom-info .iconfont{
    color: var(--color-primary);
    margin-right: 5px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.panel-item:hover .text-box .bottom-info .iconfont{
    color: #fff;
}


.panel-item:hover .text-box{
    color: #fff;
}
.panel-item:hover .text-box .title{
    color: #fff;
}
.panel-item:hover .text-box .title .tag{
    background-color: #fff;
    color: var(--color-primary);
}
.panel-item:hover .text-box .tag,
.panel-item:hover .text-box .time{
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
}
.panel-item:hover .text-box .bottom-info{
    border-top-color: rgba(255, 255, 255, .15);
}
.panel-item:hover .text-box .bottom-info .info-item{
    color: rgba(255, 255, 255, .85);
}

.panel-item:hover .calendar-box{
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .panel-item{
        display: block;
        padding: 15px;
    }
    .panel-item .img-box{
        text-align: center;
    }
    .panel-item .img-box img{
        width: 120px;
        margin: 0 auto;
    }
    .panel-item .event-calendar+.text-box,
    .panel-item .text-box+.img-box,
    .panel-item .img-box+.text-box{
        margin-left: 0;
        margin-top: 20px;
    }
    .panel-item .text-box .title{
        font-size: 16px;
    }
    .panel-item .text-box .info,
    .panel-item .text-box .desc{
        margin-top: 10px;
    }
    .panel-item .text-box .bottom-info{
        margin-top: 12px;
        padding-top: 12px;
    }
    .panel-item .text-box .bottom-info .name{
        font-size: 15px;
    }
    .panel-item .text-box .bottom-info .avatar{
        width: 42px;
        height: 42px;
    }
}
/* @media screen and (max-width: 567px) {
    .panel-item.has-hover:after{
        background-size: 100%;
    }
} */
/* panel-item END */

/* announcement-list */
.announcement-list .panel-item.has-hover::after{
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .announcement-list .panel-item{
        display: flex;
    }
    .announcement-list .panel-item .calendar-box+.text-box{
        margin-left: 15px;
    }
    .announcement-list .panel-item .calendar-box{
        width: 64px;
    }
    .announcement-list .panel-item .calendar-box .day{
        font-size: 24px;
    }
}
/* announcement-list END */

/* zt-post-block */
.zt-post-block{
    padding-bottom: 0;
}
.zt-post{
    position: relative;
    margin-top: -100px;
    background-color: #fff;
    padding-right: 50px;
    background: #fff url(/skin/images/zt_bg_1.png) right bottom no-repeat;
    background-size: auto 80%;
}
.zt-post:before{
    content: "";
    position: absolute;
    left: -10000px;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    .zt-post{
        padding: 0;
        margin-top: 0;
        background: unset;
    }
    .zt-post:before{
        content: unset;
    }
    .zt-post-block{
        background: #fff url(/skin/images/zt_bg_1.png) right bottom no-repeat;
        background-size: contain;
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px){
    .zt-post-block{
        padding: 40px 0;
    }
}
/* zt-post-block END */

/* zt-zc-block */
.zt-zc-block{
    background: #fff url(/skin/images/zt_bg_2.png) right bottom no-repeat;
    background-size: 50% auto;
}
.zcjd-list .zcjd-item{
    display: block;
    background-color: #fff;
    padding: 20px;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.zcjd-list .zcjd-item:before{
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 18px;
    background-color: var(--color-secondary);
    top: 50%;
    margin-top: -9px;
    transition: all .3s ease-in-out;
}
.zcjd-list .zcjd-item:hover{
    background-color: var(--color-secondary);
    color: #fff;
}
/* .zcjd-list .zcjd-item:hover:before{
    background-color: #fff;
} */
.zcjd-list .zcjd-item .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    padding-right: 15px;
    transform: scale(1);
    transform-origin: 0 100%;
    transition: transform .3s ease-in-out;
    flex: 1;
}
.zcjd-list .zcjd-item .time{
    opacity: .65;
}
.zcjd-list .zcjd-item:hover .title{
    transform: scale(1.05);
}
@media screen and (max-width: 767px) {
    .zcjd-list .zcjd-item{
        padding: 15px;
    }
}
/* zt-zc-block END */

/* hightlight-img-swiper */
.hightlight-img-swiper{
    margin-right: -40px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.hightlight-img-swiper .swiper-sldie{
    width: 100%;
    height: 100%;
}
.hightlight-img-swiper .img-box{
    height: 100%;
    position: relative;
    display: block;
}
.hightlight-img-swiper .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hightlight-img-swiper .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.hightlight-img-swiper:hover .img-box img{
    transform: scale(1.05);
}
/* hightlight-img-swiper END */

/* hightlight-text-swiper */
.hightlight-text-swiper{
    margin-left: -40px;
    background: #fff;
    padding: 3vw;
    margin-top: 48px;
    margin-bottom: 48px;
    z-index: 2;
    position: relative;
}
.hightlight-text-swiper .text-box .title{
    font-size: 24px;
    margin-bottom: 2vw;
    position: relative;
    padding-bottom: 0.8vw;
    transition: all .3s ease-in-out;
}
.hightlight-text-swiper .text-box .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: var(--color-secondary);
}
.hightlight-text-swiper .text-box .desc{
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.hightlight-text-swiper .swiper-btn{
    margin-top: 2vw;
}
.hightlight-text-swiper .text-box:hover .desc{
    color: var(--color-text-regular);
}
@media screen and (max-width: 991px) {
    .hightlight-img-swiper{
        margin-right: 0;
    }
    .hightlight-img-swiper .img-box{
        height: 0;
        width: 100%;
        padding-bottom: 66.66666%;
    }
    .hightlight-text-swiper{
        padding: 30px;
        margin: 0;
    }
    .hightlight-text-swiper .text-box .title {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .hightlight-text-swiper .swiper-btn{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .hightlight-text-swiper{
        padding: 20px 15px;
    }
    .hightlight-text-swiper .swiper-btn{
        margin-top: 15px;
    }
}
/* hightlight-text-swiper END */

/* xxzl-list */
.xxzl-list .xxzl-item{
    padding: 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    display: block;
    position: relative;
    top: 0;
    height: 100%;
}
.xxzl-list .xxzl-item:hover{
    background-color: var(--color-secondary);
    color: #fff;
    top: -5px;
}
.xxzl-list .xxzl-item img{
    height: 24px;
}
.xxzl-list .xxzl-item .title{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.xxzl-list .xxzl-item .time{
    opacity: .65;
}
/* xxzl-list END */


/* theme-red */
/* .theme-red .inner-banner:before{
    background: linear-gradient(180deg, rgba(185,5,13 ,1) 0%, rgba(185,5,13,0) 100%);
} */
.theme-red a:hover{
    color: var(--color-third);
}
.theme-red .hightlight-text-swiper .text-box .title:after,
.theme-red .xxzl-list .xxzl-item:hover,
.theme-red .zcjd-list .zcjd-item:hover,
.theme-red .zcjd-list .zcjd-item:before{
    background-color: var(--color-third);
}
.theme-red .more-btn.btn-grey.plain:hover{
    background-color: var(--color-third);
    border-color: var(--color-third);
    color: #fff;
}
.theme-red .slide .calendar:after{
    background: var(--color-third);
}
.theme-red .slide .calendar:before{
    border-bottom-color: #711014;
}
/* theme-red END */



/* entry-card */
.entry-card{
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    padding: 24px 16px;
    padding-right: 100px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: var(--color-text-regular);
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    transition: all .4s;
    transform: scale(1);
}
.entry-card:hover{
    box-shadow: 0 30px 60px rgb(0 0 0 / 20%);
    transform: scale(1.05);
}

.entry-card .icon-box img{
    width: 42px;
    height: 42px;
    object-fit: contain;
    -webkit-filter: grayscale(100%) ;
    -moz-filter: grayscale(100%) ;
    -ms-filter: grayscale(100%) ;
    -o-filter: grayscale(100%) ;
    filter: grayscale(100%) ;
    filter: gray;
}
.entry-card:hover .icon-box img{
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
    filter: unset;
}
.entry-card .item_hd{
    display: none;
}
.entry-card .item_bd{
    flex: 1;
    padding: 0 10px;
    padding-left: 0;
    font-size: 18px;
}
.entry-card .item_ft{
    width: 100px;
    overflow: hidden;
    transform: skewX(-20deg);
    transform-origin: 0 100%;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    transition: all .5s;
}
.entry-card:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: var(--color-primary);
}
.entry-card:after{
    content: "\e635";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 20px;
    font-family: "iconfont";
    transition: all .4s;
}
.entry-card .item_ft:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .7;
    background-color: var(--color-primary);
}
.entry-card .item_ft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(20deg);
    transform-origin: 0 100%;
}
.entry-card .item_ft i{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    transition: all .3s .2s;
    margin-left: 20px;
}
.entry-card:hover:after{
    opacity: 0;
    right: 0px;
}
.entry-card:hover .item_ft{
    right: 0;
}
.entry-card:hover .item_ft i{
    margin-left: 0;
}


/* .entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+1) .entry-card{
    background-image: url(/skin/images/bg_item_1.png);
} */
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+1) .entry-card:before,
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+1) .entry-card .item_ft:after{
    background-color: var(--color-primary);
}

/* .entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+2) .entry-card{
    background-image: url(/skin/images/bg_item_2.png);
} */
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+2) .entry-card:before,
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+2) .entry-card .item_ft:after{
    background-color: #F4A037;
}

/* .entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+3) .entry-card{
    background-image: url(/skin/images/bg_item_3.png);
} */
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+3) .entry-card:before,
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+3) .entry-card .item_ft:after{
    background-color: #16479C;
}

/* .entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+4) .entry-card{
    background-image: url(/skin/images/bg_item_4.png);
} */
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+4) .entry-card:before,
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+4) .entry-card .item_ft:after{
    background-color: #997950;
}

/* .entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+5) .entry-card{
    background-image: url(/skin/images/bg_item_5.png);
} */
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+5) .entry-card:before,
.entry-list>.layui-row>[class^='layui-col']:nth-of-type(5n+5) .entry-card .item_ft:after{
    background-color: #50998F;
}
@media screen and (max-width:567px) {
    .entry-card{
        padding-right: 16px;
    }
    .entry-card .item_ft{
        display: none;
    }
    .entry-card:after{
        content: unset;
    }
}




/* entry-card END */

/* people-detail-top */
.people-detail-top{
    margin-bottom: 30px;
}
.people-detail-top .people-desc .info+.info{
    margin-top: 4px;
}
/* people-detail-top END */


/*template-list*/
.template-list .template-item{
    color: inherit;
    display: block;
}
.template-list .template-item+.template-item{
	margin-top: 5vw;
}
.template-list .template-item .layui-row{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.template-list .template-item:nth-of-type(2n) .layui-row{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.template-list .template-item .img-box,
.template-list .template-item .text-box{
	position: relative;
}
.template-list .template-item .img-box{
	margin-right: -40px;
	height: 100%;
}
.template-list .template-item:nth-of-type(2n) .img-box{
	margin-right: 0;
	margin-left: -40px;
}
.template-list .template-item .text-box{
	margin-left: -40px;
}
.template-list .template-item:nth-of-type(2n) .text-box{
	margin-left: 0;
	margin-right: -40px;
}
.template-list .template-item .img-box .img{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.absolute{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.template-list .template-item .img-box .img 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 .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.template-list .template-item:hover .img-box .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.template-list .template-item .text-box{
	background: #fff;
	padding: 3vw;
	margin-top: 48px;
	margin-bottom: 48px;
}
.template-list .template-item .text-box .text{
	position: relative;
}
.template-list .template-item .text-box .type{
    font-size: 12px;
    margin-bottom: 15px;
    opacity: .65;
    font-family: "Nexa Regular";
    text-transform: uppercase;
}
.template-list .template-item .text-box .num{
	font-size: 120px;
	opacity: .05;
	position: absolute;
	top: -1vw;
	right: -1vw;
	line-height: 1;
}
.template-list .template-item .text-box .title{
	font-size: 24px;
	margin-bottom: 2vw;
	position: relative;
	padding-bottom: 1vw;
}
.template-list .template-item .text-box .title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 50px;
	background-color: var(--color-secondary);
}
.template-list .template-item .text-box .desc{
    line-height: 1.8;
    opacity: .65;
    margin-bottom: 20px;
}
.template-list .template-item .text-box .more-btn{
	margin-top: 0;
}
.template-list .template-item .text-box .more-box{
	margin-top: 30px;
}
.template-list .subList{
	display: flex;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
    /* border-top: 1px solid var(--border-color-light); */
    padding-top: 20px;
    font-size: 13px;
    /* font-family: "Nexa Regular"; */
    position: relative;
}
.template-list .subList:after{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    border-top: 1px solid var(--border-color-light);
}
.template-list .subList .sub-item{
	padding: 0 15px;
	margin-bottom: 5px;
    opacity: .65;
    display: flex;
    align-items: center;
}
.template-list .subList .sub-item a{
	padding: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.template-list .subList .sub-item a:after{
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	bottom: 0;
	background: var(--color-primary);
	width: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.template-list .subList .sub-item  .iconfont{
	margin-right: 8px;
    color: var(--color-primary);
    font-size: 16px;
}
.template-list .subList .sub-item .icon-arrow-right{
	position: relative;
	right: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
}
.template-list .subList .sub-item:hover{
	color: #1d1f22;
}
.template-list .subList .sub-item:hover .icon-arrow-right{
	opacity: 1;
	right: 0;
}
.template-list .subList .sub-item:hover a:after{
	width: 100%;
}
.template-list .template-item .more-btn{
	margin-top: 2vw;
}
@media screen and (max-width: 1400px) {
	.template-list .template-item .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
    .template-list .template-item .text-box{
        padding: 30px;
    }
	.template-list .template-item+.template-item{
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.template-list .template-item+.template-item{
		margin-top: 20px;
	}
	.template-list .template-item .img-box,
	.template-list .template-item .text-box{
		margin: 0!important;
	}
    .template-list .template-item .img-box{
        width: 100%;
        height: 0;
        padding-bottom: 66.666666%;
    }
    .template-list .template-item .img-box .img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
	.template-list .template-item .text-box{
		padding: 20px;
	}
	.template-list .template-item .text-box .title{
		margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 18px;
	}
	.template-list .template-item .more-btn{
		margin-top: 20px;
	}
	.template-list .template-item .text-box .num{
		font-size: 100px;
	}
}
@media screen and (max-width: 567px) {
	.template-list .subList .sub-item{
		width: 100%;
	}
}

/* template END */
/* section */
.section{
    /* padding-top: 50px; */
    margin-bottom: 50px;
}
.section .index_title{
    margin-bottom: 20px;
}
.section .index_title h2{
    /* font-size: 32px; */
    text-transform: unset;
}
.section .section-content{
    background: #fff;
    padding: 3vw;
}
@media screen and (max-width: 992px) {
    .section .section-content{
        padding: 30px;
    }
    .section .index_title .title{
        font-size: 28px;
    }
}
@media screen and (max-width: 767.9px) {
    .section .section-content{
        padding: 20px;
    }
    .section .index_title .title{
        font-size: 24px;
    }
}
/* section END */
.member-swiper{
    position: relative;
}
.member-swiper .swiper-slide{
    height: 100%;
}
.member-item{
    background: #fff;
    padding: 2vw;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 100%;
}
.member-item:hover{
    background-color: var(--color-primary);
    color: #fff;
}
.member-item .flex{
    align-items: center;
}
/* .member-item:hover{
    background: #C9151E;
    color: #fff;
} */
.member-item .img-box{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    padding: 4px;
    position: relative;
    background: #f0f0f0;
}
.member-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.member-item .member-info{
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
}
.member-item .member-info .name{
    font-size: 18px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.member-item .member-info .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: .85;
}
.member-item .member-desc{
    opacity: .65;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* max-height: 73px; */
}
.member-swiper .swiper-pagination{
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 991px) {
    .member-item{
        padding: 20px;
    }
    .member-item .member-desc{
        max-height: 65px;
    }
}
/* member-item END */

/* two-column */
.two-column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.two-column>*{
    width: 50%;
    padding: 0 15px;
}
@media screen and (max-width:767px) {
    .two-column>*{
        width: 100%;
        padding: 0 15px;
    }
}
/* two-column END */

/* achievement-item */
.achievement-item{
    display: flex;
    align-items: center;
    /* background-color: #eee; */
    padding: 5vw;
    position: relative;
    background-image: url(/skin/images/bg5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.achievement-item .img-box{
    width: 40%;
    height: 0;
    padding-bottom: 22.5%;
    position: relative;
    overflow: hidden;
}
.achievement-item .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.achievement-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.achievement-item .text-box{
    flex: 1;
    padding-left: 5vw;
}
.achievement-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background-color: #fff;
    z-index: 0;
}
.achievement-item>*{
    position: relative;
    z-index: 1;
}
.achievement-item .text-box .title{
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.achievement-item .text-box .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background-color: var(--color-secondary);
}
.achievement-item .text-box .content{
    font-family: "Nexa Regular";
}
.achievement-swiper .swiper-btn{
    bottom: 1.5vw;
    left: 20%;
}
.achievement-item .page-content{
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.achievement-item .info{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--border-color-base);
}
.achievement-item .info .item .iconfont{
    color: var(--color-secondary);
    margin-right: 5px;
}
@media screen and (max-width:991px) {
    .achievement-item{
        padding: 30px;
        display: block;
    }
    .achievement-item:before{
        content: unset;
    }
    .achievement-item .text-box{
        padding-left: 0px;
    }
    .achievement-item .text-box .title{
        font-size: 20px;
    }
    .achievement-item .img-box{
        width: 100%;
        padding-bottom: 66.666666%;
        margin-bottom: 20px;
    }
    .achievement-swiper{
        padding-bottom: 40px;
    }
    .achievement-swiper .swiper-btn{
        bottom: 0;
        left: 50%;
        margin-left: -60px;
    }
}
@media screen and (max-width:767px){
    .achievement-item{
        padding: 20px;
    }
    .achievement-item .text-box .title{
        font-size: 18px;
        font-weight: bold;
    }
}
/* achievement-item END */

.no-banner header{
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.no-banner header .logo .img_white{
    display: none;
}
.no-banner header .logo .img_primary {
    display: block;
}
.no-banner header .header-main .language-btn,
.no-banner header .header-main .search-btn{
    background-color: rgba(0, 0, 0, .05);
}
.no-banner header .header-main .language-btn,
.no-banner header .header-main .search-btn,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item>a{
    color: var(--color-text-secondary-grey);
}
.no-banner header .header-main .language-btn:hover,
.no-banner header .header-main .search-btn:hover,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item>a:hover{
    color: var(--color-primary);
}
.no-banner header .header-main .language-btn:after,
.no-banner header .header-main .search-btn:after,
.no-banner header .header-main .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after{
    background-color: rgba(0, 0, 0, .15);
}

.no-banner .header-nav .layui-nav .layui-nav-item>a{
    color: var(--color-text-regular);
}

.no-banner .main{
    margin-top: 100px;
}
.no-banner .ala-breadcrumb{
    background-color: var(--bg-grey);
    padding: 20px 0;
}
.no-banner .ala-breadcrumb+.block{
    padding-top: 0;
}
.no-banner .layui-breadcrumb a{
    color: var(--color-text-secondary-grey)!important;
}
.no-banner .layui-breadcrumb a:hover{
    color: var(--color-primary)!important;
}
.no-banner .layui-breadcrumb a cite{
    color: var(--color-text-secondary-grey)!important;
}
@media screen and (max-width: 991px) {
    .no-banner .main{
        margin-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .no-banner .main{
        margin-top: 60px;
    }
    .no-banner .header .menu-toggle{
        color: var(--color-text-secondary-grey);
    }
    .no-banner .header .menu-toggle .toggle-iconfont span,
    .no-banner .header .menu-toggle span:after,
    .no-banner .header .menu-toggle span:before{
        background-color: var(--color-primary);
    }
}

/* no-banner */
/* no-banner END */

/* post-list/event-list */
.event-list .panel-item .img-box img,
.post-list .panel-item .img-box img{
    width: 240px;
    height: 160px;
    object-fit: cover;
}
.event-list .panel-item .text-box .desc,
.post-list .panel-item .text-box .desc{
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
    .event-list .panel-item,
    .post-list .panel-item{
        padding: 0;
    }
    .event-list .panel-item .img-box,
    .post-list .panel-item .img-box{
        width: 100%;
        height: 0;
        padding-bottom: 66.666666%;
        position: relative;
    }
    .event-list .panel-item .img-box img,
    .post-list .panel-item .img-box img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .event-list .panel-item .text-box,
    .post-list .panel-item .text-box{
        padding: 15px;
        margin-top: 0;
    }
    .event-list .panel-item{
        display: flex;
        flex-direction: column-reverse;
    }
    .event-list .panel-item .event-calendar{
        display: none;
    }
}
/* program-list/event-list END */

/* event-list */
.event-calendar{
    position: relative;
    width: 58px;
    color: var(--color-secondary);
    font-size: 12px;
    height: 100%;
}
.event-calendar .img{
    width: 100%;
}
.event-calendar .img img{
    width: 100%;
}
.event-calendar .day{
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.event-calendar .year{
    color: #ffffff;
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
}
/* event-list END */


/* page-container */
.page-container{
    background-color: #fff;
    padding: 4vw;
}
.page-container .page-content img{
    max-width: 100%;
}
/* .page-container .people-item .people-body{
    padding-right: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .page-container .people-item .people-body{
        padding-left: 0;
    }
} */
/* page-container END */

/* detail-block */
@media screen and (max-width: 991px) {
    .detail-block .ala-breadcrumb,
    .detail-block .block{
        background-color: #fff;
    }
    .page-container{
        padding: 0;
        padding-top: 10px;
        background: unset;
    }
}
@media screen and (max-width: 767px) {
    .detail-block .ala-breadcrumb{
        display: none;
    }
    .page-container{
        padding-top: 40px;
    }
    .page-container .page-content img{
        max-width: 100%;
    }
}
/* detail-block END */


/* article-title */
.article-title{
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--border-color-light);
    margin-bottom: 30px;
}
.article-title  h3{
    font-size: 32px;
    line-height: 1.4;
    color: var(--color-text-title);
}
.article-title .article-other{
    margin-top: 20px;
    color: var(--color-text-secondary);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-title .article-otherBase .iconfont{
    margin-right: 5px;
}
.article-title .article-otherBase span+span{
    margin-left: 15px;
}

.article-title .share-btn .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-title .share-btn .icon:hover{
    opacity: .75;
}
.article-title .share-btn span .iconfont{
    margin-right: 0;
}
.article-title .share-btn span+span{
    margin-left: 5px;
}

.article-title .event-otherBase .iconfont{
    margin-right: 5px;
}
.article-title .event-otherBase span{
    display: block;
}
.article-title .event-otherBase span+span{
    margin-top: 5px;
}
.article-title .article-other .more-btn{
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .article-title  h3{
        font-size: 28px;
    }
    .article-title .article-other{
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .article-title  h3{
        font-size: 25px;
        font-weight: bold;
    }
    .article-title .article-other{
        display: block;
    }
    .article-title .article-other .more-btn{
        margin-top: 10px;
    }
    .article-title .share-btn{
        display: none;
    }
}
/* article-title END */


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

/* journal-list */
.journal-list .panel-item .text-box .desc{
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.journal-list .panel-item .text-box .bottom-info .info-item{
    color: var(--color-primary);
    opacity: 1;
}
.journal-list .panel-item:hover .text-box .bottom-info .info-item{
    color: #fff;
}
/* journal-list END */


/* search page */
.search-page .block{
    position: relative;
    z-index: 8;
}
.search-page .block.grey{
    z-index: 9;
}
.search-page .layui-form{
    max-width: 1000px;
    margin: 0 auto;
}
.search-page .input-box{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    margin:  0 -2px;
}
.search-page .input-box>*{
    margin: 0 2px;
}
.search-page .layui-input{
    height: 50px;
    border: 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 0;
}
.search-page .layui-form-select .layui-input{
    padding-right: 36px;
}
.search-page .layui-form-select{
    width: 50%;
}
.search-page .layui-form-select dl{
    top: 50px;
    border-radius: 0;
}
.search-page .form-submit{
    outline: none;
    border: 0;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: var(--color-primary);
    padding: 0 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.search-page .form-submit .iconfont{
    font-size: 18px;
    margin-right: 10px;
}


.search-result .item{
    display: block;
    border-bottom: 1px dashed var(--border-color-lighter);
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: inherit;
}

.search-result .item .title{
    font-size: 18px;
    color: var(--color-text-primary);
}
.search-result .item .desc{
    color: var(--color-text-secondary);
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.search-result .item:hover .title{
    color: var(--color-primary);
}
.search-result .item .bottom{
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-result .item .tag{
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
    background-color: rgba(58, 87, 138, .06);
    color: var(--color-text-secondary-grey);
}
.search-result .item .tag+.tag{
    margin-left: 6px;
}

@media screen and (max-width: 767px) {
    .search-page .input-box{
        margin: 0;
        display: block;
    }
    .search-page .layui-form-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-page .form-submit {
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .search-result .item .title{
        font-size: 18px;
    }
}
/* search page END */


/*.search-nav*/
.search-nav{
    position: relative;
    margin-bottom: 50px;
}
.search-nav:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-bottom: 1.5px solid var(--border-color-light);
}
.search-nav .swiper-container{
    padding-top: 5px;
}
.search-nav .swiper-slide{
    width: auto;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    color: var(--color-text-secondary-grey);
}
.search-nav .swiper-slide:hover,
.search-nav .swiper-slide-active{
    color: var(--color-primary);
}
.search-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
    background-color: var(--color-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-nav .swiper-slide:not(:last-child):before{
    content: "";
    position: absolute;
	right: -30px;
	top: 7px;
	bottom: 23px;
	width: 1px;
	background: var(--border-color-base);
	/*font-weight: lighter;
	color: #aaa;*/
}
.search-nav .swiper-slide-active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.search-nav .swiper-slide .item{
    display: flex;
    align-items: center;
}
.search-nav .swiper-slide .badge{
    /* position: absolute;
    top: -5px;
    left: 100%; */
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    color: #fff;
    padding: 2px 5px;
    background-color: var(--color-text-placeholder);
    border-radius: 2px;
    line-height: 1;
    margin-left: 5px;
}
@media screen and (max-width: 991px) {
	.search-nav .swiper-slide{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.search-nav{
		margin-bottom: 25px;
	}
	.search-nav .swiper-slide{
		font-size: 16px;
	}
    .search-nav .swiper-slide:not(:last-child):before{
        right: -15px;
    }
}
/*.search-nav END*/

/* mini-laydate */
.mini-laydate{
    padding: 0;
    margin-right: 0;
    background-color: #fff;
}
.mini-laydate.site-laydate .layui-laydate-header{
    background-color: var(--color-primary);
    padding: 10px 70px;
}
.mini-laydate.site-laydate .layui-laydate-content table thead th{
    color: var(--color-primary);
}
.mini-laydate.site-laydate .layui-laydate-main,
.mini-laydate.site-laydate .layui-laydate .layui-this,
.mini-laydate.site-laydate .layui-laydate .layui-this .laydate-day-mark,
.mini-laydate.site-laydate .laydate-day-mark,
.mini-laydate.site-laydate .laydate-day-mark:hover,
.mini-laydate.site-laydate .layui-laydate-list li:hover.li-mark:hover{
    color: var(--color-text-regular)!important;
}
.mini-laydate.site-laydate .layui-laydate .laydate-disabled,
.mini-laydate.site-laydate .layui-laydate .laydate-disabled:hover,
.mini-laydate.site-laydate .layui-laydate .laydate-disabled>div,
.mini-laydate.site-laydate .layui-laydate .laydate-disabled:hover>div{
    color: rgba(0, 0, 0, .5)!important;
}
.mini-laydate.site-laydate .layui-laydate .layui-this .laydate-day-mark,
.mini-laydate.site-laydate .laydate-day-mark{
    border-color: var(--border-color-base);
}
.mini-laydate.site-laydate .li-mark:after{
    background-color: var(--color-secondary);
}

.mini-laydate.site-laydate .layui-laydate-content td,
.mini-laydate.site-laydate .layui-laydate-content th{
    height: 40px;
}
.mini-laydate.site-laydate .layui-laydate .layui-this .laydate-day-mark,
.mini-laydate.site-laydate .laydate-day-mark{
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 0;
    position: relative;
    transition: all .3s ease-in-out;
}
.mini-laydate.site-laydate .layui-laydate .layui-this .laydate-day-mark:hover,
.mini-laydate.site-laydate .laydate-day-mark:hover{
    background-color: var(--color-primary)!important;
    color: #fff!important;
    border-radius: 50%;
}
.mini-laydate.site-laydate .laydate-day-mark:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: 10px;
    border-radius: 50%;
    background: var(--color-secondary);
    opacity: 1;
    transition: all .3s ease-in-out;
}
.mini-laydate.site-laydate .layui-laydate .layui-this .laydate-day-mark:hover:after,
.mini-laydate.site-laydate .laydate-day-mark:hover:after{
    opacity: 0;
}
.mini-laydate.site-laydate .layui-laydate-list{
    background-color: #fff;
}
.mini-laydate.site-laydate .layui-laydate-list>li{
    height: 50px;
    line-height: 50px;
    transition: all .3s ease-in-out;
}
.mini-laydate.site-laydate .layui-laydate-list li:hover.li-mark:hover{
    color: var(--color-primary)!important;
}
/* mini-laydate END */


/* news1-swiper */
.news1-swiper,
.news1-swiper .news-slide{
    position: relative;
    display: block;
}
.news1-swiper .swiper-container{
    padding-top: 10px;
}
.news1-swiper .news-slide .calendar{
    position: absolute;
    left: 20px;
    top: -10px;
    background-color: var(--color-secondary);
    padding: 15px 5px;
    width: 70px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.news1-swiper .news-slide .calendar>*{
    position: relative;
    z-index: 1;
}
.news1-swiper .news-slide .calendar:before{
    content: "";
    position: absolute;
    left: calc(100% - 5px);
    top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 10px solid #126592;
    z-index: 0;
}
.news1-swiper .news-slide .calendar:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    z-index: 0;
}
.news1-swiper .news-slide .calendar .day{
    font-size: 24px;
}
.news1-swiper .news-slide .calendar .month{
    font-size: 13px;
    margin-top: 5px;
    opacity: .75;
}
.news1-swiper .news-slide .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.666666%;
    overflow: hidden;
}
.news1-swiper .news-slide .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.news1-swiper .news-slide .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.news1-swiper .news-slide:hover .img-box img{
    transform: scale(1.1);
}
.news1-swiper .news-slide .text-box{
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.news1-swiper .news-slide .text-box>*{
    position: relative;
}
.news1-swiper .news-slide .text-box:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.news1-swiper .news-slide .text-box .title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    overflow: hidden;
    padding-right: 10px;
    flex: 1;
}
.news1-swiper .news-slide .text-box .title .tag {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 2px;
    background-color:rgba(255, 255, 255, .85);
    color: var(--color-primary);
    line-height: 1;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.news1-swiper .swiper-box{
    position: absolute;
    right: 15px;
    top: 25px;
    height: 30px;
    z-index: 9;
    width: 120px;
}
.news1-swiper .swiper-box .swiper-pagination{
    bottom: 3px;
    color: #fff;
}
.news1-swiper .swiper-button-prev,
.news1-swiper .swiper-button-next{
    border: 0!important;
}
.news1-swiper .swiper-button-prev{
    left: 0;
}
.news1-swiper .swiper-button-next{
    right: 0;
}
@media screen and (max-width: 767px) {
    .news1-swiper .news-slide .calendar{
        width: 60px;
        padding: 10px 2px;
        left: 15px;
    }
    .news1-swiper .news-slide .calendar .day{
        font-size: 20px;
    }
    .news1-swiper .news-slide .calendar .month{
        font-size: 12px;
    }
    .news1-swiper .news-slide .text-box .title{
        font-size: 15px;
    }
    .news1-swiper .news-slide .text-box{
        padding: 15px;
    }
}
/* news1-swiper END */

/* jgsj-list */
.jgsj-list ul.column-3{
    columns: 3;
    column-gap: 10px;
}
.jgsj-list ul.column-4{
    columns: 4;
    column-gap: 10px;
}
.jgsj-list ul.column-5{
    columns: 5;
    column-gap: 10px;
}
.jgsj-list ul li{
    line-height: 1.5;
}
.jgsj-list ul li a{
    color: var(--color-text-regular)!important;
    transition: all .3s ease-in-out;
}
.jgsj-list ul li a i{
    color: var(--color-secondary);
    transition: all .3s ease-in-out;
}
.jgsj-list ul li a:hover,
.jgsj-list ul li a:hover i{
    color: var(--color-primary)!important;
    text-decoration: unset!important;
}
.jgsj-list .city-section{
    display: flex;
    margin-top: 10px;
}
.jgsj-list .city-section+.city-section{
    margin-top: 25px;
}
.jgsj-list .city-title{
    display: inline-block;
    font-size: 16px;
    color: var(--color-primary);
    margin-right: 15px;
    width: 90px;
    line-height: 1.5;
    margin-top: 2px;
}
.jgsj-list .city-title span{
    display: inline-block;
    border-bottom: 1px solid var(--color-primary);
}
.jgsj-list .city-content{
    flex: 1;
}

@media screen and (max-width: 991px) {
    .jgsj-list ul.column-3{
        column-count: 2;
    }
    .jgsj-list ul.column-4{
        column-count: 3;
    }
    .jgsj-list ul.column-5{
        column-count: 4;
    }
}
@media screen and (max-width: 767px) {
    .jgsj-list ul.column-3{
        column-count: 1;
    }
    .jgsj-list ul.column-4{
        column-count: 2;
    }
    .jgsj-list ul.column-5{
        column-count: 3;
    }
    .jgsj-list .city-section{
        display: block;
    }
    .jgsj-list .city-title{
        margin-top: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* jgsj-list END */
.map-container{
    margin-bottom: 40px;
}
.map-container .row-flex{
    align-items: center;
}
/* map-keywords */
.map-keywords{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.map-keywords .keyword-item{
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 30px 0;
}
.map-keywords .keyword-item .icon{
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
.map-keywords .keyword-item .num{
    font-size: 48px;
    color: var(--color-primary);
}
.map-keywords .keyword-item em{
    font-size: .9em;
    font-style: normal;
    margin-left: 5px;
}
.map-keywords .keyword-item .label{
    color: var(--color-text-secondary-grey);
    margin-top: 8px;
}
@media screen and (max-width: 991px) {
    .map-keywords{
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .map-keywords .keyword-item{
        width: 25%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0 10px;
    }
    .map-keywords .keyword-item .icon{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .map-keywords .keyword-item .text{
        text-align: center;
    }
    .map-keywords .keyword-item .label{
        line-height: 1.4;
    }
}
@media screen and (max-width: 767px){
    .map-keywords .keyword-item{
        margin: 20px 0;
        width: 50%;
    }
    .map-keywords .keyword-item .num{
        font-size: 30px;
    }
}
/* map-keywords END */

/* map-wrapper */
.map-wrapper .map-img{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.map-wrapper .map-img .item{
    position: absolute;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.2;
    z-index: 1;
}
.map-wrapper .map-img .item:hover{
    z-index: 2;
}
.map-wrapper .map-img .item .text{
    position: absolute;
    left: 50%;
    width: 80px;
    top: 50%;
    transform: translate(-50%,6px);
    text-align: center;
    display: block;
    transition: all .3s ease-in-out;
}
.map-wrapper .map-img .item:hover .text{
    transform: translate(-50%,6px) scale(1.1);
    transform-origin: 50% 0;
}
.map-wrapper .map-img .item.is-top .text{
    transform: translate(-50%, -18px);
    text-align: center;
}
.map-wrapper .map-img .item.is-top:hover .text{
    transform: translate(-50%, -18px) scale(1.1);
    transform-origin: 50% 100%;
}
.map-wrapper .map-img .item.is-right .text{
    transform: translate(8px, -50%);
    text-align: left;
}
.map-wrapper .map-img .item.is-right:hover .text{
    transform: translate(8px, -50%) scale(1.1);
    transform-origin: 0% 50%;
}
.map-wrapper .map-img .item.is-left .text{
    right: 50%;
    left: unset;
    transform: translate(-8px, -50%);
    text-align: right;
}
.map-wrapper .map-img .item.is-left:hover .text{
    transform: translate(-8px, -50%) scale(1.1);
    transform-origin: 100% 50%;
}

.map-wrapper .map-img .item .dot{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 7px;
    height: 7px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--color-secondary);
}
.map-wrapper .map-img .item .dot:before {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background-color: rgba(5, 153, 217, .7);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}
.map-wrapper .map-img .item .dot:before{
    -webkit-animation: warn-1 1.23s ease-in-out 0s infinite;
    animation: warn-1 1.23s ease-in-out 0s infinite;
}
@media screen and (max-width: 767px) {
    .map-wrapper .map-img .item{
        width: 48px;
        height: 40px;
        font-size: 10px;
        margin-top: -20px;
        margin-left: -24px;
    }
    .map-wrapper .page-content ul li{
        font-size: inherit;
    }
}
@-webkit-keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}
@-moz-keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}
@-ms-keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}
@-o-keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}
@keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
    }
}
/* map-wrapper END */


.home-post .index_title h2+h2,
.academic-section .index_title h2+h2{
    margin-left: 15px;
    padding-left: 15px;
}
.home-post .index_title h2+h2:before,
.academic-section .index_title h2+h2:before{
    content: '';
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 1px;
    height: 42%;
    background-color: #000;
    opacity: .15;
}
.home-post .index_title h2.not-active,
.academic-section .index_title h2.not-active{
    cursor: pointer;
}
.home-post .index_title h2.not-active span,
.academic-section .index_title h2.not-active span{
    font-size: .6em;
    opacity: .65;
}
.more-btn-container .swiper-btn,
.home-post-content .home-post-item,
.academic-section-container .academic-section-content{
    display: none;
}
.home-poster .swiper-btn.active,
.more-btn-container .swiper-btn.active{
    display: flex;
}
.home-post-content .home-post-item.active,
.academic-section-container .academic-section-content.active{
    display: block;
}
.home-post .swiper-slide,
.academic-section .swiper-slide{
    height: unset;
}
.home-post .panel-item,
.academic-section .panel-item{
    height: 100%;
}


.main>*:last-child{
    padding-bottom: 50px;
}
.main>.block:nth-last-of-type(1){
    padding-bottom: 100px;
}

/* .setting-size{
    white-space: nowrap;
} */
.setting-size a{
    color: var(--color-primary);
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
}


.mtyz {
    padding: 4rem 0;
    overflow: hidden;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.mtyz .swiper-slide .pic img {
    width: 100%;
    height: auto;
    padding: 3%;
    box-sizing: border-box;
    background: #fff;
}

.mtyz .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
}
.xyfc .pic04 {
    width: 100%;
    background: url(http://www.wxxszz.com.cn//template/1/1710//images/swipper.png) no-repeat center;
    background-size: cover;
}

.siteWidth {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.mtyz .arrow.prev {
    right: auto !important;
    left: 0 !important;
    transition: 2s;
    transform: translateX(-100px);
    opacity: 0;
}

.mtyz .arrow, .tsxm .hdt, .tsxm .swiper-slide, .main .indIconlink .em, .mtyz .swiper-slide, .ztwz .bd li {
    transition: 0s !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}
.mtyz .arrow {
    border-radius: 0px !important;
    background: hsl(0deg 0% 0% / 21%) !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    z-index: 2;
}