@charset "utf-8";

body.overhide {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: MiSans;
}


.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    height: 2rem;
    transition: all .5s;
    opacity: 0.6;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all .6s;
    background: linear-gradient(90deg, #4dd0df 5%, #0185e7 49%, #005ede 73%, #003ad1 108%);
}

.head.hide {
    transform: translateY(-100%);
}

/* head-nav */
.head .head-top::before {}

.head .head-top::after {}

.head.on .head-top {
    padding: 0.2rem .55rem 0.2rem .64rem;
}

.head.on::before {
    transform: translateY(-100%);
}

.head.on::after {
    transform: translateY(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-start;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
    z-index: 9;
    padding: 0.43rem .55rem 0.43rem .64rem;
    transition: all .5s;
}

.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;
}

.search {
    width: 2.4rem;
    position: relative;
    float: right;
    padding: 0 0.45rem 0 0.15rem;
    border: solid 0.01rem rgba(255, 255, 255, 0.2);
    border-radius: 0.3rem;
    box-sizing: border-box;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.14rem;
    background: none;
    color: #fff;
    display: block;
    width: 100%;
}

.search .text:placeholder {
    color: rgba(255, 255, 255, .8);
}

.search .button {
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/fdj.png) no-repeat center center;
    background-size: 0.2rem auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.1rem;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.h-link a:first-child {
    border: none;
}

.h-link a {
    font-size: .14rem;
    line-height: .18rem;
    letter-spacing: 1px;
    color: #C6C8DB;
    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.4);
    margin: 0 .15rem;
    height: .11rem;
    width: 1px;
}

.h-link a img {
    margin-right: .05rem;
    max-height: 0.18rem;
}



.h-link a:hover {
    color: #fff;
}

.h-link a.search-switch {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-link a.search-switch img {
    max-height: none;
    height: .12rem;
    margin-right: 0;
}

.head-lang {}

.nav {
    text-align: right;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .2rem;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: .25rem;
}

.nav>ul>li:nth-child(1) {
    margin-left: 0;
}


.nav>ul>li>a {
    display: block;
    line-height: .22rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .17rem;
    color: #fff;
    position: relative;
    padding-bottom: .1rem;
    font-weight: 600;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    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%;
    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);
    min-width: 1.6rem;
    opacity: 0;
    display: none;
    padding: .1rem;
    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: left;
}

.ejnav>ul>li a {
    display: block;
    /*   white-space: nowrap;   */
    text-align: left;
    font-size: .16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #333333;
    padding: .1rem 0;
    text-align: center;
}

.ejnav>ul>li a:before {}

.ejnav>ul>li a:hover {
    color: #1549A2;
    font-weight: 600;
}

.ejnav>ul>li a:hover:before {
    border-color: transparent transparent transparent #956c46;
}

/* .nav>ul>li:last-child .ejnav {
    left: auto;
    right: 0;
} */

.nav>ul>li:last-child .ejnav>ul>li a {
    white-space: nowrap;
}


.head2 {
    position: relative;
    z-index: 999;
    background: #94050a;
    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 0; */
}

.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 {
    position: relative;
    z-index: 98;
    padding-top: .5rem;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.55rem;
    right: 0;
    bottom: 0;
    background: url(../images/foot-bg.png) no-repeat;
    background-position: right top;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.foot-c {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.foot-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 1;
    min-width: 0;
}



.foot-t .foot-logo {}

.foot-t .foot-logo a {
    display: block;
}

.foot-t .foot-logo a img {
    display: block;
    height: 0.84rem;
}



.foot-r ul {
    border-right: 0.01rem dashed #D8D8D8;
    padding-right: .5rem;
}

.foot-r ul li {
    display: flex;
    align-items: flex-start;
}

.foot-r ul li .icons {
    height: 0.48rem;
    width: 0.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-r ul li .icons img {
    max-height: 100%;
    max-width: .25rem;
}

.foot-r ul li .info {
    display: flex;
    align-items: flex-start;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 0rem;
    color: #ffffff;

}

.foot-r ul li .info span {
    white-space: nowrap;
}

.foot-ewm {
    margin-left: .6rem;
    padding-left: .6rem;
    position: relative;
}


.foot-ewm div {
    width: 1.4rem;
}

.foot-ewm div img {
    display: block;
    width: 100%;
}

.foot-ewm p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .19rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .08rem;
    text-align: center;
}



.bq {
    padding: .05rem .15rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    margin-top: .4rem;
}

.bq p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    color: #fff;
    text-align: center;
}


@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: linear-gradient(90deg, #4dd0df 5%, #0185e7 49%, #005ede 73%, #003ad1 108%);
    }

    .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;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(90deg, #4dd0df 5%, #0185e7 49%, #005ede 73%, #003ad1 108%);
    }

    .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;
    }


    .footer {
        padding-top: 0.25rem;
        background: #1549A2;
    }

    .footer::before {
        display: none;
    }

    .foot-c {
        display: block;
    }

    .foot-t {
        display: block;
    }

    .foot-t .foot-logo a img {
        max-height: .6rem;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .foot-r {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .foot-r ul {
        padding-right: 0;
        border: none;

        margin-top: .25rem;
    }

    .foot-ewm {
        margin-left: 0;
        padding-left: 0;
        margin-top: .15rem;
    }

    .foot-ewm div {
        margin: 0 auto;
    }
    .bq{
        margin-top: .25rem;
    }



}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}