@charset "UTF-8";

.tg {
    font-size: .2rem;
    color: #AA1917;
    line-height: .6rem;
    padding: 0 .4rem;
    position: absolute;
    right: 1rem;
    bottom: 0.8rem;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .99rem;
    cursor: pointer;
}


a {
    display: block;
}

@font-face {
    font-family: 'MaoKenWangFengYaSong';
    src: url('fonts/MaoKenWangFengYaSong.TTF');
    font-style: normal;
}

@font-face {
    font-family: bh;
    src: url("fonts/bahnschrift.ttf");
    font-style: normal;
}

.head {
    position: relative;
    z-index: 999;
    padding: 0px 0.7rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.logo a {
    display: block;
}

.logo a img {
    width: 3.29rem;
    display: block;
}

.h-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0px;
    position: relative;
    z-index: 2;
}

.idx-c {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 9;
}

.h-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.djs h3 {
    font-family: 'MaoKenWangFengYaSong';
    color: rgb(255, 255, 255);
    font-size: 0.24rem;
}

.djs h3 span {
    color: rgb(245, 221, 144);
    font-size: 0.6rem;
    vertical-align: -0.1rem;
    display: inline-block;
    margin: 0px 0.1rem;
}

.djs {
    margin-right: 1rem;
}

.tab {
    padding-bottom: 0.3rem;
    position: relative;
    width: 15rem;
    margin: 0px auto;
    transform: translateX(0.5rem);
}

.tab ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tab ul li {
    position: relative;
}

.tab ul li a:hover {
    color: #f9d7bb;
    opacity: 0.9;
}

.tab ul li a {
    font-size: 0.24rem;
    line-height: 0.48rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    opacity: 0.5;
    font-family: sy;
    padding-top: 0.5rem;
    position: relative;
    background: url("../images/dots.png") center top 0.18rem / 0.11rem no-repeat;
    transition: 0.5s;
    width: 1.3rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}

.tab ul li:last-child a::before,
.tab ul li:last-child::before,
.tab ul li:first-child:after,
.tab ul li:first-child a::after {
    display: none;
}

.tab ul li a::after {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.2rem;
    width: 0.01rem;
    height: 0.06rem;
    background: rgb(209, 167, 167);
}

.tab ul li a::before {
    content: "";
    position: absolute;
    right: 0.25rem;
    top: 0.2rem;
    width: 0.01rem;
    height: 0.06rem;
    background: rgb(209, 167, 167);
}

.tab ul li::after {
    content: "";
    position: absolute;
    left: -0.15rem;
    top: 0.2rem;
    width: 0.01rem;
    height: 0.06rem;
    background: rgb(209, 167, 167);
}

.tab ul li::before {
    content: "";
    position: absolute;
    right: -0.15rem;
    top: 0.2rem;
    width: 0.01rem;
    height: 0.06rem;
    background: rgb(209, 167, 167);
}

.tab ul li.on a {
    color: #f9d7bb;
    opacity: 0.9;
    font-size: 0.3rem;
    background: url("../images/dots-a.png") center top / 0.4rem no-repeat;
}

.ynum {
    position: absolute;
    top: 55%;
    left: 53%;
    transform: translate(-50%, -50%);
    font-size: 9rem;
    font-weight: 600;
    line-height: 1;
    color: rgb(51, 51, 51);
    opacity: 0.1;
    font-family: bh;
    width: 16.57rem;
}

.main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    transform: translateX(-1rem);
}

.motto {
    width: 2.8rem;
    position: relative;
    margin-right: 1rem;
}

.motto img {
    width: 100%;
    display: block;
}

.card {
    width: 9.62rem;
    height: 8rem;
    transform: rotateZ(0deg) translate(0.5rem, -2rem);
    position: relative;
    transition: 2s;
}



.card.on {
    transform: rotateZ(-14deg) translate(0.5rem, -2.1rem);
}

.card::before {
    content: "";
    width: 8.76rem;
    height: 4.87rem;
    background: url("../images/card-bg.png") center bottom / 100% 100% no-repeat;
    position: absolute;
    left: 0.5rem;
    bottom: -1.85rem;
    transform: rotateZ(16deg) scale(1.2);
}

.card ul {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    transform: rotateX(-15deg) rotateY(17deg) rotateZ(0deg);
    transition: 0.5s;
}

.card ul li {
    width: 4.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    transform-origin: left center;
    z-index: 0;
}

.card ul li img {
    opacity: 0.7;
}

.card ul li.cur img {
    opacity: 1;
}

.card ul li:nth-child(1) {
    transform: rotateY(-35deg);
}

.card ul li:nth-child(2) {
    transform: rotateY(0deg);
}

.card ul li:nth-child(3) {
    transform: rotateY(35deg);
}

.card ul li:nth-child(4) {
    transform: rotateY(60deg);
}

.card ul li:nth-child(5) {
    transform: rotateY(95deg);
}

.card ul li:nth-child(6) {
    transform: rotateY(130deg);
}

.card ul li:nth-child(7) {
    transform: rotateY(175deg);
}

.card ul li:nth-child(8) {
    transform: rotateY(210deg);
}

.card ul li a {
    width: 100%;
    border: 0.07rem solid rgb(238, 223, 180);
    transform: translateX(0.4rem);
    position: relative;
}

.card ul li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.card ul li.cur a::after {
    opacity: 0;
}

.card ul li a .pic {
    padding-top: 4.3rem;
}

.index {
    position: relative;
}

#pageContain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide .slide-inner {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
}

.guide {
    width: 100vw;
    height: 100vh;
    background: url("../images/guide.png") 0% 0% / 100% 100% no-repeat rgb(209, 55, 36);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.g-lg {
    padding-top: 1.2rem;
}

.g-lg img {
    margin: 0px auto;
    max-width: 90%;
    display: block;
    width: 10rem;
}

.g-c::after {
    content: "";
    width: 8.19rem;
    height: 7.51rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/g-guan.png") 0% 0% / 100% 100% no-repeat;
    z-index: 2;
}

.g-c::before {
    content: "";
    width: 8.19rem;
    height: 7.51rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: url("../images/g-guan.png") 0% 0% / 100% 100% no-repeat;
    z-index: 2;
}

.g-lg2 {
    width: 5.36rem;
    height: 5.36rem;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}

.g-lg2 img {
    width: 100%;
    height: 100%;
    display: block;
    animation: 10s linear 0s infinite normal none running roate;
    transform-origin: center center;
}

@keyframes roate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.g-sz1 {
    width: 5.56rem;
    height: 3.72rem;
    position: absolute;
    top: 55%;
    left: 10%;
    transform: translateY(-50%);
    background: url("../images/1936.png") 0% 0% / 100% 100% no-repeat;
    z-index: 2;
}

.g-sz2 {
    width: 5.56rem;
    height: 3.72rem;
    position: absolute;
    top: 55%;
    right: 10%;
    transform: translateY(-50%);
    background: url("../images/2026.png") 0% 0% / 100% 100% no-repeat;
    z-index: 2;
}

.g-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 2.54rem;
    perspective: 1.2rem;
}

.g-l {
    transform: rotateY(33deg);
}

.g-r {
    transform: rotateY(-33deg);
}

.g-lt ul li a {
    width: 100%;
    height: 5rem;
    display: block;
    position: relative;
}

.g-lt ul li {
    display: inline-block;
}

@media screen and (min-width: 2000px) {
    .g-c {
        perspective: 2rem;
    }

    .g-lt ul li a {
        height: 5rem;
    }
}

.g-lt {
    position: relative;
    width: 50%;
}

.g-lt ul {
    transform-origin: center center;
}

.g-l.g-lt ul {
    transform: rotateY(180deg);
}

.g-lt ul li:nth-child(2n+1) a {
    padding-top: 0.3rem;
    transform: translateX(-0.1rem);
}

.g-lt ul li a img {
    display: block;
    height: 100%;
    width: 110%;
    transform-origin: center center;
    transform: rotateY(180deg);
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.wap {
    display: none;
}

@media screen and (max-width: 1200px) {
    .guide {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .wap {
        display: block;
    }
    .pc {
        display: none;
    }
    .w-guide {
        display: none;
    }
}