@charset "UTF-8";




body.overhide {
    height: 100%;
    overflow: hidden;
}

@keyframes ani_up {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        transform: translateY(-.02rem);
        opacity: 1
    }

    80% {
        transform: translateY(-.1rem);
        opacity: 1
    }

    100%,
    90% {
        transform: translateY(-.1rem);
        opacity: 0
    }
}

@keyframes ani_down {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        transform: translateY(.02rem);
        opacity: 1
    }

    80% {
        transform: translateY(.1rem);
        opacity: 1
    }

    100%,
    90% {
        transform: translateY(.1rem);
        opacity: 0
    }
}

@keyframes ani_turn2 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0)
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(-360deg)
    }
}

@keyframes ani_turn {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0)
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg)
    }
}

/* 定位搜索框 */

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
}

.head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background:#002972;
    height: calc(100% + .2rem);
    transform: translateY(-100%);
    transition: all .5s;
    z-index: -1;
    pointer-events: none;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.64rem;
    z-index: -1;
    pointer-events: none;
    transition: all .6s;
    background: url(../images/header-a.png) center no-repeat;
    background-size: 100% 100%;

}

.head::after {}

.head.hide {
    transform: translateY(-100%);
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}





.b-top-l {
    float: left;
    font-size: 0.14rem;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    z-index: 3;
}




.logo {
    float: left;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-0%);
    top: -0.32rem;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
    z-index: 1;
}

.logo a {
    display: block;
    overflow: hidden;
    transition: all .5s;
}

.logo a:before {
}

.logo a img {
    vertical-align: middle;
    width: 1.04rem;
}

.h-right {
    /* float: right; */
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .6s;
}

.h-link a {
    font-size: .16rem;
    line-height: .28rem;
    letter-spacing: 0.01rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: solid 0.01rem transparent;
    /* transition: all .6s; */
    opacity: .8;
}

.h-link span {
    background: #D8D8D8;
    margin: 0 .2rem;
    width: 3px;
    height: 3px;
    opacity: .8;
    border-radius: 50%;
}

.h-link b {
    background: #D8D8D8;
    margin: 0 .25rem;
    height: .14rem;
    width: 0.02rem;
    opacity: .8;
}

.search-switch {
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-switch img {
    height: .18rem;
}


.h-link a.lang-en {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #dde7f2;
    margin-left: .2rem;
}

.search-switch:hover {
    border: none;
    background: none;
}


.h-link a:hover {
    /* border: solid 0.01rem rgba(255, 255, 255, 0.59); */
    /* background: rgba(255, 255, 255, 0.1); */
    opacity: 1;
}

.nav {
    text-align: right;
    padding-top: .2rem;
    display: flex;
    position: relative;
    transition: all .5s;
    padding-bottom: .2rem;
}

.nav>ul {
    font-size: 0;

    align-items: center;
    justify-content: space-between;

    min-width: 0;

    margin-right: 0rem;
    display: block;

}



.nav>ul>li {
    float: left;
    /* margin-right: 0.9rem; */
    margin-right: 0.5rem;
    text-align: center;
    position: relative;
    display: block;
}


.nav>ul>li>span {
    position: absolute;
    width: 0.23rem;
    height: 0.15rem;
    background: url(../images/xz01.png) no-repeat;
    background-position: center center;
background-size:70%;
    right: -0.28rem;
    top: 0.07rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;

}





/* .nav>ul>li:nth-child(4){ margin-right: 3.35rem; } */
.nav>ul>li:nth-child(5){ margin-right: 3.26rem; }
.nav>ul>li:last-child{ margin-right: 0; }
.nav>ul>li>a {
    display: flex;
    align-items: center;
    line-height: .28rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.6s;
    font-size: .22rem;
    color: #fff;
    position: relative;
    font-weight: 500;
    z-index: 2;
    font-family: SourceHanSerifCN-Medium;
}

.nav>ul>li:hover>a {
    transform: translateY(.05rem);
}

.nav>ul>li>a::before {}

.nav>ul>li>a::after {
    content: "";
}

.nav>ul>li.on>a::before {}

.nav>ul>li.on>a::after {}



.nav>ul>li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    transition: all 0.5s;
}

.nav>ul>li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    transition: all 0.5s;
}

.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}

.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    background-position: right bottom;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .2);
    min-width: 1.4rem;
    opacity: 0;
    display: none;
    padding: .15rem .2rem .22rem .2rem;
    align-items: center;
    border-top: .04rem solid #0071bb;
    margin-top: .1rem;
}

.ejnav>.pics {
    width: 3rem;
    display: none;
}

.ejnav>.pics img {
    display: block;
    width: 100%;
}

.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {
    border-top: 0.01rem solid #ccc;
}

.ejnav>ul>li:nth-child(1) {
    border-top: none;
}

.ejnav>ul>li a {
    display: block;
    transition: .3s;
    white-space: nowrap;
    text-align: center;
    font-size: .16rem;
    line-height: .44rem;
    background-position: left center;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #0071bb;
}


.g-navk {
    position: absolute;
    right: 0;
    top: 0;
    height: .85rem;
    overflow: hidden;
    z-index: 9;
}

.g-nav {
    width: 1.05rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: .3rem;
    overflow: hidden;
}

.g-nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200%;
    transition: all 0.5s;
    background: url(../images/g-nav-bg.png) repeat-x;
    background-position: center center;
    background-size: auto 100%;
    z-index: 1;
    animation: _gnav infinite linear 7s;
}

@keyframes _gnav {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.g-nav span {
    width: .32rem;
    height: .02rem;
    background: #fff;
    margin-top: 0.08rem;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.g-nav span:nth-child(1) {
    margin-top: 0;
}

.g-nav span:nth-child(3) {}

.g-nav.on span:nth-child(1) {
    transform-origin: 0.02rem top;
    transform: translateX(.05rem) rotateZ(47deg);
}

.g-nav.on span:nth-child(2) {
    width: 0;
}

.g-nav.on span:nth-child(3) {
    margin-right: 0;
    width: 0.32rem;
    transform-origin: 0.02rem bottom;
    transform: translateX(.05rem) rotateZ(-47deg);
}

.top-yc {
    position: fixed;
    left: 0;
    top: .04rem;
    right: 0;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
    transform: translateY(-110%);
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden;
}

.top-yc.show {
    transform: translateY(0);
    opacity: 1;
    z-index: 99;
}

.top-yc.show2 .tnav>ul>li {
    transform: translateX(0);
    opacity: 1;
}

.top-yc.show2 .tnav>ul>li:nth-child(1) {
    transition-delay: .6s;
}

.top-yc.show2 .tnav>ul>li:nth-child(2) {
    transition-delay: .7s;
}

.top-yc.show2 .tnav>ul>li:nth-child(3) {
    transition-delay: .8s;
}

.top-yc.show2 .tnav>ul>li:nth-child(4) {
    transition-delay: .9s;
}

.top-yc.show2 .tnav>ul>li:nth-child(5) {
    transition-delay: 1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(6) {
    transition-delay: 1.1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(7) {
    transition-delay: 1.2s;
}

.top-yc.show2 .tnav>ul>li:nth-child(8) {
    transition-delay: 1.3s;
}

.top-yc.show2 .tnav>ul>li:nth-child(10) {
    transition-delay: 1.4s;
}

.top-yc.show2 .tnav>ul>li:nth-child(11) {
    transition-delay: 1.5s;
}

.top-yc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 1.5s;
}

.top-yc.show1::before {
    opacity: 1;
}

.top-yc-main {
    /* padding: 1rem 0 0 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    top: 25vh;
    bottom: 5vh;
}

.tnav {
    width: 100%;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.tnav>ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.tnav>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(.5rem);
    opacity: 0;
    transition: all 1s;
}

.tnav>ul>li>a {
    color: #fff;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0.01rem;
    position: relative;
    display: block;
}

.tnav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all .6s;
    height: 1px;
    bottom: 0;
    background: #fff;
}

.tnav>ul>li:hover>a::after {
    content: "";
    width: 100%;
}

.tnav>ul>li>div {
    padding-top: 0.15rem;
    width: 100%;
}

.tnav>ul>li>div>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tnav>ul>li>div>ul>li>a {
    display: block;
    line-height: 0.36rem;
    font-size: 0.16rem;
    color: #fff;
    position: relative;
}

.tnav>ul>li>div>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: all .6s;
    height: 1px;
    bottom: 0;
    background: #fff;
}

.tnav>ul>li>div>ul>li:hover>a::after {
    width: 100%;
}

.tnav>ul>li>div>ul>li dl {
    width: 100%;
}

.tnav>ul>li>div>ul>li dl dd {
    display: flex;
    justify-content: center;
}

.tnav>ul>li>div>ul>li dl dd a {
    display: block;
    text-align: center;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #c2c2c2;
}

.tnav>ul>li>div>ul>li dl dd a:hover {
    color: #fff;
}


.t-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%);
}

.t-search>div {
    width: 100%;
    max-width: 13.3rem;
    position: relative;
    padding-right: 0.5rem;

    padding-bottom: .3rem;
    padding-top: .25rem;
    transition: all 0.5s;
    position: relative;
}

.t-search>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.04rem solid rgba(216, 216, 216, 0.23);
    z-index: 1;
}

.t-search>div::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 9;
    transition: all 0.8s;
    height: 0.04rem;
    background: #fff;
    width: 0;
    bottom: 0;

}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    height: .32rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .32rem;
}

.t-search>div input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.49);
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
}

.search-btn:before {
    content: "";
}

.search-btn input {
    display: block;
    width: 100%;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    background-size: .3rem auto;
    height: 100%;
    cursor: pointer;
}

.t-search>div:hover {
    border-color: #fff;
}

.t-search>div:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}


.close-search {
    background: url(../images/close-search.png) no-repeat;
    background-position: center center;
    background-size: .3rem auto;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    top: 1.5rem;
}

.close-search:hover {
    transform: rotate(360deg);
    transition: all 0.6s;
}


.top-yc.show1 .t-search {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
    z-index: 9;
}

.top-yc.show2 .allnav {
    z-index: 9;
    opacity: 1;
}



body.overhide .h-link {
    /* margin-top: .15rem; */
}



.top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: 0.1rem;
    top: 0.18rem;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 0.25rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}


/* nav */

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: relative;
    overflow: hidden;
    transition: all .5s;
    padding-top: .23rem;
}

/* foot */
.footer {
    position: relative;
    z-index: 9;
}
 

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #0071bb;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid rgba(225, 225, 225, .4);
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0071bb;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width:1024px) {
    .foot-l .foot-logo a{margin-right: 0;margin-bottom: .2rem;}
    .foot-c{display: block;}
    .foot-l .foot-logo a img{margin: 0 auto;max-width: 90%;}
    .foot-xq{padding: .1rem 0;margin: .1rem 0;display: block;}
    .foot-xq div{width: auto;}
    .footer{padding-bottom: .25rem;padding-top: 1.5rem;}
    .footer::before{background-size: auto;width: 23rem;height: 9.95rem;}
}

@media screen and (max-width:768px) {}

@charset "utf-8";


@font-face {
    font-family: Bebas;
    src: url(../fonts/Bebas.ttf);
}

.w100 {
    display: block;
    width: 100%;
}

.cdot {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}

.curdot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transition: all .5s;
    mix-blend-mode: difference;
}

.curprev {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curprev svg {
    width: 20px;
    transform: rotate(180deg);
}

.curprev svg path {
    fill: #fff;
}

.curnext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curnext svg {
    width: 20px;
}

.curnext svg path {
    fill: #fff;
}

.cdot.prev>* {
    opacity: 0;
}

.cdot.prev .curprev {
    opacity: 1;
}

.cdot.next>* {
    opacity: 0;
}

.cdot.next .curnext {
    opacity: 1;
}




.clabel {
    position: fixed;
    left: 0;
    top: 0;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}

.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s;
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex;

}

.banner.ani .banner-line div {
    width: 100%;
}

.banner-linel {
    justify-content: flex-end;
}

.banner-liner {
    justify-content: flex-start;
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.06rem;
    width: 0.06rem;
    height: 0.06rem;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 0.06rem;
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

.banner .slick-slide img {
    display: block;
    width: 100%;
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1.1);
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    width: 100%;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(5, 19, 77, 0) 0, #05134d 100%);
    opacity: 0.8;
    height: 3.2rem;
}

.banner .slick-slide a::before {}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    /* animation: img_scale linear 8s; */
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.16rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop;
}

.banner .swiper-pagination {
    font-size: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    right: .7rem;
    width: auto;
    z-index: 9;
    left: auto;
    width: auto;
    display: block !important;
    bottom: auto;
}

.banner .swiper-pagination span {
    margin: 0;
    position: relative;
    transition: all .5s;
    width: 0.39rem;
    height: 0.55rem;
    display: block;
    opacity: 1;
    background: url(../images/banner-lind01.png) left center no-repeat;
    background-size: 0.2rem auto;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: url(../images/banner-lind02.png) left center no-repeat; background-size: 100% auto; border-radius: initial;}




.banner .slick-dots li span:nth-child(3) {
    background: #fff;
    opacity: 0.5;
    width: 0.22rem;
}


.banner .slick-dots li.slick-active span {
    width: 0.22rem;
    opacity: 1;
}

.banner .slick-dots li.slick-active span:nth-child(3) {
    width: 0.39rem;
    opacity: 1;
}

.banner-btm {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.35rem;
    z-index: 9;
    justify-content: center;
}

.banner-btm .banner-down {
    display: flex;
    align-items: center;
    position: relative;
}



.banner-btm .banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-btm .banner-down div img {
    display: block;
    animation: bb 2s linear 0s infinite;
    width: .74rem;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}

body {
    background: #fff;
}

/* index */
.index {
    z-index: 99;
    overflow: hidden;
    /* position: fixed; */
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
}

.s1 .tit img {
    width: 8.73rem;
}

.s2 .tit img {
    width: 14.49rem;
}

.s3 .tit img {
    width: 2.45rem;
}
.s3 .ckgd{
    margin-top: 1.35rem;
}

.s4 .tit img {
    width: 7.97rem;
}

.s4 .ckgd{
    margin-top: .65rem;
}
.s5 .tit img {
    width: 11.45rem;
}

.s6 .tit img {
    width: 2.44rem;
}

.s1 {
    padding-top: .67rem;
}

.s1-c {
    display: flex;
    margin-top: .3rem;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-r {
    width: 3.66rem;
    margin-left: .33rem;
}

.s2 {
    margin-top: .64rem;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: .91rem;
}

.s2-c {
    margin-top: 1.42rem;
}

.s2-c ul {
    display: flex;
    justify-content: space-between;
}

.s2-c ul li {
    width: 4.41rem;
}

.s2-c ul li a {
    display: block;
    position: relative;
    transition: all .5s;
}

.s2-c ul li a img {
    display: block;
    width: 100%;
}

.s2-c ul li a img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    transition: all .5s;
}

.s2-c ul li a:hover {
    transform: translateY(-.7rem);
}

.s2-c ul li a:hover img {
    opacity: 1;
}

.s2-qh {
    display: flex;
    justify-content: center;
    margin-top: .73rem;
}

.s2-qh img {
    display: block;
    height: 0.65rem;
}


.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 8.07rem;
    padding-top: .73rem;
}

.s3-c {}

#scale {
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -960px;

}
.three-box{ position: relative; padding-top: 28%; }
.s3-svg-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.s3-svg .move {
    position: absolute;
    left: 0;
    top: 0;
    offset-path: path("M0.500,271.335 C0.500,271.335 170.877,169.641 337.555,153.270 C428.653,144.322 532.350,155.234 749.622,228.312 C966.894,301.390 1215.796,321.425 1449.735,217.305 C1683.675,113.186 1802.476,24.522 1924.813,0.185");
    animation-fill-mode: forwards;
}

.aos-animate .s3-svg .move {
    animation: move 8s infinite linear;
    /* animation-delay: .5s; */
    animation-fill-mode: forwards;
}

@keyframes move {
    0% {
        offset-distance: 100%;
        opacity: 0;
    }

    1% {
        offset-distance: 100%;
        opacity: 1;
    }

    69% {
        offset-distance: 0%;
        opacity: 1;
    }

    70% {
        offset-distance: 0%;
        opacity: 0;
    }

    100% {
        offset-distance: 0%;
        opacity: 0;
    }
}

.s3-svg .move img {
    display: block;
    width: 1.25rem;
    transform: translateY(-50%);
}



.s3-con {
    margin-top: -116px;
}

.s3-con ul {
    display: flex;
}

.s3-con ul li {
    flex: 1;
    min-width: 0;
}

.s3-con ul li a {
    display: flex;
    padding-left: 47px;
    position: relative;
    align-items: center;
    transition: all .5s;
    font-size: 0.24rem;
    color: #002d73;
}

.s3-con ul li a .s3-mao {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    display: flex;
    align-items: flex-end;
    /* height: 0; */
    opacity: 0;
    height: 30px;
}

.s3-con ul li a .s3-mao::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    width: 8px;
    height: 8px;
    background-color: #253f8a;
    border-radius: 50%;
}

.s3-con ul li a .s3-mao::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    top: 0;
    width: 1px;
    height: 100%;

    background-color: #253f8a;
    opacity: 0.23;
}


.s3-con ul li:nth-child(2) a .s3-mao::before {
    background-color: #f86f6c;
}

.s3-con ul li:nth-child(3) a .s3-mao::before {
    background-color: #eccd5e;
}

.s3-con ul li:nth-child(4) a .s3-mao::before {
    background-color: #4eaed4;
}

.s3-con ul li:nth-child(5) a .s3-mao::before {
    background-color: #39c3ae;
}

.s3-con ul li:nth-child(2) a .s3-mao::after {
    background-color: #f86f6c;
}

.s3-con ul li:nth-child(3) a .s3-mao::after {
    background-color: #eccd5e;
}

.s3-con ul li:nth-child(4) a .s3-mao::after {
    background-color: #4eaed4;
}

.s3-con ul li:nth-child(5) a .s3-mao::after {
    background-color: #39c3ae;
}

.s3-con ul li:nth-child(1) a {}

.s3-con ul li:nth-child(2) a {}

.s3-con ul li:nth-child(3) a {
    margin-left: 15px;
}

.s3-con ul li:nth-child(4) a {}

.s3-con ul li:nth-child(5) a {}

.s3-con ul li:nth-child(2) {
    margin-top: -4px;
}

.s3-con ul li:nth-child(3) {
    margin-top: 93px;
}

.s3-con ul li:nth-child(4) {
    margin-top: 111px;
}

.s3-con ul li:nth-child(5) {
    margin-top: 15px;
    width: 214px;
    flex: none;
}

.s3-con ul li a .s3-mao img {
    display: block;
    width: 25px;
}

.s3-con ul li a .s3-text {
    flex: 1;
    min-width: 0;
    margin-left: 22px;
    opacity: 0;
}

.s3-con ul li a .s3-text img {
    display: block;
}


.aos-animate .s3-con ul li:nth-child(1) a .s3-mao {
    height: 257px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .5s;
}

.aos-animate .s3-con ul li:nth-child(2) a .s3-mao {
    height: 295px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .7s;
}

.aos-animate .s3-con ul li:nth-child(3) a .s3-mao {
    height: 260px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .9s;
}

.aos-animate .s3-con ul li:nth-child(4) a .s3-mao {
    height: 276px;
    transition: all 1s;
    opacity: 1;
    transition-delay: 1.1s;
}

.aos-animate .s3-con ul li:nth-child(5) a .s3-mao {
    height: 267px;
    transition: all 1s;
    opacity: 1;
    transition-delay: 1.3s;
}


.aos-animate .s3-con ul li:nth-child(1) a .s3-text {
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .5s;
}

.aos-animate .s3-con ul li:nth-child(2) a .s3-text {
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .7s;
}

.aos-animate .s3-con ul li:nth-child(3) a .s3-text {
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    transition-delay: .9s;
}

.aos-animate .s3-con ul li:nth-child(4) a .s3-text {
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    transition-delay: 1.1s;
}

.aos-animate .s3-con ul li:nth-child(5) a .s3-text {
    padding-top: 80px;
    transition: all 1s;
    opacity: 1;
    transition-delay: 1.3s;
}
.s3-c .w15{ width: 15rem; }
/* .aos-animate  .s3-con ul li a .s3-mao{} */


.s4 {
    padding-top: .9rem;
    padding-bottom: .7rem;
}

.s4-c {
    display: flex;
    margin-top: .59rem;
}

.s4-l {
    width: 9rem;
    margin-right: .3rem;
}

.s4-l a {
    display: block;
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-r ul {
    display: flex;
    justify-content: space-between;
}

.s4-r ul li {
    width: calc(50% - .12rem);
}

.s4-r ul li a {
    display: block;
}

.s4-r ul li a:nth-child(2) {
    margin-top: .29rem;
}

.s5 {
    position: relative;
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .32rem;
    padding-bottom: .6rem;
}

.s5-box {
    position: relative;
    z-index: 1;
    margin-top: .2rem;
}



.s5-l {
    flex: 1;
    min-width: 0;
}

.s5-m {
    width: 6.44rem;
    height: 5.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: -1;
}

.s5-m .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* background-image: url(../images/s5-imgbg.jpg);
    background-position: center center;
    background-size: cover; */
    mask-image: url(../images/s5-mask.png);
    /* mask-size: 6.44rem auto; */
    mask-size: 2.44rem auto;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 19.2rem;
    height: 8.8rem;
    opacity: 0;

}

.s5-m .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
}


.s5-r {
    flex: 1;
    min-width: 0;
}



.s5-c ul li a {
    display: block;
    opacity: 0;
    transition: opacity .5s, transform .5s .5s;
}

.s5-c ul li a img {
    display: block;
}

.s5-c ul li:nth-child(1) a {
    transform: translateX(-100%);
}

.s5-c ul li:nth-child(2) a {

    justify-content: flex-end;

    transform: translateX(100%);
}

.s5-c ul li:nth-child(3) a {
    transform: translateX(-100%);
}

.s5-c ul li:nth-child(4) a {
    display: flex;
    justify-content: flex-end;

    transform: translateX(100%);
}

.s5-box .s5-c.slick-current ul li a {
    opacity: 1;
    transform: none !important;
    transition: all 1s .3s;
}

.s5-box .s5-c.slick-current ul li:nth-child(3) a {
    opacity: 1;
    transform: none !important;
    transition: all 1s .5s;
}

.s5-box .s5-c.slick-current ul li:nth-child(4) a {
    opacity: 1;
    transform: none !important;
    transition: all 1s .5s;
}

.s5-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

.s5-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}


.aos-animate .s5-m .bg {
    transition: all 1s;
    opacity: 1;
    mask-size: 6.44rem auto;
    width: 9.6rem;
    height: 5.4rem;
}


.s6 {
    padding-top: .78rem;
    padding-bottom: .3rem;
}

.s6-c {
    margin-top: 1.05rem;
}

.s6-c ul {
    display: flex;
    justify-content: space-between;
}

.s6-c ul li {
    width: 3.38rem;
    transition: all .5s;
}

.s6-c ul li a {
    display: block;
    position: relative;
    mask: url(../images/s6-svg.svg) no-repeat center bottom;
    transition: all .5s;
    mask-size: cover;
}

.s6-c ul li a .pic {
    padding-top: 137.86%;
}

.s6-c ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
}

.s6-c ul li a .info img {
    display: block;
    width: 100%;
}

.s6-c ul li:hover a {
    transform: scale(1.1);
}

.s6-c ul li:hover a .info {
    opacity: 0;
}
.s6 .ckgd{
    margin-top: .6rem;
}


.ckgd{
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}
.ckgd img{
    height: 0.36rem;
}