:root {--height-header_hj58: 90px;}.header_hj58 {--font_color-header_hj58: #333;position: fixed;left: 0;top: 0;width: 100%;z-index: 99;transition: 0.3s all;}.header_hj58-placeholder {height: var(--height-header_hj58);}.header_hj58-logo_wrapper {position: relative;}.header_hj58-logo_top {display: none;}.header_hj58-top {background: var(--site-color);color: var(--font_color-header_hj58);}.header_hj58-top_wrapper {display: flex;justify-content: space-between;align-items: center;height: var(--height-header_hj58);}.header_hj58-top_toolbar {display: flex;align-items: center;}.header_hj58-top_toolbar > div {border-right: 1px solid #fff;}.header_hj58-top_toolbar > div:last-child {border-right: none;}.header_hj58-top_nav {display: flex;align-items: center;}.header_hj58-top_nav-item {border-right: 1px solid #fff;}.header_hj58-top_nav-item:last-child {border-right: none;}.header_hj58-top_nav-item_link {display: block;color: #fff;padding: 0 0.2rem;}.header_hj58-container {position: relative;z-index: 8;background-color: #fff;transition: 0.3s all;}.header_hj58.active {box-shadow: 0 3px 12px #0003;}.header_hj58.active .header_hj58-container {--font_color-header_hj58: #333;background: #fff;}.header_hj58.active .header_hj58-btn_item.inquire {color: #fff;background: var(--site-color);}.header_hj58:hover,.header_hj58.on {width: 100%;margin: 0;}.header_hj58:hover .header_hj58-container,.header_hj58.on .header_hj58-container {--font_color-header_hj58: #333;border-radius: 0;}.header_hj58:hover .header_hj58-btn_item.inquire,.header_hj58.on .header_hj58-btn_item.inquire {color: #fff;background: var(--site-color);}.header_hj58-wrapper {display: flex;align-items: center;height: var(--height-header_hj58);}.header_hj58-logo {margin-left: 0.2rem;}.header_hj58-nav {display: flex;height: 100%;margin-left: 3%;}.header_hj58-nav_item {display: flex;justify-content: center;align-items: center;}.header_hj58-nav_tab {height: 100%;padding: 0 0.2rem;display: flex;justify-content: center;align-items: center;font-size: 16px;font-weight: normal;color: var(--font_color-header_hj58);transition: 0.3s all;}.header_hj58-nav_tab h2,.header_hj58-nav_tab h3 {font-size: 16px;font-weight: normal;color: var(--font_color-header_hj58);transition: 0.3s all;}.header_hj58-nav_tab:hover {color: var(--site-color);}.header_hj58-nav_tab:hover h2,.header_hj58-nav_tab:hover h3 {color: var(--site-color);}.header_hj58-nav_slide {display: none;background: #fff;position: fixed;top: var(--height-header_hj58);left: 50%;transform: translate(-50%, 0);width: 100%;padding: 0.4rem 0;transition: top 0.3s ease;box-shadow: 0 0.04rem 0.1rem #0000001a;}.header_hj58-nav_slide-wrapper {width: var(--width-container);margin: 0 auto;display: flex;}.header_hj58-nav_slide-list {display: flex;gap: 0.2rem;padding: 0 0.2rem;flex-wrap: wrap;width: 100%;}.header_hj58-nav_slide-item {flex: 0 0 auto;width: calc((100% / 4) - (0.8rem / 3));padding: 0;}.header_hj58-nav_slide-item_title {font-size: 16px;font-weight: normal;color: #333;transition: 0.3s all;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align: center;white-space: normal;}.header_hj58-nav_slide-item_title h2,.header_hj58-nav_slide-item_title h3 {font-size: 16px;font-weight: normal;color: #333;transition: 0.3s all;}.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title {color: var(--site-color);}.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title h2,.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title h3 {color: var(--site-color);}.header_hj58-btn {display: flex;height: 100%;margin-left: auto;}.header_hj58-btn_item {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 0.06rem;width: 0.8rem;height: 100%;padding: 0 0.06rem;border: none;color: var(--site-color);border-left: 1px solid #f3f3f3;background: none;transition: 0.3s all;}.header_hj58-btn_item svg {width: 24px;height: 24px;stroke: var(--site-color);transition: 0.3s all;}.header_hj58-btn_item p {white-space: nowrap;}.header_hj58-btn_item:hover {background: #f3f3f3;}.header_hj58-btn_item:last-child,.header_hj58-btn_item:nth-last-child(2) {border-left: none;color: #fff;}.header_hj58-btn_item:last-child svg,.header_hj58-btn_item:nth-last-child(2) svg {stroke: #fff;}.header_hj58-btn_item:last-child {background: var(--site-color);}.header_hj58-btn_item:last-child:hover {background: var(--site-color);}.header_hj58-btn_item:nth-last-child(2) {background: var(--site-color-80);}.header_hj58-btn_item:nth-last-child(2):hover {background: var(--site-color-80);}.header_hj58-layer {position: fixed;top: -1rem;left: 0;z-index: 6;width: 100%;padding: 0.6rem 0;transition: all 0.3s ease;}.header_hj58-layer.on {top: var(--height-header_hj58);box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.08);}.header_hj58-layer_title {font-size: 0.28rem;color: #505050;}.header_hj58-search {background: var(--site-color);display: flex;justify-content: center;align-items: center;--width_closebtn-headhj57: 0.6rem;}.header_hj58-search_close {flex: 0 0 auto;background: none;border: none;padding: 0.1rem;display: flex;justify-content: center;align-items: center;border-radius: 0.04rem;overflow: hidden;width: var(--width_closebtn-headhj57);height: var(--width_closebtn-headhj57);margin-right: 0.4rem;transition: 0.3s all;}.header_hj58-search_close svg {width: 100%;height: 100%;stroke: #fff;}.header_hj58-search form {flex: 1 0;display: flex;align-items: center;color: #fff;background: none;}.header_hj58-search form input {display: block;flex: 1 0 auto;border: none;padding: 2px 8px 6px;font-size: 18px;border-bottom: 1px solid #eee;background: none;font-size: 0.24rem;color: #fff;}.header_hj58-search form input:focus {background: none;}.header_hj58-search form input::placeholder {color: #fff8;}.header_hj58-search form button {padding: 6px 0.2rem;background: none;display: flex;justify-content: center;align-items: center;border: none;margin-left: 0.4rem;border-radius: 0.06rem;overflow: hidden;color: #333;font-size: 16px;font-weight: bold;}.header_hj58-search form button[disabled] {color: #999;border-color: #999;}.header_hj58-search form button svg {width: 36px;height: 36px;stroke: #eee;}.header_hj58-media {background: #f1f1f1;display: flex;justify-content: space-around;align-items: center;}.header_hj58-media .fa {font-size: 24px;}.head_hj58-prod-dropdown {position: absolute;top: 50%;left: 0;z-index: -6;width: 100%;background: #fff;color: #333;transform: translateY(20px);opacity: 0;visibility: hidden;transition: .3s all;}.head_hj58-prod-dropdown-wrapper {display: flex;box-shadow: 0 0 20px 1px rgba(0, 0, 0, .08);background: #ffffff;align-items: flex-start;padding:60px 0;}.head_hj58-prod-dropdown-prod {flex-grow: 1;padding-left: calc((100vw - var(--width-container)) / 2);padding-right: calc((100vw - var(--width-container)) / 2);padding-top: calc(var(--height_prodtab-head_hj58) / 2 + var(--pb_prod_dropdown-head_hj58));padding-bottom: var(--pb_prod_dropdown-head_hj58);display: flex;flex-wrap: wrap;gap: .5rem;}.head_hj58-prod-dropdown-prod-item{flex: 0 0 auto;width: calc(25% - .375rem);}.head_hj58-prod-dropdown-prod-cate-img>img {width: 100%;max-width: 220px;border-radius:6px;}.head_hj58-prod-dropdown-prod-cate-sub{margin-top: 10px;}.head_hj58-prod-dropdown-prod-cate-title {display: flex;margin-top: 15px;align-items: center;font-size: 18px;font-weight: bold;}.head_hj58-prod-dropdown-prod-cate-title-text{color:#333;}.head_hj58-prod-dropdown-prod-cate-title>svg {width: 22px;height: 22px;stroke: var(--site-color);stroke-width: 3px;margin-bottom: 1px;transition: .3s all;}.head_hj58-prod-dropdown-prod-cate-sub-item {margin-bottom: 5px;display: flex;align-items: center;}.head_hj58-prod-dropdown-prod-cate-sub-item>svg {width: 18px;height: 18px;stroke: var(--site-color);stroke-width: 3px;margin-bottom: 1px;transition: .3s all;}.header_hj58-nav_item:hover .head_hj58-prod-dropdown {opacity: 1;visibility: visible;transform: translateY(0);}.head_hj58-prod-dropdown-prod-cate:hover .head_hj58-prod-dropdown-prod-cate-title > svg {transform: translateX(4px);}.head_hj58-prod-dropdown-prod-cate-sub-item:hover > svg {transform: translateX(4px);}@keyframes translate_5050_scale_160 {0% {transform: translate(-50%, -50%) scale(1);}50% {transform: translate(-50%, -50%) scale(1.6);}100% {transform: translate(-50%, -50%) scale(1);}}@keyframes down {0% {transform: translateY(0);}50% {transform: translateY(10px);}100% {transform: translateY(0);}}@keyframes aniShow {0% {opacity: 0;}100% {opacity: 1;}}@keyframes aniRolling {0% {transform: rotate(0);}100% {transform: rotate(360deg);}}@keyframes scaleLeft {0% {transform: scaleX(0);transform-origin: left;}100% {transform: scaleX(1);transform-origin: left;}}.banner_36 {--time-banner36: 3s;--size_marker-banner36: 12px;--gap-banner36: 10px;}.banner_36-pagination {left: 0;bottom: 10px;width: 100%;}.banner_36-pagination span {width: 12px;height: 12px;margin: 0 4px;}.banner_36-pagination span.swiper-pagination-bullet-active {background: var(--site-color);}.banner_36-banner-wrapper {color: inherit;display: block;}.banner_36-banner-banner,.banner_36-banner-banner_wap,.banner_36-banner-banner_video {width: 100%;}.banner_36-content {position: absolute;display: block;width: 100%;left: 0;right: 0;top: 0;bottom: 0;z-index: 6;color: #fff;}.banner_36-content a {color: inherit;transition: all 0.5s;}.banner_36-content-container {max-width: var(--width-container);margin: 0 auto;height: 100%;display: flex;flex-direction: column;justify-content: center;}@media screen and (max-width: 767px) {.banner_36-content-container {padding: 0 15px;}}.banner_36-content-wrapper {display: flex;flex-direction: column;gap: 0.2rem;}@media screen and (max-width: 767px) {.banner_36-content-wrapper {gap: 0.1rem;}}.banner_36-content-buttons {display: flex;flex-wrap: wrap;gap: 0.16rem;}@media screen and (max-width: 767px) {.banner_36-content-buttons {gap: 0.08rem;}}@supports not (gap: 0.16rem) {.banner_36-content-buttons > * + * {margin-left: 0.16rem;}@media screen and (max-width: 768px) {.banner_36-content-buttons > * + * {margin-left: 0.08rem;}}}.banner_36-content-buttons-item {display: block;background: var(--site-color);border: none;border-radius: 10rem;padding: 6px 0.24rem;}.banner_36[data-scroll-effect="sticky-cover"] {overflow: hidden;}.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] {height: var(--height_sticky-banner36, 100vh);}.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-container,.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-item,.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-banner,.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-banner-wrapper {height: 100%;}.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-item {position: relative;}.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-banner-banner,.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-banner-banner_wap,.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .banner_36-banner-banner_video {display: block;height: 100%;object-fit: cover;}.banner_36[data-scroll-effect="sticky-cover"][data-sticky-height="viewport"] .swiper-wrapper {height: 100%;}.banner_36[data-scroll-effect="sticky-cover"] .banner_36-pagination {left: calc((100vw - var(--width-container)) / 2);bottom: 0.56rem;width: auto;text-align: left;}@media screen and (max-width: 767px) {.banner_36[data-scroll-effect="sticky-cover"] .banner_36-pagination {left: 15px;bottom: 0.28rem;}}.banner_36[data-scroll-effect="sticky-cover"] .banner_36-sticky_nav {position: absolute;right: 7%;bottom: 0.4rem;z-index: 25;display: flex;align-items: center;justify-content: center;}@media screen and (max-width: 767px) {.banner_36[data-scroll-effect="sticky-cover"] .banner_36-sticky_nav {right: 15px;bottom: 15px;}}.banner_36[data-scroll-effect="sticky-cover"] .banner_36-prev,.banner_36[data-scroll-effect="sticky-cover"] .banner_36-next {position: static;top: auto;left: auto;right: auto;width: 50px;height: 50px;margin: 0;border: 1px solid #fff;border-radius: 50%;background-color: transparent;background-position: center;background-repeat: no-repeat;background-size: 12px 18px;color: #fff;transition: all 0.3s ease;}@media screen and (max-width: 767px) {.banner_36[data-scroll-effect="sticky-cover"] .banner_36-prev,.banner_36[data-scroll-effect="sticky-cover"] .banner_36-next {width: 44px;height: 44px;background-size: 10px 16px;}}.banner_36[data-scroll-effect="sticky-cover"] .banner_36-prev:hover,.banner_36[data-scroll-effect="sticky-cover"] .banner_36-next:hover {background-color: var(--site-color);border-color: var(--site-color);}.banner_36[data-scroll-effect="sticky-cover"] .banner_36-prev {margin-right: 20px;}@media screen and (max-width: 767px) {.banner_36[data-scroll-effect="sticky-cover"] .banner_36-prev {margin-right: 12px;}}.banner_36-scroll_hint {position: absolute;left: 50%;bottom: 0.42rem;z-index: 25;display: flex;flex-direction: column;align-items: center;gap: 8px;padding: 0;border: 0;background: none;color: #fff;cursor: pointer;font-size: 14px;line-height: 1;text-transform: uppercase;transform: translateX(-50%);}@media screen and (max-width: 767px) {.banner_36-scroll_hint {display: none;}}.banner_36-scroll_hint-mouse {position: relative;display: block;width: 18px;height: 30px;border: 2px solid currentColor;border-radius: 12px;}.banner_36-scroll_hint-mouse::before {content: "";position: absolute;left: 50%;top: 6px;width: 3px;height: 7px;border-radius: 4px;background: currentColor;transform: translate(-50%, 0);animation: banner36ScrollHintDot 1.5s ease-in-out infinite;}@keyframes banner36ScrollHintDot {0% {transform: translate(-50%, 0);}50% {transform: translate(-50%, 10px);}100% {transform: translate(-50%, 0);}}.banner_36-sticky_cover_wrap {position: sticky;top: 0;z-index: 1;}.banner_36-sticky_cover_wrap > .banner_36[data-scroll-effect="sticky-cover"] {position: relative;top: auto;}.banner_36-sticky_cover_wrap + main {position: relative;z-index: 2;background: #fff;}.banner_36-sticky_cover_wrap + main > .zh_page {background-color: #fff;}.banner_36-sticky_cover_wrap ~ .zh_page {position: relative;z-index: 2;background-color: #fff;}@media screen and (max-width: 767px) {.banner_36 {--size_marker-banner36: 8px;--gap-banner36: 6px;}}.banner_36-markers_item {position: absolute;z-index: 10;transform: translate(-50%, -50%);text-align: left;color: #333;}.banner_36-markers_item::before {content: "";position: absolute;top: 50%;left: 50%;width: calc(100% + 6px);height: calc(100% + 6px);border-radius: 50%;background-color: var(--site-color);z-index: -1;transform: translate(-50%, -50%) scale(1);}.banner_36-markers_item::after {content: "";position: absolute;top: 50%;left: 50%;width: calc(100% + 10px);height: calc(100% + 10px);border-radius: 50%;background-color: var(--site-color);opacity: 0.7;transform: translate(-50%, -50%) scale(1);animation: pulsebanner36 2s infinite;z-index: -2;}@keyframes pulsebanner36 {0% {transform: translate(-50%, -50%) scale(0.9);opacity: 0.7;}70% {transform: translate(-50%, -50%) scale(2);opacity: 0;}100% {transform: translate(-50%, -50%) scale(0.9);opacity: 0;}}.banner_36-markers_item-pot {display: block;width: var(--size_marker-banner36);height: var(--size_marker-banner36);border-radius: 50%;background: var(--site-color);cursor: pointer;position: relative;z-index: 3;}.banner_36-markers_item-tip {position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);min-width: 188px;text-align: center;padding: 6px 20px;border-radius: 1rem;white-space: nowrap;color: #fff;background-color: var(--site-color);}@media screen and (max-width: 767px) {.banner_36-markers_item-tip {display: none;}}.banner_36-markers_item-popup {opacity: 0;visibility: hidden;transition: 0.3s all;width: 280px;max-width: 56vw;background-color: white;border-radius: 8px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);padding: 15px;z-index: 2;position: absolute;left: 50%;transform: translateX(-50%);top: calc(100% + 10px);}@media screen and (max-width: 767px) {.banner_36-markers_item-popup {padding: 2px;}}.banner_36-markers_item-popup::after {content: "";position: absolute;left: 0;bottom: 100%;width: 100%;height: calc(var(--size_marker-banner36) / 2 + var(--gap-banner36));opacity: 0;}.banner_36-markers_item-popup[data-placement="top"] {top: auto;bottom: calc(100% + 10px);}.banner_36-markers_item-popup[data-placement="top"]::after {top: 100%;bottom: auto;}.banner_36-markers_item-popup[data-placement="left"] {top: 50%;transform: translateY(-50%) translateX(0);left: auto;right: calc(100% + 10px);}.banner_36-markers_item-popup[data-placement="left"]::after {top: 0;left: 100%;width: calc(var(--size_marker-banner36) / 2 + var(--gap-banner36));height: 100%;}.banner_36-markers_item-popup[data-placement="right"] {top: 50%;transform: translateY(-50%) translateX(0);left: calc(100% + 10px);right: auto;}.banner_36-markers_item-popup[data-placement="right"]::after {top: 0;left: auto;right: 100%;width: calc(var(--size_marker-banner36) / 2 + var(--gap-banner36));height: 100%;}.banner_36-markers_item-popup img {max-width: 100%;margin-bottom: 12px;border-radius: 6px;}@media screen and (max-width: 767px) {.banner_36-markers_item-popup img {display: none;}}.banner_36-markers_item-popup_title {font-size: 18px;font-weight: bold;margin-bottom: 10px;}@media screen and (max-width: 767px) {.banner_36-markers_item-popup_title {font-size: 14px;margin-bottom: 6px;}}.banner_36-markers_item-popup_link {display: inline-block;text-decoration: none;color: #fff;background-color: var(--site-color);padding: 8px 15px;border-radius: 5px;font-weight: bold;transition: 0.3s all;}@media screen and (max-width: 767px) {.banner_36-markers_item-popup_link {font-size: 14px;}}.banner_36-markers_item-popup_link:hover {color: #fff;background-color: var(--site-color);}.banner_36-markers_item:hover .markers_item-popup {opacity: 1;visibility: visible;}.banner_36[data-style="2505"] .banner_36-content {right: auto;top: 50%;bottom: auto;width: auto;transform: translateY(-50%);}.banner_36[data-style="2505"] .banner_36-content-container {margin: 0;max-width: unset;height: auto;padding-top: 0.4rem;padding-bottom: 0.4rem;padding-left: calc((100vw - var(--width-container)) / 2);padding-right: 0.8rem;position: relative;overflow: hidden;}.banner_36[data-style="2505"] .banner_36-content-container::before {content: "";position: absolute;top: 0;left: 120%;z-index: 2;width: 0;height: 100%;background: var(--site-color);transform: skewX(-17.62deg);transform-origin: top;transition: all 0.5s;}.banner_36[data-style="2505"] .banner_36-content-container.active-2505::before {left: 0;width: 100%;transform: skewX(0);transition: width 0.5s cubic-bezier(0, 0.95, 0.59, 1), transform 0.5s cubic-bezier(0.23, 0.62, 0.42, 0.99) 0.2s;}.banner_36[data-style="2505"] .banner_36-content-container::after {content: "";position: absolute;top: 0;left: 0;width: 6px;height: 0;background: var(--site-color);transition: 0.5s all;}.banner_36[data-style="2505"] .banner_36-content-wrapper {width: 720px;position: relative;z-index: 3;}@media (max-width: 767px) {.banner_36[data-style="2505"] .banner_36-content-wrapper {width: 100%;}}.banner_36[data-style="2505"] .banner_36-content-img {position: absolute;right: 0;top: 0;height: 100%;z-index: 10;opacity: 0;transition: 0.5s opacity;}.banner_36[data-style="2505"] .banner_36-content-img img {height: 100%;}.banner_36[data-style="2505"] .banner_36-content-buttons-item {display: flex;align-items: center;background: none;border-radius: 0;padding: 0;}.banner_36[data-style="2505"] .banner_36-content-buttons-item + .banner_36-content-buttons-item {margin-left: 20px;}.banner_36[data-style="2505"] .banner_36-content-buttons-item svg {width: 32px;height: 32px;stroke: currentColor;stroke-width: 2px;margin-right: 8px;transition: 0.5s 0.5s ease all;}.banner_36[data-style="2505"] .banner_36-content-buttons-item span {display: block;transition: 0.5s all;}.banner_36[data-style="2505"] .banner_36-content-buttons-item:hover span {transform: translateX(20px);}.banner_36[data-style="2505"] .banner_36-content-buttons-item[swiper-animate-style-cache] svg {transform: scale(0);}.banner_36[data-style="2505"] .banner_36-content-buttons-item[swiper-animate-style-cache].animated svg {transform: scale(1);}.banner_36[data-style="2505"] .banner_36-2505-mask {position: absolute;top: 0;right: -15%;width: 60%;height: 100%;z-index: 20;background: #fff;transform: skewX(17.62deg) translateX(0);transition: all 1s ease-in-out;opacity: 0;visibility: hidden;}.banner_36[data-style="2505"] .banner_36-container:not(.swiper-initialized) .banner_36-content-container::after {height: 100%;}.banner_36[data-style="2505"] .banner_36-item.swiper-slide-active .banner_36-2505-mask {transform: skewX(17.62deg) translateX(150%);}.banner_36[data-style="2505"] .banner_36-item.swiper-slide-active.banner_36-transition_end .banner_36-content-container::after {height: 100%;}.banner_36[data-style="2505"] .banner_36-item.swiper-slide-active.banner_36-transition_end .banner_36-content-img {animation: bounceInRight 4s ease-in-out 0.3s 1 normal both;opacity: 1;}.banner_36[data-style="2505"] .banner_36-pagination {width: auto;padding-left: calc((100vw - var(--width-container)) / 2);bottom: 25%;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet {width: 35px;height: 20px;margin-right: 12px;position: relative;transition: 0.3s all;background: none;border-radius: 0;opacity: 1;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet:last-child {margin-right: 0;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet::before,.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet::after {content: "";position: absolute;left: 0;bottom: 0;height: 2px;width: 100%;background: #fff;transition: 0;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet::before {opacity: 0.2;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet::after {transform: scaleX(0);}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 100px;}.banner_36[data-style="2505"] .banner_36-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {width: 100%;animation: scaleLeft var(--time-banner36) linear both;}.banner_36[data-style="2505"] .swiper-initialized .banner_36-2505-mask {opacity: 0.5;visibility: visible;}.banner_36[data-style="229"] .banner_36-item {overflow: hidden;}.banner_36[data-style="229"] .banner_36-content-buttons {color: var(--site-color);}.banner_36[data-style="229"] .banner_36-content-buttons-item {padding: 8px 25px;background: #fff;font-size: 14px;letter-spacing: 1.4px;text-transform: uppercase;transition: 0.25s all;font-weight: bold;margin-top: 30px;}.banner_36[data-style="229"] .banner_36-content-buttons-item:hover {box-shadow: 0 5px 20px var(--site-color-60);}.banner_36[data-style="229"] .banner_36-controller {position: absolute;left: 0;bottom: 30%;z-index: 66;padding-left: calc((100vw - var(--width-container)) / 2);display: flex;align-items: center;gap: 0.2rem;color: #fff;}.banner_36[data-style="229"] .banner_36-next,.banner_36[data-style="229"] .banner_36-prev {position: static;margin: 0;background: #fcffff33;flex: 0 0 auto;width: 41px;height: 32px;border-radius: 15px;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.3s;}.banner_36[data-style="229"] .banner_36-next svg,.banner_36[data-style="229"] .banner_36-prev svg {width: 20px;height: 20px;stroke: currentColor;stroke-width: 4px;}.banner_36[data-style="229"] .banner_36-prev:hover {transform: translateX(-10px);}.banner_36[data-style="229"] .banner_36-next:hover {transform: translateX(10px);}.banner_36[data-style="229"] .banner_36-pagination {width: auto;position: static;}.banner_36[data-style="229"] .banner_36-pagination .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 7px;background: #fff;position: relative;}.banner_36[data-style="229"] .banner_36-pagination .swiper-pagination-bullet::before {position: absolute;content: "";top: -4px;right: -4px;bottom: -4px;left: -4px;border: 1px dashed #fff;border-radius: 50%;animation: aniRolling 5s linear infinite;transition: all 0.5s;visibility: hidden;opacity: 0;}.banner_36[data-style="229"] .banner_36-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {visibility: visible;opacity: 1;}@keyframes bounceInRight {0% {transform: translate(50%, -5%);}50% {transform: translate(-10%, 0);}100% {transform: translate(0, 0);}}.hjzf2_adv_LG3_list {display: flex;flex-wrap: wrap;}.hjzf2_adv_LG3_list li {position: relative;flex: 0 0 25%;padding-top: 60px;padding-left: 30px;padding-right: 60px;padding-bottom: 130px;border: 0.5px solid #f5f5f5;overflow: hidden;background-color: #fff;}.adv-lg3-title {display: flex;font-size: 24px;color: #271E19;}.adv-lg3-title img {padding-right: 26px;}.adv-lg3-des {font-size: 16px;color: #7C928B;padding-top: 25px;}.adv-lg3-icon2 {position: absolute;z-index: 0;bottom: 14px;right: 15px;opacity: 0.05;transform: scale(3);}.hjzf2_adv_LG3_list li:hover .adv-lg3-icon2 img {transform: scale(1.2);transition: all 0.5s;}.hjzf2_adv_LG3_list li .adv-lg3-icon2 img {transition: all 0.5s;}@media only screen and (max-width: 1024px) {.hjzf2_adv_LG3_list li {flex: 0 0 50%;}}@media only screen and (max-width: 769px) {.hjzf2_adv_LG3_list li {flex: 0 0 100%;}}.adv-lg3-container {max-width: var(--width-container);margin: 0 auto;}@media screen and (max-width: 767px) {.adv-lg3-container {padding: 0 15px;}}.adv-lg3[data-style="1"]{padding: 0;}.adv-lg3[data-style="1"] .adv-lg3-container { position: relative;z-index: 6;}.adv-lg3[data-style="1"] .adv-lg3-wrapper {display: flex;flex-wrap: wrap;background: #fff;position: absolute;left: 0;top: 0;width: 100%;transform: translateY(-50%);}.adv-lg3[data-style="1"] .adv-lg3-wrapper .adv-lg3-head {flex: 0 0 auto;width: 25%;padding: .2rem .24rem;background: var(--site-color);color: #fff;}.adv-lg3[data-style="1"] .adv-lg3-wrapper .hjzf2_adv_LG3_list{flex: 0 0 auto;width: 75%;align-items: center;gap: .2rem;padding: .2rem .24rem;}.adv-lg3[data-style="1"] .adv-lg3-wrapper .hjzf2_adv_LG3_list > li {flex: 0 0 auto;width: calc(25% - .15rem);padding: 8px .1rem;border: none;background: none;}.adv-lg3[data-style="1"] .adv-lg3-wrapper .adv-lg3-title, .adv-lg3[data-style="1"] .adv-lg3-wrapper .adv-lg3-des {color: inherit;}.adv-lg3[data-style="1"] .adv-lg3-wrapper .adv-lg3-des{padding-top: .16rem;}@media screen and (max-width: 767px) {.adv-lg3[data-style="1"] .adv-lg3-wrapper .adv-lg3-head, .adv-lg3[data-style="1"] .adv-lg3-wrapper .hjzf2_adv_LG3_list {flex: 0 0 auto;width: 100%;}}.adv-lg3 h2,.adv-lg3 h3 {font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit;display: block;}.components_multilingual-app{--button-color:#fff;display:flex;justify-content:center;align-items:center}.components_multilingual-app button{display:flex;align-items:center;font-size:14px;color:var(--button-color);background:none;border:none}@media screen and (max-width:767px){.components_multilingual-app button{height:55px}}.components_multilingual-app button svg{stroke:var(--button-color);margin-right:6px}.components_multilingual-app[data-type="1"]{--gap_hover-components_multilingual:12px;position:relative}.components_multilingual-app[data-type="1"] svg{stroke:var(--button-color)}.components_multilingual-app[data-type="1"]:hover .components_multilingual-app-langs{visibility:visible;opacity:1}.components_multilingual-app[data-type="1"][data-order="last"]{margin-left:24px}.components_multilingual-app[data-type="1"][data-order="first"]{margin-right:24px}.components_multilingual-app[data-type="1"][data-order="first"] .components_multilingual-app-langs{right:unset;left:50%;transform:translateX(-50%)}.components_multilingual-app-box{width:72px;display:flex;justify-content:center;align-items:center;color:var(--button-color);cursor:pointer}.components_multilingual-app-box>img{margin:0 4px 0 0}.components_multilingual-app-box>span{font-size:16px !important;line-height:1;text-transform:uppercase}.components_multilingual-app-langs{position:absolute;right:0;top:100%;z-index:9999;min-width:calc(100% + 20px);padding:10px;margin-top:var(--gap_hover-components_multilingual);color:var(--button-color);background:#fff;border-radius:6px;visibility:hidden;opacity:0;transition:.3s all;box-shadow:0 6px 16px 0 rgba(0,0,0,0.08),0 3px 6px -4px rgba(0,0,0,0.12),0 9px 28px 8px rgba(0,0,0,0.05)}.components_multilingual-app-langs::before{content:'';position:absolute;top:calc(-1 * var(--gap_hover-components_multilingual));left:0;width:100%;height:var(--gap_hover-components_multilingual)}.components_multilingual-app-langs_switch{max-height:316px;padding:0 10px;display:flex;flex-wrap:wrap;overflow-y:auto}.components_multilingual-app-langs_switch::-webkit-scrollbar{display:block;width:6px}.components_multilingual-app-langs_switch::-webkit-scrollbar-thumb{background:var(--site-color);border-radius:3px}.components_multilingual-app-langs_switch li{flex:0 0 auto;width:100%}.components_multilingual-app-langs_switch li .components_multilingual-item{padding:4px 6px;margin:0}.components_multilingual-app-langs_switch li .components_multilingual-item span{color:#333}.components_multilingual-app-langs_switch li .components_multilingual-item.on span{color:var(--site-color)}#multilingual .components_multilingual-app-langs_switch li{margin:0}.product_categories_30 {--num-pro_cate_30: 4;--gap-pro_cate_30: 0.4rem;}@media (max-width: 1259px) {.product_categories_30 {--num-pro_cate_30: 3;--gap-pro_cate_30: 0.2rem;}}@media (max-width: 767px) {.product_categories_30 {--num-pro_cate_30: 2;--gap-pro_cate_30: 0.1rem;}}.product_categories_30 h2,.product_categories_30 h3 {font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.product_categories_30-container {max-width: var(--width-container);margin: 0 auto;}@media screen and (max-width: 767px) {.product_categories_30-container {padding: 0 15px;}}.product_categories_30-head {padding-bottom: 30px;}.product_categories_30[data-style="1"] .product_categories_30-head {padding-left: calc((100% - (var(--gap-pro_cate_30) * (var(--num-pro_cate_30) - 1))) / var(--num-pro_cate_30) + var(--gap-pro_cate_30));}@media (max-width: 767px) {.product_categories_30[data-style="1"] .product_categories_30-head {padding-left: 0;}}.product_categories_30-body {display: flex;flex-wrap: wrap;gap: var(--gap-pro_cate_30);}.product_categories_30-item {width: calc((100% / var(--num-pro_cate_30)) - (var(--gap-pro_cate_30) * (var(--num-pro_cate_30) - 1) / var(--num-pro_cate_30)));color: inherit;}.product_categories_30-item-img {border-radius: 0.16rem;overflow: hidden;position: relative;color: #fff;}.product_categories_30-item-img > img {display: block;width: 100%;}.product_categories_30-item-img-content {position: absolute;bottom: 10px;left: 0;z-index: 1;width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 6px 0.2rem;}.product_categories_30-item-content {padding: 16px 0.2rem;}.product_categories_30-item-title {font-size: 24px;font-weight: bold;}.product_categories_30-item-title h3 {font-size: inherit;font-weight: inherit;}.product_categories_30-item-icon {flex: 0 0 auto;width: 34px;height: 34px;display: flex;justify-content: center;align-items: center;border-radius: 50%;overflow: hidden;transition: 0.5s all;margin-left: 10px;border: 2px solid currentColor;transform: translateX(-10px);}.product_categories_30-item-icon > svg {width: 98%;height: 98%;display: block;stroke: currentColor;stroke-width: 4px;margin: 0 0 1px 1px;}.product_categories_30-item:hover .product_categories_30-item-icon {transform: translateX(0);}.product_categories_30-item-desc {font-size: 16px;display: -webkit-box;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}.product_categories_30-item-more {color: var(--site-color);margin-top: 10px;}.product_categories_30[data-custom="1"] .product_categories_30-item-img {border: 1px solid transparent;transition: 0.3s all;}.product_categories_30[data-custom="1"] .product_categories_30-item-img-content {justify-content: flex-start;visibility: hidden;opacity: 0;transition: 0.3s all;}.product_categories_30[data-custom="1"] .product_categories_30-item-img::after {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to top, #0008 0%, #0000 40%);visibility: hidden;opacity: 0;transition: 0.3s all;}.product_categories_30[data-custom="1"] .product_categories_30-item-more {color: inherit;margin-top: 0;}.product_categories_30[data-custom="1"] .product_categories_30-item-title {transition: 0.3s all;}.product_categories_30[data-custom="1"] .product_categories_30-item-icon {width: 24px;height: 24px;border: none;transform: translateX(0);}.product_categories_30[data-custom="1"] .product_categories_30-item-icon > svg {width: 100%;height: 100%;}.product_categories_30[data-custom="1"] .product_categories_30-item:hover .product_categories_30-item-img {border-color: var(--site-color);}.product_categories_30[data-custom="1"] .product_categories_30-item:hover .product_categories_30-item-img::after {visibility: visible;opacity: 1;}.product_categories_30[data-custom="1"] .product_categories_30-item:hover .product_categories_30-item-img-content {visibility: visible;opacity: 1;}.product_categories_30[data-custom="1"] .product_categories_30-item:hover .product_categories_30-item-title {color: var(--site-color);}.product_categories_30[data-custom="1"] .product_categories_30-item:hover .product_categories_30-item-icon {transform: translateX(10px);}.product_categories_30[data-swiper="1"] .product_categories_30-container {max-width: unset;margin: 0;padding: 0;}.product_categories_30[data-swiper="1"] .product_categories_30-head {max-width: var(--width-container);margin: 0 auto;position: relative;}@media screen and (max-width: 767px) {.product_categories_30[data-swiper="1"] .product_categories_30-head {padding: 0 15px;}}.product_categories_30[data-swiper="1"] .product_categories_30-body {display: block;}.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button {position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;align-items: center;gap: 0.2rem;}.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-prev,.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-next {display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;border-radius: 50%;overflow: hidden;border: 1px solid currentColor;}.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-prev.swiper-button-disabled,.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-next.swiper-button-disabled {opacity: 0.5;}.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-prev > svg,.product_categories_30[data-swiper="1"] .product_categories_30-swiper-button-next > svg {width: 55%;height: 55%;stroke: currentColor;stroke-width: 3px;fill: none;}.product_categories_30[data-swiper="1"] .product_categories_30-swiper {padding: 0 0.4rem;}.other_grid_7{--num-other_grid_7:3;--gap-other_grid_7:.3rem;--desc_line-grid7:3;--desc_lineheight-grid7:1.5;--desc_size-grid7:16px;--desc_height-grid7:calc(var(--desc_size-grid7) * var(--desc_line-grid7) * var(--desc_lineheight-grid7));--gradient_top:var(--site-color-transparent);--gradient_bottom:var(--site-color)}@media (max-width:767px){.other_grid_7{--num-other_grid_7:2;--gap-other_grid_7:.1rem}}.other_grid_7-head{display:flex;align-items:center;gap:1rem;padding-bottom:.4rem}@media (max-width:767px){.other_grid_7-head{flex-wrap:wrap;gap:.2rem}}.other_grid_7-head-text{flex:1 0;display:flex;flex-direction:column;gap:.2rem}@media (max-width:767px){.other_grid_7-head-text{flex:0 0 auto;width:100%;gap:.1rem}}.other_grid_7-head-button-item{height:40px;display:flex;align-items:center;font-size:16px;color:#fff;padding:0 .3rem;background:var(--site-color);border-radius:4px;overflow:hidden}.other_grid_7-main{display:flex;flex-wrap:wrap;gap:var(--gap-other_grid_7);color:#fff}@media (max-width:767px){.other_grid_7-main{flex:0 0 auto;width:100%}}.other_grid_7-item{display:block;position:relative;width:calc((100% / var(--num-other_grid_7)) - (var(--gap-other_grid_7) * (var(--num-other_grid_7) - 1) / var(--num-other_grid_7)));overflow:hidden;color:inherit}.other_grid_7-item-img{width:100%;display:flex;justify-content:center;align-items:center;transition:.3s all;position:relative;z-index:1}.other_grid_7-item-img img{display:block;width:100%}.other_grid_7-item::before{content:"";position:absolute;left:0;bottom:0;z-index:2;width:100%;height:100%;background:linear-gradient(to bottom, var(--gradient_top), var(--gradient_bottom));transition:.3s all}.other_grid_7-item-text{position:absolute;bottom:0;left:0;z-index:3;width:100%;padding:.24rem;transition:.3s all}.other_grid_7-item-text[data-desc="1"]{transform:translateY(var(--desc_height-grid7))}.other_grid_7-item-title{font-size:24px;font-weight:bold;margin-bottom:.24rem}.other_grid_7-item-desc{display:-webkit-box;-webkit-line-clamp:var(--desc_line-grid7);overflow:hidden;text-overflow:ellipsis;font-size:var(--desc_size-grid7);line-height:var(--desc_lineheight-grid7);height:var(--desc_height-grid7);opacity:0;transition:.3s all}.other_grid_7-item-arrow{width:.3rem;height:.3rem;border-radius:50%;overflow:hidden;border:1px solid currentColor;display:flex;justify-content:center;align-items:center;margin-top:.2rem}.other_grid_7-item-arrow>svg{width:18px;height:18px;stroke:currentColor;stroke-width:4px}.other_grid_7-item:hover .other_grid_7-item-text[data-desc="1"]{transform:translateY(0)}.other_grid_7-item:hover .other_grid_7-item-desc{opacity:1}.HJZF_Z_other--1{width: 100%;margin: auto;height: auto}.HJZF_Z_other--1 .HJZF_Z_other--wrap{text-align: center;}.HJZF_Z_other__one{text-align: center;font-weight: bold;margin:auto;word-break: keep-all;word-wrap: break-word;}.HJZF_Z_other__two{text-align: center;font-weight: bold;word-break: keep-all;word-wrap: break-word;margin:auto;}.HJZF_Z_other__more{font-weight: bold;display: inline-block;margin:auto;transition: all .5s;}.HJZF_Z_other__more a{color: #fff;padding: 10px 24px 10px 24px;display: inline-block;transition: all .5s;}@media (max-width: 576px) {.HJZF_Z_other__one{font-size: 20px;line-height: 26px;font-weight: bold;margin-bottom: 10px;}.HJZF_Z_other__two{font-size: 40px;line-height: 46px;}.HJZF_Z_other__more{font-size: 20px;}}.HJZF_Z_other--1 h2, .HJZF_Z_other--1 h3{font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.hjzf2_service-15 {width: 100%;height: 100vh;margin: auto;}.service-15_wrap {width: 100%;height: 100%;position: relative;overflow: hidden;background: #f5f5f5;}.ind_src4_case {width: 100%;height: 100%;display: flex;align-items: center;}.ind_src4_left {width: 22.45%;margin-left: 10.4%;}.ind_src4_info {font-size: 14px;margin-top: .4rem;padding-bottom: .6rem;color: rgba(0, 0, 0, 0.5);line-height: 2;}.ind_src4_left .down_hint {display: flex;align-items: center;font-weight: 700;font-size: 14px;letter-spacing: .05rem;position: relative;}.ind_src4_left .down_hint span {color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;background-color: #d70c18;text-align: center;width: .5rem;height: .5rem;line-height: .5rem;box-shadow: 0 0 10px rgba(255, 14, 24, 0.1);margin-right: .15rem;}.ind_src4_left .down_hint span i {font-size: .18rem;font-weight: 400;letter-spacing: 0;}.ind_src4_left .down_hint > em{font-style: normal;margin-left: 60px;}.ind_src4_left .down_hint > img.normal{opacity: 1;transform: translateY(-50%);}.ind_src4_left .down_hint>img {position: absolute;left: 0;top: 50%;transform: translateY(50%);opacity: 0;transition: all .3s ease;pointer-events: none;}.ind_src4_left .down_hint:hover>img.hover {opacity: 1;transform: translateY(-50%);z-index: 99;transition: all .3s ease ;}@media(max-width:768px) {.ind_src4_left .down_hint>img {max-width: 50px;max-height: 50px;}.ind_src4_left .down_hint:hover>img{transform: translateY(-65%);}.ind_member_con{overflow: hidden;}}.ind_src4_con_text_m {display: none}.ind_src4_con_text_m .ind_member_text {display: none;}.ind_src4_con_text_m .ind_member_text.on {display: block;}.ind_src4_right {border-radius: 100%;width: 51vw;height: 51vw;background-color: #fff;position: relative;}.ind_src4_right:after {content: '';display: block;width: 50%;height: 50%;background-color: #f6f7f9;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 100%;}.service-15_swiper {height: 100%;}.ind_member_con {height: 100%;position: relative;}.ind_member_con>img {top: 54%;left: 48%;width: 100%;}.ind_mem_tex_pc {display: block}.ind_member_con .ind_mem_tex_box {display: flex;line-height: 1.77;font-size: .18rem;align-items: center;position: absolute;}.ind_member_con .ind_mem_tex_box span {border-radius: 100%;text-align: center;height: .7rem;line-height: .7rem;width: .7rem;margin-right: .35rem;}.ind_member_con .ind_mem_tex_box span img {display: block;max-width: 100%;max-height: 100%;}.ind_member_con .ind_mem_tex_box.ind_mem_tex_box_left {left: 4%;top: 28%;}.ind_member_con .ind_mem_tex_box.ind_mem_tex_box_right {right: 8%;bottom: 22%;}.ind_src4_lb_tab {position: absolute;left: 108%;top: 50%;transform: translateY(-50%);height: 50vh;line-height: .36rem;font-size: .18rem;width: 130px;overflow: hidden;}.ind_src4_lb_tab::before {content: '';width: 1px;height: 98%;margin-top: 1%;left: 10px;position: absolute;top: 0;background-color: rgba(216, 12, 24, 0.3);}.ind_src4_lb_tab>div {display: flex;align-items: center;height: 20px;margin: calc((50vh - (4 * 20px)) / 3) 0;transition: all .3s ease;cursor: pointer;}.ind_src4_lb_tab>div:first-child {margin-top: 0;}.ind_src4_lb_tab>div span {border-radius: 100%;height: 20px;width: 20px;position: relative;margin-right: 10px;transition: all .3s ease;background-color: #ecafb3;transition: all .3s ease;}.ind_src4_lb_tab>div span::after {content: '';display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);height: .08rem;width: .08rem;background-color: #f5f5f5;border-radius: 100%;overflow: visible;}.ind_src4_lb_tab>div.on span {background: #d70c18;}.ind_src4_lb_tab>div.on {color: #d70c18;font-weight: bold;}.service-15_pagebox {display: none;}@media (max-width: 1024px) {.hjzf2_service-15 {height: auto;}.ind_src4_case {flex-wrap: wrap;padding: 20px 0;}.ind_src4_left {width: 100%;padding: 0 15px;margin-top: .5rem;margin-left: 0;position: relative;}.ind_src4_right {width: 75vw;height: 75vw;margin: 0 auto;}.ind_src4_lb_tab,.ind_member_con .ind_mem_tex_box.ind_mem_tex_box_left,.ind_member_con .ind_mem_tex_box.ind_mem_tex_box_right {display: none;}.ind_src4_con_text_m {display: block;padding-bottom: .6rem;}.ind_mem_tex_box span {display: inline-block;width: 30px;height: 30px;text-align: center;line-height: 30px;}.ind_mem_tex_box span img {max-width: 100%;}.service-15_pagebox {display: block;width: 100%;padding-top: 30px;}.service-15_page {left: 50%;transform: translate3d(-50%, 0, 0);bottom: 17px;}.service-15_page span {margin: 0 5px;}}.aboutus_kaibo-wrapper{display:flex}@media screen and (max-width:991px){.aboutus_kaibo-wrapper{flex-direction:column}}.aboutus_kaibo-txt{flex:0 0 auto;width:50%;padding-left:56px;padding-right:50px}@media screen and (max-width:991px){.aboutus_kaibo-txt{order:2;width:100%;padding:0}}.aboutus_kaibo-txt_title{display:inline-block;margin-bottom:18px}.aboutus_kaibo-txt_title>i{display:block;height:10px;background:var(--site-color)}.aboutus_kaibo-txt_title span{display:block;margin-top:12px;font-weight:bold;text-transform:uppercase}.aboutus_kaibo-txt_des{font-size:18px}.aboutus_kaibo-txt_group{padding-top:32px}.aboutus_kaibo-txt_group-title{font-size:24px;font-weight:bold;color:var(--site-color);text-transform:uppercase;display:flex;align-items:center}.aboutus_kaibo-txt_group-title svg{margin-left:6px;width:20px;height:20px;fill:var(--site-color)}.aboutus_kaibo-txt_group-list{display:flex;flex-wrap:wrap;font-size:18px;font-weight:bold;padding-top:1em;margin-right:-46px}.aboutus_kaibo-txt_group-item{margin:0 42px 6px 0;white-space:nowrap}.aboutus_kaibo-txt_btn{display:inline-flex;justify-content:center;align-items:center;background-color:var(--site-color);color:#fff;font-size:16px;text-transform:uppercase;border-radius:4px;overflow:hidden;margin-top:24px}.aboutus_kaibo-txt_btn svg{margin-left:6px;width:22px;height:22px;stroke:#fff;stroke-width:4px;transition:.3s all}.aboutus_kaibo-txt_btn:hover svg{transform:translateX(5px)}.aboutus_kaibo-img{flex:0 0 auto;width:50%;padding-right:56px}@media screen and (max-width:991px){.aboutus_kaibo-img{width:100%;padding:0;margin-bottom:20px}}.aboutus_kaibo-img .swiper-button-use_image{background:var(--site-color)}.aboutus_kaibo-img .swiper-button-use_image svg{width:24px;height:24px;stroke:#fff;stroke-width:4px}.aboutus_kaibo-img .swiper-button-prev{border-radius:4px 0 0 4px;left:auto;right:44px}.aboutus_kaibo-img .swiper-button-next{right:0}.advantage73{--gap-advantage73:.26rem;--num-advantage73:4}@media (max-width:767px){.advantage73{--gap-advantage73:.1rem}}.advantage73 h2,.advantage73 h3{display:block;font-size:inherit;color:inherit;line-height:inherit;font-weight:inherit}.advantage73-list{margin-top:60px;display:flex;gap:var(--gap-advantage73);overflow:hidden}.advantage73-list.button_dev1 .advantage73-item_btn{padding:.1rem .12rem .1rem .4rem;background:var(--site-color-15);border-radius:1rem;overflow:hidden}@media screen and (max-width:767px){.advantage73-list.button_dev1 .advantage73-item_btn{padding:.08rem .1rem .08rem .2rem}}.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_wrapper{display:flex;align-items:center}.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_text{font-size:.18rem;white-space:nowrap;color:var(--site-color);position:relative;transition:all .3s ease;z-index:2;margin-right:.14rem}@media screen and (max-width:1440px){.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_text{font-size:16px}}@media screen and (max-width:767px){.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_text{margin-right:.1rem}}.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_icon{display:flex;justify-content:center;align-items:center;width:.36rem;height:.36rem;background:var(--site-color);position:relative;border-radius:50%}@media screen and (max-width:767px){.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_icon{width:.24rem;height:.24rem}}.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_icon svg{width:.24rem;height:.24rem;position:relative;z-index:2;stroke:#fff}@media screen and (max-width:767px){.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_icon svg{width:.18rem;height:.18rem}}.advantage73-list.button_dev1 .advantage73-item_btn .btn_runding-block_icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;border-radius:50%;background:var(--site-color);z-index:1;transition:all .7s ease}.advantage73-list.button_dev1 .advantage73-item_btn:hover .btn_runding-block_text{color:#fff}.advantage73-list.button_dev1 .advantage73-item_btn:hover .btn_runding-block_icon::after{transform:translate(-50%, -50%) scale(14)}@media (max-width:767px){.advantage73-list{flex-direction:column}}.advantage73-item{width:10%;flex-grow:1;height:708px;border-radius:.34rem;position:relative;overflow:hidden;transition:all .7s ease}@media (max-width:767px){.advantage73-item{height:auto;flex:0 0 auto;width:100%;border-radius:.16rem}}.advantage73-item_bg{width:100%;height:100%;object-fit:cover}.advantage73-item_content{position:absolute;bottom:0;left:0;width:100%;padding:6em 4% 4em;background:linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));display:flex;flex-direction:column;align-items:center}@media (max-width:767px){.advantage73-item_content{padding:.3rem 4%}}.advantage73-item_icon{width:.92rem;height:.92rem;object-fit:contain}@media (max-width:767px){.advantage73-item_icon{width:.6rem;height:.6rem}}.advantage73-item_title{font-size:24px;color:#fff;text-align:center;margin-top:.1rem;font-weight:bold}@media (max-width:767px){.advantage73-item_title{font-size:20px}}.advantage73-item_text{display:none;font-size:18px;color:#fff;line-height:200%;width:52vw;margin-top:.1rem}@media (max-width:767px){.advantage73-item_text{font-size:16px;line-height:1.3;width:100% !important}}.advantage73-item_btn{display:none;margin-top:.12rem;overflow:hidden}.advantage73-item.active{flex-grow:1000 !important}@media (max-width:767px){.advantage73-item.active{flex:0 0 auto !important}}.advantage73-item.active .advantage73-item_content{align-items:flex-start}.advantage73-item.active .advantage73-item_title{height:auto !important}.advantage73-item.active .advantage73-item_text{display:block;animation:op-advantage73 .3s linear}.advantage73-item.active .advantage73-item_btn{display:block;animation:op-advantage73 .4s linear}.advantage73-tab{display:flex;gap:.2rem}.advantage73-tab_item{height:46px;padding:0 .2rem;display:flex;justify-content:center;align-items:center;border-radius:.1rem;background-color:#fff;border:none;cursor:pointer;transition:all .3s ease}.advantage73-tab_item.active,.advantage73-tab_item:hover{background-color:var(--site-color)}.advantage73-group .advantage73-list{display:none}.advantage73-group .advantage73-list.active{display:flex}@keyframes op-advantage73{0%{opacity:0}100%{opacity:1}}.other_178_title .index_title{position: relative;}.other_178_title .index_title:after{position: absolute;display: block;content:'';width: 80px;height: 3px;left: 50%;bottom: 15px;transform: translateX(-50%);}.other_178_title .index_sub_title{color: #999;}.other_178_wrapper{display: flex;justify-content: space-between;}.other_178_container .other_178_img{opacity: 0;display: none;}.other_178_container .swiper-slide .year,.other_178_container .swiper-slide .con{height: 70px;}.other_178_container .swiper-slide .ico{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;position: relative;z-index: 9;border-radius: 50%;box-shadow: 0 0 8px 3px rgba(0,0,0,.1);transform: scale(.85);margin: 20px 0;}.other_178_container .swiper-slide-active .ico{transform: scale(1);}.other_178_container .swiper-slide .ico:after{position: absolute;display: block;content:'';width: 100%;height: 100%;left: 0;top: 0;background: #fff;z-index: -1;border-radius: 50%;}.other_178_container .swiper-slide:before{position: absolute;display: block;content:'';width: 100%;height: 1px;z-index: -3;left: 0;background-color: #666666;}.other_178_container .swiper-slide-active .other_178_img{opacity: 1;}.other_178_container .swiper-slide{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0 10px;}.other_178_container .swiper-slide:nth-of-type(2n){flex-direction:column-reverse;}.other_178_box{flex: 0 0 30%;width: 30%;background-color: #fff;padding: 20px;}.other_178_container.con{font-size: 18px;}.other_178_container .year{font-size: 45px;font-weight: bold;color: #666;}.other_178_box .other_178_img img{width: 100%;}.other_178_box .other_178_img p{padding-left: 20px;font-size: 16px;margin-top: 15px;margin-bottom: 10px;position: relative;min-height: 48px;}.other_178_box .other_178_img p:before{position: absolute;display: block;content:'';width: 6px;height: 20px;left: 0;top: 3px;}.other_178_container .swiper-wrapper{height: auto;}.other_178_btn{display: flex;margin-top: 30px;}.other_178_btn div{background-color: #c5c5c5;width: 200px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: all .5s;}@media(min-width: 1200px) {.other_178_container{padding-top: 4vw;}}@media(min-width: 1440px) {.other_178_box{min-height: 410px;}} @media(max-width: 1199px) {.other_178_box,.other_178_container:after{display: none;}.other_178_container .swiper-slide:nth-of-type(2n){flex-direction:column;}}a.ho_more{display:flex;align-items:center;justify-content:center;max-width:200px;line-height:60px;height:60px;text-align:center;color:#fff;position:relative}a.ho_more:before,a.ho_more:after{display:block;content:'';position:absolute;width:0;height:50%;transition:.3s cubic-bezier(.785, .135, .15, .86);background-color:#000;z-index:1}a.ho_more:hover:before{width:100%;right:auto;left:0}a.ho_more:before{right:0;bottom:0}a.ho_more:hover:after{width:100%;left:auto;right:0}a.ho_more:after{top:0;left:0}a.ho_more div{position:relative;z-index:9}.ho_more_jt{width:60px;height:1px;background-color:#fff;margin-left:10px;position:relative}.ho_more_jt:before,.ho_more_jt:after{position:absolute;display:block;content:'';width:7px;height:1px;background-color:#fff;right:0;transition:all .5s}.ho_more_jt:before{top:0;transform:rotate(45deg);transform-origin:100% 0}.ho_more_jt:after{bottom:0;transform:rotate(-45deg);transform-origin:100% 0}a.ho_more:hover .ho_more_jt:after,a.ho_more:hover .ho_more_jt:before{transform:rotate(0);opacity:0}.ho_more.wbh{color:#000;background:transparent}.ho_more.wbh .ho_more_jt,.ho_more.wbh .ho_more_jt:before,.ho_more.wbh .ho_more_jt:after{background-color:#000}a.ho_more.wbh:before,a.ho_more.wbh:after{display:none}.ho_more.wbh{display:inline-flex;max-width:none}.news_48_pagination{text-align:center}.news_48_pagination span{width:12px;height:12px}.news_48_img{overflow:hidden}.news_48_img img{transform:scale(1.05) translateX(-1%);transition:all .5s}.news_48_container .swiper-slide{width:346px;margin-right:30px;height:auto;background-color:#fff}.news_48_container .swiper-slide:hover .news_48_img img{transform:scale(1.05) translateX(0)}.news_48_info{padding:15px 20px}.news_48_data{font-size:12px}.news_48_title{font-size:25px;font-weight:400;margin-top:15px;margin-bottom:10px;line-height:1.5;height:150px;overflow:hidden}.news_48_title a{color:#333}.news_48_pagination{margin-top:30px}.nex_48_title{position:relative;margin-bottom:30px;padding-left:20px}.nex_48_title span{position:absolute;left:0;top:75px;white-space:nowrap;transform:rotate(270deg);transform-origin:0 50%;font-weight:400;opacity:.8}.nex_48_title h2{font-size:42px}.nex_48_title span{font-size:12px;bottom:0}@media (max-width:767px){.news_48_container .swiper-slide{margin-right:0}.nex_48_title h2{font-size:26px}.news_48_title{font-size:14px}.news_48_title{height:auto}}.news_48.class_dev_1 .news_48-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}@media (max-width:767px){.news_48.class_dev_1 .news_48-head{flex-wrap:wrap;margin-bottom:.2rem;text-align:center}}.news_48.class_dev_1 .news_48-head .nex_48_title{margin:0}@media (max-width:767px){.news_48.class_dev_1 .news_48-head .nex_48_title{width:100%}}.news_48.class_dev_1 .news_48-head-button_cate{display:flex;gap:.2rem}@media (max-width:767px){.news_48.class_dev_1 .news_48-head-button_cate{width:100%;margin-top:.1rem;justify-content:center}}.news_48.class_dev_1 .news_48-head-button_cate-item{font-size:16px;background:none;border-radius:.06rem;overflow:hidden;border:none;text-decoration:underline}.news_48.class_dev_1 .news_48-head-button_cate-item h2,.news_48.class_dev_1 .news_48-head-button_cate-item h3{color:inherit;font-size:inherit;font-weight:inherit}.news_48.class_dev_1 .news_48-head-button_cate-item.active{color:var(--site-color)}.news_48.class_dev_1 .news_48_container{display:none}.news_48.class_dev_1 .news_48_container.active{display:block}.news_48.class_dev_1 .news_48_title{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.5;height:3em}.news_48.class_dev_1 .news_48_desc{display:-webkit-box;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}.innerform_2{background-color:#f8f8f8;background-size:100% auto;background-position:bottom;background-repeat:no-repeat;position:relative}.innerform_2-mask{position:absolute;top:0;left:0;width:100%;background-color:#f8f8f8}@media screen and (max-width:991px){.innerform_2-mask{display:none}}.innerform_2-container{max-width:var(--width-container);margin:0 auto;position:relative;z-index:2}@media screen and (max-width:767px){.innerform_2-container{padding:0 15px}}@media screen and (max-width:767px){.innerform_2-container{padding:0 15px}}.innerform_2-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:991px){.innerform_2-wrapper{flex-wrap:wrap}}.innerform_2-info,.innerform_2-body{flex:0 0 auto;width:calc(50% - .2rem)}@media screen and (max-width:991px){.innerform_2-info,.innerform_2-body{width:100%}}.innerform_2-title{margin-bottom:1rem}.innerform_2-swiper .swiper-slide{display:flex;flex-direction:column;gap:20px;max-width:25%}@media screen and (max-width:1023px){.innerform_2-swiper .swiper-slide{max-width:33%}}@media screen and (max-width:767px){.innerform_2-swiper .swiper-slide{max-width:50%}}.innerform_2-swiper .swiper-slide img{width:100%}.innerform_2-swiper_item{border:1px solid #eee;border-radius:.06rem;overflow:hidden}.innerform_2-desc{margin-bottom:.2rem}.innerform_2-form{background-color:#fff;border-radius:.06rem;overflow:hidden}.innerform_2-form form{padding:.4rem .46rem;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:767px){.innerform_2-form form{padding:.1rem}}.innerform_2-form_title{flex:0 0 100%;width:100%;font-size:30px;font-weight:bold;margin-bottom:.2rem}.innerform_2-form_item{flex:0 0 auto;width:calc(50% - .2rem);margin:0}@media screen and (max-width:767px){.innerform_2-form_item{width:100%}}.innerform_2-form_item input,.innerform_2-form_item textarea{display:block;width:100%;background:#eee;border-radius:.06rem;padding:.1rem;border:none}.innerform_2-form_item textarea{resize:vertical}.innerform_2-form_item.full{flex:0 0 100%;width:100%}.innerform_2-form_alert{display:flex;align-items:center;height:20px;padding-bottom:2px;color:#f00;font-size:12px}.innerform_2-form_alert span{display:none;line-height:1}.innerform_2-form_alert span.active{display:inline-block}.innerform_2-form_button{flex:0 0 100%;width:100%;margin-top:.1rem}.innerform_2-form_button button{display:block;width:100%;border:0;background:var(--site-color);color:#fff;border-radius:.06rem;overflow:hidden;font-size:18px;padding:.1rem .2rem}.faq_1_title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;padding:10px 0}.faq_content{padding-top:20px;display:none;font-size:14px}.faq_1_wrapper li{padding-bottom:15px;margin-bottom:15px}.faq_1_wrapper li:not(:last-child){border-bottom:1px solid #ccc}.faq_1 .index_title h2,.faq_1 .index_title h3{display:block;font-size:inherit;color:inherit;line-height:inherit;font-weight:inherit}.faq_1-container{display:flex;align-items:flex-start;gap:.4rem}@media (max-width:767px){.faq_1-container{flex-direction:column}}.faq_1-container .faq_1_wrapper,.faq_1-container .faq_1-form{flex:0 0 auto;width:calc(50% - .2rem)}.faq_1-form{background-color:#fff;border-radius:.06rem;overflow:hidden;border:1px solid #eee;position:sticky;top:160px}.faq_1-form form{padding:.4rem .46rem;display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width:767px){.faq_1-form form{padding:.1rem .2rem .2rem}}.faq_1-form_title{flex:0 0 100%;width:100%;font-size:30px;font-weight:bold;margin-bottom:.2rem}.faq_1-form_item{flex:0 0 auto;width:calc(50% - .2rem);margin:0}@media (max-width:767px){.faq_1-form_item{width:100%}}.faq_1-form_item input,.faq_1-form_item textarea{display:block;width:100%;background:#eee;border-radius:.06rem;padding:.1rem;border:none}.faq_1-form_item textarea{resize:vertical}.faq_1-form_item.full{flex:0 0 100%;width:100%}.faq_1-form_alert{display:flex;align-items:center;height:20px;padding-bottom:2px;color:#f00;font-size:12px}.faq_1-form_alert span{display:none;line-height:1}.faq_1-form_alert span.active{display:inline-block}.faq_1-form_button{flex:0 0 100%;width:100%;margin-top:.1rem}.faq_1-form_button button{display:block;width:100%;border:0;background:var(--site-color);color:#fff;border-radius:.06rem;overflow:hidden;font-size:18px;padding:.1rem .2rem}.bottom_43{border-top:6px solid var(--site-color);background:#000;--color_font-bottom43:#fff;color:var(--color_font-bottom43);--gap-bottom43:.4rem}@media screen and (max-width:767px){.bottom_43-head{display:none}}.bottom_43-head_wrapper{border-bottom:1px solid #ffffff40;display:flex;padding:50px 0 40px}.bottom_43-head_info{flex:0 0 40%;display:flex;align-items:center;color:var(--color_font-bottom43)}.bottom_43-head_info-text{font-size:20px}.bottom_43-head_social{flex:1 0;display:flex;justify-content:center;align-items:center;gap:.32rem}.bottom_43-head_social-contact{display:flex;align-items:center}.bottom_43-head_social-contact svg{width:36px;height:36px;margin-right:6px;stroke:var(--site-color)}.bottom_43-head_social-contact_text{font-size:20px;color:var(--color_font-bottom43)}.bottom_43-head_social-btns{display:flex;gap:.12rem}.bottom_43-head_social-custom{background:var(--site-color);padding:.1rem .22rem;font-size:15px;font-weight:bold;color:var(--color_font-bottom43);border:none;transition:.3s all}.bottom_43-head_social-inquire{background:var(--site-color);padding:.1rem .22rem;font-size:15px;font-weight:bold;color:var(--color_font-bottom43);border:none}.bottom_43-head_social-inquire.class_dev_1271_13{display:inline-flex;align-items:center}.bottom_43-head_social-inquire.class_dev_1271_13 svg{width:24px;height:24px;stroke:#fff;margin-left:.06rem}.bottom_43-main{font-size:16px}.bottom_43-main_wrapper{border-bottom:1px solid #ffffff40;display:flex;padding:60px 0;gap:var(--gap-bottom43)}.bottom_43-main_title{font-size:16px;font-weight:bold;margin-bottom:1em}.bottom_43-main a{font-size:16px;color:var(--color_font-bottom43);transition:.3s all}.bottom_43-main a:hover{color:var(--site-color)}.bottom_43-main_content{flex:0 0 auto;width:calc(100% - var(--gap-bottom43) - ((100% / var(--num-bottom43)) - (var(--gap-bottom43) * (var(--num-bottom43) - 1) / var(--num-bottom43))));display:flex;gap:var(--gap-bottom43)}@media screen and (max-width:767px){.bottom_43-main_content{display:none}}.bottom_43-main_content-item{flex:1}.bottom_43-contact{flex:0 0 auto;width:calc((100% / var(--num-bottom43)) - (var(--gap-bottom43) * (var(--num-bottom43) - 1) / var(--num-bottom43)))}@media screen and (max-width:767px){.bottom_43-contact{width:100%}}.bottom_43-contact_content-item{display:flex;align-items:center;margin-bottom:.06rem}.bottom_43-contact_content-item .icon{margin-right:.06rem;width:20px;height:20px;stroke:#333;fill:#333}.bottom_43-contact .inner-super_media{margin-top:.4rem}.bottom_43-contact .inner-super_media>*{display:flex;justify-content:center;align-items:center;width:.55rem;height:.55rem;border-radius:50%;background:rgba(255,255,255,0.05)}.bottom_43-contact .inner-super_media>*>img{max-width:70%;max-height:70%}.bottom_43-contact .inner-super_media>*:hover{background:var(--site-color)}.bottom_43-contact .inner-super_media-hoverimg{bottom:unset;top:100%;padding:0;z-index:1;margin-top:.06rem}.bottom_43-contact .inner-super_media-hoverimg img{max-width:1rem}.bottom_43-contact .inner-super_media .inner-super_media-replace_a::after{content:'';position:absolute;top:0;left:0;z-index:0;opacity:0;width:100%;height:calc(100% + .1rem)}.bottom_43-contact .inner-super_media a,.bottom_43-contact .inner-super_media .inner-super_media-replace_a{margin-right:.2rem;z-index:2}.bottom_43-item{margin-bottom:.1rem}.bottom_43-bottom{padding:32px 0}.bottom_43-bottom a{color:var(--color_font-bottom43);transition:.3s all}.bottom_43-bottom a:hover{color:var(--site-color)}.bottom_43-bottom_wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.bottom_43-bottom_wrapper{flex-wrap:wrap}}.bottom_43-bottom_left,.bottom_43-bottom_right{display:flex;align-items:center;gap:.2rem}