@charset "utf-8";

body.overhide {
    height: 100%;
    overflow: hidden;
}

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(../fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url(../fonts/SOURCEHANSERIFCN-MEDIUM.OTF);
}

@font-face {
    font-family: SourceHanSerifCN-SemiBold;
    src: url(../fonts/SOURCEHANSERIFCN-SEMIBOLD.OTF);
}

@font-face {
    font-family: SourceHanSerifCN-Regular;
    src: url(../fonts/SOURCEHANSERIFCN-REGULAR.OTF);
}

@font-face {
    font-family: Bebas;
    src: url(../fonts/bebas-regular.TTF);
}

.publine {
    display: block;
    position: relative;
}

.publine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 1px #D8D8D8;
    z-index: 1;
}

.publine::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    border-bottom: solid 1px #1151B2;
    z-index: 2;
    transition: all .6s;
}

.publine:hover::after {
    left: 0;
    width: 100%;
}

.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;
    z-index: 998;
}

.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, .8);
    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;
}

.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;
}



.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
    /* border-top: 0.04rem solid #c80808; */
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.64rem;
    z-index: -1;
    pointer-events: none;
    height: 2.03rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(96, 100, 105, 0) 100%);
}

.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 10px rgba(0, 0, 0, .2);
    background: linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);
}

.head.on .head-top::after {
    height: 100%;
}


.head.on::before {
    bottom: 0;
}


.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: .2rem 1.6rem;
    z-index: 9;
}

.head.on .nav-r a {
    color: #333333;
    border-color: #333;
}

.head.on .nav-r a img {
    display: inline-block;
}

.head.on .nav-r a img:first-child {
    display: none;
}



.logo2 {
    display: none;
}

.head.on .logo2 {
    display: block;
}

.head.on .logo1 {
    display: none;
}

.logo {
    float: left;
    overflow: hidden;
}

.logo a {
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
    height: .84rem;
}


.h-right {
    /* float: right; */
    flex: 1;
    min-width: 0;
}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .16rem;
    line-height: .18rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.h-link a::after {}

.h-link a:hover::after {}

.h-link span {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .25rem;
    height: .15rem;
    width: 2px;
}

.h-link a img {
    margin-right: .05rem;
    max-height: 0.18rem;
}



.h-link a:hover {
    color: #fff;
}

.head-lang {}

.nav {
    text-align: right;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .15rem;
    margin-bottom: .25rem;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: .5rem;
}

.nav>ul>li:nth-child(1) {
    margin-left: 0;
}


.nav>ul>li>a {
    display: block;
    line-height: .34rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .2rem;
    color: #fff;
    position: relative;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: .33rem;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-top: 1px solid #fff;
}

.nav>ul>li>a::after {}

.nav>ul>li.on>a::before {
    width: 100%;
}

.nav>ul>li.on>a::after {}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li.active>a {
    color: #fff;
}

.nav>ul>li.active::after {}

.nav>ul>li.active:hover::before {
    opacity: 0;
}

.nav>ul>li.active:hover::after {
    opacity: 0;
}

.ejnav {
    position: absolute;
    top: 150%;
    left: 50%;
    margin-top: .15rem;
    transform: translateX(-50%);
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    width: 2rem;
    opacity: 0;
    display: none;
    padding: .2rem .3rem;
    align-items: center;
}

.ejnav>.pics {
    width: 3rem;
}

.ejnav>.pics .pic {
    padding-top: 70%;
}


.ejnav>ul {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.ejnav>ul>li {
    text-align: center;
}

.ejnav>ul>li a {
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    font-weight: normal;
    line-height: .5rem;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #1151B2;
    font-weight: 600;
}


.head2 {
    position: relative;
    z-index: 999;
    background: #1151B2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-1.4rem);
    transition: all 0.8s;
}

.head2.show {
    transform: translateY(0);
}

.head2 .head-top {
    padding: .15rem 1.6rem;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    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: 25px;
}

.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;
}

/* foot */
.footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 98;
    padding-top: .32rem;
}

.footer .link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer .link span {
    color: #FFFFFF;
    line-height: .24rem;
    background-position: left center;
    background-size: .16rem auto;
    font-size: .22rem;
}

.footer .link div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer .link div a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.2rem;
    line-height: .24rem;
    position: relative;
    margin-right: .4rem;
}


.footer .link div a:last-child {
    padding-right: 0;
    margin-right: 0;
}


.footer .link div a:hover {
    text-decoration: underline;
}

.foot-c {
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.foot-l {
    display: flex;
    align-items: center;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-height: 0.84rem;
    max-width: 100%;
}

.foot-r {
    display: flex;
}

.foot-rl {
    min-width: 5.2rem;
}

.foot-rl h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #FFFFFF;
    padding-bottom: .15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 3.2rem;
    margin-bottom: .12rem;
}

.foot-rl div {}

.foot-rl div p {
    display: flex;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #FFFFFF;
}

.foot-rl div p span {
    width: 50%;
}

.foot-rr {
    margin-left: 1.5rem;
}
.foot-rr div img {
    display: block;
    width: 1rem;
    margin: 0 auto;
}

.foot-rr p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.09rem;
}

.bq {}

.bq {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .13rem;
    background: #094195;
    margin-top: .58rem;
}

.bq p {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
}
.bq p span {
    display: flex;
    align-items: center;
margin: 0 0.1rem;
}

.bq p a {
    color: #fff;
    display: flex;
    align-items: center;
}
.bq p img {
max-width: 0.44rem;
    align-items: center;
    display: flex;
}


@media screen and (max-width:1850px) {}

@media screen and (max-width:1720px) {}

@media screen and (max-width:1620px) {}

@media screen and (max-width:1520px) {

    .nav>ul>li>a {
        /* font-size: .18rem; */
    }
}

@media screen and (max-width:1400px) {
    .px1400 {
        max-width: 1400px;
        margin: 0 10px;
    }

    .px1480 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h-link span {
        margin: 0 .1rem;
    }

}


@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: #1151B2;
    }

    .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: 14px;
        margin-right: 5px;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 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: 10px;
        border: 1px solid #fff;
    }

    .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: #1151B2;
        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;
    }


    .bq {
        margin-top: .3rem;
    }

    .footer .link{display: block;}
    .footer .link span{font-size: .2rem;margin-bottom: .1rem;display: block;}
    .footer .link div a{font-size: .18rem;margin-right: .2rem;}
    .foot-c{display: block;margin-top: .25rem;}
    .foot-rl{flex: 1;min-width: 0;}
    .foot-rl div p{display: block;}
    .foot-rl div p span{display: block;width: auto;}
    .foot-r{margin-top: .2rem;}
    .foot-rr{margin-left: 0.1rem;}

}

@media screen and (max-width:1024px) {}

@media screen and (max-width:640px) {
.bq p img {
max-width: 0.4rem;
}
.bq p {
    display: inline;
}

}