.main-hidden {
    overflow: hidden;
}

/* menu-toggle */
.menu-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
}

.menu-toggle .toggle-iconfont {
    transition: 0.4s;
    position: relative;
    z-index: 20;
    float: right;
    cursor: pointer;
    width: 1.25vw;
    height: 0.9375vw;
    margin: 0 auto;
}

.menu-toggle .toggle-iconfont span {
    display: block;
    width: 100%;
    margin-top: 0.416667vw;
    height: var(--size-2);
    background: #fff;
    position: relative;
    cursor: pointer;
}

.menu-toggle span:after,
.menu-toggle span:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 1.25vw;
    height: var(--size-2);
    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
}

.menu-toggle span:before {
    top: -0.416667vw;
    -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: 0 50%;
}

.menu-toggle span:after {
    bottom: -0.416667vw;
    width: .78125vw;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transform-origin: 0 50%;
}

.menu-toggle.open span:after,
.menu-toggle.open span:before {
    width: 1.25vw;
}

.menu-toggle.open span:before {
    top: -0.416667vw;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}

.menu-toggle.open span:after {
    bottom: -0.416667vw;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.menu-toggle.open .toggle-iconfont span {
    background-color: transparent !important;
}

@media screen and (max-width: 1920px) {
    .menu-toggle .toggle-iconfont {
        width: 24px;
        height: 18px;
    }

    .menu-toggle .toggle-iconfont span {
        margin-top: 8px;
        height: 2px;
    }

    .menu-toggle span:after,
    .menu-toggle span:before {
        width: 24px;
        height: 2px;
    }

    .menu-toggle span:before {
        top: -8px;
    }

    .menu-toggle span:after {
        bottom: -8px;
        width: 15px;
    }

    .menu-toggle.open span:after,
    .menu-toggle.open span:before {
        width: 24px;
    }

    .menu-toggle.open span:before {
        top: -8px;
    }

    .menu-toggle.open span:after {
        bottom: -8px;
    }
}


/* menu-toggle END */

/* header */
header {
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
}

.header_white header {
    position: absolute;
}

.header_white header:after {
    background-color: rgba(255, 255, 255, .2);
}

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 {
    padding-top: var(--size-60);
}

header .logo img {
    height: var(--size-60);
}

header .layui-container {
    position: relative;
}

header .layui-container>* {
    position: relative;
    z-index: 9;
}

header .menu-toggle {
    position: relative;
    z-index: 100001;
}

.header {
    transition: height .5s ease-in-out;
}

.header .layui-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0 !important;
}

header .secondary-nav {
    width: auto;
    position: relative;
}

header .secondary-nav .layui-nav {
    display: flex;
    align-items: center;
}

header .secondary-nav .layui-nav .layui-nav-item>a {
    cursor: pointer;
    font-size: inherit;
    padding: 0 1.09375vw;
    color: var(--color-text-regular);
    display: flex;
    align-items: center;
}

header .secondary-nav .layui-nav .layui-nav-item>a:hover {
    color: var(--color-primary);
}

header .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: .875vw;
    margin-top: -.4375vw;
    width: 1px;
    background-color: rgba(0, 0, 0, .2);
    transition: 50% 10%;
}

header .secondary-nav .layui-nav .layui-nav-item>a img {
    width: 1.35417vw;
    height: 1.35417vw;
    object-fit: contain;
    margin-right: .3125vw;
}

.header_white:not(.header-fixed) .secondary-nav .layui-nav .layui-nav-item>a {
    color: #fff;
}

.header_white:not(.header-fixed) .header .secondary-nav .layui-nav .layui-nav-item+.layui-nav-item:after {
    background-color: rgba(255, 255, 255, .2);
}

.headerTemp {
    height: 5.208333vw;
    display: none;
}

.header_white .headerTemp {
    height: 0 !important;
}

.header-fixed header {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    /* top: -100%;
    opacity: 0; */
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    z-index: 999;
}

.header-fixed.header-show header {
    position: fixed;
    top: 0;
    opacity: 1;
}


@media screen and (max-width: 991px) {
    header .layui-container {
        height: 75px;
    }

    header .header-main {
        display: none;
    }
}


/*弹窗动画*/
.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*/


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--color-primary);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: unset;
    background-color: rgba(0, 0, 0, .1);
}

@media screen and (min-width: 1920px) {
    .mCSB_inside>.mCSB_container {
        margin-right: 1.5625vw;
    }
}


/*swiper-button*/
.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -.9375vw;
    width: 1.875vw;
    height: 1.875vw;
    z-index: 98;
    background: none;
    background: unset;
    color: var(--color-secondary);
    border-radius: 50%;
}

.ala-swiper.is-white .swiper-button-prev,
.ala-swiper.is-white .swiper-button-next {
    color: #fff;
}

.ala-swiper .swiper-button-next.swiper-button-disabled,
.ala-swiper .swiper-button-prev.swiper-button-disabled {
    color: var(--border-color);
    opacity: 1;
}

.ala-swiper .swiper-button-prev:not(.ala-swiper .swiper-button-disabled):hover:after,
.ala-swiper .swiper-button-next:not(.ala-swiper .swiper-button-disabled):hover:after {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    font-size: 1.2vw;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    content: "\e607";
    font-family: "iconfont";
}

.ala-swiper .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ala-swiper .swiper-button-prev,
.ala-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.ala-swiper .swiper-button-next,
.ala-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.ala-swiper .swiper-button-next:after,
.ala-swiper .swiper-button-prev:after {
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*swiper-button END*/


/*.swiper-pagination*/
.ala-swiper .swiper-pagination {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.ala-swiper .swiper-pagination-bullet {
    position: relative;
    background-color: unset;
    position: relative;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 1.25vw;
    opacity: 1;
    transition: all .3s ease-in-out;
    background-color: unset !important;
    border: 1.5px solid transparent !important;
    margin: 0 .3125vw !important;
}

.ala-swiper .swiper-pagination-bullet-active {
    border-color: var(--color-primary) !important;
}

.ala-swiper .swiper-pagination-bullet::after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    content: "";
    display: block;
    width: .3125vw;
    height: .3125vw;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--color-text-secondary-grey);
}

.ala-swiper .swiper-pagination-bullet-active::after {
    background-color: var(--color-primary) !important;
}

.ala-swiper.is-white .swiper-pagination-bullet-active {
    border-color: #fff !important;
}

.ala-swiper.is-white .swiper-pagination-bullet-active::after,
.ala-swiper.is-white .swiper-pagination-bullet::after {
    background-color: #fff !important;
}

@media screen and (max-width: 1439px) {
    .ala-swiper .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin: 0 5px;
    }

    .ala-swiper .swiper-pagination-bullet::after {
        width: 5px;
        height: 5px;
    }

    .ala-swiper .swiper-button-prev,
    .ala-swiper .swiper-button-next {
        width: 27px;
        height: 27px;
        margin-top: -13.5px;
    }

    .ala-swiper .swiper-button-next:after,
    .ala-swiper .swiper-button-prev:after {
        font-size: 18px;
    }
}

/*.swiper-pagination EMD*/

/* swiper-scrollbar */
.ala-swiper .swiper-scrollbar {
    height: 2.34375vw;
    background-color: unset;
    border-radius: 0;
    left: 50%;
    right: unset;
    width: 0;
    top: 0;
}

.ala-swiper .swiper-scrollbar-drag {
    background-color: unset;
    position: relative;
    width: 0 !important;
}

.ala-swiper .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    right: unset;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2.34375vw;
    transform: translateX(-50%);
    background: url(../images/icon_drag.png) right center no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {

    .ala-swiper .swiper-scrollbar,
    .ala-swiper .swiper-scrollbar-drag:after {
        width: 28px;
        height: 28px;
    }

    .ala-swiper .swiper-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 567px) {
    .ala-swiper .swiper-scrollbar {
        display: none;
    }
}

/* swiper-scrollbar END */


/* swiper-btn */
.swiper-btn {
    display: flex;
    align-items: center;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
    /* border-radius: 50%; */
    background: #FFF;
    position: static;
    font-size: 1.25vw;
    color: var(--color-primary);
    margin-top: unset;
}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
    content: "\e608";
    font-family: "iconfont";
    font-size: inherit;
    transform: rotate(0deg);
}

.swiper-btn .swiper-button-next:after {
    content: "\e607";
}

.swiper-btn .swiper-button-next {
    margin-left: .625vw;
}

.swiper-btn .swiper-button-prev.swiper-button-disabled,
.swiper-btn .swiper-button-next.swiper-button-disabled {
    background: transparent;
    border: var(--size-1) solid #FFF;
    color: #FFF;
    cursor: no-drop;
}

.swiper-btn .swiper-pagination{
    position: static;
    width: unset;
    display: inline-flex;
    align-items: center;
    padding: 0 var(--size-18);
}

.swiper-btn .swiper-pagination-progressbar{
    background-color: #E8E8E8;
    height: var(--size-6)!important;
    border-radius: var(--size-6);
    overflow: hidden;
    flex: 1;
    margin-right: var(--size-45);
}
.swiper-btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: var(--color-primary);
    height: var(--size-6);
    border-radius: var(--size-6)!important;
}

@media screen and (max-width: 1440px) {

    .swiper-btn .swiper-button-next,
    .swiper-btn .swiper-button-prev {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .swiper-btn .swiper-button-next {
        margin-left: 9px;
    }
}

/* swiper-btn END */

.swiper-container {
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}

/* @media screen and(max-width :567px) {
    .swiper-container {
        overflow: hidden;
    }
} */

/* banner */
.banner{
    min-height: 42vw;
    /* max-height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #135CBB; */
    position: relative;
}
.banner .banner-wrapper{
    padding-top: calc(var(--size-100) + var(--size-60)*2);
    padding-bottom: var(--size-60);
}
.banner-text .title-wrap{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner-text .title{
    display: inline-block;
    background: linear-gradient(180deg, #FFE4BF 1%, #CEA46A 100%);
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-right: var(--size-30);
}
.banner-text .title-wrap .tag{
    padding: var(--size-4) var(--size-30) var(--size-4) var(--size-15);
    display: inline-block;
    aspect-ratio: 197.5/50.5;
    color: var(--color-secondary);
    background: url(../images/banner-tag-bg.png) center top no-repeat;
    background-size: 100%;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: var(--size-6);
}
.banner-text .desc{
    color: #fff;margin-top: var(--size-20);
}
.banner-text .line{
    background: linear-gradient( 270deg, rgba(240,201,148,0) 0%, #F0C994 100%);
    height: var(--size-1);
    margin: var(--size-40) 0;
}
.banner-card{
    margin-top: var(--size-12);
}
.banner-card .item{
    height: 100%;
    padding: var(--size-24) var(--size-30);
    color: #fff;
    position: relative;
}
.banner-card .item>*{
    position: relative;
}

.banner-card .item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient( 360deg, #116ACD 0%, rgba(17,106,205,0) 20%, rgba(17,106,205,0.08) 80%, rgba(17,106,205,0.8) 100%);
    border: var(--size-2) solid #4599F6;
    opacity: .8;
}
.banner-card .item .title{
    background: linear-gradient(180deg, #FFE4BF 1%, #CEA46A 100%);
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: var(--size-12);
}
@media screen and (max-width: 767px) {
    .banner{
        background-color: #135CBB;
        background-position: top center;
        background-size: auto 110vw;
    }
}
/* banner END */

/*block*/
.block {
    padding: 5.78125vw 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.block.small-block {
    padding: 3.75vw 0;
}

.block>* {
    position: relative;
    z-index: 9;
}

.block.grey {
    background-color: var(--bg-grey);
}

.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: 60px 0;
    }

    .block.small-block {
        padding: 40px 0;
    }
}

@media screen and (max-width:767px) {
    .block {
        padding: 50px 0;
    }

    .block.small-block {
        padding: 40px 0;
    }
}

/*block END*/

/* ala-section */
.ala-section+.ala-section {
    margin-top: 5.78125vw;
}

.ala-section.section-small+.ala-section.section-small,
.block.small-block .ala-section+.ala-section {
    margin-top: 3.75vw;
}

@media screen and (max-width:991px) {
    .ala-section+.ala-section {
        margin-top: 50px;
    }

    .ala-section.section-small+.ala-section.section-small,
    .block.small-block .ala-section+.ala-section {
        margin-top: 40px;
    }
}

/* ala-section 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;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;
    }
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    z-index: -1;
}

.index_title {
    position: relative;
    margin-bottom: var(--size-40);
    text-align: center;
}
.index_title h2 {
    color: var(--color-primary);
    font-family: "SourceHanSansCN";
    font-weight: 500;
}
.index_title .desc {
    color: var(--color-secondary);
    padding-top: var(--size-20);
    max-width: 56vw;
    margin: 0 auto;
}
.desc strong{
    color: var(--color-primary);
    font-weight: normal;
    font-family: "SourceHanSansCNBold";
}
.color_white .index_title .desc ,
.color_white .index_title h2{
    color: #fff;
    background: unset;
}
@media screen and (max-width: 1199px) {
    .index_title .desc{
        max-width: 80vw;
    }
}
@media screen and (max-width: 991px) {
    .index_title .desc{
        max-width: 100%;
    }
}

/* slide-list */
.slide-list {
    position: relative;
    padding-top: var(--size-48);
    margin-top: var(--size-40);
}
.slide-list .item {
    position: relative;
    height: 100%;
    z-index: 8;
    transition: margin-top 0.3s ease-in-out;
}
@media screen and (min-width:772px){
    .slide-list .layui-col-md3:nth-child(2) .item,
    .slide-list .layui-col-md3:nth-child(4) .item{
        margin-top: var(--size-48-reverse);
        transition: margin-top 0.3s ease-in-out;
    }
}

.slide-list .item .text {
    position: relative;
    z-index: 8;
    padding: var(--size-30);
    color: #fff;
    height: 100%;
    background: linear-gradient( 289deg, #1A2287 0%, #116CCF 100%);
}
ul>li{
    padding-left: .6em;
    position: relative;
    margin-bottom: var(--size-6);
}
ul>li:before{
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}
.slide-list .item .text .title{
    font-family: "SourceHanSansCN";
    font-weight: 500;
}
.slide-list .item .text .desc {
    margin-top: var(--size-12);
    color: rgba(255, 255, 255, .7);
}
.slide-list .item::before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: linear-gradient(313deg, #00FFD9 0%, #0DB4E3 51%, #1870EC 100%);
    z-index: -2;
}
@media screen and (max-width:567px){
    .slide-list {
        padding-top: 0;
    }
}
/* slide-list END */
.center-img {
    margin: auto;
    max-width: 80%;
    padding-bottom: var(--size-36);
}
.center-img img{
    width: 100%;
}
@media screen and (max-width: 991px) {
    .center-img{
        margin-top: 0;
        max-width: 100%;
    }
}

/* end-text */
.end-text {
    text-align: center;
    color: initial;
    font-family: "SourceHanSansCN";
    font-weight: 500;
}
.end-text .desc{
    color: var(--color-secondary);
}
.end-text .title{
    margin-bottom: var(--size-30);
}
.end-tags {
    max-width: 80%;
    margin: 0 auto;
}
.end-tags .tag{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: var(--size-12) var(--size-45);
    min-width: calc(var(--size-100)*2.4);
    max-width: 100%;
    color: var(--color-primary);
    background: url(../images/end-tag-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 1199px) {
    .end-tags{
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .end-tags .tag{
        width: 100%;
        min-width: unset;
    }
}
/* .end-tags .tag::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(144deg, rgba(25, 226, 255, .4), rgba(26, 34, 135, .4));
    border: var(--size-1) solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
} */

/* end-text END */

/* student-card */
.student-card .ala-card{
    border: unset;
    background: unset;
    border-radius: 0;
    background: url(../images/student-card-bg.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}
.student-card .ala-card .ala-card_head{
    height: 36%;
    text-align: center;
    text-align: center;
    padding-bottom: 0;
    aspect-ratio: 100/36;
    padding: var(--size-20) 0;
    padding-top: var(--size-48);
    display: flex;
    align-items: center;
    justify-content: center;
}
.student-card .ala-card .ala-card_head .title{
    background: linear-gradient(180deg, #FFE4BF 1%, #CEA46A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.student-card .ala-card .ala-card_body{
    flex: 1;
    padding: var(--size-24) var(--size-40) var(--size-45) var(--size-40);
}
/* student-card END */

/* mp-card */
.mp-card{
    margin-top: var(--size-40);
    display: flex;
}
.mp-card .item{
    display: flex;
    width: 100%;
}
.mp-card .item .desc{
    flex: 1;
    padding-top: .1em;
    padding-left: var(--size-80);
}
.mp-card .item .desc ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: var(--size-6-reverse) var(--size-36-reverse);
}
.mp-card .item .desc ul li{
    margin: var(--size-6) var(--size-36);
}
@media screen and (max-width: 991px) {
    .mp-card .item .desc{
        padding-left: var(--size-45);
    }
}
@media screen and (max-width: 767px) {
    .mp-card .item .desc ul li{
        width: 100%;
    }
}
/* mp-card END */

/* program-overview */
.program-overview .ala-card{
    background: url(../images/card-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
    border-radius: var(--size-12);
    display: flex;
    flex-direction: column;
}
.program-overview .ala-card>*{
    position: relative;
}
.program-overview .ala-card_head{
    display: flex;
    color: #fff;
    align-items: center;
    padding: var(--size-24);
    width: 100%;
}
.program-overview .ala-card_head .title{
    flex: 1;
    padding-left: var(--size-12);
}
.program-overview .ala-card_head .img img{
    width: var(--size-40);
    height: var(--size-40);
    object-fit: contain;
    display: block;
}
.program-overview .ala-card_body{
    padding: var(--size-40) var(--size-24);
    background-color: #fff;
    margin: var(--size-1);
    border-radius: var(--size-12);
    flex: 1;
}
.program-overview .item{
    display: flex;
    align-items: center;
}
.program-overview .item .ala-icon{
    width: var(--size-48);
    height: var(--size-48);
    background: url(../images/icon_circle.png) center center no-repeat;
    background-size: contain;
    margin-right: var(--size-18);
}
.program-overview .item .ala-icon img{
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}
.program-overview .item .text{
    padding: var(--size-15) 0;
    border-bottom: var(--size-1) dashed var(--border-color);
    flex: 1;
}
.program-overview .item ul{
    display: flex;
    flex-wrap: wrap;
}
.program-overview .item ul li{
    width: 50%;
    padding: var(--size-15);
    border-bottom: var(--size-1) dashed var(--border-color);
    margin-bottom: 0;
}
.program-overview .item ul li:before{
    background-color: var(--color-text-primary);
    top: calc(.75em + var(--size-15));
}
/* program-overview END */

/* process-block */
.process-block .index_title h2{
    text-align: left;
}
.process-container .process-row{
    display: flex;
    align-items: center;
    padding-top: calc(var(--size-36) / 2);
}
.process-container .process-item{
    flex: 1;
    position: relative;
}
.process-container .process-item .circle-box{
    width: 100%;
    max-width: calc(var(--size-100)*1.6);
    aspect-ratio: 1/1;
    border: var(--size-1) solid #5EA7FF;
    background-color: #1C53BD;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.process-container .empty-item{
    opacity: 0;
}
.process-container .process-item .num{
    width: var(--size-36);
    height: var(--size-36);
    border-radius: 50%;
    background: linear-gradient( 180deg, #FFE4BF 1.43%, #CEA46A 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
.process-container .process-item .num span{
    font-weight: bold;
    text-shadow: 0px var(--size-1) var(--size-2) rgba(0,0,0,0.5);
}
.process-container .process-row .arrow{
    margin: 0 var(--size-18);
    width: var(--size-30);
}
.process-container .process-item .icon{
    flex: 7;
    display: flex;
    align-items: flex-end;
}
.process-container .process-item .icon img{
    height: var(--size-36);
}
.process-container .process-item .text{
    margin-top: var(--size-9);
    flex: 8;
    line-height: 1.2;
    padding: 0 var(--size-6);
}
.process-container .title-wrap{
    padding: calc(var(--size-40)*1.5) 0;
    text-align: center;
    position: relative;
}
.process-container .title-wrap:after{
    content: '';
    position: absolute;
}
.process-container .title{
    display: inline-block;
    background: linear-gradient(180deg, #FFE4BF 1%, #CEA46A 100%);
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin: 0 auto;
}
.process-container .process-item .arrow-down{
    position: absolute;
    left: 50%;
    top: calc(100% +  var(--size-40)/2*1.5);
    transform: translateX(-50%);
}
.process-container .process-item .arrow-down img{
    width: unset;
    margin: 0;
    height: calc(var(--size-40)*1.5 + 1.2em);
}
@media screen and (max-width: 991px) {
    .process-container .process-row .arrow{
        min-width: 24px;
    }
}
@media screen and (max-width: 767px) {
    .process-container .process-row{
        padding-top: calc(var(--size-30) / 2);
    }
    .process-container .process-row .arrow{
        width: var(--size-15);
        margin: 0 var(--size-6);
        min-width: 15px;
    }
    .process-container .process-item .text{
        font-size: .8em;
    }
    .process-container .process-item .icon img{
        height: var(--size-30);
    }
    .process-container .process-item .num{
        width: var(--size-30);
        height: var(--size-30);
    }
    .process-container .process-item .num span{
        font-size: .8em;
    }
}
/* process-block END */

/* process-list */
.process-list .process-item{
    padding: var(--size-24) 0;
    position: relative;
    display: flex;
}
.process-list .process-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-9);
    background: url(../images/line.svg) left top no-repeat;
    background-size: contain;
}
.process-list .process-item:after{
    content: "";
    position: absolute;
    left: calc(var(--size-9) * 66.3);
    right: 0;
    top: 0;
    height: var(--size-9);
    border-bottom: calc(var(--size-9) /9) solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
}
.process-list .process-item>*{
    position: relative;
}
.process-list .process-item:last-child{
    padding-bottom: 0;
}
.process-list .process-item .time{
    width: 7em;
}
.process-list .process-item .title{
    flex: 1;
}
.process-list .process-item .time span{
    display: inline-block;
    background: linear-gradient(180deg, #FFE4BF 1%, #CEA46A 100%);
    line-height: 1.2;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.scrollbox{
    height: 100%;
    overflow: hidden;
    min-height: calc(var(--size-100)*6);
    position: relative;
}
.process-list{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-left: calc(var(--size-6) + var(--size-40));
}
.process-list.mCS_no_scrollbar{
    padding-left: 0;
}
.mCSB_scrollTools{
    width: var(--size-6);
}
.mCSB_outside + .mCSB_scrollTools{
    right: unset;
    left: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #DFF1FD;
    width: var(--size-6);
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: var(--size-6);
    background-color: rgba(223, 241, 253, .1);
}
@media screen and (max-width: 991px) {
    .process-list{
        padding-left: 0;
        padding-right: calc(var(--size-6) + var(--size-40));
    }
    .process-list.mCS_no_scrollbar{
        padding-right: 0;
    }
    .mCSB_outside + .mCSB_scrollTools{
        right: 0;
        left: unset;
    }
}
/* process-list END */

.empty{
    height: 100%;
    padding: var(--size-60) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: var(--size-6);
}
.empty img{
    width: calc(var(--size-100)*3);
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    .empty:before{
        content: '';
        position: absolute;
        left: 0;
        width: var(--size-6);
        top: 0;
        bottom: 0;
        background-color: rgba(223, 241, 253, .1);
    }
}
@media screen and (max-width: 567px) {
    .empty img{
        width: calc(var(--size-100)*2.5);
    }
}

/*footer*/
footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient( 221deg, #00102E 0%, #06368D 100%);
    background-size: 100% auto;
}

footer,
footer a,
footer a:visited {
    color: rgba(255, 255, 255, 1);
}

footer a:hover,
footer a:focus {
    color: #8D5C21;
}

/* footer a:hover {
    text-decoration: underline;
} */

.footer-copyright {
    /* padding: var(--size-20) 0; */
}

.footer-article {
    /* border-top: .5px solid rgba(255, 255, 255, .5); */
    display: flex;
    padding: var(--size-40) 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footer-article img{
    height: auto;
    width: 16.54vw;
    object-fit: cover;
}
.footer-article span {
    padding: 0 var(--size-20);
    display: block;
}
@media screen and (max-width:991px){
    .footer-article{
        display: block;
    }
    .footer-article img{
        width: 240px;
    }
    .footer-article span {
        padding: var(--size-20) 0;
    }
}

/* footer END */


.icon-play {
    position: absolute;
    width: 4.6879vw;
    height: 4.6879vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: 99;
}

.icon-play:before {
    content: "";
    background: var(--color-primary);
    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 span {
    border: .78125vw solid transparent;
    border-left: 1.09375vw solid #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.78125vw;
    margin-left: -.3125vw;
}

@media screen and (max-width: 991px) {
    .icon-play {
        width: 56px;
        height: 56px;
    }

    .icon-play span {
        border: 9px solid transparent;
        border-left: 13px solid #fff;
        margin-top: -9.375px;
        margin-left: -3.75px;
    }
}

@media screen and (max-width: 567px) {
    .icon-play {
        width: .8rem;
        height: .8rem;
    }

    .icon-play span {
        border: .12rem solid transparent;
        border-left: .2rem solid #fff;
        margin-top: -.12rem;
        margin-left: -.08rem;
    }
}

@-webkit-keyframes warn-3 {
    0% {
        opacity: .5;
        -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: .5;
        -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)
    }
}

/*layui-layer tc-video*/
.layui-layer .layui-layer-setwin {
    top: 0px;
    right: 0px;
    margin-right: 0px;
    z-index: 99999;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
    top: .9375vw;
    right: .9375vw;
    background: none;
    position: relative;
    text-align: center;
    line-height: 3.125vw;
    transition: all .3s;
    width: 3.125vw;
    height: 3.125vw;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.25vw;
    border: 0;
    background: rgba(255, 255, 255, .25);
    padding: 0;
}

.layui-layer .layui-layer-setwin .layui-layer-close2:after {
    content: none;
    font-family: 'iconfont';
    font-weight: bold;
    color: #fff
}

.layui-layer .layui-layer-setwin .layui-layer-close2:before {
    content: "\1006";
}

.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
    background: var(--color-primary);
    color: #fff;
}

.layui-layer.tc-video {
    background: none;
    max-height: 95vh;
    max-width: 95vw;
}

.layui-layer.tc-video .video-player {
    height: 100%;
}

.layui-layer.tc-video .video-js {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .layui-layer .layui-layer-setwin .layui-layer-close2 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        top: 10px;
        right: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .layui-layer.tc-video {
        background: none;
        height: 100vh !important;
        width: 100vw !important;
        max-height: 100vh;
        max-width: 100vw;
    }
}

/*layui-layer tc-video END*/


/* slide-card */
.slide-card{
    position: relative;
    box-shadow: unset;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.slide-card:hover{
    box-shadow: 0px var(--size-9) var(--size-20) 0px rgba(0,0,0,0.1);
}
.row-flex .slide-card{
    height: 100%;
}
.slide-card .img-box .ala-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.slide-card .img-box .img img{
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.slide-card:hover .img-box .img img{
    transform: scale(1.1);
}
.slide-card .cover{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
}
.slide-card .cover img{
    height: 100%;
    width: unset;
}

.slide-card .text-box{
    padding: var(--size-30) var(--size-24);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-card .text-box .desc{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-20);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slide-card .text-box .title{
    color: var(--color-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-in-out;
}
.slide-card .text-box .tag{
    line-height: 1;
}
.slide-card .text-box .tag+.time{
    padding-left: var(--size-15);
    margin-left: var(--size-15);
    border-left: var(--size-1) solid rgba(0, 0, 0, .2);
}
.slide-card .text-box .time{
    color: var(--color-text-secondary);
    line-height: 1;
}
a.slide-card:hover .text-box .title{
    color: var(--color-primary);
    text-decoration: underline;
}
.slide-card .text-box .more-link{
    margin-top: var(--size-30);
}
.slide-card:hover .more-link .iconfont{
    transform: rotate(45deg);
}


.slide-card.no-bg{
    background-color: unset;
    border-radius: 0;
}
.slide-card.no-bg:hover{
    box-shadow: unset;
}
.slide-card.no-bg .text-box{
    padding: 0;
    padding-top: var(--size-30);
}
a.slide-card.no-bg:hover .text-box .title{
    color: var(--color-primary);
}


.slide-card .info-wrap{
    margin-top: var(--size-24);
    padding-left: var(--size-18);
    border-left: var(--size-1) solid var(--color-secondary);
    color: var(--color-secondary);
}
.slide-card .info-wrap .item{
    display: flex;
    align-items: center;
}
.slide-card .text-box .info-wrap .iconfont{
    margin-right: var(--size-9);
}
.slide-card .info-wrap .item .ala-icon{
    margin-right: var(--size-9);
}
.slide-card .info-wrap .item .ala-icon .iconfont{
    margin-right: 0;
}
.slide-card .info-wrap .item+.item{
    margin-top: var(--size-6);
}


.slide-card.no-img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s ease-in-out;
}
.slide-card.no-img:hover:before{
    opacity: 1;
}

.slide-card .more-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: var(--color-primary);
    overflow: hidden;
    width: var(--size-48);
    height: var(--size-48);
    display: flex;
    align-items: center;
    z-index: 9;
}

.slide-card .more-btn i{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.slide-card:hover .more-btn i{
    animation: arrowRight .8s ease;
    -webkit-animation: arrowRight .8s ease;
}

.color_white .slide-card .text-box .desc{
    color: #fff;
    opacity: .85;
}
.color_white .slide-card .text-box .info-wrap,
.color_white .slide-card .text-box .tag,
.color_white .slide-card .text-box .time,
.color_white .slide-card .text-box .title{
    color: #fff;
}

@-webkit-keyframes arrowRight{
    0%{
        opacity: 1;
        left: 50%;
    }
    47%{
        opacity: 0;
        left: 80%;
    }
    53%{
        opacity: 0;
        left: 20%;
    }
    100%{
        opacity: 1;
        left: 50%;
    }
}
@keyframes arrowRight{
    0%{
        opacity: 1;
        left: 50%;
    }
    47%{
        opacity: 0;
        left: 80%;
    }
    53%{
        opacity: 0;
        left: 20%;
    }
    100%{
        opacity: 1;
        left: 50%;
    }
}
/* slide-card END */

.video-block .index_title h2{
    color: #fff;
}

.video-swiper{
    position: relative;
}
.video-swiper .swiper-container{
    overflow: hidden;
}

.video-swiper .swiper-button-next, 
.video-swiper .swiper-button-prev {
    border-radius: 50%;
    border: var(--size-1) solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all .3s ease-in-out;
}
.video-swiper .swiper-button-next:hover, 
.video-swiper .swiper-button-prev:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.video-swiper .swiper-slide{
    height: auto;
}
.video-swiper .slide-card{
    background: url(../images/video-bg.png) center center no-repeat;
    background-size: 100% 100%;
    backdrop-filter: blur(5px);
    padding: var(--size-20);
    padding-bottom: var(--size-30);
    cursor: pointer;
    height: 100%;
}
.video-swiper .slide-card:hover{
    background: url(../images/video-bg-active.png) center center no-repeat;
    background-size: 100% 100%;
}
.video-swiper .slide-card .info{
    color: #DCDCDC;
}
.video-swiper .slide-card .info img{
    width: 1.2em;
    height: 1.2em;
    object-fit: contain;
    margin-top: .15em;
    margin-right: var(--size-12);
}
.video-swiper .slide-card .info div+div{
    margin-top: var(--size-6);
}
.video-swiper .slide-card .info span{
    flex: 1;
}
.video-swiper .slide-card .text-box{
    padding: calc(var(--size-54) / 2 + var(--size-12)) 0 var(--size-12);

}
.video-swiper .slide-card .img{
    border-radius: var(--size-12);
    overflow: hidden;
}
.video-swiper .slide-card .img img{
    transform: unset!important;
    display: block;
}
.video-swiper .slide-card .img-box{
    position: relative;
}
.video-swiper .slide-card .icon{
    position: absolute;
    right: var(--size-20);
    top: 100%;
    width: var(--size-54);
    height: var(--size-54);
    object-fit: contain;
    transform: translateY(-50%);
}