@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: .16rem;
    overflow: hidden;
}

html {
    font-size: 5.208333vw;
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2500px) {
    html {
        font-size: 105px;
    }
}

@media screen and (min-width: 3000px) {
    html {
        font-size: 110px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

button {
    outline: none;
    border: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* 汉堡按钮 */
#openBtn {
    width: .4rem;
    height: .15rem;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

#openBtn .lcbody {
    width: .4rem;
    height: .15rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

#openBtn .lcbody .lcitem {
    width: 100%;
    height: .02rem;
    position: absolute;
    transition: transform .36s ease;
    right: 0
}


#openBtn .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff
}

#openBtn .lcbody .top {
    top: 0
}

#openBtn .lcbody .bottom {
    top: calc(100% - .03rem)
}

#openBtn .lcbody:hover .lcitem.top .rect {
    animation: move .4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
    animation: move .4s ease-in-out .1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
    animation: move .4s ease-in-out .2s 1
}

.active#openBtn .lcitem.top {
    transform: rotateZ(45deg);
    top: 49%
}

.active#openBtn .lcitem.bottom {
    transform: rotateZ(-45deg);
    top: 49%
}

@keyframes move {
    0% {
        right: 0
    }

    40% {
        right: 0;
        width: 0
    }

    60% {
        right: auto;
        width: 0%
    }

    100% {
        right: auto;
        width: 100%
    }
}

/* 汉堡按钮 */


/* 导航 */

.w16 {
    max-width: 16rem;
    margin: 0 auto;
}

.top-yc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #a01919;
    background-size: 100% 100%;
    transform: translateY(-110%);
    transition: all 0.6s;
    opacity: 0;
    overflow: hidden;
    z-index: 99;
}

.top-yc.show {
    transform: translateY(0);
    opacity: 1;
}

.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, .7); */
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 1.5s;
    z-index: 1;
}

.top-yc.show1::before {
    opacity: 1;
}

.top-yc.show2::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;
}

.tnav {
    width: 100%;
    /* flex: 1; */
    min-width: 0;
    overflow: hidden;
}

.tnav>ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.tnav>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(.5rem);
    opacity: 0;
    transition: all 1s;
}

.tnav>ul>li>a {
    color: #fff;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: .4rem;
    letter-spacing: 0.01rem;
    position: relative;
    display: block;
}

.tnav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .4rem;
    transition: all .6s;
    height: 1px;
    bottom: -0.05rem;
    background: #fff;
}

.tnav>ul>li:hover>a::after {
    content: "";
    width: 100%;
}

.tnav>ul>li>div {
    padding-top: 0.15rem;
    width: 100%;
}

.tnav>ul>li>div>ul>li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tnav>ul>li>div>ul>li>a {
    display: block;
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    opacity: 0.8;
    transition: all 0.5s;
}

.tnav>ul>li>div>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: all .6s;
    height: 1px;
    bottom: 0;
    background: #fff;
}

.tnav>ul>li>div>ul>li:hover>a::after {
    width: 100%;
}

.tnav>ul>li>div>ul>li:hover>a {
    opacity: 1;
}

.tnav>ul>li>div>ul>li dl {
    width: 100%;
}

.tnav>ul>li>div>ul>li dl dd {
    display: flex;
    justify-content: center;
}

.tnav>ul>li>div>ul>li dl dd a {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
}

.tnav>ul>li>div>ul>li dl dd a:hover {
    color: #fff;
    opacity: 1;
}


.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;
}

/* 导航end */

.wap {
    background-color: #9b191a;
}

.w-guide {
    background: url(../images/w-guidebg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999;
}

.w-lg {
    padding-top: 10vh;
}

.w-lg img {
    max-width: 100%;
    height: 20vh;
    display: block;
    margin: 0 auto;
}

.w-gc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.w-lg2 {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    left: 50%;
    top: -2.4rem;
    transform: translateX(-50%);
}

.w-gc::after {
    content: '';
    width: 3.75rem;
    height: 4.38rem;
    position: absolute;
    left: 50%;
    top: -2.4rem;
    transform: translateX(-50%);
    background: url(../images/w-guang.png) no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 1));
}

.w-lg2 img {
    width: 100%;
    height: 100%;
    display: block;
    animation: roate 10s linear infinite;
    transform-origin: center;
}

.w-gltbox {
    perspective: 5rem;
}

.w-glt {
    position: relative;
}

.w-gl {
    position: absolute;
    left: 0;
    top: -1rem;
    width: 80%;

    transform: rotateY(60deg) rotateZ(-10deg) rotateX(-10deg) translateX(-0.2rem);
    transform-origin: left center;
}

.w-gr {
    position: absolute;
    right: 0;
    top: -1.1rem;
    width: 80%;

    transform: rotateY(-60deg) rotateZ(10deg) rotateX(-10deg) translateX(0.2rem);
    transform-origin: right center;
}

.w-glt ul {
    transform-origin: center center;
}

.w-gl.w-glt ul {
    transform: rotateY(180deg);
}


.w-glt ul li a {
    width: 100%;
    height: 20vh;
    display: block;
    position: relative;
    border-top: .1rem solid rgba(255, 255, 2555, 0.2);
}

.w-glt ul li a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: center center;
    transform: rotateY(180deg);
}

.w-gtx {
    width: 100%;
    background: url(../images/w-gtxbg.png) no-repeat;
    background-size: 100% 100%;
    padding: .5rem 0;
}

.w-gtx img {
    max-width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
}

/* 移动端卡片 */

.w-index {
    background-color: #9b191a;
    padding: .2rem;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.wi-menu span:first-child {
    top: 0;
}

.wi-menu span:last-child {
    bottom: 0;
}

.wi-top {
    margin-bottom: .3rem;
    position: relative;
}

.wi-lg a img {
    width: 3rem;
    max-width: 80%;
    display: block;
}

.wi-lt ul li a {
    margin: .1rem 0;
    opacity: 0.6;
    transition: all 0.5s;
    position: relative;
}

.w-ifo {
    width: .53rem;
    height: .53rem;
    border-radius: 50%;
    background-color: #951513;
    box-shadow: 0rem .02rem .07rem 0rem rgba(61, 0, 1, 0.48);
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    font-size: .14rem;
    line-height: .18rem;
    color: #f9d7bb;
    opacity: 0;
    padding: .1rem;
    text-align: center;
}

.wi-lt ul li a:hover {
    opacity: 1;
}

.wi-lt ul li a:hover .w-ifo {
    opacity: 1;
}

.wi-lt ul li a .pic {
    padding-top: 140%;
    border-radius: .1rem;
}

.wi-lt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.wi-lt .djs {
    margin: 0;
    position: absolute;
    right: 0;
    top: -0.2rem;
    width: 100%;
    z-index: 2;
    text-align: right;
    background-color: #9b191a;
    padding-bottom: .1rem;
}

.wi-lt .djs h3 {
    font-size: .16rem;
}

.wi-lt .djs span {
    font-size: .36rem;
    vertical-align: 0;
    margin: 0 .05rem;
}

.wi-lt .wi-slick {
    width: 48.5%;
    transform: translateY(0.8rem);
}

.wi-lt .wi-slick:last-child ul {
    transform: rotate(180deg);

}

.wi-lt .wi-slick:last-child li a {
    transform: rotate(180deg);
}

/* 移动端nav */
.wi-menu {
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    width: .4rem;
    height: .15rem;
    z-index: 9;
}

.wi-menu.on span:first-child {
    transform: rotate(45deg);
    top: 50%;
}

.wi-menu.on span:last-child {
    transform: rotate(-45deg);
    top: 50%;
}

.wi-menu span {
    display: block;
    width: 100%;
    border-top: .03rem solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: .2rem;
    background-color: #9b191a;
}

.m-logo {
    font-size: 0;
}

.m-logo a {
    font-size: 0;
    line-height: .4rem;
    display: block;
}

.m-logo img {
    max-height: .4rem;
    max-width: 80%;
    vertical-align: middle;
}

.m-tlink {
    padding: .1rem .15rem 0 .15rem;
}

.m-tlink a {
    font-size: .12rem;
    margin-right: .05rem;
    color: #fff;
    display: inline-block;
    line-height: .24rem;
    background: #fff;
    color: #304174;
    line-height: .24rem;
    padding: 0 .15rem;
    border-radius: .05rem;
}

.m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    /* background: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
}

.m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
}

.m-search input[type="text"]::placeholder {
    color: #fff;
}

.m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
}

.m-nav.show {
    right: 0;
}

.m-nav {
    position: fixed;
    top: .6rem;
    right: -100%;
    bottom: 0;
    z-index: 999;
    background: #9b191a;
    overflow-y: scroll;
    width: 100%;
    max-width: 3.75rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
    transition: right 0.5s;
    padding-top: .2rem;
}

.m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
}

.m-nav ul li {
    border-bottom: .01rem 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: .16rem;
    line-height: .2rem;
    padding: .2rem 0;
    position: relative;
    color: #fff;
}

.m-nav>ul>li ul li a {
    padding: .1rem 0;
}

.m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .2rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
}

/* 移动端nav */













@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {}