﻿@font-face {
    font-family: HelveticaNeue LT;
    src: url("../font/Helvetica LT 43 Light Extended.ttf");
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
div,h1,h2,h3,h4,h5,h6,p,span,input,input::placeholder,i,a {
    font-family: "HarmonyOS Sans SC",sans-serif !important;
}
body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}
body .shubiao {
    cursor: url(../image/shubiao.png), default!important;
}
*, *::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;
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.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);
}


*[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;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19991209;
    width: 100%;
    height: 90px;
    padding: 0 202px 0 99px;
    transition: 0.6s;
}
header .header {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
header .header .logo {
    display: block;
}
header .header .logo img {
    width: 228px;
    display: block;
}
header .header ul {
    display: flex;
    align-items: center;
}
header .header ul li a {
    font-size: 18px;
    font-family: "HarmonyOS Sans SC",sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    transition: 0.6s;
}
.banner {
    overflow: hidden;
}
header .header ul li a {
    margin-right: 78px;
}
header .header ul li a:hover {
    color: #F6AB01!important;
}
header .header ul li a.on {
    color: #F6AB01!important;
}
header .header ul .net {
    display: flex;
    align-items: center;
    padding: 0 25px 0 23px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.6s;
}
header .header ul .net p {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    transition: 0.6s;
    margin-right: 12px;
}
header .header ul>a .iconfont {
    color: #fff;
    transition: 0.6s;
}
header .header ul .net:hover {
    background: #FFFFFF;
}
header .header ul .net:hover p,header .header ul .net:hover .iconfont {
    color: #181818;
}
header .header ul .lan {
    color: #FFFFFF;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    transition: 0.6s;
    margin-left: 30px;
    position: relative;
}
header.on {
    box-shadow: 0px 2px 59px 0px rgba(0,0,0,0.05);
    background: #fff;
}
header.on .header ul .net {

    border: 1px solid #000000;

}
header.on .header ul li a {
    font-weight: bold;
    color: #000000;
}
footer .wrap {
    width: 1534px;
    margin: auto;
    padding-top: 114px;
    padding-bottom: 95px;
}
footer .wrap .top {
    display: flex;
    justify-content: space-between;
}
footer .wrap .left .logo {
    width: 228px;
    margin-bottom: 106px;
}
footer .wrap .right .links {
    display: flex;
    align-items: center;
}
footer .wrap .right {
    padding-top: 31px;
}
footer .wrap .right .links .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(18, 18, 18, 0.05);
    transition: 0.6s;
    border-radius: 50%;
    color: rgba(129, 129, 129, 1);
    font-size: 18px;
}
footer .wrap .right .links .iconfont:not(:nth-last-child(1)) {
    margin-right: 11px;
}
footer .wrap .right .links .iconfont:nth-last-child(1) {
    font-size: 24px;
}
footer .wrap .right .links .iconfont:hover {
    color: #fff;
    background: #F6AB00;
}
footer .wrap .left .content {
    display: flex;

}
footer .wrap .left .content .item {
    margin-right: 130px;
}
footer .wrap .left .content .item h5 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #020202;
    margin-bottom: 18px;
}
footer .wrap .left .content .item a {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 30px;
    transition: 0.6s;
}
footer .wrap .left .content .item a:hover {
    color: #F6AB00;
}
footer .wrap .left .content .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1F1F1F;
}
footer .wrap .left .content .item .address {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #020202;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 11px;
}
footer .wrap .left .content .item:nth-child(1) a{
    display: flex;
    align-items: center;
}
footer .wrap .left .content .item:nth-child(1) a p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #020202;
    margin-right: 10px;
    transition: 0.6s;
}
footer .wrap .left .content .item:nth-child(1) a svg {
    width: 36px;
    height: 36px;
}
footer .wrap .left .content .item:nth-child(1) a .iconfont {
    font-size: 12px;
    color: #020202;
    transform: rotate(-90deg);
    transition: 0.6s;
}
footer .wrap .left .content .item:nth-child(1) a svg path {
    transition: 1s;
}
footer .wrap .left .content .item:nth-child(1) a:hover svg path {
    fill: #F6AB00;
}
footer .wrap .left .content .item:nth-child(1) a:hover p,footer .wrap .left .content .item:nth-child(1) a:hover .iconfont {
    color: #F6AB00;
}
footer .wrap .right .text {
    margin-top: 55px;
}
footer .wrap .right .text h4 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #020202;
    margin-bottom: 25px;
}
footer .wrap .right .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 24px;
}
footer .wrap .right .text p br {
    display: none;
}
footer .wrap .right .text .email input {
    width: 89%;
    border: none;
    height: 52px;
}
footer .wrap .right .text .email {
    width: 446px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 26px;
}
footer .wrap .right .text .email a {
    display: flex;
    align-items: center;
}
footer .wrap .right .text .email a p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-right: 8px;
    transition: 0.6s;
}
footer .wrap .right .text .email a .iconfont {
    font-size: 12px;
    transform: rotate(-90deg);
    transition: 0.6s;
    color: #020202;
}
footer .wrap .right .text .email a:hover p ,footer .wrap .right .text .email a:hover .iconfont  {
    color: #F6AB00;
}
footer .wrap .center {
    margin-top: 70px;
    margin-bottom: 127px;
}
footer .wrap .center p {
    font-size: 15px;
    font-family: Roboto;
    font-weight: 400;
    color: #020202;
    margin-bottom: 10px;
}
footer .wrap .center h1 {
    font-size: 30px;
    font-family: HelveticaNeue LT!important;
    font-weight: 400;
    color: #020202;
}
footer .wrap .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .wrap .bottom a,footer .wrap .bottom div {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6A6A6A;
    transition: 0.6s;
}
footer .wrap .bottom a:hover {
    color: #000;
}
header.header_active {
    background: rgba(0,0,0,0.6);
}
header.header_active:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(7px);
    z-index: 9;
}
header.on .header ul .net p,header.on .header ul .net .iconfont,header.on .header ul .lan {
    color: #000000;
}
header.on .header ul .lan:after {
    border-top: 5px solid #000000;
}
footer .wrap .right .links .iconfont {
    position: relative;
}
.ewm {
    position: absolute;
    display: flex;
    position: absolute;
    display: flex;

    height: 150px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(247, 247, 247, 0.7);
    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 .item p {
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #000000;
    margin-top: 5px;
}
.ewm .item {
    padding: 15px 10px 0;
    width: 120px;
}
footer .wrap .right .links .iconfont:hover .ewm {
    opacity: 1;
}
footer .wrap .right .links .iconfont:nth-child(2) {
    font-size: 26px;
}
header .header .menu svg {
    display: block;
    stroke: #000000;
    width: 64px;
    height: 38px;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none!important;
    display: block;
}
.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 {
    display: none;
}
.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 {
    --offset: 57px;
}
.menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
    --offset: 58px;
}
footer .wrap .bottom a span{
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    display: inline-block;
}
footer .wrap .bottom a {
    display: flex;
}
footer .wrap .bottom a .block {
    display: flex;
}
footer .wrap .bottom a .rolling-text {
    height: 19px;
    overflow: hidden;
}
footer .wrap .bottom a .block:nth-child(2) {
    color: #F6AB01;
}
footer .wrap .bottom a:hover span {
    transform: translateY(-100%);
}
footer .wrap .bottom a .block span:nth-child(2) {
    transition-delay: 0.02s;
}
footer .wrap .bottom a .block span:nth-child(3) {
    transition-delay: 0.04s;
}
footer .wrap .bottom a .block span:nth-child(4) {
    transition-delay: 0.06s;
}
@media screen and (max-width: 1700px) {
    footer .wrap {
        width: 90%;
    }
    header {
        padding: 0 5vw;
    }
}
@media screen and (max-width: 1365px) {

    header .header ul li a {
        margin-right: 50px;
    }
    header .header ul .net {
        padding: 0 15px 0 15px;
        height: 40px;
    }
    header .header ul .net p {
        margin-right: 6px;
    }
    footer .wrap .left .content .item {
        margin-right: 70px;
    }
    footer .wrap {
        padding-top: 50px;
    }
    footer .wrap .center {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    header .header ul li a {
        font-size: 16px;
    }
    header .header .logo {
        width: 200px;
    }
    header .header ul .lan {
        font-size: 16px;
    }
    header {
        height: 80px;
    }
    footer .wrap {
        padding-bottom: 40px;
    }
    footer .wrap .left .content {
        display: none;
    }
    footer .wrap .top {
        flex-direction: column;
    }
    footer .wrap .left .logo {
        margin: 0 auto 0px;
    }
    footer .wrap .right .links {
        justify-content: center;
    }
    footer .wrap .center {
        margin: 20px 0 5px;
    }
    footer .wrap .bottom {
        flex-direction: column;
        justify-content: center;
    }
    footer .wrap .bottom a {
        display: inline-block;
        margin-top: 10px;
    }
    footer .wrap .right .text {
        display: none;
    }
    footer .wrap .center {
        text-align: center;
    }
    footer .wrap .center h1 {
        font-size: 20px;
    }
    footer .wrap {
        padding: 30px 0;
    }
    footer .wrap .right .links .iconfont {
        width: 40px;
        height: 40px;
    }
    footer .wrap .right {
        padding-top: 20px;
    }
    footer .wrap .bottom a, footer .wrap .bottom div {
        display: inline-block;
    }
}
@media screen and (max-width: 1023px) {

    .banner {
        padding-top: 50px!important;
    }
    header {
        height: 50px;
    }
    header .header .logo {
        width: 150px;
    }
    header,header.header_active {
        background: #FFFFFF;
    }
    header .header ul li a {
        color: #000;
    }
    header .header .menu {
        display: block;
    }
    header .header ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #FFFFFF;
        z-index: 9999;
        top: 48px;
        display: block;
        clip-path: inset(0% 0% 100% 0%);
        transition: 0.6s;
        pointer-events: none;
        padding: 0 20px;
    }
    header .header ul li  a {
        width: 100%;
        line-height: 60px;
        display: block;
    }
    header .header ul li {
        border-bottom: 1px solid #cccccc;
    }
    header .header ul.mobile_background_active {
        clip-path: inset(0% 0% 0% 0%);
        pointer-events: auto;
    }
    header.on .header ul .net {
        border: none;
        border-bottom: 1px solid #cccccc;
        border-radius: unset;
        width: 100%;
        line-height: 60px;
        display: flex;
        height: 60px;
        padding: 0;
    }
    header .header ul>a .iconfont {
        display: none;
    }
    header.on .header ul .net p {
        font-weight: bold;
    }
    header .header ul .net p {
        font-size: 16px;
    }
    header .header ul .lan {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    footer .wrap .center p,footer .wrap .bottom a, footer .wrap .bottom div {
        font-size: 12px;
    }
    footer .wrap .bottom a, footer .wrap .bottom div {
        line-height: 12px;
    }
    footer .wrap .bottom a .rolling-text {
        height: 12px;
        transform: translateY(1px);
    }
    footer .wrap .center h1 {
        font-size: 14px;
    }
    footer .wrap .bottom a {
        font-size: 12px;
    }
    footer .wrap .left .logo {
        width: 190px;
    }
}