@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url("https://www.sansg.com/mjxc/SourceHanSansCN-Regular.otf");
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url("https://www.sansg.com/mjxc/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url("https://www.sansg.com/mjxc/SourceHanSansCN-Light.otf");
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url("https://www.sansg.com/mjxc/SourceHanSansCN-Medium.otf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url("https://www.sansg.com/mjxc/HarmonyOS_Sans_SC_Bold.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url("https://www.sansg.com/mjxc/HarmonyOS_Sans_SC_Medium.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url("https://www.sansg.com/mjxc/HarmonyOS_Sans_SC_Light.ttf");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Thin';
    src: url("https://www.sansg.com/mjxc/HARMONYOS_SANS_SC_THIN.TTF");
}

@font-face {
    font-family: ins;
    src: url("https://www.sansg.com/mjxc/InstrumentSans-Regular.ttf");
}

html[lang="en"] *:not(.iconfont)
{
    font-family: 'ins',sans-serif !important;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "SourceHanSansCN-Regular", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "SourceHanSansCN-Regular", "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);
}

._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%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 100vh;
    padding: 32px 0 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: .6s ease;
    background: #FFFFFF;
}

.header .menu_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 760px;
    height: 100vh;
    background: rgba(0, 106, 82, 0.85);
    backdrop-filter: blur(20px);
    clip-path: inset(0 100% 0 0);
    transition: 1s;
}

.header .menu_box .menu_sq {
    width: 640px;
    height: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header .menu_box .menu_sq .menu_sq_top {
    padding: 133px 120px 93px 124px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100vh - 175px);
}

.header .menu_box .menu_sq .menu_sq_top .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateY(20px);
}

.header .menu_box .menu_sq .menu_sq_top .search input {
    width: 370px;
    height: 60px;
    border: none;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.header .menu_box .menu_sq .menu_sq_top .search input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.header .menu_box .menu_sq .menu_sq_top .search button {
    background: unset;
    font-size: 20px;
    color: #FFFFFF;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box {
    display: flex;
    gap: 0 80px;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box {
    padding: 5px 0 0;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second {
    position: absolute;
    top: 0;
    width: max-content;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second a {
    font-family: 'SourceHanSansCN-Light';
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    width: fit-content;
    position: relative;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second a:hover:after {
    transform: scaleX(1);
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.6s;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li {
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20px);
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li .iconfont {
    font-size: 14px;
    color: #FFFFFF;
    transform: rotate(180deg);
    opacity: 0;
    transition: 0.6s;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li a {
    font-family: 'SourceHanSansCN-Light';
    display: block;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 52px;
    transition: 0.6s;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li:hover a, .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li.on a {
    font-weight: bold;
}

.header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li:hover .iconfont, .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li.on .iconfont {
    opacity: 1;
}

.header .menu_box .menu_sq .menu_sq_bottom {
    width: 100%;
    height: 175px;
    padding: 54px 120px 65px 124px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}

.header .menu_box .menu_sq .menu_sq_bottom .l {
    opacity: 0;
    transform: translateY(20px);
}

.header .menu_box .menu_sq .menu_sq_bottom .l h5 {
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
}

.header .menu_box .menu_sq .menu_sq_bottom .l p {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-weight: 100;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
    margin: 15px 0 0;
}

.header .menu_box .menu_sq .menu_sq_bottom .r {
    opacity: 0;
    transform: translateY(20px);
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.6s;
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont:hover {
    background: #FFFFFF;
    border: 1px solid white;
    color: #006A52;
}

.header .menu_box.on {
    clip-path: inset(0 0 0% 0);
}

.header .menu_box.on .menu_sq_top .search {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.6s;
}

.header .menu_box.on .menu_sq_top .nav_box .second_box {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.3s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.3s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(2) {
    transition-delay: 0.4s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(3) {
    transition-delay: 0.5s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(4) {
    transition-delay: 0.6s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(5) {
    transition-delay: 0.7s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(6) {
    transition-delay: 0.8s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(7) {
    transition-delay: 0.9s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(8) {
    transition-delay: 1s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(9) {
    transition-delay: 1.1s;
}

.header .menu_box.on .menu_sq_top .nav_box .first_box li:nth-child(10) {
    transition-delay: 1.2s;
}

.header .menu_box.on .menu_sq_bottom .l, .header .menu_box.on .menu_sq_bottom .r {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.7s;
}

.header .menu {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
}

.header .menu span {
    display: block;
    width: 30px;
    height: 1px;
    background: #006A52;
    transition: 0.6s;
}

.header .menu.on span {
    transform: translateY(-5px);
}

.header .menu.on span:nth-child(1) {
    transform: translateY(5px);
}

.header .header_top p {
    font-size: 16px;
    color: #006A52;
    transition: 0.6s;
    text-align: center;
    margin: 15px 0 0;
}

.header .header_top p span {
    font-size: 12px;
}

.header.header_on .header_top p {
    color: #FFFFFF;
}

.header.on .header_top p {
    color: #006A52;
}

.header .logo {
    display: block;
    width: 90px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .line {
    width: 5px;
    height: 100vh;
    background: rgba(0, 106, 82, 0.1);
    position: absolute;
    right: -5px;
    top: 0;
}

.header .line .l {
    width: 100%;
    height: 100%;
    background: #006A52;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: background-color, opacity 0.6s;
}

.header .line.on .l {
    opacity: 1;
}

.header .header_bottom {
    text-align: center;
    position: relative;
    z-index: 3;
}

.header .header_bottom .lan {
    margin-bottom: 30px;
    cursor: pointer;
}

.header .header_bottom .lan .iconfont {
    font-size: 20px;
    color: #006A52;
    transition: 0.6s;
}

.header .header_bottom .lan p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 100;
    font-size: 14px;
    color: #006A52;
    transition: 0.6s;
    margin: 8px 0 0;
}

.header .header_bottom .lan:hover .iconfont {
    transform: scale(1.2);
}

.header .header_bottom .disabled_btn {
    cursor: pointer;
}

.header .header_bottom .disabled_btn .iconfont {
    font-size: 22px;
    color: #006A52;
    transition: 0.6s;
    transform: translateX(9px);
}

.header .header_bottom .disabled_btn p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 100;
    font-size: 14px;
    color: #006A52;
    transition: 0.6s;
    margin: 8px 0 0;
}

.header .header_bottom .disabled_btn:hover .iconfont {
    transform: translateX(9px) scale(1.2);
}

.header.header_on {
    background: transparent;
}

.header.header_on .menu span {
    background: #ffffff;
}

.header.header_on .line {
    background: rgba(255, 255, 255, 0.1);
}

.header.header_on .line .l {
    background: #FFFFFF;
}

.header.header_on .logo {
    filter: brightness(0) invert(1);
}

.header.header_on .lan .iconfont {
    color: #ffffff;
}

.header.header_on .lan p {
    color: #ffffff;
}

.header.header_on .disabled_btn .iconfont {
    color: #ffffff;
}

.header.header_on .disabled_btn p {
    color: #ffffff;
}

.header.header_click .logo {
    filter: brightness(0) invert(1) !important;
}

.header.header_click .menu span {
    background: #fff !important;
}

.header.header_click .header_bottom .lan .iconfont {
    color: #fff !important;
}

.header.header_click .header_bottom .lan p {
    color: #fff !important;
}

.header.header_click .header_bottom .disabled_btn .iconfont {
    color: #fff !important;
}

.header.header_click .header_bottom .disabled_btn p {
    color: #fff !important;
}

.header.on {
    background: #FFFFFF;
}

.header.on .line {
    background: rgba(0, 106, 82, 0.1);
}

.header.on .line .l {
    background: #006A52;
}

.header.on .logo {
    filter: unset;
}

.header.on .menu span {
    background: #006A52;
}

.header.on .header_bottom .lan .iconfont {
    color: #006A52;
}

.header.on .header_bottom .lan p {
    color: #006A52;
}

.header.on .header_bottom .disabled_btn .iconfont {
    color: #006A52;
}

.header.on .header_bottom .disabled_btn p {
    color: #006A52;
}

.footer {
    background: #024638;
}

.footer .wrap {
    width: 1660px;
    margin-left: calc((calc(100vw - 120px - 1580px) / 2));
}

.footer .wrap .footer_top {
    padding: 86px 0 0;
    display: flex;
    justify-content: space-between;
}

.footer .wrap .footer_top .l .tel {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
}

.footer .wrap .footer_top .l .mail {
    font-family: "HarmonyOS_Sans_SC_Light";
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    margin: 17px 0 34px;
}

.footer .wrap .footer_top .l .address_list {
    display: flex;
    flex-direction: column;
    gap: 27px 0;
    margin-bottom: 62px;
}

.footer .wrap .footer_top .l .address_list .address {
    display: flex;
    align-items: center;
    gap: 0 19px;
}

.footer .wrap .footer_top .l .address_list .address h5 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}

.footer .wrap .footer_top .l .address_list .address p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
}

.footer .wrap .footer_top .l form h5 {
    font-weight: 100;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.footer .wrap .footer_top .l form .form {
    width: 381px;
    height: 71px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .wrap .footer_top .l form .form input {
    background: unset;
    border: none;
    padding: 0 30px;
    width: 260px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.footer .wrap .footer_top .l form .form input::placeholder {
    color: #FFFFFF;
    opacity: 0.3;
}

.footer .wrap .footer_top .l form .form button {
    width: 100px;
    height: 100%;
    background: #0F4F42;
    border-radius: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    transition: 0.6s;
}

.footer .wrap .footer_top .l form .form button:hover {
    background: #FFFFFF;
    color: #006A52;
}

.footer .wrap .footer_top .r {
    display: flex;
    gap: 0 50px;
}

.footer .wrap .footer_top .r ul li a {
    display: block;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.5;
    transition: 0.6s;
}

.footer .wrap .footer_top .r ul li a:hover {
    opacity: 1;
}

.footer .wrap .footer_top .r ul li:nth-child(1) {
    margin-bottom: 30px;
}

.footer .wrap .footer_top .r ul li:nth-child(1) a {
    font-size: 18px;
    opacity: 1;
    position: relative;
}

.footer .wrap .footer_top .r ul li:nth-child(1) a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.footer .wrap .footer_top .r ul li:nth-child(1) a:hover:after {
    transform: scaleX(1);
}

.footer .wrap .footer_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 86px 0 24px;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .wrap .footer_center .l {
    display: flex;
    gap: 0 25px;
}

.footer .wrap .footer_center .l h5 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer .wrap .footer_center .l .iconfont {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}

.footer .wrap .footer_center .l .iconfont .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 0 0 40px;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.footer .wrap .footer_center .l .iconfont .ewm .ewm_box {
    width: 120px;
    padding: 5px;
    background: #FFFFFF;

}

.footer .wrap .footer_center .l .iconfont .ewm .ewm_box img {
    display: block;
    width: 100%;
}

.footer .wrap .footer_center .l .iconfont:hover .ewm {
    opacity: 1;
    pointer-events: auto;
}

.footer .wrap .footer_center .goTop {
    width: 48px;
    height: 48px;
    background: #0F4F42;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.6s;
    cursor: pointer;
}

.footer .wrap .footer_center .goTop:hover {
    background: #FFFFFF;
    color: #006A52;
}

.footer .wrap .footer_bottom .footer_bottom_links {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.footer .wrap .footer_bottom .footer_bottom_links span {
    display: block;
    width: 1px;
    height: 13px;
    background: #55766E;
}

.footer .wrap .footer_bottom .footer_bottom_links p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.footer .wrap .footer_bottom .footer_bottom_links a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: 0.6s;
}

.footer .wrap .footer_bottom .footer_bottom_links a:hover {
    color: white;
}

.footer .wrap .footer_bottom .zi {
    width: 100%;
    margin: 48px 0 0;
    opacity: 0.05;
}

.footer .wrap .footer_bottom .zi img {
    display: block;
    width: 100%;
}

.shadow {
    position: fixed;
    width: calc(100vw - 760px);
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.shadow.on {
    pointer-events: auto;
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0.8s;
}

.width_lack {
    width: calc(100vw - 120px);
    margin: 0 0 0 auto;
}

.w1580 {
    width: 1580px;
    margin: 0 auto;
}

.common_header {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 999;
}

.common_header .wrap {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_header .wrap .l {
    display: flex;
    align-items: center;
    gap: 0 80px;
}

.common_header .wrap .l a, .common_header .wrap .l .l_link {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    cursor: pointer;
}

.common_header .wrap .l a:hover, .common_header .wrap .l a.on, .common_header .wrap .l .l_link:hover, .common_header .wrap .l .l_link.on {
    color: #02755F;
}

.common_header .wrap .r {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.common_header .wrap .r a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
}

.common_header .wrap .r a:hover {
    color: #02755F;
}

.common_header .wrap .r a:nth-child(1) {
    font-size: 18px;
    color: #02755F;
}

.common_header .wrap .r span {
    display: block;
    font-size: 10px;
    color: #888888;
}

.common_header_second {
    position: fixed;
    top: 70px;
    right: 0;
    background: #F4F4F4;
    z-index: 999;
}

.common_header_second .wrap {
    height: 60px;
    display: flex;
    align-items: center;
    gap: 0 80px;
}

.common_header_second .wrap a {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    transition: 0.6s;
}

.common_header_second .wrap a:hover, .common_header_second .wrap a.on {
    color: #02755F;
}

.common_banner {
    overflow: hidden;
    position: relative;
}

.common_banner .width_lack {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1;
}

.common_banner .width_lack h5 {
    margin: 0 0 14px;
    font-family: 'HarmonyOS_Sans_SC_Thin';
    font-weight: 100;
    font-size: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .width_lack h5 span {
    font-family: 'HarmonyOS_Sans_SC_Thin';
    font-weight: 100;
    font-size: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .width_lack h5 div {
    font-family: 'HarmonyOS_Sans_SC_Thin';
    font-weight: 100;
    font-size: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .width_lack p span {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .width_lack p div {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .img {
    width: 100%;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.common_banner.on .img img {
    transform: scale(1);
}

.hover_big {
    overflow: hidden;
}

.hover_big img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.hover_big:hover img {
    transform: scale(1.1);
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
}

.fixed.fixed_solution .fixed_flex {
    display: flex;
    gap: 0 34px;
    position: relative;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed.fixed_solution .fixed_flex .fixed_box {
    width: 1200px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 52px 81px 70px 51px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .advantage h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #02755F;
    margin-bottom: 25px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li {
    display: flex;
    gap: 0 18px;
    margin: 8px 0;
}

.fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li .iconfont {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #006A52;
    font-size: 8px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 0;
}
.fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li .iconfont:before {
    position: absolute;
}
.fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li p {
    width: calc(100% - 36px);
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .img {
    width: 640px;
    height: 354px;
    border-radius: 8px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r {
    width: 364px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 45px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #02755F;
    margin-bottom: 10px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child) {
    padding: 0 0 32px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
}

.fixed.fixed_solution .fixed_flex .close {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    transition: 0.6s;
    cursor: pointer;
}

.fixed.fixed_solution .fixed_flex .close:hover {
    background: #006A52;
    color: #FFFFFF;
}

.fixed.fixed_case .fixed_flex {
    display: flex;
    gap: 0 34px;
    position: relative;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed.fixed_case .fixed_flex .fixed_box {
    width: 1236px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 68px 60px 60px 62px;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage {
    margin: 45px 0 30px;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #02755F;
    margin-bottom: 25px;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage .adv_txt {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage ul li {
    display: flex;
    gap: 0 18px;
    margin: 8px 0;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage ul li .iconfont {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #006A52;
    font-size: 8px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 0;
}

.fixed.fixed_case .fixed_flex .fixed_box .advantage ul li p {
    width: calc(100% - 36px);
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .img {
    width: 524px;
    border-radius: 8px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r {
    width: 462px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content.img_none .r {
    width: 100%;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 31px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list {
    max-height: 250px;
    overflow: auto;
}

.fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list {
    max-height: 250px;
    overflow: auto;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part {
    border-top: 1px solid #EBEBEB;
    padding: 20px 0;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #02755F;
    margin-bottom: 10px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child) {
    margin-bottom: 15px;
}

.fixed.fixed_case .fixed_flex .close {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    transition: 0.6s;
    cursor: pointer;
}

.fixed.fixed_case .fixed_flex .close:hover {
    background: #006A52;
    color: #FFFFFF;
}

.fixed.show {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.fixed.show .fixed_flex {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition-delay: 0.3s;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.page a {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.page a.sp {
    background: unset;
}

.page a:hover, .page a.on {
    background: #02755F;
    color: #FFFFFF;
}

.page a:nth-last-child(1) {
    width: 120px;
}

.page a:nth-last-child(2) {
    width: 120px;
}

/*# sourceMappingURL=style.css.map */


.notice {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: .78125vw 1.0416666667vw .7291666667vw .8333333333vw;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #000;
    flex-shrink: 0;
    display: none;
    z-index: 10
}

.notice svg {
    width: 1.25vw;
    height: auto;
    display: block
}

.notice p {
    color: #fff;
    font-weight: 400;
    margin-left: .3125vw
}

.notice.show {
    display: flex
}

.notice.success {
    display: flex
}

.notice.success svg {
    display: none
}

.notice.success p {
    margin-left: 0
}

.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    align-items: center;
    justify-content: center;
    display: none
}

.dialog .content {
    width: 57.2916666667vw;
    position: relative;
    background: #000
}

.dialog .content .close {
    position: absolute;
    right: 1.0416666667vw;
    top: 1.0416666667vw;
    cursor: pointer;
    z-index: 10
}

.dialog .content .close svg {
    width: 1.25vw;
    height: fit-content
}

.dialog .content video {
    width: 100%;
    max-height: 60vh;
    object-fit: cover
}

.dialog.on {
    display: flex
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont {
    position: relative;
    cursor: pointer;
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 0 0 80px;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont .ewm .ewm_box {
    width: 120px;
    padding: 5px;
    background: #FFFFFF;

}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont .ewm .ewm_box img {
    display: block;
    width: 100%;
}

.header .menu_box .menu_sq .menu_sq_bottom .r .iconfont:hover .ewm {
    opacity: 1;
    pointer-events: auto;
}


.fixed_help {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed_help.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed_help .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
}

.fixed_help .fixed_box {
    width: 1200px;
    background: #FFFFFF;
    position: relative;
    z-index: 3;
    padding: 70px 0;
}

.fixed_help .fixed_box .easywza-w {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.fixed_help .fixed_box .easywza-help-close {
    position: absolute;
    top: 0;
    right: -120px;
    cursor: pointer;
}

.fixed_help .fixed_box .easywza-w .easywza-k {
    position: unset;
    max-height: 70vh;
    overflow-y: scroll;
}

.fixed_help .fixed_box .easywza-w .easywza-help-con {
    margin-bottom: 34px;
    padding: 10px 30px 30px 30px;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    line-height: 1.6;
}

.fixed_help .fixed_box .easywza-w .easywza-help-con dt {
    margin: 20px 0 10px;
}

.fixed_help .fixed_box .easywza-w .easywza-help-con dd strong {
    color: #2a58ae;
}

.fixed_help .fixed_box .easywza-w .easywza-em2 {
    line-height: 1.6;
}
html[lang='en'] .header .menu_box .menu_sq {
    width: 1140px;
}
html[lang='en'] .header .menu_box {
    width: 1260px;
}
html[lang='en'] .shadow {
    width: calc(100vw - 1260px);
}
html[lang='en'] .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li {
    width: 450px;
}
html[lang='en'] .footer .wrap .footer_top {
    flex-direction: column;
}
html[lang='en'] .footer .wrap .footer_top .r ul li a {
    font-size: 17px;
}
html[lang='en'] .footer .wrap .footer_top .l {
    display: flex;
    justify-content: space-between;
    margin: 0 0  40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html[lang='en'] .footer .wrap .footer_top .r ul li:not(:first-child) a {
    font-size: 15px;
}
html[lang='en'] .footer .wrap .footer_top .r {
    justify-content: space-between;
}
html[lang='en'] .footer .wrap .footer_top .l form .form {
    width: 500px;
}
html[lang='en'] .footer .wrap .footer_top .l form .form input {
    width: 375px;
}
@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;
    }

    .header {
        width: 6.25vw;
        padding: 1.6666666667vw 0px 2.0833333333vw;
    }

    .header .menu_box {
        width: 39.5833333333vw;
        backdrop-filter: blur(1.0416666667vw);
    }

    .header .menu_box .menu_sq {
        width: 33.3333333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_top {
        padding: 6.9270833333vw 6.25vw 4.84375vw 6.4583333333vw;
        height: calc(-9.1145833333vw + 100vh);
    }

    .header .menu_box .menu_sq .menu_sq_top .search {
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_top .search input {
        width: 19.2708333333vw;
        height: 3.125vw;
        font-size: 0.8333333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_top .search button {
        font-size: 1.0416666667vw;
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box {
        gap: 0px 4.1666666667vw;
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .second_box {
        padding: 0.2604166667vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second {
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .second_box .second a {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li {
        width: 9.6354166667vw;
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li .iconfont {
        font-size: 0.7291666667vw;
    }

    .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li a {
        font-size: 1.6666666667vw;
        line-height: 2.7083333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_bottom {
        height: 9.1145833333vw;
        padding: 2.8125vw 6.25vw 3.3854166667vw 6.4583333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_bottom .l {
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_bottom .l h5 {
        font-size: 0.8333333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_bottom .l p {
        font-size: 1.6666666667vw;
        margin: 0.78125vw 0px 0px;
    }

    .header .menu_box .menu_sq .menu_sq_bottom .r {
        transform: translateY(1.0416666667vw);
    }

    .header .menu_box .menu_sq .menu_sq_bottom .r .iconfont {
        width: 2.8125vw;
        height: 2.8125vw;
        font-size: 1.0416666667vw;
    }

    .header .menu {
        width: 1.5625vw;
        height: 0.625vw;
    }

    .header .menu span {
        width: 1.5625vw;
    }

    .header .menu.on span {
        transform: translateY(-0.2604166667vw);
    }

    .header .menu.on span:nth-child(1) {
        transform: translateY(0.2604166667vw);
    }

    .header .header_top p {
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }

    .header .header_top p span {
        font-size: 0.625vw;
    }

    .header .logo {
        width: 4.6875vw;
    }

    .header .line {
        width: 0.2604166667vw;
        right: -0.2604166667vw;
    }

    .header .header_bottom .lan {
        margin-bottom: 1.5625vw;
    }

    .header .header_bottom .lan .iconfont {
        font-size: 1.0416666667vw;
    }

    .header .header_bottom .lan p {
        font-size: 0.7291666667vw;
        margin: 0.4166666667vw 0px 0px;
    }

    .header .header_bottom .disabled_btn .iconfont {
        font-size: 1.1458333333vw;
        transform: translateX(0.46875vw);
    }

    .header .header_bottom .disabled_btn p {
        font-size: 0.7291666667vw;
        margin: 0.4166666667vw 0px 0px;
    }

    .header .header_bottom .disabled_btn:hover .iconfont {
        transform: translateX(0.46875vw) scale(1.2);
    }

    .footer .wrap {
        width: 86.4583333333vw;
        margin-left: calc(-44.2708333333vw + 50vw);
    }

    .footer .wrap .footer_top {
        padding: 4.4791666667vw 0px 0px;
    }

    .footer .wrap .footer_top .l .tel {
        font-size: 1.875vw;
    }

    .footer .wrap .footer_top .l .mail {
        font-size: 0.9375vw;
        margin: 0.8854166667vw 0px 1.7708333333vw;
    }

    .footer .wrap .footer_top .l .address_list {
        gap: 1.40625vw 0px;
        margin-bottom: 3.2291666667vw;
    }

    .footer .wrap .footer_top .l .address_list .address {
        gap: 0px 0.9895833333vw;
    }

    .footer .wrap .footer_top .l .address_list .address h5 {
        font-size: 0.9375vw;
    }

    .footer .wrap .footer_top .l .address_list .address p {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_top .l form h5 {
        font-size: 0.9375vw;
        margin-bottom: 1.09375vw;
    }

    .footer .wrap .footer_top .l form .form {
        width: 19.84375vw;
        height: 3.6979166667vw;
        border-radius: 0.2083333333vw;
        padding: 0.2604166667vw;
    }

    .footer .wrap .footer_top .l form .form input {
        padding: 0px 1.5625vw;
        width: 13.5416666667vw;
        font-size: 0.78125vw;
    }

    .footer .wrap .footer_top .l form .form button {
        width: 5.2083333333vw;
        border-radius: 0.15625vw;
        font-size: 0.78125vw;
    }

    .footer .wrap .footer_top .r {
        gap: 0px 2.6041666667vw;
    }

    .footer .wrap .footer_top .r ul li a {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .footer .wrap .footer_top .r ul li:nth-child(1) {
        margin-bottom: 1.5625vw;
    }

    .footer .wrap .footer_top .r ul li:nth-child(1) a {
        font-size: 0.9375vw;
    }

    .footer .wrap .footer_center {
        margin: 4.4791666667vw 0px 1.25vw;
        padding: 0px 0px 1.1458333333vw;
    }

    .footer .wrap .footer_center .l {
        gap: 0px 1.3020833333vw;
    }

    .footer .wrap .footer_center .l h5 {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_center .l .iconfont {
        font-size: 1.25vw;
    }

    .footer .wrap .footer_center .l .iconfont .ewm {
        padding: 0px 0px 2.0833333333vw;
    }

    .footer .wrap .footer_center .l .iconfont .ewm .ewm_box {
        width: 6.25vw;
        padding: 0.2604166667vw;
    }

    .footer .wrap .footer_center .goTop {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 0.7291666667vw;
    }

    .footer .wrap .footer_bottom .footer_bottom_links {
        margin-bottom: 2.6041666667vw;
        gap: 1.0416666667vw;
    }

    .footer .wrap .footer_bottom .footer_bottom_links span {
        height: 0.6770833333vw;
    }

    .footer .wrap .footer_bottom .footer_bottom_links p {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_bottom .footer_bottom_links a {
        font-size: 0.8333333333vw;
    }

    .footer .wrap .footer_bottom .zi {
        margin: 2.5vw 0px 0px;
    }

    .shadow {
        width: calc(-39.5833333333vw + 100vw);
    }

    .width_lack {
        width: calc(-6.25vw + 100vw);
    }

    .w1580 {
        width: 82.2916666667vw;
    }

    .common_header .wrap {
        height: 3.6458333333vw;
    }

    .common_header .wrap .l {
        gap: 0px 4.1666666667vw;
    }

    .common_header .wrap .l a, .common_header .wrap .l .l_link {
        font-size: 0.8333333333vw;
    }

    .common_header .wrap .r {
        gap: 0px 0.4166666667vw;
    }

    .common_header .wrap .r a {
        font-size: 0.8333333333vw;
    }

    .common_header .wrap .r a:nth-child(1) {
        font-size: 0.9375vw;
    }

    .common_header .wrap .r span {
        font-size: 0.5208333333vw;
    }

    .common_header_second {
        top: 3.6458333333vw;
    }

    .common_header_second .wrap {
        height: 3.125vw;
        gap: 0px 4.1666666667vw;
    }

    .common_header_second .wrap a {
        font-size: 0.9375vw;
    }

    .common_banner .width_lack h5 {
        margin: 0px 0px 0.7291666667vw;
        font-size: 2.9166666667vw;
    }

    .common_banner .width_lack h5 span {
        font-size: 2.9166666667vw;
    }

    .common_banner .width_lack h5 div {
        font-size: 2.9166666667vw;
    }

    .common_banner .width_lack p span {
        font-size: 2.1875vw;
    }

    .common_banner .width_lack p div {
        font-size: 2.1875vw;
    }

    .fixed.fixed_solution .fixed_flex {
        gap: 0px 1.7708333333vw;
        transform: translateY(1.0416666667vw);
    }

    .fixed.fixed_solution .fixed_flex .fixed_box {
        width: 62.5vw;
        border-radius: 1.0416666667vw;
        padding: 2.7083333333vw 4.21875vw 3.6458333333vw 2.65625vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage h5 {
        font-size: 0.9375vw;
        margin-bottom: 1.3020833333vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li {
        gap: 0px 0.9375vw;
        margin: 0.4166666667vw 0px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li .iconfont {
        width: 0.72916666666vw;
        height: 0.72916666666vw;
        font-size: 0.416666666666vw;
        margin: 0.416666666666vw 0 0;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li p {
        width: calc(100% - 1.875vw);
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content {
        margin-bottom: 2.34375vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .img {
        width: 33.3333333333vw;
        height: 18.4375vw;
        border-radius: 0.4166666667vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r {
        width: 18.9583333333vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_title {
        font-size: 1.6666666667vw;
        margin-bottom: 2.34375vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part h5 {
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child) {
        padding: 0px 0px 1.6666666667vw;
        margin-bottom: 1.5625vw;
    }

    .fixed.fixed_solution .fixed_flex .close {
        width: 2.65625vw;
        height: 2.65625vw;
        font-size: 1.1458333333vw;
    }

    .fixed.fixed_case .fixed_flex {
        gap: 0px 1.7708333333vw;
        transform: translateY(1.0416666667vw);
    }

    .fixed.fixed_case .fixed_flex .fixed_box {
        width: 64.375vw;
        border-radius: 1.0416666667vw;
        padding: 3.5416666667vw 3.125vw 3.125vw 3.2291666667vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage {
        margin: 2.34375vw 0px 1.5625vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage h5 {
        font-size: 0.9375vw;
        margin-bottom: 1.3020833333vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage .adv_txt {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li {
        gap: 0px 0.9375vw;
        margin: 0.4166666667vw 0px;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li .iconfont {
        width: 0.72916666666vw;
        height: 0.72916666666vw;
        font-size: 0.416666666666vw;
        margin: 0.416666666666vw 0 0;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li p {
        width: calc(100% - 1.875vw);
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .img {
        width: 27.2916666667vw;
        border-radius: 0.4166666667vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r {
        width: 24.0625vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_title {
        font-size: 1.6666666667vw;
        margin-bottom: 1.6145833333vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list {
        max-height: 13.0208333333vw;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list {
        max-height: 13.0208333333vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part {
        padding: 1.0416666667vw 0px;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part h5 {
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child) {
        margin-bottom: 0.78125vw;
    }

    .fixed.fixed_case .fixed_flex .close {
        width: 2.65625vw;
        height: 2.65625vw;
        font-size: 1.1458333333vw;
    }

    .page {
        gap: 0px 0.5208333333vw;
    }

    .page a {
        width: 2.8125vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        font-size: 0.8333333333vw;
    }

    .page a:nth-last-child(1) {
        width: 6.25vw;
    }

    .page a:nth-last-child(2) {
        width: 6.25vw;
    }

    .notice {
        border-radius: 0.5208333333vw;
    }

    .header .menu_box .menu_sq .menu_sq_bottom .r .iconfont .ewm {
        padding: 0px 0px 4.1666666667vw;
    }

    .header .menu_box .menu_sq .menu_sq_bottom .r .iconfont .ewm .ewm_box {
        width: 6.25vw;
        padding: 0.2604166667vw;
    }

    .fixed_help .fixed_box {
        width: 62.5vw;
        padding: 3.6458333333vw 0px;
    }

    .fixed_help .fixed_box .easywza-w {
        width: 57.2916666667vw;
    }

    .fixed_help .fixed_box .easywza-help-close {
        right: -6.25vw;
    }

    .fixed_help .fixed_box .easywza-w .easywza-help-con {
        margin-bottom: 1.7708333333vw;
        padding: 0.5208333333vw 1.5625vw 1.5625vw;
    }

    .fixed_help .fixed_box .easywza-w .easywza-help-con dt {
        margin: 1.0416666667vw 0px 0.5208333333vw;
    }

    html[lang="en"] .header .menu_box .menu_sq{
        width: 59.375vw;
    }
    html[lang="en"] .header .menu_box{
        width: 65.625vw;
    }
    html[lang="en"] .shadow{
        width: calc(-65.625vw + 100vw);
    }
    html[lang="en"] .header .menu_box .menu_sq .menu_sq_top .nav_box .first_box li{
        width: 23.4375vw;
    }
    html[lang="en"] .footer .wrap .footer_top .r ul li a{
        font-size: 0.8854166667vw;
    }
    html[lang="en"] .footer .wrap .footer_top .l{
        margin: 0px 0px 2.0833333333vw;
    }
    html[lang="en"] .footer .wrap .footer_top .r ul li:not(:first-child) a{
        font-size: 0.78125vw;
    }
    html[lang="en"] .footer .wrap .footer_top .l form .form{
        width: 26.0416666667vw;
    }
    html[lang="en"] .footer .wrap .footer_top .l form .form input{
        width: 19.53125vw;
    }
}

@media screen and (max-width: 768px) {
    .notice {
        padding: 12px 20px;
        width: fit-content
    }

    .notice svg {
        width: 16px
    }

    .notice p {
        margin-left: 3px;
        font-size: 13px;
        white-space: nowrap
    }

    .dialog .content {
        width: 90%
    }

    .dialog .content .close {
        right: 10px;
        top: 10px
    }

    .dialog .content .close svg {
        width: 24px
    }

    .dialog .content video {
        width: 100%;
        max-height: 40vh
    }
}

@media screen and (max-width: 768px) {
    .header {
        width: 100%;
        height: 60px;
        padding: 0 5vw;
        flex-direction: unset;
        background: #ffffff !important;
    }

    .header .header_top {
        display: flex;
        align-items: center;
        gap: 0 10px;
    }

    .header .header_top p {
        color: #006A52 !important;
        font-size: 15px;
        margin: 0;
        line-height: 1.2;
    }

    .header .logo {
        filter: unset !important;
        width: 70px;
    }

    .header .header_top p span {
        font-size: 12px;
    }

    .header .menu {
        right: 5vw;
        left: unset;
        transform: translateY(-50%);
        width: 24px;
        height: 8px;
        z-index: 10;
    }

    .header .menu span {
        background: #006A52 !important;
        width: 24px;
    }

    .header .header_bottom {
        padding: 0 22px 0 0;
        display: flex;
        align-items: center;
    }

    .header .header_bottom .lan {
        margin: 0 15px 0 0;
    }

    .header .header_bottom .lan p, .header .header_bottom .disabled_btn p {
        display: none;
    }

    .header .header_bottom .lan .iconfont, .header .header_bottom .disabled_btn .iconfont {
        font-size: 16px;
        color: #006A52 !important;
        transform: unset !important;
    }

    .common_banner {
        height: 50vh;
    }

    .common_banner .img img {
        height: 100%;
    }

    .parallax {
        transform: unset !important;
    }

    .width_lack {
        width: 100%;
    }

    .common_banner .width_lack {
        width: 90%;
        right: 5vw;
    }

    .common_banner .width_lack h5 {
        margin-bottom: 10px;
    }
    .common_banner .width_lack h5 div {
        font-size: 22px;
    }
    .common_banner .width_lack h5 span {
        font-size: 22px;
    }

    .common_banner .width_lack p span,.common_banner .width_lack p div {
        font-size: 28px;
    }

    .w1580 {
        width: 90vw;
    }

    .footer .wrap {
        width: 90%;
        margin: 0 auto !important;
    }

    .footer .wrap .footer_top {
        padding: 50px 0 0;
    }

    .footer .wrap .footer_top .r {
        display: none;
    }

    .footer .wrap .footer_top .l {
        width: 100%;
    }

    .footer .wrap .footer_top .l .tel {
        font-size: 32px;
    }

    .footer .wrap .footer_top .l .mail {
        font-size: 15px;
        margin: 20px 0 30px;
    }

    .footer .wrap .footer_top .l .address_list {
        gap: 10px 0;
        margin-bottom: 30px;
    }

    .footer .wrap .footer_top .l form h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer .wrap .footer_top .l form .form {
        width: 100%;
        height: 50px;
        border-radius: 6px;
        padding: 3px;
    }

    .footer .wrap .footer_top .l form .form input {
        width: calc(100% - 80px);
        height: 100%;
        font-size: 15px;
        padding: 0 15px;
    }

    .footer .wrap .footer_top .l form .form button {
        width: 80px;
        border-radius: 4px;
        font-size: 15px;
    }

    .footer .wrap .footer_top .l .address_list .address h5 {
        font-size: 15px;
    }

    .footer .wrap .footer_top .l .address_list .address p {
        font-size: 15px;
    }

    .footer .wrap .footer_center {
        margin: 40px 0 20px;
        padding: 0 0 15px;
    }

    .footer .wrap .footer_center .l h5 {
        font-size: 15px;
    }

    .footer .wrap .footer_center .l .iconfont {
        font-size: 18px;
    }

    .footer .wrap .footer_center .l {
        gap: 0 10px;
    }

    .footer .wrap .footer_center .l .iconfont .ewm .ewm_box {
        width: 100px;
    }

    .footer .wrap .footer_center .l .iconfont .ewm {
        padding: 0 0 30px;
    }

    .footer .wrap .footer_center .goTop {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
    }

    .footer .wrap .footer_bottom .footer_bottom_links p {
        font-size: 14px;
        display: unset;
        line-height: 1.6;
    }

    .footer .wrap .footer_bottom .footer_bottom_links {
        display: block;
        margin-bottom: 10px;
    }

    .footer .wrap .footer_bottom .footer_bottom_links a {
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
    }

    .footer .wrap .footer_bottom .footer_bottom_links span {
        display: none;
    }

    .header .menu_box {
        display: none;
    }

    .header .menu_ph {
        display: block !important;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: #ffffff;
        padding: 100px 5vw;
        clip-path: inset(0 0 100% 0);
        transition: 1s;
    }

    .header .menu_ph.on {
        clip-path: inset(0 0 0% 0);
    }

    .header .menu_ph .item {
        border-bottom: 1px solid #ccc;
    }

    .header .menu_ph .item .block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }

    .header .menu_ph .item .none {
        padding: 0 0 15px 10px;
        display: none;
    }

    .header .menu_ph .item .none a {
        display: block;
        font-size: 15px;
        color: #828898;
        line-height: 2;
    }

    .header .menu_ph .item .block a {
        display: block;
        width: 50%;
        line-height: 60px;
        font-size: 16px;
        color: #111111;
    }

    .header .menu_ph .item .block .iconfont {
        font-size: 10px;
        transform: rotate(180deg);
        transition: 0.6s;
    }

    .header .menu_ph .item.item_active .block .iconfont {
        transform: rotate(270deg);
    }

    .header .menu.on span:nth-child(1) {
        transform: translateY(4px);
    }

    .header .menu.on span:nth-child(2) {
        transform: translateY(-4px);
    }

    .fixed.fixed_solution .fixed_flex .fixed_box, .fixed.fixed_case .fixed_flex .fixed_box {
        width: 90vw;
        border-radius: 6px;
        padding: 20px;
    }

    .fixed.fixed_solution .fixed_flex .close, .fixed.fixed_case .fixed_flex .close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: -60px;
        font-size: 14px;
    }

    .fixed.fixed_solution .fixed_flex, .fixed.fixed_case .fixed_flex {
        position: relative;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content, .fixed.fixed_case .fixed_flex .fixed_box .content {
        display: block;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .img, .fixed.fixed_case .fixed_flex .fixed_box .content .img {
        width: 100%;
        height: unset;
        border-radius: 6px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r, .fixed.fixed_case .fixed_flex .fixed_box .content .r {
        width: 100%;
        margin: 30px 0 0;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_title, .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part {
        padding: 15px 0;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part h5, .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part p, .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part p {
        font-size: 15px;
        line-height: 1.8;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list, .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list {
        max-height: unset;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content, .fixed.fixed_case .fixed_flex .fixed_box .content {
        margin-bottom: 20px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage h5, .fixed.fixed_case .fixed_flex .fixed_box .advantage h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child), .fixed.fixed_case .fixed_flex .fixed_box .content .r .r_list .r_part:not(:last-child) {
        margin-bottom: 20px;
        padding: 0 0 10px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li .iconfont, .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li .iconfont {
        width: 18px;
        height: 18px;
        font-size: 14px;
        margin: 7px 0 0;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li .iconfont::before, .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li .iconfont::before {
        transform: translateX(2px);
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li, .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li {
        gap: 0 10px;
        margin: 10px 0;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .advantage ul li p, .fixed.fixed_case .fixed_flex .fixed_box .advantage ul li p {
        width: calc(100% - 28px);
        font-size: 15px;
        line-height: 32px;
    }

    .fixed.fixed_solution .fixed_flex .fixed_box .sc_y, .fixed.fixed_case .fixed_flex .fixed_box .sc_y {
        max-height: 60vh;

        overflow-y: auto;
    }
    .common_header {
        display: none;
    }
    .page {
        flex-wrap: wrap;
        gap: 10px;
    }
    .page a {
        width: 40px;
        height: 40px;
        font-size: 12px;
        border-radius: 40px;
    }
    .page a:nth-last-child(1),.page a:nth-last-child(2) {
        width: 100px;
    }
    .footer .wrap .footer_bottom .footer_bottom_links a img {
        display: inline-block;
        width: 16px;
    }
    .fixed_help .fixed_box {
        width: 90vw;
        padding: 50px 25px;
    }
    .fixed_help .fixed_box .easywza-w {
        width: 100%;
    }
    .fixed_help .fixed_box .easywza-help-close svg {
        width: 20px;
        height: unset;
    }
    .fixed_help .fixed_box .easywza-help-close {
        right: 0;
        top: -30px;
    }
    .fixed_help .fixed_box .easywza-help-close svg path {
        fill: #024638;
    }
    .fixed_help .fixed_box .easywza-w .easywza-em2 {
        font-size: 15px;
        line-height: 2;
    }
    .fixed_help .fixed_box .easywza-w .easywza-help-con {
        padding: 15px;
    }
    .fixed_help .fixed_box .easywza-w .easywza-help-con dt {
        margin: 15px 0;
    }
    .fixed_help .fixed_box .easywza-w .easywza-help-con dd {
        font-size: 15px;
        line-height: 1.8;
    }
    html[lang="en"] .footer .wrap .footer_top .l {
        display: block;
    }
    html[lang="en"] .footer .wrap .footer_top .l .address_list .address {
        display: block;
    }
    html[lang="en"] .footer .wrap .footer_top .l .address_list .address p {
        line-height: 1.6;
    }
    html[lang="en"] .footer .wrap .footer_top .l .address_list .address h5 {
        margin-bottom: 15px;
    }
    html[lang="en"] .footer .wrap .footer_top .l form .form {
        width: 100%;
    }
    html[lang="en"] .footer .wrap .footer_top .l form .form button {
        width: 100px;
    }
    html[lang="en"] .footer .wrap .footer_top .l form .form input {
        width: calc(100% - 100px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
<!--0.00017595291137695-->