@charset "UTF-8";


@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url(../fonts/SOURCEHANSERIFCN-BOLD.OTF);
}

@font-face {
    font-family: "SourceHanSerifSC-Regular";
    src: url(../fonts/SOURCEHANSERIFCN-REGULAR.OTF);
}

@font-face {
    font-family: "Microsoft-Himalaya";
    src: url(../fonts/Microsoft-Himalaya.ttf);
}

@font-face {
    font-family: "Balthazar-Regular";
    src: url(../fonts/Balthazar.ttf);
}


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: "";
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 89, 139, 0) 100%);
    z-index: -1;
    pointer-events: none;
    /* transform: translateY(-100%); */
    transition: all .6s;
    /* background: #712323; */
}

.head::after {}

.head.hide {
    transform: translateY(-1.25rem);
}

/* head-nav */
.head .head-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 1.06rem;
    z-index: -1;
    transition: all 0.3s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}


.head.on .logo a:before {}

.b-top-l {
    float: left;
    font-size: 0.14rem;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}


.head-top {
    position: relative;
    z-index: 9;
    width: auto;
    padding: 0 .7rem;
}




.logo {
    height: .6rem;
    width: 2.69rem;
    position: relative;
}

.logo:before {
    content: "";
    position: absolute;
    background: url(../images/logo-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 3.8rem;
    height: 2.34rem;
    left: 50%;
    transform: translateX(-48%);
    bottom: -.6rem;
}

.logo a {}

.logo a {
    display: block;
    transition: all .5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.logo a:before {}

.logo a img {
    display: block;
    width: 2.69rem;
}

.h-right {}

.h-link {
    text-align: right;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .6s;
    width: auto;
    padding: 0 .65rem;
}

.h-link>div {
    display: flex;
    align-items: center;
    height: .55rem;
}

.h-link a {
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .6s;
    padding: 0 .1rem ;
    border-radius: .05rem;
}

.h-link a img {
    height: .16rem;
    display: block;
    margin-right: .1rem;
}

.h-link span {
    background: #8c5050;
    margin: 0 .1rem;
    width: 1px;
    height: .16rem;
    border-radius: 50%;
}

.h-link b {
    background: #D8D8D8;
    margin: 0 .25rem;
    height: .14rem;
    width: 0.02rem;
    opacity: .8;
}

.h-link a.search-switch {
    border: none;
}

.h-link a.search-switch img {}


.h-link a.lang-en {}

.h-link a.search-switch:hover {
    border: none;
    background: none;
}


.h-link a:hover {
    color: #712323;
    background: #fff;
}



.t-search {
    display: block;
    /* width: 3rem; */
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    margin-left: .2rem;
}

.t-search>div {
    width: 1.9rem;
    position: relative;
    padding-right: 0.1rem;
    border-radius: .15rem;
    border-radius: .2rem;
    background: #611212;
    padding-left: .4rem;
}

.t-search>div:before {
    content: "";
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    height: .38rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .38rem;
}

.t-search>div input[type="text"]::placeholder {
    color: #fff;
}

.search-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .4rem;
}

.search-btn input {
    display: block;
    width: 100%;
    background: url(../images/search2.svg) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    height: 100%;
    cursor: pointer;
}


.nav {
    text-align: right;
    display: flex;
    position: relative;
    transition: all .5s;
    align-items: flex-start;
}

.nav.fade {
    opacity: 0 !important;
    pointer-events: none;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
    margin-left: 0.7rem;
    padding-top: .3rem;
}

.nav>ul:nth-child(1) {
    margin-left: 0;
    margin-right: 0.7rem;
}

.nav>ul>li {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}



.nav>ul>li>a {
    display: flex;
    align-items: center;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.6s;
    font-size: .2rem;
    color: #fff;
    position: relative;
    font-weight: normal;
    z-index: 2;
    font-weight: 600;
}

.nav>ul>li:hover>a {
    transform: translateY(.05rem);
}

.nav>ul>li>a::before {}

.nav>ul>li>a::after {
    content: "";
}

.nav>ul>li>span {
    display: block;
    width: 1px;
    height: .15rem;
    background: rgba(255, 255, 255, 0.3);
    transform: rotateZ(18deg);
}

.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: 2.3rem;
    opacity: 0;
    display: none;
    padding: .15rem .2rem .22rem .2rem;
    align-items: center;
    border-top: .04rem solid #712323;
    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: .18rem;
    line-height: .6rem;
    background-position: left center;
    color: #333333;
}

.ejnav>ul>li a:hover {
    color: #712323;
}


.head2 {
    position: relative;
    z-index: 999;
    background: #0D5599;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.8s;
    margin-left: 0;
    padding-bottom: .1rem;
}

.head2::before {
    display: none;
}

.head2 .logo a img {
    width: 2.5rem;
}

.head2 .nav {
    opacity: 1 !important;
    pointer-events: auto;
}

.head2 .nav>ul {
    margin-top: .5rem;
}

.head2.show {
    transform: translateY(0);
    opacity: 1;
}




@keyframes _gnav {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


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;
    z-index: 9;
    background: #712323;
}

/* foot */
.footer {
    position: relative;
    z-index: 9;
    background: url(../images/foot-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
    padding: .69rem 0 .76rem 0;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/border-img.png) repeat-x;
    background-position: center bottom;
    background-size: auto 0.05rem;
    pointer-events: none;
    z-index: -1;
}

.foot-c {
    display: flex;
    align-items: flex-start;
}

.foot-l {}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    width: 2.99rem;
    max-width: 100%;
}

.foot-r {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.foot-r ul {}

.foot-r ul li {
    display: flex;
    align-items: flex-start;
}

.foot-r ul li .icons {
    height: 0.36rem;
    width: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-r ul li .icons img {
    max-height: 100%;
    max-width: 100%;
}

.foot-r ul li .info {

    display: flex;
    align-items: flex-start;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.foot-r ul li .info span {
    white-space: nowrap;
}


.foot-r dl {
    margin-left: .55rem;
}

.foot-r dl dd {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.29;
}











@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _anirotate2 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes _anirotate3 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(-360deg);
    }
}


.gotop-text img {
    display: block;
    height: 100%;
}

.gotop-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.gotop-icon img {
    display: block;
    width: 0.4rem;
}

.gotop:hover .gotop-icon {
    background: #fff;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
    /* height: 0.8rem;
    width: 0.8rem; */
}



.publine {
    display: block;
    position: relative;
}

.publine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 0.01rem #91b5c7;
    z-index: 1;
}

.publine::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    border-bottom: solid 0.01rem #d2c5a8;
    z-index: 2;
    transition: all .6s;
}

.publine:hover::after {
    left: 0;
    width: 100%;
}


@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: #712323;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }

    .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;
        margin-bottom: 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: #712323;
        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;
    }

    .footer {
        padding: .35rem 0;
    }

    .foot-c {
        display: block;
    }

    .foot-l a img {
        margin: 0 auto;
    }

    .foot-r {
        display: block;
    }

    .foot-r dl {
        margin-left: 0;
    }

    .foot-r ul {
        margin: .3rem 0;
    }

    .foot-r ul li .info {
        flex: 1;
        min-width: 0;
    }



}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}