@charset "utf-8";@font-face {
    font-family: AvantGardeITCbyBT-Book;
    src: url(../fonts/AvantGardeITCbyBT-Book.otf), url(../fonts/AvantGardeITCbyBT-Book.ttf)
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf)
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf)
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf)
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf)
}

body {
    font-family: "HarmonyOS_Sans_SC_Regular"
}

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;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5, 72, 166, .8) 20%, rgba(5, 72, 166, 0));
    z-index: 1;
    pointer-events: none;
   /* transform: translateY(-100%);*/
    transition: all .6s
}

.head.hide {
    transform: translateY(-100%)
}

.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%)
}

.head.on::before {
    transform: translateY(-100%)
}

.head.on::after {
    transform: translateY(0)
}

.b-top-l {
    float: left;
    font-size: 0.14rem;
    color: #fff;
    color: rgba(229, 229, 229, 0.8)
}

.head-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 0.2rem;
    padding-bottom: .2rem;
    z-index: 3
}

.logo {
    float: left;
    overflow: hidden;
    margin-left: .5rem
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0
}

.logo a {
    display: block
}

.logo a img {
    vertical-align: middle;
    height: .79rem
}

.h-right {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .5rem
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .6s;
    margin-left: .45rem
}

.h-link a {
    font-size: .2rem;
    line-height: .24rem;
    letter-spacing: 0.01rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 .05rem;
    border: solid 0.01rem transparent;
    border-radius: 0.05rem;
    transition: all .6s
}

.h-link span {
    background: #fff;
    margin: 0 .16rem;
    height: .22rem;
    width: 1px
}

.h-link a.search-switch {
    border: none
}

.h-link a img {
    height: .21rem;
    display: block
}

.h-link a.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)
}

.nav {
    text-align: right
}

.nav>ul {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: .45rem
}

.nav>ul>li>a {
    display: flex;
    align-items: center;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.6s;
    font-size: .2rem;
    color: #fff;
    position: relative;
    font-weight: 600;
    z-index: 2
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    width: 0;
    transition: all .5s
}

.nav>ul>li:hover>a::after {
    width: 100%
}

.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: 2.3rem;
    opacity: 0;
    display: none;
    padding: .15rem .2rem .22rem .2rem;
    align-items: center;
    border-top: .04rem solid #1991df;
    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 #c6cee5
}

.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: .18rem;
    line-height: .6rem;
    background-position: left center;
    color: #333333
}

.ejnav>ul>li a:hover {
    color: #00598b
}

.top-yc {
    position: fixed;
    left: 0;
    top: .04rem;
    right: 0;
    height: 100%;
    z-index: 2;
    transform: translateY(-110%);
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden
}

.top-yc.show {
    transform: translateY(0);
    opacity: 1
}

.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;
    z-index: 1
}

.top-yc.show1::before {
    opacity: 1
}

.top-yc.show2::before {
    opacity: 1
}

.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
}

.top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: 0.1rem;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 99999
}

.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
}

@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)
    }
}

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important
}

.h-right {
    position: relative
}

.footer {
    position: relative;
    background: url(../images/foot-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 999;
    padding-top: .7rem
}

.links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 0
}

.links>b {
    font-size: 0.2rem;
    font-weight: 100;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "sysong";
    display: none
}

.links>div {
    position: relative;
    width: 2.65rem;
    width: 1.9rem;
    background: linear-gradient(88deg, #5a9cee 0%, #1074f0 100%);
    padding-right: .15rem;
    border-radius: 0.21rem
}

.links>div:nth-child(2)~div {
    margin-top: .2rem
}

.links p {
    line-height: .44rem;
    color: #faece0;
    text-align: left;
    font-size: .16rem;
    padding-right: .2rem;
    background: url("../images/link-icon-down.png") right center no-repeat;
    background-size: .08rem auto;
    overflow: hidden;
    padding-left: .18rem
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
    background: #ebefff;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: .15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
    max-height: 60vh;
    overflow-y: auto
}

.links>div div a {
    display: block;
    color: #333333;
    line-height: .36rem;
    font-size: .16rem;
    padding: 0px .1rem
}

.links>div div a:hover {
    background: #005EC7;
    color: #ffffff
}

.foot-logo a {
    display: block
}

.foot-logo a img {
    display: block;
    height: 0.64rem
}

.foot-t {
    display: flex
}

.foot-b {
    display: flex;
    align-items: flex-end;
    margin-top: .66rem
}

.foot-binfo {
    padding-bottom: .9rem
}

.foot-binfo h3 {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0447a5;
    margin-bottom: .1rem
}

.foot-binfo p {
    font-family: HarmonyOS_Sans_SC_Light;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222
}

.foot-bsvg {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end
}

.foot-bsvg img {
    width: 9.77rem;
    max-width: 100%
}

.bq {
    border-top: 1px solid rgba(0, 10, 27, .8);
    padding: .12rem
}

.bq p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #222222
}

@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: 9999;
        padding: 10px;
        background: #0e58df
    }

    .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;
        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: 9999;
        background: #0e58df;
        overflow-y: scroll;
        width: 100%
    }

    .m-nav ul {
        padding: 0 15px
    }

    .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) {
    .footer {
        padding-top: .35rem
    }

    .foot-t {
        display: block
    }

    .foot-logo a img {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        max-height: .6rem
    }

    .links>div {
        width: 5rem;
        max-width: 100%
    }

    .links {
        justify-content: center;
        margin-top: .3rem
    }

    .foot-b {
        display: block;
        margin-top: .2rem
    }

    .foot-binfo {
        text-align: center;
        padding-bottom: .3rem
    }

    .foot-bsvg img {
        margin: 0 auto
    }
}