* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    overflow-X: hidden;
}

img {
    width: 100%;
    display: block;
    -webkit-touch-callout: none;
}


.navButton {
    position: relative;
    width: 50px;
    height: 50px
}

.navButton .anchor {
    position: relative;
    height: 100%;
    cursor: pointer
}

.open .navButton .anchor .borders__border:before {
    animation-name: header_nav_border;
    animation-duration: 650ms;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.navButton .anchor.mHover .borders__border:before {
    animation-name: header_nav_border;
    animation-duration: 650ms;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: forwards
}

@keyframes header_nav_border {

    0%,
    40% {
        transform-origin: right
    }

    40.5%,
    100% {
        transform-origin: left
    }

    40%,
    41% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes header_nav_border_reverse {

    0%,
    40% {
        transform-origin: left
    }

    40.5%,
    100% {
        transform-origin: right
    }

    40%,
    41% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

.navButton {
    position: relative;
    height: 50px;
    height: 50px;
}

.open .navButton .anchor .borders__border:nth-of-type(2):before {
    animation-delay: 400ms
}

.navButton .anchor.mHover .borders__border:nth-of-type(2):before {
    animation-delay: 200ms
}

.navButton .Gnav--open,
.navButton .Gnav--close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.navButton .Gnav--close {
    pointer-events: none
}

.navButton .borders {
    position: relative;
    height: 100%;
    pointer-events: none
}

.navButton .borders__border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 1px;
    background-color: #e3e5e4;
    transition: transform 320ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navButton .borders__border:nth-of-type(1) {
    top: -8.5714285714%;
}

.navButton .borders__border:nth-of-type(2) {
    top: 8.5714285714%
}

.navButton .borders__border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #061826
}


/* @font-face {
   
    src: url(../font/SourceHanSerifCN-Regular-1.otf);
} */
@font-face {

    src: url(https://ts.tensongs.cn/font/1620207098932018.ttf);
}

/* @font-face {
    font-family: Lato2;
    src: url(../font/SourceHanSerifCN-Bold-2.otf);
}

@font-face {
    font-family: Lato3;
    src: url(../font/SourceHanSerifCN-Heavy-4.otf);
}

@font-face {
    font-family: Lato4;
    src: url(../font/IPAex鏄庢湞浣�.ttf);
}

@font-face {
    font-family: HanaMin;
    src: url(../font/Menlo-Regular.ttf);
} */

.menu {
    display: flex;
    align-items: center;
}

.menu p {
    font-size: 20px;

    margin-right: 23px;
    color: #000000;
}

.header {
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}


.head {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 230px;
    margin-left: 145px;
}

.header.is-gnav_open {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 650ms
}

.header.is-gnav_open .Header__mags {
    opacity: 0;
    pointer-events: none
}

.header.is-gnav_open .list {
    opacity: 0;
    pointer-events: none
}

.header.is-gnav_open .navButton .Gnav--open {
    pointer-events: none
}

.header.is-gnav_open .navButton .Gnav--close {
    pointer-events: initial
}

.header.is-gnav_open .navButton .borders__border {
    top: 0
}

.header.is-gnav_open .navButton .borders__border:nth-of-type(1) {
    transform: rotate(30deg)
}

.header.is-gnav_open .navButton .borders__border:nth-of-type(2) {
    transform: rotate(-30deg)
}

.header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(n+1):before {
    animation: none
}

.header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(1) {
    transform: rotate(-30deg)
}

.header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(2) {
    transform: rotate(30deg)
}

.menu .menuIcon {
    width: 50px !important;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    background: #FFFFFF;
    justify-content: center;
    z-index: 9999;
    align-items: center;
    height: 50px !important;
}

.menuList>div.menuBox {
    width: unset;
    height: unset;
    right: 0px;
    top: 57.5px;
    height: 50px;
    position: absolute;
}

.menuIcon:hover {
    transition: 1s;
    transform: rotateZ(360deg);
}


.menu .menuIcon img {
    width: 24px;
    height: 14px;
}

.close .menuIcon img {
    width: 12px;
    height: 12px;
}


.close .menuIcon {
    background: #A79377;
}

.menuBox .close {
    display: none;
}

.menuBox {
    margin-right: 80px;
}

.menuBox.active .close {
    display: flex;
}



.menuList {
    position: fixed;
    right: -75%;
    width: 75%;
    top: 0;
    transition: 1s;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 753px;
    background: rgba(255, 255, 255);
    background-size: cover;
}


.listBox .shadow {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
}


.menuList a {
    position: relative;
    font-size: 20px;
    color: #000000;
    line-height: 24px;

}

.menuList>div {
    width: 75%;
    max-width: 260px;
}

.nav div {
    text-align: center;
    margin-bottom: 36px;
}

/* .nav div:nth-child(2) a{
    width: 80px;
    display: block;
    margin-left: auto;
    text-align-last: justify;
} */

.menuLogo {
    width: 190px !important;
    margin-top: 18.3%;
    margin-bottom: 73px;
}

.listBox {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    transition: 1s;
}

.listBox.on {
    opacity: 1;
}


.listBox.on .menuList {
    right: 0;
    z-index: 9999;
}

.listBox.on .shadow {
    display: block;
}

.nav a::after {
    content: "";
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 0;
    position: absolute;
    background: #000;
    left: 0;
    bottom: -0.1px;
}

.nav a:hover::after {
    width: 100%;
}

.footer {
    width: 100%;
    position: relative;
    z-index: 999;
    height: 570px;
    opacity: 0;
    background: url(https://ts.tensongs.cn/images1/ppgsBj.jpg) center center /cover;

}

.footer.on {
    animation: footerDz .8s ease-out forwards;
}

.footer.on .footerTop.on {
    animation: footerDz1 .8s ease-out forwards;
}

.footer.on .footerBottom.on {
    animation: footerDz2 .8s ease-out forwards;
}

@keyframes footerDz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes footerDz1 {
    0% {
        opacity: 0;
        transform: translateX(-30%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes footerDz2 {
    0% {
        opacity: 0;
        transform: translateX(30%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.footerItem {
    width: 86%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.footerTop {
    display: flex;
    padding-top: 80px;
    opacity: 0;
    justify-content: space-between;
}

.footerLogo {
    width: 25%;
    max-width: 475px;
    height: 53px;
}

.footerMenu {
    flex: 1;
    margin-left: 30px;
    max-width: 800px;
    display: flex;
    justify-content: space-between
}

.footerMenu div a {
    position: relative;
    margin: auto;

    font-size: 18px;
    color: #333333;
}

.footerMenu li>a::after,
.footerMenu>div>a::after {
    content: "";
    height: 1px;
    transition: .5s;
    position: absolute;
    background: #000;
    left: 0;
    width: 0%;
    bottom: -0.1px;
    display: block;
}

.footerMenu li a {
    position: relative;

    text-align: center;
    font-size: 16px;
    transition: .5s;
    color: #8D8D8D;
}

.footerMenu li:hover a {
    color: #333333;

}

.footerMenu li {
    margin: 0 auto 20px;
    text-align: center;
}

.footerMenu>div {
    position: relative;
}

.footerMenu ul {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}

.footerMenu li>a:hover::after,
.footerMenu>div>a:hover::after {
    width: 100%;
}

.footerBottom {
    display: flex;
    width: 100%;
    opacity: 0;
    padding-bottom: 79px;
    align-self: center;
    justify-content: space-between;
}

.footerBottom div {
    font-size: 16px;

    font-weight: 400;
    color: #333333;
}

.returnTop {
    position: fixed;
    right: 40px;
    width: 60px;
    z-index: 999;
    opacity: 0;
    transition: .5s;
    bottom: 10vh;
}


.returnTop.on {
    cursor: pointer;
    opacity: 1;
}

@media (max-width:1440px) {

    .footerLogo {
        width: 20%;
    }
}

@media (max-width:800px) {
    .menuBox {
        right: 10px;
    }

    .menu .menuIcon {
        width: 50px;
        height: 50px;
    }
    .menuList{
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    .menuLogo{width: 150px !important;}
    .shadow{
        background: rgba(0, 0, 0, .7);
    }
    .nav div{
        margin-bottom: 20px;
    }
    .menuList>div{
        margin-top: 0 !important;
    }

    .menuLogo {
        margin-top: 50% !important;
        margin-bottom: 20% !important;
    }

    .footerItem {
        display: block;
        width: 90%;
    }

    .footerMenu ul {
        display: none;
    }

    .footerTop {
        margin-bottom: 40px;
        padding-top: 40px;
        display: block;
    }

    .footerLogo {
        width: 200px;
        height: unset;
        margin-bottom: 40px;
    }

    .footerMenu div {
        width: 30%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footerMenu {
        flex-wrap: wrap;
        margin-left: 0;
    }

    .footerBottom {
        padding-bottom: 0;
        flex-direction: column-reverse;
    }

    .footerBottom div {
        margin-bottom: 20px;
    }

    .footer {
        height: unset;
        padding-bottom: 40px;
    }

    .footerBottom div:first-child {
        margin-bottom: 0;
    }

    .logo {
        width: 150px;
        height: unset;
        margin-left: 20px;
    }

    .menu p {
        display: none;
    }

    .head {
        height: 60px;
        padding: 0;
        background: #fff;
    }

    .header {
        height: unset;
    }

    .returnTop {
        position: fixed;
        right: 20px;
        width: 50px;
        z-index: 999;
        cursor: pointer;
        bottom: 5vh;
    }

    .menuBox {
        margin-right: 10px !important;
    }

    .menuList>div.menuBox {
        top: 5px;
    }
}