/* common */
@font-face {
    font-family: TradeMarker;
    src: url("../fonts/TradeMarker Light Regular.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

#Horizontal{
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.scrollX{
    width: fit-content;
    height: 100vh;
    display: flex;
}

.scrollbar-thumb {
    width: 5px !important;
}
div, h1, h2, h3, h4, h5, h6, p, span, input, input::placeholder, i, a {
    font-family: 'Microsoft YaHei' !important
}
.footer .footer_bt .left a br {
    display: none;
}
@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
    .footer .footer_bt .left a span {
        display: none;
    }
    .footer .footer_bt .left a {
        text-align: center;
        line-height: 30px;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
    max-width: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

/*video*/
*[onclick*='video_alert(this)'] video {
    display: none;
}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
}

.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block;
}

.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s;
}

.alert_video .joke .close:hover{
    transform: rotate(90deg);
}

.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
    width: 100%;
    height: 100%;
}

.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover;
}

.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px;
}

.alert_video.all .joke .video video {
    object-fit: cover;
}

.none {
    display: none;
}

.block{
    display: block;
}

#my-scrollbar .scroll-content section {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

/* common */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19991209;
    transition: 0.6s;
}
.header.header_on {
    background: #FFFFFF;
    box-shadow: 0px 2px 59px 0px rgba(0,0,0,0.05);
}
.header .header_top {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 200px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: 0.6s;
}
.header .header_top .menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.header .header_top .menu .menu_btn {
    margin-right: 17px;
}
.header .header_top .menu .menu_btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #FFFFFF;
    transition: 1s;
}
.header.header_on .header_top .menu .menu_btn span {
    background: #000;
}
.header .header_top .menu .menu_btn span:nth-child(2) {
    margin: 6px 0;
}
.header .header_top .menu.close .menu_btn span {
    background: #000;
}
.header .header_top .menu.close .menu_btn span:nth-child(2) {
    transform: translateX(-20px);
    opacity: 0;
}
.header .header_top .menu.close .menu_btn span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}
.header .header_top .menu.close .menu_btn span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}
.header .header_top .menu p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
    transform: translateX(-20px);
}
.header.header_on .header_top .menu p {
    color: #000;
}
.header .header_top .search {
    display: flex;
    align-items: center;
}
.header .header_top .search p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 14px;
    transition: 0.6s;
}
.header.header_on .header_top .search p {
    color: #000;
}
.header .header_top .search .iconfont {
    color: #FFFFFF;
    font-size: 18px;
    transition: 0.6s;
}
.header.header_on .header_top .search .iconfont {
    color: #000;
}
.header .header_bottom .logo {
    position: relative;
    z-index: 1000;
    top: 2px;
    transition: 0.6s;
    transform-origin: left;
}
.header .header_bottom .logo svg {
    width: 218px;
}
.header.header_active .header_bottom .logo {
    transform: scale(0.8);
}
.header .header_bottom .logo svg path {
    fill: #970005!important;
}
.header .header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 200px;
    height: 60px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    transition: 0.6s;
    background: unset;
}
.header.header_on .header_bottom {
    background: #ffffff;
}
.header.header_active .header_bottom {
    padding: 0 330px;
    top: 10px;
    background: unset;
}
.header.header_active .header_bottom .header_link a p {
    font-weight: 700!important;
}
.menu_btn {
    --color: #fff;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
}
.menu svg {
    width: 64px;
    height: 38px;
    top: -3px;
    left: -21px;
    stroke: #ffffff;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
}
.menu.active svg {
    stroke: #000000;
}
.menu.active p {
    color: #ffffff!important;
}
.header_on .menu svg {
    stroke: #000000;
}
.menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.menu.active svg path {
    --offset: 57px;
}
.menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
    --offset: 58px;
}






.header .header_bottom .header_link {
    display: flex;
    align-items: center;
}
.header .header_bottom .header_link a {
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.header .header_bottom .header_link a p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.header.header_on .header_bottom .header_link a p {
    color: #000;
}
.header .header_bottom .header_link a svg {
    width: 33px;
    margin-right: 4px;
}
.header .header_bottom .header_link a svg path {
    fill: #FFFFFF;
    transition: 0.6s;
}
.header.header_on .header_bottom .header_link a svg path {
    fill: #970005;
}
.header .header_bottom .header_link a:hover p {
    color: #970005;
}
.header .header_bottom .header_link a:hover svg path {
    fill: #970005;
}
.footer .joke {
    width: 1520px;
    margin: auto;
}
.footer {
    padding: 45px 0 0;

    background: #F5F5F5;
}
.footer .footer_link {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.footer .footer_link .iconfont {
    color: #000000;
    font-size: 32px;
    display: block;
    margin-right: 60px;
    transition: 0.6s;
    position: relative;
}
.footer .footer_link .iconfont:hover {
    color: #970005;
}

.footer .footer_link .iconfont:nth-last-child(1) {
    font-size: 66px;
}
.footer .linkList {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer .linkList:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 81px;
}
.footer .linkList ul li:nth-child(1) a {
    font-size: 16px;
    font-family: auto;
    font-weight: bold;
    color: #000000;
    line-height: 16px;

}
.footer .linkList ul li:nth-child(1) {
    padding: 31px 0 34px;
    margin-bottom: 24px;
}
.footer .linkList ul li a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    transition: 0.6s;
}
.footer .linkList ul li a:hover {
    color: #970005;
}
.footer .footer_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 56px;
    margin-top: 160px;
}
.footer .footer_bt .left {
    display: flex;
    align-items: center;
}
.footer .footer_bt .left img {
    display: block;
    margin-right: 42px;
}
.footer .footer_bt .left a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    transition: 0.6s;
}
.footer .footer_bt .right a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    transition: 0.6s;
}
.footer .footer_bt a:hover {
    color: #000000!important;
}
.menuList {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.menuList.on {
    opacity: 1;
    pointer-events: auto;
}
.menuList .box {
    width: 560px;
    height: 100%;
    background: #FFFFFF;
    padding: 275px 0 0 200px;
    clip-path: inset(0% 100% 0% 0%);
    transition: cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    box-shadow: 7px 6px 15px rgba(0,0,0,0.1);
}
.menuList .box.active {
    clip-path: inset(0% -10% 0% 0%);
}
.menuList .box .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 224px;
}
.menuList .box .close span {
    display: block;
    width: 28px;
    height: 2px;
    background: #522929;
    transform: rotate(45deg);
    transition: 0.6s;
}
.menuList .box .close span:nth-child(2) {
    transform: rotate(-45deg) translateY(-2px);
}
.menuList .box .item {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
}
.menuList .box.active .item {
    opacity: 1;
    transform: translateY(0px);
}
.menuList .box .item .block a{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    transition: 0.6s;
    line-height: 60px;
    position: relative;

}
.menuList .box .item:not(:nth-last-child(1)) .block a {
    pointer-events: none;
}
.menuList .box .item .block{
    cursor: pointer;
}
.menuList .box .item .block a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #970005;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.6s;
}
.menuList .box .item .block:hover a:after,.menuList .box .item.item_active .block a:after {
    width: 100%;
}
.menuList .box .item .block:hover a,.menuList .box .item.item_active .block a {
    color: #970005;
}
.menuList .box .item .none a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
    display: block;
    transition: 0.6s;
}
.menuList .box .item .none a:hover {
    color: #970005;
}
.menuList .box .close:hover span {
    background: #970005 ;
}
.menuList.done .box .item {
    transition-delay: unset!important;
    transition: unset!important;
}
.menuList .box .item:nth-child(2) {
    transition-delay: 0.4s;
}
.menuList .box .item:nth-child(3) {
    transition-delay: 0.6s;
}
.menuList .box .item:nth-child(4) {
    transition-delay: 0.8s;
}
.menuList .box .item:nth-child(5) {
    transition-delay: 1s;
}
.menuList .box .item:nth-child(6) {
    transition-delay: 1.2s;
}
.menuList .box .item:nth-child(7) {
    transition-delay: 1.4s;
}
.menuList .box .item:nth-child(8) {
    transition-delay: 1.6s;
}
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: 100%;
    display: block;
}
.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .text h1 {
    font-size: 60px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;

}
.banner .text h1 div {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
}
.banner .text h1.active div {
    opacity: 1;
    transform: translateX(0px);
}
.banner .text .banner_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .text .banner_title img {
    display: block;
    width: auto;
    height: auto;
    margin-right: 14px;
}
.banner .text .banner_title h2 {
    font-size: 60px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
}
.banner .text p {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 37px;
    text-align: center;
}
.banner .text p span {
    display: inline-block;
    transform: translateY(15px);
    opacity: 0;
    transition: opacity 1s ease;
}
.banner .text p.active span {
    transform: translate(0);
    opacity: 1;
    transition-property: transform,opacity;
    transition-duration: .5s;
    transition-timing-function: ease;
}
.aboutLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 62px 0 0;
}
.aboutLink a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 70px;
    background: #F5F5F5;
    transition: 0.6s;
}
.aboutLink a:not(:nth-last-child(1)) {
    margin-right: 31px;
}
.aboutLink a p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    margin-left: 12px;
    transition: 0.6s;
}
.aboutLink a .iconfont {
    font-size: 18px;
    color: #000000;
    transition: 0.6s;
}
.aboutLink a:hover,.aboutLink a.on {
    background: #970005;
}
.aboutLink a:hover .iconfont,.aboutLink a:hover p,.aboutLink a.on .iconfont,.aboutLink a.on p {
    color: #FFFFFF;
}
.load {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 19991209999;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.load .sqList {
    width: 150px;
    height: 150px;
    position: relative;
}
.load .sqList:before {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    display: block;
    content: '';
    box-shadow: 50px 50px 0, 0 100px 0, -50px 50px 0;
    transform-origin: 1rem 1rem;
    animation: blink 1s infinite linear;
}
@keyframes blink {
    0% {
        box-shadow: 50px 50px 0 #970005, 0 100px 0 #eca695, -50px 50px 0 #FFFFFF;
    }
    25% {
        box-shadow: 50px 50px 0 #FFFFFF, 0 100px 0 #970005, -50px 50px 0 #eca695;
    }
    50% {
        background: #eca695;
        box-shadow: 50px 50px 0 #FFFFFF, 0 100px 0 #FFFFFF, -50px 50px 0 #FFFFFF;
    }
    75% {
        background: #970005;
        box-shadow: 50px 50px 0 #eca695, 0 100px 0 #FFFFFF, -50px 50px 0 #FFFFFF;
    }
    100% {
        background: #FFFFFF;
        box-shadow: 50px 50px 0 #970005, 0 100px 0 #eca695, -50px 50px 0 #FFFFFF;
    }
}
p {
    font-weight: 200!important;
}
.ewm {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    justify-content: space-around;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}
.ewm img {
    display: block;
    width: 100px;
    height: 100px;
}
.footer .footer_link .iconfont:hover .ewm {
    opacity: 1;
}
.banner_title svg {
    width: 254px;
    margin-right: 26px;
}
.banner_title svg path {
    fill: #970005!important;
}
@media screen and (max-width: 1919px) {
    .header .header_top,.header .header_bottom {
        padding: 0 5vw;
    }
    .header.header_active .header_bottom {
        padding: 0 12vw;
    }
}
@media screen and (max-width: 1600px) {
    .banner .text h1,.banner .text .banner_title h2 {
        font-size: 50px;
    }
    .menuList .box {
        width: 30vw;
    }
    .menuList .box {
        padding: 175px 0 0 10vw;
    }
    .footer .joke {
        width: 90%;
    }
    .banner_title svg {
        width: 200px;
    }
}
@media screen and (max-width: 1400px) {
    .banner .text h1,.banner .text .banner_title h2 {
        font-size: 46px;
    }
    .aboutLink a {
        width: 200px;
        height: 60px;
    }

}
.ph_ic {
    display: none;
}
.ph_item {
    display: none;
}
@media screen and (max-width: 1365px) {
    .footer .footer_bt .left a br {
        display: block;
    }
    .ph_item {
        display: block;
    }
    .menuList .box {
        width: 100%;
    }
    .menuList .box {
        padding: 80px 5vw 0 5vw;
    }
    .menuList .box .item .block a:after {
        display: none;
    }
    .menuList .box .item .block {
        position: relative;
    }
    .menuList .box .item .block .ph_ic {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        transition: 0.6s;
    }
    .menuList .box .item.item_active .block .ph_ic {
        transform: rotate(90deg);
    }
    .menuList .box .item .none a {
        line-height: 40px;
        padding-left: 20px;
        position: relative;
    }
    .menuList .box .item .none a:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #ccc;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }
    .menuList .box .item .block a {
        font-size: 18px;
    }
    .menuList .box .item {
        border-bottom: 1px solid #CCCCCC;
    }
    .header .header_bottom {
        padding: 0 5vw !important;
        top: 10px;
        background: unset;
    }
    .header {
        background: #FFFFFF;
    }
    .header .menu svg {
        stroke: #000000;
    }
    .header .header_top .menu p {
        color: #000;
    }
    .header .header_bottom .header_link {
        display: none;
    }
    .header .header_bottom .logo svg {
        width: 180px;
    }
    .header .header_top .search {
        display: none;
    }
    .header .header_top {
        justify-content: flex-end;
    }
    .header.header_active .header_bottom .logo {
        transform: scale(1);
    }
    .footer .linkList {
        display: none;
    }
    .banner {
        height: 60vh;
    }
    .footer .footer_link .iconfont:nth-last-child(1) {
        margin-right: 0;
    }
    .footer .footer_link {
        justify-content: center;
    }
    .footer .footer_link .iconfont {
        font-size: 28px;
    }
    .footer .footer_link .iconfont:nth-last-child(1) {
        font-size: 58px;
    }
    .footer {
        padding: 20px 0 0;
    }
    .footer .footer_bt {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer_bt .left {
        flex-direction: column;
    }
    .footer .footer_bt .left img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer .footer_bt {
        margin-top: 30px;
    }
    .footer .footer_bt {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .banner .text h1, .banner .text .banner_title h2 {
        font-size: 30px;
    }
    .aboutLink a p {
        font-size: 16px;
    }
    .aboutLink {
        width: 95%;
        margin: 32px auto 0;
    }
    .aboutLink a {
        width: 32%;
    }
    .aboutLink a:not(:nth-last-child(1)) {
        margin-right: 1.5%;
    }
    .banner .text .banner_title h2 {
        line-height: 35px;
        width: 87px!important;
    }
    .banner_title svg{
        width: 120px!important;
        margin-right: 10px!important;
    }
}
