@font-face {
    font-family: 'ALIBABA_REGULAR';
    src: url("../font/ALIBABA-PUHUITI-REGULAR.TTF");
}

@font-face {
    font-family: 'ALIBABA_MEDIUM';
    src: url("../font/ALIBABA-PUHUITI-MEDIUM.TTF");
}

@font-face {
    font-family: 'POPPINS_REGULAR';
    src: url("../font/POPPINS-REGULAR.TTF");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "ALIBABA_REGULAR", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "ALIBABA_REGULAR", "Microsoft YaHei", sans-serif;
}

*, *::after, *::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

[data-lenis-prevent] {
    padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px;
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
}

.header .logo {
    display: block;
    width: 208px;
    filter: brightness(0) invert(1);
    transition: 0.6s;
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 0 85px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .nav a:hover, .header .nav a.on {
    color: #F78200 !important;
}

.header .header_r {
    display: flex;
    align-items: center;
}

.header .header_r .contact {
    width: 111px;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .contact:hover {
    background: #F78200 !important;
    color: #fff !important;
}

.header .header_r .header_r_center {
    margin: 0 30px 0 20px;
    display: flex;
    height: 54px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    gap: 0 20px;
    padding: 4px 4px 4px 19px;
    transition: 0.6s;
}

.header .header_r .header_r_center .lan {
    display: flex;
    align-items: center;
    gap: 0 8px;
    cursor: pointer;
}

.header .header_r .header_r_center .lan .iconfont {
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .header_r_center .lan p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .header_r_center .lan:hover p, .header .header_r .header_r_center .lan:hover .iconfont {
    color: #F78200 !important;
}

.header .header_r .header_r_center .menu {
    width: 108px;
    height: 45px;
    background: #F78200;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    cursor: pointer;
    transition: 0.6s;
}

.header .header_r .header_r_center .menu p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.header .header_r .header_r_center .menu .sq {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.header .header_r .header_r_center .menu .sq span {
    display: block;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}

.header .header_r .webs {
    display: flex;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
    transition: 0.6s;
}

.header .header_r .webs p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .webs .iconfont {
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .webs:hover p, .header .header_r .webs:hover .iconfont {
    color: #F78200 !important;
}

.header.header_on .logo {
    filter: brightness(1) invert(0);
}

.header.header_on .nav a {
    color: #111111;
}

.header.header_on .header_r .contact {
    border: 1px solid #F78200;
    color: #F78200;
}

.header.header_on .header_r .header_r_center {
    background: #F2F2F2;
}

.header.header_on .header_r .header_r_center .lan p, .header.header_on .header_r .header_r_center .lan .iconfont {
    color: #888888;
}

.header.header_on .header_r .webs p, .header.header_on .header_r .webs .iconfont {
    color: #111111;
}

.header.on {
    background: #FFFFFF;
    height: 65px;
}

.header.on .logo {
    filter: brightness(1) invert(0);
}

.header.on .nav a {
    color: #111111;
}

.header.on .header_r .contact {
    border: 1px solid #F78200;
    height: 45px;
    color: #F78200;
}

.header.on .header_r .header_r_center {
    height: 45px;
    background: #F2F2F2;
}

.header.on .header_r .header_r_center .menu {
    height: 36px;
}

.header.on .header_r .header_r_center .lan p, .header.on .header_r .header_r_center .lan .iconfont {
    color: #888888;
}

.header.on .header_r .webs p, .header.on .header_r .webs .iconfont {
    color: #111111;
}

.footer {
    padding: 79px 0px 0;
    background: #141414;
    overflow: hidden;
}
.footer .wrap {
    width: 1800px;
    margin: 0 auto;
}
.footer .footer_top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 85px;
}

.footer .footer_top .l {
    display: flex;
}

.footer .footer_top .l .l_box .logo {
    width: 252px;
}

.footer .footer_top .l .l_box .alert {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 14px 0 32px;
}

.footer .footer_top .l .l_box .order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: fit-content;
    height: 68px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 52px 0 36px;
    margin-bottom: 50px;
    transition: 0.6s;
}

.footer .footer_top .l .l_box .order p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.footer .footer_top .l .l_box .order .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.footer .footer_top .l .l_box .order:hover {
    background: #F19127;
    border: 1px solid #F19127;
}

.footer .footer_top .l .l_box .share {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.footer .footer_top .l .l_box .share .iconfont {
    display: block;
    font-size: 24px;
    color: #5D5D5D;
    cursor: pointer;
    transition: 0.6s;
}

.footer .footer_top .l .l_box .share .iconfont:hover {
    color: #F19127;
}

.footer .footer_top .l .footer_nav {
    margin-left: 372px;
    padding: 10px 0 0;
    display: flex;
    gap: 0 179px;
}

.footer .footer_top .l .footer_nav .footer_nav_part h5 {
    font-weight: 400;
    font-size: 16px;
    color: #C5C5C5;
    margin-bottom: 40px;
}

.footer .footer_top .l .footer_nav .footer_nav_part a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    transition: 0.6s;
}

.footer .footer_top .l .footer_nav .footer_nav_part a:hover {
    color: #F19127;
}

.footer .footer_top .r {
    padding: 10px 30px 0 0;
}

.footer .footer_top .r h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.footer .footer_top .r .tel {
    font-weight: 600;
    font-size: 48px;
    color: #F19127;
    line-height: 1;
    margin-bottom: 20px;
}

.footer .footer_top .r .mail {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    transition: 0.6s;
}

.footer .footer_top .r .mail:hover {
    color: #F19127;
}

.footer .footer_bottom {
    padding: 156px 0 46px;
    position: relative;
    transition: 0.6s;
}

.footer .footer_bottom .footer_bottom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer_bottom .bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer .footer_bottom .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .footer_bottom .footer_bottom_flex p, .footer .footer_bottom .footer_bottom_flex a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.footer .footer_bottom .footer_bottom_flex a:hover {
    color: #F19127;
}

.footer .footer_bottom .footer_bottom_form {
    width: 1800px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 50%;
    top: 39px;
    transform: translate(-50%,20px);
    pointer-events: none;
    transition: 0.6s;
}
.footer .footer_bottom:hover {
    padding: 266px 0 46px;
}
.footer .footer_bottom:hover .footer_bottom_form {
    opacity: 1;
    transform: translate(-50%,0px);
    pointer-events: auto;
}
.footer .footer_bottom .footer_bottom_form h5 {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 44px;
    line-height: 1;
}

.footer .footer_bottom .footer_bottom_form form {
    display: flex;
    justify-content: space-between;
}

.footer .footer_bottom .footer_bottom_form form input {
    width: 300px;
    height: 65px;
    border: 1px solid #484848;
    padding: 0 28px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: unset;
}
.footer .footer_bottom .footer_bottom_form form button {
    width: 314px;
    height: 65px;
    background: linear-gradient(90deg, #F19127, #E9680A);
    border: 1px solid #484848;
    border: none;
}
.footer .footer_bottom .footer_bottom_form form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footer .footer_bottom .footer_bottom_form form input:nth-child(3) {
    width: 852px;
}
.sidebar {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 10000;
}

.sidebar .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    transition: 0.6s;
    margin: 10px 0 0;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.sidebar .iconfont:nth-last-child(1) {
    font-size: 16px;
}

.sidebar .iconfont:hover {
    background: #F78200;
    color: #FFFFFF;
}

.menuList {
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: linear-gradient(45deg, #FFFFFF, #DEE5EF);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 100% 0);
    transition: 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.menuList .menu_top {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.menuList .menu_top .logo {
    width: 208px;
}

.menuList .menu_top .close {
    width: 140px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    transition: 0.6s;
    cursor: pointer;
}

.menuList .menu_top .close p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
}

.menuList .menu_top .close .iconfont {
    font-size: 14px;
    color: #494949;
    transition: 0.6s;
}

.menuList .menu_top .close:hover {
    background: #F19127;
}

.menuList .menu_top .close:hover p, .menuList .menu_top .close:hover .iconfont {
    color: #FFFFFF;
}

.menuList .wrap {
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.menuList .wrap ul {
    opacity: 0;
    transform: translateY(10px);
    transition: .6s ease;
}

.menuList .wrap ul li a {
    width: fit-content;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 36px;
    transition: 0.6s;
}

.menuList .wrap ul li a:hover {
    color: #F19127;
}

.menuList .wrap ul li.block {
    margin-bottom: 50px;
}

.menuList .wrap ul li.block a {
    font-weight: bold;
    font-size: 24px;
}

.menuList.on {
    clip-path: inset(0 0 0% 0);
}

.menuList.on .wrap ul {
    opacity: 1;
    transform: translateY(0px);
}

.menuList.on .wrap ul:nth-child(1) {
    transition-delay: 1s;
}

.menuList.on .wrap ul:nth-child(2) {
    transition-delay: 1.1s;
}

.menuList.on .wrap ul:nth-child(3) {
    transition-delay: 1.2s;
}

.menuList.on .wrap ul:nth-child(4) {
    transition-delay: 1.3s;
}

.menuList.on .wrap ul:nth-child(5) {
    transition-delay: 1.4s;
}

.menuList.on .wrap ul:nth-child(6) {
    transition-delay: 1.5s;
}

.menuList.on .wrap ul:nth-child(7) {
    transition-delay: 1.6s;
}

.menuList.on .wrap ul:nth-child(8) {
    transition-delay: 1.7s;
}

.menuList.on .wrap ul:nth-child(9) {
    transition-delay: 1.8s;
}

.common_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.common_banner .text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1;
}

.common_banner .text .en {
    font-family: 'POPPINS_REGULAR';
    font-weight: 100;
    font-size: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .text .en div {
    font-family: 'POPPINS_REGULAR';
    font-weight: 100;
}

.common_banner .text .cn {
    font-size: 42px;
    color: #FFFFFF;
    margin: 15px 0 0;
}

.common_banner .text .cn div {
    font-family: 'ALIBABA_MEDIUM';
}

.common_banner .img {
    width: 100%;
    overflow: hidden;
}

.common_banner .img img {
    display: block;
    width: 100%;
}

.common_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 80px;
    border-bottom: 1px solid #F4F4F4;
    position: sticky;
    position: -webkit-sticky;
    top: 65px;
    z-index: 9999;
    background: #FFFFFF;
}

.common_links .item {
    display: block;
    line-height: 70px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}

.common_links .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F78200;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s;
}

.common_links .item:hover, .common_links .item.on {
    color: #F78200;
}

.common_links .item:hover:after, .common_links .item.on:after {
    transform: scaleX(1);
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    transition: 0.6s;
}

.page a:hover, .page a.on {
    background: #F78200;
    color: #FFFFFF;
}

.page a.lue {
    width: fit-content;
    height: fit-content;
    background: unset;
    border-radius: 0;
}

.page a.lue:hover, .page a.lue.on {
    color: #F78200;
}

.page a.next_page {
    width: 119px;
}

/*# sourceMappingURL=style.css.map */
.web_fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    opacity: 0;
    transition: 0.6s;
}
.web_fixed.show {
    opacity: 1;
    pointer-events: auto;
}
.web_fixed .web_fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    opacity: 0.2;
    cursor: pointer;
}
.web_fixed .websList {
    width: 370px;
    height: 100%;
    position: relative;
    z-index: 3;
    background: #ffffff;
    clip-path: inset(0 0 0 100%);
    transition: 0.6s;
}
.web_fixed.show .websList {
    clip-path: inset(0 0 0% 0);
}
.web_fixed .websList .websList_top {
    height: 100px;
    background: #F19127;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px;
}
.web_fixed .websList .websList_top h5 {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}
.web_fixed .websList .websList_top .iconfont {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
.web_fixed .websList .websList_content {
    padding: 55px;
}
.web_fixed .websList .websList_content a {
    display: block;
    border-bottom: 1px solid #E1E1E1;
    line-height: 66px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
    position: relative;
}
.web_fixed .websList .websList_content a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #F19127;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}
.web_fixed .websList .websList_content a:hover {
    color: #F19127;
}
.web_fixed .websList .websList_content a:hover:after {
    transform: scaleX(1);
}
html[lang='en'] .header .nav {
    gap: 0 10px;
}
html[lang='en'] .header .nav a {
    font-size: 15px;
}
@media screen and (max-width: 1900px) {
    .footer .wrap {
        width: 90%;
    }
    .footer .footer_bottom .footer_bottom_form {
        width: 90vw;
    }

    .footer .footer_bottom .footer_bottom_form form input {
        width: 15.625vw;

    }
    .footer .footer_bottom .footer_bottom_form form button {
        width: 16.3541666666vw;

    }

    .footer .footer_bottom .footer_bottom_form form input:nth-child(3) {
        width: 40.375vw;
    }
}
@media screen and (max-width: 1919px) {
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .header{
        height: 4.0625vw;
        padding: 0px 3.125vw;
    }
    .header .logo{
        width: 10.8333333333vw;
    }
    .header .nav{
        gap: 0px 4.4270833333vw;
    }
    .header .nav a{
        font-size: 0.8333333333vw;
    }
    .header .header_r .contact{
        width: 5.78125vw;
        height: 2.8125vw;
        border-radius: 0.2604166667vw;
        font-size: 0.78125vw;
    }
    .header .header_r .header_r_center{
        margin: 0px 1.5625vw 0px 1.0416666667vw;
        height: 2.8125vw;
        border-radius: 0.2604166667vw;
        gap: 0px 1.0416666667vw;
        padding: 0.2083333333vw 0.2083333333vw 0.2083333333vw 0.9895833333vw;
    }
    .header .header_r .header_r_center .lan{
        gap: 0px 0.4166666667vw;
    }
    .header .header_r .header_r_center .lan .iconfont{
        font-size: 0.9375vw;
    }
    .header .header_r .header_r_center .lan p{
        font-size: 0.78125vw;
    }
    .header .header_r .header_r_center .menu{
        width: 5.625vw;
        height: 2.34375vw;
        border-radius: 0.2604166667vw;
        gap: 0px 0.4166666667vw;
    }
    .header .header_r .header_r_center .menu p{
        font-size: 0.78125vw;
    }
    .header .header_r .header_r_center .menu .sq{
        gap: 0px 0.4166666667vw;
    }
    .header .header_r .header_r_center .menu .sq span{
        width: 0.3125vw;
        height: 0.3125vw;
    }
    .header .header_r .webs{
        gap: 0px 0.5208333333vw;
    }
    .header .header_r .webs p{
        font-size: 0.8333333333vw;
    }
    .header .header_r .webs .iconfont{
        font-size: 1.0416666667vw;
    }
    .header.on{
        height: 3.3854166667vw;
    }
    .header.on .header_r .contact{
        height: 2.34375vw;
    }
    .header.on .header_r .header_r_center{
        height: 2.34375vw;
    }
    .header.on .header_r .header_r_center .menu{
        height: 1.875vw;
    }
    .footer{
        padding: 4.1145833333vw 0px 0px;
    }
    .footer .wrap{
        width: 93.75vw;
    }
    .footer .footer_top{
        padding: 0px 0px 4.4270833333vw;
    }
    .footer .footer_top .l .l_box .logo{
        width: 13.125vw;
    }
    .footer .footer_top .l .l_box .alert{
        font-size: 0.8333333333vw;
        margin: 0.7291666667vw 0px 1.6666666667vw;
    }
    .footer .footer_top .l .l_box .order{
        gap: 0px 0.5208333333vw;
        height: 3.5416666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 2.7083333333vw 0px 1.875vw;
        margin-bottom: 2.6041666667vw;
    }
    .footer .footer_top .l .l_box .order p{
        font-size: 0.8333333333vw;
    }
    .footer .footer_top .l .l_box .order .iconfont{
        font-size: 0.5208333333vw;
    }
    .footer .footer_top .l .l_box .share{
        gap: 0px 1.0416666667vw;
    }
    .footer .footer_top .l .l_box .share .iconfont{
        font-size: 1.25vw;
    }
    .footer .footer_top .l .footer_nav{
        margin-left: 19.375vw;
        padding: 0.5208333333vw 0px 0px;
        gap: 0px 9.3229166667vw;
    }
    .footer .footer_top .l .footer_nav .footer_nav_part h5{
        font-size: 0.8333333333vw;
        margin-bottom: 2.0833333333vw;
    }
    .footer .footer_top .l .footer_nav .footer_nav_part a{
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }
    .footer .footer_top .r{
        padding: 0.5208333333vw 1.5625vw 0px 0px;
    }
    .footer .footer_top .r h5{
        font-size: 0.8333333333vw;
        margin-bottom: 1.8229166667vw;
    }
    .footer .footer_top .r .tel{
        font-size: 2.5vw;
        margin-bottom: 1.0416666667vw;
    }
    .footer .footer_top .r .mail{
        font-size: 0.9375vw;
    }
    .footer .footer_bottom{
        padding: 8.125vw 0px 2.3958333333vw;
    }
    .footer .footer_bottom .footer_bottom_flex p, .footer .footer_bottom .footer_bottom_flex a{
        font-size: 0.8333333333vw;
    }
    .footer .footer_bottom .footer_bottom_form{
        width: 93.75vw;
        top: 2.03125vw;
        transform: translate(-50%, 1.0416666667vw);
    }
    .footer .footer_bottom:hover{
        padding: 13.8541666667vw 0px 2.3958333333vw;
    }
    .footer .footer_bottom .footer_bottom_form h5{
        font-size: 1.875vw;
        margin-bottom: 2.2916666667vw;
    }
    .footer .footer_bottom .footer_bottom_form form input{
        width: 15.625vw;
        height: 3.3854166667vw;
        padding: 0px 1.4583333333vw;
        font-size: 0.7291666667vw;
    }
    .footer .footer_bottom .footer_bottom_form form button{
        width: 16.3541666667vw;
        height: 3.3854166667vw;
    }
    .footer .footer_bottom .footer_bottom_form form button p{
        font-size: 0.8333333333vw;
    }
    .footer .footer_bottom .footer_bottom_form form input:nth-child(3){
        width: 44.375vw;
    }
    .sidebar{
        right: 2.0833333333vw;
        bottom: 5.2083333333vw;
    }
    .sidebar .iconfont{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.625vw 0px;
        margin: 0.5208333333vw 0px 0px;
        font-size: 1.0416666667vw;
    }
    .sidebar .iconfont:nth-last-child(1){
        font-size: 0.8333333333vw;
    }
    .menuList .menu_top{
        height: 4.0625vw;
        padding: 0px 3.125vw;
    }
    .menuList .menu_top .logo{
        width: 10.8333333333vw;
    }
    .menuList .menu_top .close{
        width: 7.2916666667vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        gap: 0px 0.3645833333vw;
    }
    .menuList .menu_top .close p{
        font-size: 0.8333333333vw;
    }
    .menuList .menu_top .close .iconfont{
        font-size: 0.7291666667vw;
    }
    .menuList .wrap{
        padding: 0px 3.125vw;
    }
    .menuList .wrap ul{
        transform: translateY(0.5208333333vw);
    }
    .menuList .wrap ul li a{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .menuList .wrap ul li.block {
        margin-bottom: 2.6041666667vw;
    }
    .menuList .wrap ul li.block a{
        font-size: 1.25vw;
    }
    .common_banner .text .en{
        font-size: 2.1875vw;
    }
    .common_banner .text .cn{
        font-size: 2.1875vw;
        margin: 0.78125vw 0px 0px;
    }
    .common_links{
        gap: 0px 4.1666666667vw;
        top: 3.3854166667vw;
    }
    .common_links .item{
        line-height: 3.6458333333vw;
        font-size: 0.8333333333vw;
    }
    .w1400{
        width: 72.9166666667vw;
    }
    .w1600{
        width: 83.3333333333vw;
    }
    .page{
        gap: 0px 0.5208333333vw;
    }
    .page a{
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.8333333333vw;
    }
    .page a.next_page{
        width: 6.1979166667vw;
    }
    .web_fixed .websList{
        width: 19.2708333333vw;
    }
    .web_fixed .websList .websList_top{
        height: 5.2083333333vw;
        padding: 0px 2.8645833333vw;
    }
    .web_fixed .websList .websList_top h5{
        font-size: 1.3541666667vw;
    }
    .web_fixed .websList .websList_top .iconfont{
        font-size: 1.25vw;
    }
    .web_fixed .websList .websList_content{
        padding: 2.8645833333vw;
    }
    .web_fixed .websList .websList_content a{
        line-height: 3.4375vw;
        font-size: 0.8333333333vw;
    }
    html[lang='en'] .header .nav {
        gap: 0 0.5208333333333vw;
    }
    html[lang='en'] .header .nav a {
        font-size: 0.78125vw;
    }
}
@media screen and (max-width: 768px) {
    .header {
        height: 50px !important;
        background: #FFFFFF;
        padding: 0 5vw;
    }
    .header .logo {
        width: 110px;
        filter: unset !important;
    }
    .header .nav {
        display: none;
    }
    .header .header_r .contact {
        display: none;
    }
    .header .header_r .header_r_center .menu p {
        font-size: 15px;
    }
    .header .header_r .header_r_center .menu {
        width: fit-content;
        height: 34px !important;
        border-radius: 4px;
        padding: 0 15px;
        gap: 6px;
    }
    .header .header_r .header_r_center {
        height: unset !important;
        margin: 0 ;
        padding: 4px 0 4px 15px;
        border-radius: 4px;
        gap: 15px;
        background: unset !important;
    }
    .header .header_r .header_r_center .lan .iconfont {
        font-size: 16px;
        color: #111111;
    }
    .header .header_r .header_r_center .lan p {
        font-size: 16px;
        color: #111111;
    }
    .header .header_r .header_r_center .lan {
        gap: 4px;
    }
    .header .header_r .header_r_center .menu .sq span {
        width: 4px;
        height: 4px;
    }
    .header .header_r .webs {
        display: none;
    }
    .menuList {
        z-index: 999;
        display: block;
        padding: 100px 0 0;
    }
    .menuList .menu_top {
        display: none;
    }
    .menuList .wrap {
        display: block;
        padding: 0 5vw;
    }
    .menuList .wrap ul {
        border-bottom: 1px solid #cccccc;
    }
    .menuList .wrap ul li.block {
        height: 55px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menuList .wrap ul li.block .iconfont {
        display: block !important;
        font-size: 11px;
        color: #666666;
        transition: 0.6s;
    }
    .menuList .wrap ul.active li.block .iconfont {
        transform: rotate(90deg);
    }
    .menuList .wrap ul li.block a {
        font-size: 15px;
        line-height: 55px;
        width: 80%;
    }
    .menuList .wrap ul .none {
        padding: 0 0 15px;
        display: none;
    }
    .menuList .wrap ul .none li a {
        font-size: 14px;
        line-height: 2;
    }
    .common_banner {
        height: 60vh;
    }
    .common_banner .img {
        height: 100%;
        transform: unset !important;
    }
    .common_banner .img img {
        height: 100%;
    }
    .common_banner .text .en {
        font-size: 18px;
    }
    .common_banner .text .cn {
        font-size: 24px;
        margin: 8px 0 0;
    }
    .w1600 {
        width: 90%;
    }
    .footer {
        padding: 40px 0 0;
    }
    .footer .wrap {
        width: 90%;
    }
    .footer .footer_top {
        padding: 0 0 20px;
        display: block;
    }
    .footer .footer_top .l {
        display: block;
    }
    .footer .footer_top .l .l_box .logo {
        width: 140px;
    }
    .footer .footer_top .l .l_box .alert {
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .footer .footer_top .l .l_box .order {
        gap: 10px;
        padding: 0 15px;
        height: 40px;
        margin-bottom: 15px;
    }
    .footer .footer_top .l .l_box .order p {
        font-size: 15px;
    }
    .footer .footer_top .l .l_box .order .iconfont {
        font-size: 10px;
    }
    .footer .footer_top .l .l_box .share .iconfont {
        font-size: 14px;
    }
    .footer .footer_top .l .footer_nav {
        margin: 25px 0 0;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .footer .footer_top .l .footer_nav .footer_nav_part h5 {
        font-size: 13px;
    }
    .footer .footer_top .l .footer_nav .footer_nav_part a {
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .footer .footer_top .l .footer_nav .footer_nav_part {
        width: 48%;
    }
    .footer .footer_top .r {
        padding: 30px 0 0 ;
    }
    .footer .footer_top .r h5 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .footer .footer_top .r .tel {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .footer .footer_top .r .mail {
        font-size: 14px;
    }
    .footer .footer_bottom {
        padding: 40px 0 15px !important;
    }
    .footer .footer_bottom .footer_bottom_form {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        transform: unset !important;
    }
    .footer .footer_bottom .footer_bottom_form form input {
        width: 100% !important;
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .footer .footer_bottom .footer_bottom_form h5 {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .footer .footer_bottom .footer_bottom_form form {
        display: block;
        pointer-events: auto;
    }
    .footer .footer_bottom .footer_bottom_flex p, .footer .footer_bottom .footer_bottom_flex a {
        font-size: 14px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.6);
    }
    .footer .footer_bottom .footer_bottom_flex {
        display: block;
        margin: 25px 0 0;
    }
    .footer .footer_bottom .footer_bottom_form form button {
        width: 140px;
        height: 40px;

    }
    .footer .footer_bottom .footer_bottom_form form button p {
        font-size: 14px;
    }
    .w1400 {
        width: 90%;
    }
    .common_banner .text {
        width: 90%;
    }
    .common_links {
        gap: 35px;
        position: unset;
    }
    .common_links .item {
        line-height: 40px;
        font-size: 15px;
    }
    .sidebar {
        right: 10px;
    }
    .sidebar .iconfont {
        width: 36px;
        height: 36px;
        margin: 15px 0 0;
        font-size: 14px;
    }
    .sidebar .iconfont:nth-last-child(1) {
        font-size: 12px;
    }
    .header_web {
        position: fixed;
        height: 50px;
        width: 100%;
        z-index: 9999;
        padding: 0 5%;
        display: flex !important;
        justify-content: flex-end;
        background: #f1f1f3;
    }
    .header {
        top: 40px;
    }
    .header_web .webs {
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .header_web .webs p {
        font-size: 14px;
    }
    .header_web .webs .iconfont {
        font-size: 14px;
    }
    .web_fixed .websList {
        width: 100%;
    }
    .web_fixed .websList .websList_top {
        height: 50px;
        padding: 0 5vw;
    }
    .web_fixed .websList .websList_top .iconfont {
        font-size: 16px;
    }
    .web_fixed .websList .websList_content {
        padding: 30px 5vw 0;
    }
    .web_fixed .websList .websList_content a {
        line-height: 50px;
        font-size: 15px;
    }
    .web_fixed .websList .websList_top h5 {
        font-size: 15px;
    }
}
