* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "PingFang SC", "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;
}

.lenis_scroll {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.parallax {
    width: 100%;
    height: 100%;
}

.head_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}

.head_menu.on {
    opacity: 1;
    pointer-events: auto;
}

.head_menu.on .content {
    transform: translateX(0);
}

.head_menu.on .content .joke .item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.head_menu.on .content .joke .item:nth-child(2) {
    transition-delay: .5s;
}

.head_menu.on .content .joke .item:nth-child(3) {
    transition-delay: .7s;
}

.head_menu.on .content .joke .item:nth-child(4) {
    transition-delay: .9s;
}

.head_menu.on .content .joke .item:nth-child(5) {
    transition-delay: 1.1s;
}

.head_menu.on .content .joke .item:nth-child(6) {
    transition-delay: 1.3s;
}

.head_menu.on .content .joke .item:nth-child(7) {
    transition-delay: 1.5s;
}

.head_menu.on .content .joke .item:nth-child(8) {
    transition-delay: 1.7s;
}

.head_menu.on .content .joke .item:nth-child(9) {
    transition-delay: 1.9s;
}

.head_menu.on .content .joke .item:nth-child(10) {
    transition-delay: 2.1s;
}

.head_menu.on .content .joke .item:nth-child(11) {
    transition-delay: 2.3s;
}

.head_menu.on .close {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}

.head_menu .close {
    position: absolute;
    right: 78px;
    top: 31px;
    z-index: 5;
    opacity: 0;
    transform: scale(0);
    transition: .4s ease;
    cursor: pointer;
}

.head_menu .close img {
    width: 20px;
    display: block;
}

.head_menu .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.head_menu .content {
    width: 600px;
    height: 100%;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    transform: translateX(100%);
    transition: 0.8s cubic-bezier(0.18, 0.73, 0.13, 0.99);
}

.head_menu .content .joke {
    padding: 90px 60px 0 60px;
}

.head_menu .content .joke .item {
    border-top: 1px solid #F5F5F5;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s;
}

.head_menu .content .joke .item:hover .show p, .head_menu .content .joke .item.on .show p {
    color: #005FD5;
}

.head_menu .content .joke .item:hover .show .iconfont, .head_menu .content .joke .item.on .show .iconfont {
    color: #005FD5;
}

.head_menu .content .joke .item.on .show .iconfont {
    transform: rotate(90deg);
}

.head_menu .content .joke .item .show {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.head_menu .content .joke .item .show a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    transition: .4s ease;
}

.head_menu .content .joke .item .show .iconfont {
    font-size: 12px;
    color: #000000;
    transition: .4s ease;
}

.head_menu .content .joke .item .hide {
    overflow: hidden;
    display: none;
}

.head_menu .content .joke .item .hide > div {
    margin: 0 16px 18px 16px;
}

.head_menu .content .joke .item .hide > div a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    transition: .4s ease;
    display: block;
}

.head_menu .content .joke .item .hide > div a:hover {
    color: rgba(0, 72, 191, 0.6);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
}

.header .header_l {
    width: 276px;
}

.header .header_l .logo {
    display: block;
    width: 72px;
}

.header .header_l .logo img {
    display: block;
    width: 100%;
    height: unset;
    transition: 0.6s;
    filter: brightness(0) invert(1);
}

.header .header_r {
    display: flex;
    align-items: center;
}

.header .header_r .search {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
}

.header .header_r .search:hover {
    color: #005FD5 !important;
}

.header .header_r .line {
    margin: 0 31px 0 35px;
    width: 1px;
    height: 11px;
    background: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .lan {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
}

.header .header_r .lan:hover {
    color: #005FD5 !important;
}

.header .header_r .web_group {
    position: relative;
    z-index: 3;
    margin: 0 21px 0 40px;
}

.header .header_r .web_group .web_group_box {
    min-width: 90px;
    width: fit-content;
    padding: 0 15px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .web_group .web_group_box:hover {
    background: #005FD5 !important;
    border: 1px solid #005FD5 !important;
    color: #FFFFFF !important;
}

.header .header_r .web_group .web_group_box_down {
    padding: 44px 0 10px;
    border-radius: 17px;
    background: #005FD5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    transition: 1.5s;
}

.header .header_r .web_group .web_group_box_down a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.header .header_r .web_group .web_group_box_down a:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: 0.6s;
}

.header .header_r .web_group .web_group_box_down a:hover:after {
    transform: scaleX(1);
}

.header .header_r .web_group:hover .web_group_box {
    background: #005FD5 !important;
    border: 1px solid #005FD5 !important;
    color: #FFFFFF !important;
}

.header .header_r .web_group:hover .web_group_box_down {
    clip-path: inset(0);
}

.header .header_r .menu {
    width: 22px;
    height: 14px;
}

.header .header_r .menu .show {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.header .header_r .menu .show span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transform: scaleX(0);
    transform-origin: left;
    animation: menuA 1.4s linear infinite;
    transition: .4s ease;
}

.header .header_r .menu .show span:nth-child(2) {
    animation-delay: .3s;
}

.header .header_r .menu .show span:nth-child(3) {
    animation-delay: .6s;
}

.header .header_r .menu .show:hover span {
    background: #005FD5 !important;
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header .nav li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .nav li a:hover, .header .nav li a.on {
    color: #005FD5 !important;
}

.header.header_on {
    background: #FFFFFF;
    border-bottom: 1px solid #EAECEE;
}

.header.header_on .header_l .logo img {
    filter: brightness(1);
}

.header.header_on .nav li a {
    color: #000000;
}

.header.header_on .header_r .search, .header.header_on .header_r .lan {
    color: #000000;
}

.header.header_on .header_r .line {
    background: #000000;
}

.header.header_on .header_r .web_group .web_group_box {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #000000;
}

.header.header_on .header_r .menu .show span {
    background: #000000;
}

.header.header_on1 .header_l .logo img {
    filter: brightness(1);
}

.header.header_on1 .nav li a {
    color: #000000;
}

.header.header_on1 .header_r .search, .header.header_on1 .header_r .lan {
    color: #000000;
}

.header.header_on1 .header_r .line {
    background: #000000;
}

.header.header_on1 .header_r .web_group .web_group_box {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #000000;
}

.header.header_on1 .header_r .menu .show span {
    background: #000000;
}

.header.on {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 60px;
}

.header.on .header_l .logo img {
    filter: brightness(1);
}

.header.on .nav li a {
    color: #000000;
}

.header.on .header_r .search, .header.on .header_r .lan {
    color: #000000;
}

.header.on .header_r .line {
    background: #000000;
}

.header.on .header_r .web_group .web_group_box {
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #000000;
}

.header.on .header_r .menu .show span {
    background: #000000;
}

.footer {
    padding: 140px 0 0;
    background: linear-gradient(0deg, #0B2458 0%, #1C4681 100%);
    position: relative;
    overflow: hidden;
}

.footer:after {
    content: "";
    width: 1599px;
    height: 1599px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #4394FF 0%, rgba(45, 112, 222, 0) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0.69;
    filter: blur(100px);
}

.footer .wrap {
    position: relative;
    z-index: 3;
}

.footer .wrap .footer_top {
    display: flex;
    justify-content: space-between;
}

.footer .wrap .footer_top .l_box .logo {
    width: 163px;
}

.footer .wrap .footer_top .l_box .logo img {
    display: block;
    width: 100%;
    height: unset;
    filter: brightness(0) invert(1);
}

.footer .wrap .footer_top .l_box .contact_box {
    margin: 199px 0 44px;
}

.footer .wrap .footer_top .l_box .contact_box .tel {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer .wrap .footer_top .l_box .contact_box .email {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

.footer .wrap .footer_top .l_box .contact_box .email:hover {
    opacity: 1;
}

.footer .wrap .footer_top .l_box .contact_box .address {
    margin: 40px 0 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

.footer .wrap .footer_top .l_box .contact_box .address:hover {
    opacity: 1;
}

.footer .wrap .footer_top .l_box .shares {
    display: flex;
    gap: 15px;
}

.footer .wrap .footer_top .l_box .shares .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: 0.6s;
}

.footer .wrap .footer_top .l_box .shares .icon img {
    display: block;
    transition: 0.6s;
    filter: brightness(0) invert(1);
    max-width: 60%;
    max-height: 60%;
}

.footer .wrap .footer_top .l_box .shares .icon:hover {
    border: 1px solid white;
    background: #FFFFFF;
}

.footer .wrap .footer_top .l_box .shares .icon:hover img {
    filter: brightness(1);
}

.footer .wrap .footer_top .r_box {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 125px;
    width: 1080px;
}

.footer .wrap .footer_top .r_box .nav_item:nth-child(1), .footer .wrap .footer_top .r_box .nav_item:nth-child(6) {
    min-width: 100px;
}

.footer .wrap .footer_top .r_box .nav_item:nth-child(2), .footer .wrap .footer_top .r_box .nav_item:nth-child(7) {
    min-width: 170px;
}

.footer .wrap .footer_top .r_box .nav_item:nth-child(3), .footer .wrap .footer_top .r_box .nav_item:nth-child(8) {
    min-width: 150px;
}

.footer .wrap .footer_top .r_box .nav_item:nth-child(4), .footer .wrap .footer_top .r_box .nav_item:nth-child(9) {
    min-width: 70px;
}

.footer .wrap .footer_top .r_box .nav_item:nth-child(5), .footer .wrap .footer_top .r_box .nav_item:nth-child(10) {
    min-width: 85px;
}

.footer .wrap .footer_top .r_box .nav_item a {
    width: fit-content;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.5;
    transition: 0.6s;
}

.footer .wrap .footer_top .r_box .nav_item a:hover {
    opacity: 1;
}

.footer .wrap .footer_top .r_box .nav_item a:nth-child(1) {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26px;
    opacity: 1;
}

.footer .wrap .footer_bottom {
    margin: 191px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 60px;
}

.footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer .wrap .footer_bottom .l p, .footer .wrap .footer_bottom .r p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
}

.footer .wrap .footer_bottom .l a, .footer .wrap .footer_bottom .r a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.4;
    transition: 0.6s;
}

.footer .wrap .footer_bottom .l a:hover, .footer .wrap .footer_bottom .r a:hover {
    opacity: 1;
}

.common_banner {
    overflow: hidden;
    position: relative;
}

.common_banner .text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common_banner .text .p {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.common_banner .text .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 10px 0 0;
    text-align: center;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.common_banner.on .img img {
    transform: scale(1);
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.crumbs_links {
    border: 1px solid #EAECEE;
    background: #FFFFFF;
    position: sticky;
    top: 60px;
    z-index: 999;
}

.crumbs_links .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.crumbs_links .wrap .l {
    display: flex;
    align-items: center;
    gap: 5px;
}

.crumbs_links .wrap .l a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
    transition: 0.6s;
}

.crumbs_links .wrap .l a:hover, .crumbs_links .wrap .l a.on {
    opacity: 1;
}

.crumbs_links .wrap .l span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
}

.crumbs_links .wrap .r {
    display: flex;
    align-items: center;
    gap: 82px;
}
html[lang='en'] .crumbs_links .wrap .r {
    gap: 40px;
}
.crumbs_links .wrap .r .item {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}

.crumbs_links .wrap .r .item:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #005FD5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: -1px;
    transition: 0.6s;
}

.crumbs_links .wrap .r .item:hover {
    color: #000000;
}

.crumbs_links .wrap .r .item:hover:after {
    transform: translateX(-50%) scaleX(1);
}

.crumbs_links .wrap .r .item.on {
    color: #000000;
    font-weight: bold;
}

.crumbs_links .wrap .r .item.on:after {
    transform: translateX(-50%) scaleX(1);
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.page a:hover, .page a.on {
    color: #005FD5;
}

.page .iconfont {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 9px;
}

.page .iconfont:hover {
    border: 1px solid #005FD5 !important;
    background: #005FD5 !important;
    color: #FFFFFF !important;
}

.page .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

@keyframes menuA {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

.common_section {
    position: relative;
}

.common_section .wrap {
    position: absolute;
    top: 7.1875vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.common_section .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 50px;
}

.common_section .wrap form {
    width: 800px;
}

.common_section .wrap form input {
    width: 100%;
    height: 50px;
    background: unset;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 32px;
}

.common_section .wrap form input::placeholder {
    color: #000000;
    opacity: 0.4;
}

.common_section .wrap form .select {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
    z-index: 4;
}

.common_section .wrap form .select .show {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_section .wrap form .select .show .txt {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
    transition: 0.6s;
}

.common_section .wrap form .select .show .iconfont {
    width: 22px;
    height: 22px;
    background: #005FD5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #FFFFFF;
    transform: rotate(90deg);
    border-radius: 50%;
}

.common_section .wrap form .select.selected .show .txt {
    opacity: 1;
}

.common_section .wrap form textarea {
    width: 100%;
    height: 160px;
    background: #F1F2F4;
    border-radius: 10px 10px 10px 10px;
    padding: 23px 24px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    border: none;
    margin-bottom: 35px;
}

.common_section .wrap form textarea::placeholder {
    color: #000000;
    opacity: 0.4;
}

.common_section .wrap form button {
    width: 120px;
    height: 40px;
    background: #005FD5;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.common_section .wrap form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.common_section .wrap form button .iconfont {
    font-size: 10px;
    color: #FFFFFF;
}

.common_section .bg {
    width: 100%;
}

.common_section .bg img {
    display: block;
    width: 100%;
}
html[lang='en'] .footer .wrap .footer_top .r_box {
    gap: 80px 100px;
}
@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;
    }

    .lenis_scroll {
        height: 13.0208333333vw;
    }

    .lenis_scroll::-webkit-scrollbar {
        width: 0.1041666667vw !important;
    }

    .head_menu .close {
        right: 4.0625vw;
        top: 1.6145833333vw;
    }

    .head_menu .close img {
        width: 1.0416666667vw;
    }

    .head_menu .content {
        width: 31.25vw;
    }

    .head_menu .content .joke {
        padding: 4.6875vw 3.125vw 0px;
    }

    .head_menu .content .joke .item {
        transform: translateY(1.0416666667vw);
    }

    .head_menu .content .joke .item .show {
        height: 3.125vw;
    }

    .head_menu .content .joke .item .show a {
        font-size: 0.9375vw;
    }

    .head_menu .content .joke .item .show .iconfont {
        font-size: 0.625vw;
    }

    .head_menu .content .joke .item .hide > div {
        margin: 0px 0.8333333333vw 0.9375vw;
    }

    .head_menu .content .joke .item .hide > div a {
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }

    .header {
        height: 4.1666666667vw;
        padding: 0px 3.125vw;
    }

    .header .header_l {
        width: 14.375vw;
    }

    .header .header_l .logo {
        width: 3.75vw;
    }

    .header .header_r .search {
        font-size: 0.9375vw;
    }

    .header .header_r .line {
        margin: 0px 1.6145833333vw 0px 1.8229166667vw;
        height: 0.5729166667vw;
    }

    .header .header_r .lan {
        font-size: 0.8333vw;
    }

    .header .header_r .web_group {
        margin: 0px 1.09375vw 0px 2.0833333333vw;
    }

    .header .header_r .web_group .web_group_box {
        min-width: 4.6875vw;
        padding: 0 0.83333vw;
        height: 1.7708333333vw;
        border-radius: 0.8854166667vw;
        font-size: 0.8333333333vw;
    }

    .header .header_r .web_group .web_group_box_down {
        padding: 2.2916666667vw 0px 0.5208333333vw;
        border-radius: 0.8854166667vw;
    }

    .header .header_r .web_group .web_group_box_down a {
        font-size: 0.7291666667vw;
        line-height: 2.0833333333vw;
    }

    .header .header_r .web_group .web_group_box_down a::after {
        bottom: 0.1041666667vw;
    }

    .header .header_r .menu {
        width: 1.1458333333vw;
        height: 0.7291666667vw;
    }

    .header .header_r .menu .show span {
        height: 0.1041666667vw;
    }

    .header .nav {
        gap: 2.6041666667vw;
    }

    .header .nav li a {
        font-size: 0.8333333333vw;
    }

    .header.on {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
        height: 3.125vw;
    }

    .footer {
        padding: 7.2916666667vw 0px 0px;
    }

    .footer::after {
        width: 83.28125vw;
        height: 83.28125vw;
        filter: blur(5.2083333333vw);
    }

    .footer .wrap .footer_top .l_box .logo {
        width: 8.4895833333vw;
    }

    .footer .wrap .footer_top .l_box .contact_box {
        margin: 10.3645833333vw 0px 2.2916666667vw;
    }

    .footer .wrap .footer_top .l_box .contact_box .tel {
        font-size: 1.25vw;
        margin-bottom: 0.4166666667vw;
    }

    .footer .wrap .footer_top .l_box .contact_box .email {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_top .l_box .contact_box .address {
        margin: 2.0833333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_top .l_box .shares {
        gap: 0.78125vw;
    }

    .footer .wrap .footer_top .l_box .shares .icon {
        width: 3.125vw;
        height: 3.125vw;
    }

    .footer .wrap .footer_top .r_box {
        gap: 4.1666666667vw 6.5104166667vw;
        width: 56.25vw;
    }

    .footer .wrap .footer_top .r_box .nav_item:nth-child(1), .footer .wrap .footer_top .r_box .nav_item:nth-child(6) {
        min-width: 5.2083333333vw;
    }

    .footer .wrap .footer_top .r_box .nav_item:nth-child(2), .footer .wrap .footer_top .r_box .nav_item:nth-child(7) {
        min-width: 8.8541666667vw;
    }

    .footer .wrap .footer_top .r_box .nav_item:nth-child(3), .footer .wrap .footer_top .r_box .nav_item:nth-child(8) {
        min-width: 7.8125vw;
    }

    .footer .wrap .footer_top .r_box .nav_item:nth-child(4), .footer .wrap .footer_top .r_box .nav_item:nth-child(9) {
        min-width: 3.6458333333vw;
    }

    .footer .wrap .footer_top .r_box .nav_item:nth-child(5), .footer .wrap .footer_top .r_box .nav_item:nth-child(10) {
        min-width: 4.4270833333vw;
    }

    .footer .wrap .footer_top .r_box .nav_item a {
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }

    .footer .wrap .footer_top .r_box .nav_item a:nth-child(1) {
        margin-bottom: 1.3541666667vw;
    }

    .footer .wrap .footer_bottom {
        margin: 9.9479166667vw 0px 0px;
        padding: 0px 0px 3.125vw;
    }

    .footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
        gap: 1.0416666667vw;
    }

    .footer .wrap .footer_bottom .l p, .footer .wrap .footer_bottom .r p {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_bottom .l a, .footer .wrap .footer_bottom .r a {
        font-size: 0.8333333333vw;
    }

    .common_banner .text .p {
        font-size: 1.875vw;
    }

    .common_banner .text .p1 {
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px 0px;
    }

    .w1600 {
        width: 83.3333333333vw;
    }

    .crumbs_links {
        top: 3.125vw;
    }

    .crumbs_links .wrap {
        height: 3.125vw;
    }

    .crumbs_links .wrap .l {
        gap: 0.2604166667vw;
    }

    .crumbs_links .wrap .l a {
        font-size: 0.8333333333vw;
    }

    .crumbs_links .wrap .l span {
        font-size: 0.8333333333vw;
    }

    .crumbs_links .wrap .r {
        gap: 4.2708333333vw;
    }

    .crumbs_links .wrap .r .item {
        font-size: 0.8333333333vw;
        line-height: 3.125vw;
    }

    .crumbs_links .wrap .r .item::after {
        width: 1.40625vw;
        height: 0.1041666667vw;
    }

    .page {
        gap: 1.5625vw;
    }

    .page a {
        font-size: 0.8333333333vw;
    }

    .page .iconfont {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.46875vw;
    }

    .common_section .wrap .title {
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }

    .common_section .wrap form {
        width: 41.6666666667vw;
    }

    .common_section .wrap form input {
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
        margin-bottom: 1.6666666667vw;
    }

    .common_section .wrap form .select {
        margin-bottom: 1.6666666667vw;
    }

    .common_section .wrap form .select .show {
        height: 2.6041666667vw;
    }

    .common_section .wrap form .select .show .txt {
        font-size: 0.8333333333vw;
    }

    .common_section .wrap form .select .show .iconfont {
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        font-size: 0.4166666667vw;
    }

    .common_section .wrap form textarea {
        height: 8.3333333333vw;
        border-radius: 0.5208333333vw;
        padding: 1.1979166667vw 1.25vw;
        font-size: 0.8333333333vw;
        margin-bottom: 1.8229166667vw;
    }

    .common_section .wrap form button {
        width: 6.25vw;
        height: 2.0833333333vw;
        border-radius: 1.09375vw;
        gap: 0.8333333333vw;
    }

    .common_section .wrap form button p {
        font-size: 0.8333333333vw;
    }

    .common_section .wrap form button .iconfont {
        font-size: 0.5208333333vw;
    }
    html[lang='en'] .crumbs_links .wrap .r {
        gap: 2.0833333vw;
    }
    html[lang='en'] .footer .wrap .footer_top .r_box {
        gap: 4.1666666667vw 4.510417vw;
    }
}
@media screen and (max-width: 768px) {
    html[lang='en'] .crumbs_links {
        display: none;
    }
    .header {
        height: 60px !important;
        background: #ffffff;
        padding: 0 5vw;
    }
    .header .nav {
        display: none;
    }
    .header .header_l .logo {
        width: 66px;
    }
    .header .header_l .logo img {
        filter: brightness(1);
    }
    .header .header_l {
        width: unset;
    }
    .parallax {
        transform: unset !important;
    }
    .common_banner .text .p {
        font-size: 20px;
        line-height: 1.6;
    }
    .common_banner .text {
        width: 90%;
    }
    .header .header_r .search {
        font-size: 18px;
        color: #111 !important;
    }
    .header .header_r .line {
        height: 12px;
        margin: 0 15px;
        background: #333 !important;
    }
    .header .header_r .lan {
        font-size: 17px;
        color: #111 !important;
    }
    .header .header_r .menu {
        width: 22px;
        height: 14px;
    }
    .header .header_r .web_group {
        margin: 0 15px;
    }
    .header .header_r .web_group .web_group_box {
        min-width: 80px;
        font-size: 14px;
        height: 32px;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.4);
        color: #000000;
        padding: 0 10px;
    }
    .head_menu {
        width: 100%;
        z-index: 99;
    }
    .header .header_r .menu .show span {
        background: #000000;
    }
    .head_menu .content {
        width: 100%;
    }
    .head_menu .content .joke {
        padding: 100px 5vw 0;
    }
    .head_menu .content .joke .item .show {
        height: 60px;
    }
    .head_menu .content .joke .item .show a {
        font-size: 15px;
    }
    .head_menu .content .joke .item .show .iconfont {
        font-size: 10px;
    }
    .head_menu .content .joke .item .hide > div {
        margin: 0;
        padding: 0 10px 20px;
    }
    .head_menu .content .joke .item .hide > div a {
        font-size: 14px;
        line-height: 2.6;
    }
    .w1600 {
        width: 90%;
    }
    .header .header_r .web_group .web_group_box_down {
        border-radius: 20px;
        padding: 42px 0 10px;
    }
    .header .header_r .web_group .web_group_box_down a {
        font-size: 14px;
        line-height: 2;
    }
    .common_banner {
        height: 60vh;
    }
    .common_banner .img img {
        height: 100%;
    }
    .crumbs_links {
        position: unset;
    }
    .crumbs_links .wrap {
        height: unset;
    }
    .crumbs_links .wrap .r .item {
        font-size: 14px;
        line-height: 46px;
    }
    .crumbs_links .wrap .r .item::after {
        width: 100%;
        height: 1px;
    }
    .crumbs_links .wrap .l {
        gap: 6px;
    }
    .crumbs_links .wrap .l a {
        font-size: 14px;
    }
    .crumbs_links .wrap .l span {
        font-size: 10px;
    }
    .footer {
        padding: 40px 0 0;
    }
    .footer .wrap .footer_top {
        display: block;
    }
    .footer .wrap .footer_top .l_box .logo {
        width: 80px;
    }
    .footer .wrap .footer_top .l_box .contact_box {
        margin: 20px 0;
    }
    .footer .wrap .footer_top .l_box .contact_box .tel {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer .wrap .footer_top .l_box .contact_box .email {
        font-size: 15px;
    }
    .footer .wrap .footer_top .l_box .contact_box .address {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .footer .wrap .footer_top .l_box .shares {
        gap: 10px;
    }
    .footer .wrap .footer_top .l_box .shares .icon {
        width: 36px;
        height: 36px;
    }
    .footer .wrap .footer_top .r_box {
        width: 100%;
        display: none;
    }
    .footer .wrap .footer_top .r_box_ph {
        display: block !important;
        margin: 15px 0 15px;
    }
    .footer .wrap .footer_top .r_box_ph .nav_item .block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #D9E7DD;
    }
    .footer .wrap .footer_top .r_box_ph .nav_item .block p {
        display: block;
        line-height: 50px;
        color: #fff;
        font-size: 15px;
    }
    .footer .wrap .footer_top .r_box_ph .nav_item .block  .jia {
        position: relative;
        width: 13px;
        height: 13px;
    }

    .footer .wrap .footer_top .r_box_ph .nav_item .block  .jia:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

    .footer .wrap .footer_top .r_box_ph .nav_item .block .jia:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transition: .6s ease;
    }

    .footer .wrap .footer_top .r_box_ph .nav_item .none a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #fff;
        line-height: 2;
        opacity: 0.8;
    }

    .footer .wrap .footer_top .r_box_ph .nav_item .none {
        padding: 15px 0 5px;
        display: none;
    }

    .footer .wrap .footer_top .r_box_ph .nav_item.item_active .block .jia:before {
        opacity: 0;
    }
    .footer .wrap .footer_bottom {
        margin: 25px 0 0;
        padding: 0 0 15px;
        display: block;
    }
    .footer .wrap .footer_bottom .l, .footer .wrap .footer_bottom .r {
        gap: 8px;
        display: block;
    }
    .footer .wrap .footer_bottom .l p, .footer .wrap .footer_bottom .r p {
        font-size: 14px;
        display: inline-block;
        line-height: 1.8;
    }
    .footer .wrap .footer_bottom .l a, .footer .wrap .footer_bottom .r a {
        font-size: 14px;
        line-height: 1.8;

        display: inline-block;
    }
    .header .header_r .menu .show {
        transition: 0.4s;
        transition-delay: 0.4s;

    }
    .header .header_r .menu.on .show {
        opacity: 0;
        transition-delay: 0s;
    }
    .header .header_r .menu {
        position: relative;
    }
    .header .header_r .menu .hide {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .header .header_r .menu .hide span {
        display: block;
        width: 100%;
        height: 1px;
        background: #000000;
        position: absolute;
        transition: 0.4s;
    }
    .header .header_r .menu .hide span {
        transform: rotate(45deg) scaleX(0);
    }
    .header .header_r .menu .hide span:nth-last-child(1) {
        transform: rotate(-45deg) scaleX(0);
    }
    .head_menu .content .joke .item {
        transform: translateY(20px);
    }
    .header .header_r .menu.on .hide span {
        transform: rotate(45deg) scaleX(1);
        transition-delay: 0.4s;
    }
    .header .header_r .menu.on .hide span:nth-last-child(1) {
        transform: rotate(-45deg) scaleX(1);
        transition-delay: 0.4s;
    }
    .head_menu.on .content .joke .item {
        transition-delay: 0.4s !important;
    }
    .common_banner .text .p1 {
        font-size: 15px;
        line-height: 1.6;
        margin: 15px 0 0;
    }
    .common_section {
        padding: 50px 0;
    }
    .common_section .bg {
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background: #F8F9FD;
    }
    .common_section .bg img {
        height: 100%;
        display: none;
    }
    .common_section .wrap {
        position: unset;
        transform: unset;
        display: block;
    }
    .common_section .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .common_section .wrap form {
        width: 100%;
    }
    .common_section .wrap form input {
        font-size: 15px;
        height: 60px;
        margin-bottom: 15px;
    }
    .common_section .wrap form .select .show {
        height: 60px;
    }
    .common_section .wrap form .select .show .txt {
        font-size: 15px;
    }
    .common_section .wrap form .select .show .iconfont {
        width: 18px;
        height: 18px;
        font-size: 6px;
    }
    .common_section .wrap form textarea {
        height: 150px;
        padding: 15px;
        font-size: 15px;
    }
    .common_section .wrap form button {
        margin: 30px 0 0;
        width: 100px;
        height: 40px;
        border-radius: 20px;
        gap: 6px;
    }
    .common_section .wrap form button p {
        font-size: 15px;
    }
    .common_section .wrap form button .iconfont {
        font-size: 8px;
    }
    .page .iconfont {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }
    .page a {
        font-size: 16px;
    }
    .page {
        gap: 15px;
    }

}
