@font-face {
    font-family: PangMenZhengDaoBiaoTiTiMianFeiBan-4Regular;
    src: url("../fonts/FONT236.TTF");
}

body.overhide {
    height: 100%;
    overflow: hidden;
}

@keyframes _anirotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _anirotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_up {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    20% {
        transform: translateY(-0.02rem);
        opacity: 1;
    }

    80% {
        transform: translateY(-0.1rem);
        opacity: 1;
    }

    100%,
    90% {
        transform: translateY(-0.1rem);
        opacity: 0;
    }
}

@keyframes ani_down {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    20% {
        transform: translateY(0.02rem);
        opacity: 1;
    }

    80% {
        transform: translateY(0.1rem);
        opacity: 1;
    }

    100%,
    90% {
        transform: translateY(0.1rem);
        opacity: 0;
    }
}

@keyframes ani_turn2 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(-360deg);
    }
}

@keyframes ani_turn {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.logo {
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: 0.5s;
    top: 0px;
    z-index: 1;
}

.logo a img {
    vertical-align: middle;
    width: 3rem;
}

@keyframes _gnav {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-yc {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 50%;
    height: 100vh;
    background-size: cover;
    z-index: 2;
    transform: translateX(-100%);
    transition: 0.6s;
    background: #0177f9;
}

.top-yc.show {
    transform: translateY(0px);
    opacity: 1;
    z-index: 99;
}

.top-yc.show::after {
    width: 200%;
    pointer-events: auto;
}

.top-yc.show2 .tnav>ul>li {
    transform: translateX(0px);
    opacity: 1;
}

.top-yc.show2 .tnav>ul>li:nth-child(1) {
    transition-delay: 0.4s;
}

.top-yc.show2 .tnav>ul>li:nth-child(2) {
    transition-delay: 0.5s;
}

.top-yc.show2 .tnav>ul>li:nth-child(3) {
    transition-delay: 0.6s;
}

.top-yc.show2 .tnav>ul>li:nth-child(4) {
    transition-delay: 0.7s;
}

.top-yc.show2 .tnav>ul>li:nth-child(5) {
    transition-delay: 0.8s;
}

.top-yc.show2 .tnav>ul>li:nth-child(6) {
    transition-delay: 0.9s;
}

.top-yc.show2 .tnav>ul>li:nth-child(7) {
    transition-delay: 1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(8) {
    transition-delay: 1.1s;
}

.top-yc.show2 .tnav>ul>li:nth-child(10) {
    transition-delay: 1.2s;
}

.top-yc.show2 .tnav>ul>li:nth-child(11) {
    transition-delay: 1.3s;
}

.top-yc.show2 .tlinks {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s 1.2s;
}

.top-yc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0177f9;
    transition: 1.5s;
    z-index: -1;
}

.top-yc::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: -2;
    pointer-events: none;
    transition: 0.5s;
}

.top-yc.show1::before {
    opacity: 1;
}

.top-yc.show .top-yc-menu {
    background-color: #0193f9;
}

.top-yc-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
    width: 1.1rem;
    background: #0177f9;
    transition: 0.5s;
}

.nav-menu {
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(77, 236, 255, 0.4);
    cursor: pointer;
    flex-direction: column;
    position: relative;
}

.nav-menu b {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5rem;
    margin-top: -.25rem;
    opacity: 0;
    transition: all .5s;
}

.nav-menu div {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 0.17rem;
    padding: 0.03rem 0px;
    margin-left: 0;
    transition: all .5s;
}

.nav-menu div::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background: rgb(255, 255, 255);
}

.nav-menu div::after {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    background: rgb(255, 255, 255);
}

.nav-menu img {
    height: 0.26rem;
}

.nav-menu:hover div {
    animation: 0.5s linear 0s 1 normal none running nav-menu;
}

.nav-menu.on b {
    opacity: 1;
    margin-left: -.25rem;
}

.nav-menu.on div {
    opacity: 0;
    margin-left: -.5rem;
}

@keyframes nav-menu {
    0% {
        width: 0.17rem;
        padding: 0.03rem 0px;
    }

    50% {
        width: 0.23rem;
        padding: 0.05rem 0px;
    }

    100% {
        width: 0.17rem;
        padding: 0.03rem 0px;
    }
}

.search-switch {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-switch img {
    width: 0.25rem;
}

.top-yc-main {
    position: relative;
    z-index: 8;
    padding-top: 13vh;
    bottom: 0px;
    height: 100%;
    top: 0px;
    padding-bottom: 6.8vh;
    width: auto;
    padding-left: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.tlinks {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
    transform: translateX(-.2rem);
    opacity: 0;
}

.tlinks a {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .3rem;
    color: #ffffff;
    margin-right: .1rem;
    padding-right: .1rem;
    position: relative;
}

.tlinks a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #09f0ff;
    opacity: 0.5;
}

.tlinks a:hover {
    color: #09f1ff;
}

.tlinks a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.tlinks a:last-child::after {
    display: none;
}

.tnav {
    width: 100%;
    flex: 1 1 0%;
    min-width: 0px;
    /* overflow-y: auto; */
}

.tnav>ul {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-start;
    height: 100%;
}

.tnav>ul>li {
    transform: translateX(-0.5rem);
    opacity: 0;
    transition: 0.5s;
    /* flex: 1 1 0%; */
    /* min-width: 0px; */
}

.tnav>ul>li>a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.3rem;
    font-weight: normal;
    line-height: .7rem;
    letter-spacing: 0.01rem;
    position: relative;
    display: flex;
}

.tnav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0px;
    transition: 0.6s;
    height: 1px;
    top: 50%;
    background: rgb(9, 241, 255);
    margin-left: 0.2rem;
}

.tnav>ul>li:hover>a {
    color: rgb(255, 255, 255);
}

.tnav>ul>li:hover>a::after {
    width: 1.06rem;
}

.tnav>ul>li:hover>div {
    pointer-events: auto;
}

.tnav>ul>li:hover>div>ul>li {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0px);
}

.tnav>ul>li:hover>div>ul>li:nth-child(1) {
    transition-delay: .3s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(2) {
    transition-delay: .35s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(3) {
    transition-delay: .4s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(4) {
    transition-delay: .45s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(5) {
    transition-delay: .5s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(6) {
    transition-delay: .55s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(7) {
    transition-delay: .6s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(8) {
    transition-delay: .65s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(9) {
    transition-delay: .7s;
}

.tnav>ul>li:hover>div>ul>li:nth-child(10) {
    transition-delay: .75s;
}

.tnav>ul>li>div {
    position: absolute;
    left: 100%;
    top: 0.19rem;
    padding-left: 1.5rem;
    pointer-events: none;
}

.tnav>ul>li>div>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(0.5rem);
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

.tnav>ul>li>div>ul>li>a {
    display: block;
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    padding-right: 0.2rem;
    position: relative;
}

.tnav>ul>li>div>ul>li>a::after {
    content: "";
    transition: 0.6s;
    height: 100%;
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    background: url("../images/tnav-right.svg") no-repeat;
    background-position: right center;
    background-size: 0.08rem auto;
    opacity: 0;
}

.tnav>ul>li>div>ul>li:hover>a {
    color: #09f1ff;
}

.tnav>ul>li>div>ul>li:hover>a::after {
    opacity: 1;
}

.tnav>ul>li>div>ul>li dl {
    width: 100%;
}

.tnav>ul>li>div>ul>li dl dd {
    display: flex;
}

.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: rgb(194, 194, 194);
}

.tnav>ul>li>div>ul>li dl dd a:hover {
    color: rgb(255, 255, 255);
}

.t-search {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: 0.5s;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(100%);
    margin-left: 1rem;
    margin-right: 1rem;
}

.t-search>div {
    width: 100%;
    max-width: 13.3rem;
    padding-right: 0.5rem;
    padding-bottom: 0.3rem;
    padding-top: 0.25rem;
    transition: 0.5s;
    position: relative;
}

.t-search>div::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 0.04rem solid rgba(216, 216, 216, 0.23);
    z-index: 1;
}

.t-search>div::after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 9;
    transition: 0.8s;
    height: 0.04rem;
    background: rgb(255, 255, 255);
    width: 0px;
    bottom: 0px;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    height: 0.32rem;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background: no-repeat;
    line-height: 0.32rem;
}

.t-search>div input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.49);
}

.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.5rem;
}

.search-btn::before {
    content: "";
}

.search-btn input {
    display: block;
    width: 100%;
    background: url("../images/search.png") center center / 0.22rem no-repeat;
    height: 100%;
    cursor: pointer;
}

.t-search>div:hover {
    border-color: rgb(255, 255, 255);
}

.t-search>div:hover::after {
    left: 0px;
    right: auto;
    width: 100%;
}

.close-search {
    /* background: url("../images/close-search.png") center center / 0.3rem no-repeat; */
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    display: block;
    position: relative;
}

.close-dom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
}

.close-dom::before {
    content: "";
    display: block;
    height: 100%;
    width: calc(50% - 1px);
    background: url(../images/close-left.svg) no-repeat;
    background-position: right center;
    background-size: .09rem auto;
    margin-right: 1px;
}

.close-dom::after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    background: url(../images/close-right.svg) no-repeat;
    background-position: left center;
    background-size: .09rem auto;
    margin-left: 1px;
}

.close-dom:hover {
    transform: rotate(180deg);
}

.close-dom:hover::before {
    animation: close-dom-left .5s 1 linear;
}

.close-dom:hover::after {
    animation: close-dom-right .5s 1 linear;
}

@keyframes close-dom-left {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes close-dom-right {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.top-yc.show1 .t-search {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
    z-index: 9;
}

.top-yc.show2 .allnav {
    z-index: 9;
    opacity: 1;
}

body.overhide .h-link {}

.top {
    max-width: 19.2rem;
    margin: 0px auto;
    position: fixed;
    right: 0.1rem;
    top: 30px;
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.25rem;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
    font-size: 0px;
}

.wap-menu img {
    height: 0.25rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

@keyframes jello {

    0%,
    11.1%,
    100% {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.195312deg) skewY(-0.195312deg);
    }
}

.next-back img {
    display: block;
    width: auto !important;
    height: auto !important;
}

.h-right {
    position: absolute;
    height: 0.4rem;
    overflow: hidden;
    transition: 0.5s;
    left: 0px;
    right: 0px;
    top: 0.08rem;
    z-index: 9;
}

.footer {
    position: relative;
    z-index: 9;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0233ae url("../images/foot-bg.jpg") no-repeat;
    background-position: left center;
    background-size: cover;
    clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 0 100%);
    z-index: -1;
    pointer-events: none;
}

.foot-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.foot-l {}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    height: 0.65rem;
}

.foot-l .foot-mtzj {
    margin-top: .55rem;
}

.foot-l .foot-mtzj img {
    display: block;
    width: 6.81rem;
    filter: drop-shadow(0 0 .3rem #2dc3be);
    animation: mtzj 3s infinite linear;
}

@keyframes mtzj {

    0%,
    100% {
        filter: drop-shadow(0 0 .3rem transparent);
    }

    50% {
        filter: drop-shadow(0 0 .1rem #2dc3be);
    }
}

.foot-r {}

.fmeida {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.fmeida li {
    vertical-align: middle;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
}

.fmeida li a div:nth-child(1) {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    background: #fff;
}

.fmeida li a:hover div:nth-child(1) {
    background: rgba(255, 255, 255, .2);
}

.fmeida li a:hover {}

.fmeida li a>div>img {
    display: block;
    max-width: .3rem;
    min-height: .24rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100px;
    max-width: none;
    max-height: none;
    height: 100px;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a .icon {
    background-color: #2f73d1;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    bottom: 100%;
    visibility: visible;
}

.foot-r h5 {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    color: #ffffff;
    letter-spacing: 0.04rem;
    margin-top: .42rem;
}

.foot-r dl {}

.foot-r dl dd {}

.foot-r dl dd {}

.foot-r dl dd {
    display: flex;
    align-items: center;
    margin-top: .23rem;
}

.foot-r dl dd .icons {
    height: 0.36rem;
    width: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.foot-r dl dd .icons img {
    max-height: 100%;
    max-width: 100%;
}

.foot-r dl dd .info {
    display: flex;
    align-items: flex-start;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 0.02rem;
}

.foot-r dl dd .info span {
    white-space: nowrap;
}

.foot-r dl dd .info p {
    color：#fff;
    /* color: #fff !important; */
}

.foot-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .16rem 2rem .16rem 1.15rem;
    border-top: solid 0.02rem #4decff;
}

.links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 0%;
    min-width: 0px;
}

.links>b {
    font-size: 0.2rem;
    font-weight: 100;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: sysong;
    display: none;
}

.links>div {
    position: relative;
    width: 3.27rem;
    padding-right: 0.3rem;
    background: url(../images/links-border.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.links>div:nth-child(2)~div {
    margin-top: 0.2rem;
}

.links p {
    line-height: 0.53rem;
    color: #d9fdff;
    text-align: left;
    font-size: 0.18rem;
    padding-right: 0.2rem;
    background: url("../images/link-icon-down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .21rem auto;
    overflow: hidden;
    padding-left: 0.3rem;
    font-family: Roboto;
}

.links>div:hover div {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.links>div div {
    position: absolute;
    bottom: 100%;
    background: rgb(255, 255, 255);
    padding: 0.15rem 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
    max-height: 60vh;
    overflow-y: auto;
}

.links>div div a {
    display: block;
    color: rgb(51, 51, 51);
    line-height: 0.36rem;
    font-size: 0.16rem;
    padding: 0px 0.1rem;
}

.links>div div a:hover {
    background: rgb(13, 85, 153);
    color: rgb(255, 255, 255);
}

.foot-c {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.4rem;
    position: relative;
    z-index: 1;
    padding: 1.25rem 2.3rem .5rem 1.15rem;
}

.bq p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    opacity: 0.5;
}

.publine {
    display: block;
    position: relative;
}

.publine::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 0.01rem solid rgb(145, 181, 199);
    z-index: 1;
}

.publine::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 0px;
    bottom: 0px;
    border-bottom: 0.01rem solid rgb(210, 197, 168);
    z-index: 2;
    transition: 0.6s;
}

.publine:hover::after {
    left: 0px;
    width: 100%;
}

.foot-r dl dd:hover .info p {
    color: #fff;
}



.navs {
    position: fixed;
    top: 0;
    padding: 0 .8rem;
    padding-top: 0.2rem;
    left: 0;
    right: 0;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s;
}

.navs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3.06rem;
    background: url(../images/nav-befbg.png) repeat-x;
    background-position: center center;
    background-size: auto 100%;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
}
.navs.on{
    opacity: 1;
    transform: translateY(0);
}
.navs.on::before {
    height: 1rem;
    backdrop-filter: blur(0.03rem);
}

.nav_logo {}
.nav_logo  a{
    display: block;
}
.nav_logo  a img{
    display: block;
    height: 0.59rem;
}


.navs ul {
    display: flex;
    align-items: center;
}

.navs ul li {
    position: relative;
}

.navs ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.42rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.navs ul li b {
    display: block;
    height: 0.12rem;
    border-right: solid 1px #36fffd;
    margin: 0 .25rem;
    transform: rotateZ(20deg);
}

.navs ul li:hover>a {
    color: #0031ad;
}

.navs ul li dl {
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%) ;
    opacity: 0;
    width: 2rem;
    border-radius: .05rem;
    padding: .2rem;
    padding-top: .4rem;
    display: none;
}

.navs ul li dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}

.navs ul li dl::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.11rem;
    transform: translateX(-50%);
    border-width: 0 .1rem .1rem .1rem;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    z-index: -1;
}

.navs ul li dl dd {}

.navs ul li dl dd a {
    display: block;
    color: #333;
    text-align: center;
    font-size: .18rem;
    line-height: .46rem;
}

.navs ul li dl dd a:hover{
        color: #0031ad;
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        padding: 10px;
        background: #0193f9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.1rem;
    }

    .m-logo {
        font-size: 0px;
    }

    .m-logo a {
        font-size: 0px;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        display: inline-block;
        background: rgb(255, 255, 255);
        color: rgb(48, 65, 116);
        line-height: 24px;
        padding: 0px 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 15px 15px 0px;
        padding: 5px 50px 5px 10px;
        position: relative;
        line-height: 35px;
        border: 1px solid rgba(225, 225, 225, 0.4);
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: rgb(255, 255, 255);
    }

    .m-search input[type="text"]::placeholder {
        color: rgb(255, 255, 255);
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0px;
        z-index: 999;
        background: #0177f9;
        overflow-y: scroll;
        width: 100%;
    }

    .m-nav ul {
        padding: 0px 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 0px;
        position: relative;
        color: rgb(255, 255, 255);
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0px;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../images/m-nav_down.png") center center / 14px 14px no-repeat;
        right: 0px;
        top: 15px;
        cursor: pointer;
        display: block;
        color: rgb(255, 255, 255);
        transition: 0.3s;
    }
}

@media screen and (max-width: 1024px) {
    .footer::before {
        clip-path: polygon(0 0, calc(100% - .3rem) 0, 100% .3rem, 100% 100%, 0 100%);
    }

    .foot-c {
        display: block;
        padding: .4rem .2rem;
    }

    .foot-l a img {
        height: auto;
        width: 5rem;
        max-width: 90%;
        margin: 0 auto;
    }

    .foot-l .foot-mtzj {
        margin-top: 0;
    }

    .foot-l .foot-mtzj img {
        max-width: 100%;
        margin: 0 auto;
    }

    .fmeida {
        justify-content: center;
        margin-top: .2rem;
    }

    .fmeida li {
        margin: 0 .1rem;
    }

    .fmeida li a div:nth-child(1) {
        width: .45rem;
        height: 0.45rem;
    }

    .fmeida li a>div>img {
        max-width: .2rem;
        max-height: .2rem;
        min-height: auto;
    }

    .foot-r h5 {
        font-size: .24rem;
        margin-top: .3rem;
    }

    .foot-r dl dd {
        margin-top: .1rem;
        /* justify-content: center; */
    }

    .foot-link {
        padding: .15rem;
        display: block;
    }

    .links {
        display: block;
        margin-top: .1rem;
    }

    .links>div {
        width: auto;
    }

    .bq p {
        font-size: .16rem;
        line-height: .26rem;
    }

    .foot-r dl dd .info {
        font-size: .16rem;
        line-height: .26rem;
    }
}

@media screen and (max-width: 768px) {}