@charset "UTF-8";

body.overhide {
    height: 100%;
    overflow: hidden;
}

@font-face {
    font-family: "ArialMT";
    
}
 

.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;
    height: 1.64rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

.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;
}


.t-search {
    display: block;
    /* width: 3rem; */
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
}

.t-search>div {
    width: 2.55rem;
    position: relative;
    padding-right: 0.5rem;
    border-radius: .15rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, .3);
}

.t-search>div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(238, 238, 238, .3);
    border-radius: .15rem;
    z-index: -1;
    pointer-events: none;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0 0 .1rem;
    font-size: 0.14rem;
    height: .3rem;
    box-sizing: border-box;
    color: #fff;
    background: no-repeat;
    line-height: .3rem;
}

.t-search>div input[type="text"]::placeholder {
    color: #fff;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: .45rem;
}

.search-btn input {
    display: block;
    width: 100%;
    background: #63065f url(../images/search2.svg) no-repeat 0.15rem;
    background-size: 0.14rem auto;
    height: 100%;
    cursor: pointer;
    border-radius: 14px;
}

.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: center;
    justify-content: space-between;
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: .25rem 0;
    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: .86rem;
}


.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: .28rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .7);
    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 .15rem;
    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;
    padding-left: 8%;
}

.nav>ul {
    font-size: 0;
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .19rem;
}

.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: .32rem;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-size: .2rem;
    color: #fff;
    position: relative;
    font-weight: 600;
}

.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: #63065f;
    font-weight: 600;
}


.head2 {
    position: relative;
    z-index: 999;
    background: rgba(99, 6, 95, .9);
    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 {
    background: url(../images/foot-bg.jpg) no-repeat;
    background-position: right top;
    background-size: cover;
    position: relative;
    z-index: 99;
    padding: .8rem 0;
}

.foot-c {
    display: flex;
}

.foot-l {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.foot-l ul {
    display: flex;
    margin-left: .8rem;
}

.foot-l ul li {
    padding-left: .4rem;
    padding-right: .4rem;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.foot-l ul li dl+dl {
    margin-top: .3rem;
}

.foot-l ul li dl dt {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: .1rem;
}


.foot-l ul li dl dd {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
}
.foot-l a{
  
    color: #ffffff;
}


.foot-logo a {
    display: block;
}

.foot-logo a img {
    display: block;
    height: 1.88rem;
    margin: 0 auto;
}


.gzwm-tit {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.gzwm-con div img {
    display: block;
    height: 1.04rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.gzwm-con p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: 0.08rem;
}

.fmeida {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .35rem;
}

.fmeida li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .65rem;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.48rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    transition: all .5s;
}

.fmeida li a>.icons>img {
    display: block;
    height: .25rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    width: 1.2rem;
    margin-top: .1rem;
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.fmeida li a .icons {
    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>.icons {
    background: #fff;
}

.fmeida li a .icons img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    /* width: 100%; */
}

.fmeida li:hover a .foot-ewm {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.bq {
    background-color: #735235;
    margin-top: .67rem;
}

.bq-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .07rem 0;
}

.bq-c p {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    color: #c4b1a0;
}

.bq-c p img {
    margin-right: .1rem;
    height: 0.24rem;
}


@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: #660066;
    }

    .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: #660066;
        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-logo a img {
        height: auto;
        width: 3rem;
        max-width: 100%;
    }

    .foot-l {
        display: block;
    }

    .foot-l ul {
        margin-left: 0;
        display: block;
        margin-top: .2rem;
    }

    .foot-l ul li {
        padding: 0;
        margin: .1rem 0;
        border: none;
        display: flex;
        flex-wrap: wrap;
    }

    .foot-l ul li+li {
        margin-top: .2rem;
    }

    .foot-l ul li dl {
        margin-right: .2rem;
    }

    .foot-l ul li dl:last-child {
        margin-right: 0;
    }

    .foot-l ul li dl+dl {
        margin-top: 0;
    }

    .foot-l ul li dl dt {
        font-size: .2rem;
    }

    .gzwm-tit {
        text-align: center;
        font-size: .2rem;
    }

    .gzwm-con div img {
        margin-top: .2rem;
    }




    .fmeida li a .foot-ewm {
        top: auto;
        bottom: 130%;
        margin-top: 0;
        margin-bottom: .1rem;
    }

    .fmeida li:hover a .foot-ewm {
        top: auto;
        bottom: 100%;
    }

    .fmeida li a .foot-ewm::after {
        bottom: auto;
        top: 100%;
        border-width: 8px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}



.fixed-r {
    z-index: 99;
    position: fixed;
    width: 1.3rem;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%) translateX(2rem);
    transition: all .5s;
    background: url(../images/fixed-rbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: .1rem;
}

.fixed-r::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 0.08rem);
    background: url(../images/fixed-ricon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 79px;
    height: 78px;
}

.fixed-r.on {
    transform: translateY(-50%) translateX(0);
}

.fixed-menu p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #cc99cc;
    text-align: center;
}

.fixed-menu div img {
    width: 0.22rem;
    display: block;
    margin: 0 auto;
}

.fixed-logo {
    padding: .1rem;
}

.fixed-logo a {
    display: block;
}

.fixed-logo a img {
    display: block;
    width: 100%;
}

.fixed-r ul {
    margin-top: .16rem;
    margin-top: .26rem;
}

.fixed-r ul li a {
    display: block;
}

.fixed-r ul li+li a {
    margin-top: .2rem;
}

.fixed-r ul li a .icon img {
    width: 25px;
    display: block;
    margin: 0 auto;
    max-width: 50%;
}

.fixed-r ul li a p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #ffffff;
}

.gotop {
    cursor: pointer;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: .22rem;
}

.gotop img {
    display: block;
    width: 0.4rem;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .fixed-r {
        display: none;
    }
}




.slot {
    position: absolute;
    width: 100%;
    bottom: 100%;
    --position: 50%;
    z-index: 2;
}

.slot .news_list {
    display: flex;
    position: relative;
    align-items: flex-end;
    /* overflow: hidden; */
    /* mask: url(./images/waverMask.png) no-repeat; */
    mask-position: var(--position) 0;
    mask-size: calc(100vw *2) 2.46rem;
    transition: 0.4s;
}

.slot .news_list .news {
    flex: 1;
    /* margin-top: .5rem; */
    height: 1.6rem;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    transition: all .6s;
    height: .22rem;
    overflow: hidden;
}

.slot .news_list .news .con {
    position: absolute;
    left: 50%;
    transform: translateX(-52%);
    bottom: 78%;
    display: none;
}

.slot .news_list .news .con img {
    max-width: 1rem;
}

.slot .news_list .news .icon {
    will-change: transform, filter, rotateY, top;
    position: absolute;
    margin: 0 auto;
    top: 0.2rem;
    left: 50%;
    transition: 0.4s;
    max-width: 51%;
    transform: translateX(-50%);
    /* top: 1.6rem; */
    opacity: 0;
}

.slot .news_list .news:nth-child(2n+1) {
    background: #8e007f;
}

.slot .news_list .news:nth-child(2n) {
    background: #710b6d;
}

.slot .news_list .news.active .icon {
    transition: 0.4s;
    opacity: 1;
}

.slot .news_list .news .icon img {
    width: 100%;
}

/*Right*/

.slot .news_list .news.active+* {
    height: 1.34rem;
}

.slot .news_list .news.active+* .icon {
    opacity: 1;
}

.slot .news_list .news.active+*+* {
    height: 0.8rem;
}

.slot .news_list .news.active+*+* .icon {
    opacity: 1;
}


/*Left*/

.slot .news_list .news.prev {
    height: 1.34rem;
}

.slot .news_list .news.prev .icon {
    opacity: 1;
}

.slot .news_list .news.dbprev {
    height: 0.8rem;
}

.slot .news_list .news.dbprev .icon {
    opacity: 1;
}



.slot .news_list .news:active,
.slot .news_list .news:focus {
    width: 28vw;
    filter: inherit;
    z-index: 100;
    transform: translateZ(calc(var(--index) * 10));
}

.slot .news_list .news .imgs {
    position: absolute;
    top: 100%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    left: 50%;
    margin-left: -0.6rem;
    transition: 0.6s;
    opacity: 0;
}

.slot .news_list .news:hover {}

.slot .news_list .news:hover .imgs {
    opacity: 1;
    top: 86%;
}

.slot .news_list .news.active {
    overflow: inherit;
    height: 1.86rem;
}



.slot-img {
    position: absolute;
    bottom: 100%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transform: translateX(-50%);
    width: 1.4rem;
}

.slot-img.show {
    opacity: 1;
    visibility: inherit;
    z-index: 9;
}

.slot-img img {
    display: block;
    width: 100%;
}


@media screen and (max-width:1024px) {

    .slot .news_list .news .icon {
        top: .1rem;
    }

    .slot .news_list .news:has(+ * + .active) {
        height: 0.4rem;
    }

    .slot .news_list .news:has(+ .active) {
        height: .6rem;
    }

    .slot .news_list .news.active {
        height: .8rem;
    }

    .slot .news_list .news.active+* {
        height: .6rem;
    }

    .slot .news_list .news.active+*+* {
        height: 0.4rem;
    }
    .slot-img{
        width: 1.2rem;
    }

}