: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);}.banner_29_pagination span{width: 12px;height: 12px;}.banner_29_con{position: absolute;display: block;width: 100%;left: 0;right: 0;top: 50%;transform: translateY(-50%);}.banner_29_con{text-align: right;color: #fff;}.banner_29_con .index_text{margin-top: 15px;margin-bottom: 2vw;}.banner_29_con a{display: inline-block;background-color: #333;color: #fff;border-radius: 8px;transition: all .5s}.banner_29_con a:hover{background-color: #fff;}.index_button_grp_b29 {display: flex;align-items: center;}.banner_29_con .button_vip_b29{padding-left: 48px;background:none;display: flex;align-items: center;}.button_vip_b29 svg{width:54px;margin-right: 12px;}.button_vip_b29 svg *{transition: .5s all;}.banner_29_con .button_vip_b29:hover {color: #fff;}.banner_29_con .button_vip_b29:hover .button_vip_b29_svg_p0,.button_vip_b29_svg_p{fill:#fff;}.banner_29_con .button_vip_b29:hover svg{animation-name: button_vip_b29_animation;animation-duration: .3s;animation-timing-function: linear;animation-iteration-count: infinite;animation-direction: alternate;}.main-scroll-icon {position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);margin-left:-52px;text-align: center;z-index: 9;animation: scroll 1s;-moz-animation: scroll 1s;-webkit-animation: scroll 1s;-o-animation: scroll 1s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;cursor: pointer;}.main-scroll-icon span {display: block;color: #fff;padding-top: 5px;letter-spacing: -0.5px;font-weight: 300;letter-spacing: 0.5px;opacity: 0.5;}@keyframes scroll {0% {transform: translate(0px, 0px);}50% {transform: translate(0px, -10px);}100% {transform: translate(0px, 0px);}}@-moz-keyframes scroll{0% {transform: translate(0px, 0px);}50% {transform: translate(0px, -10px);}100% {transform: translate(0px, 0px);}}@-webkit-keyframes scroll {0% {transform: translate(0px, 0px);}50% {transform: translate(0px, -10px);}100% {transform: translate(0px, 0px);}}@-o-keyframes scroll {0% {transform: translate(0px, 0px);}50% {transform: translate(0px, -10px);}100% {transform: translate(0px, 0px);}}@keyframes button_vip_b29_animation {100% {transform: scale(1.1);}}@media (max-width:768px) {.banner_29_con .button_vip_b29{padding-left: 10px;}.main-scroll-icon{display: none;}}.banner_29-vbtn{display: flex;justify-content: center;}.banner_29-vbtn p{border-radius: 50px;background-color: #fff3;color: #fff;padding: .8em 2em;font-size: 16px;cursor: pointer;}.banner_29-cusvideo{opacity: 0;visibility: hidden;position: fixed;left: 0;top: 0;z-index: 99999;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;transition: .5s all;}.banner_29-cusvideo.on{opacity: 1;visibility: visible;}.banner_29-cusvideo i{display: block;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: #000a;cursor: pointer;}.banner_29-cusvideo svg{width: 48px;height: 48px;stroke: #fff;stroke-width: 3px;position: absolute;right: 3%;top: 3%;z-index: 2;cursor: pointer;}.banner_29-cusvideo_content{display: flex;justify-content: center;align-items: center;position: relative;z-index: 3;max-width: 80%;height: 80%;}.banner_29-cusvideo_content video{max-width: 100%;max-height: 100%;object-fit: contain;}.banner_29-cusvideo_ad{opacity: 0;visibility: hidden;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: #0008;display: flex;justify-content: center;align-items: center;pointer-events: none;}.banner_29-cusvideo_ad.on{opacity: 1;visibility: visible;}.banner_29.dev8744 video{display: block !important;}.banner_29.dev8744 .swiper-slide{background: #000;}.banner_29-arrow{position: absolute;left: 0;bottom: 0;z-index: 12;width: 100%;display: flex;justify-content: center;align-items: center;}.banner_29-arrow_btn{display: flex;justify-content: center;align-items: center;background: none;border: none;padding: 0;width: 60px;height: 60px;cursor: auto;animation: floatAnimationBannner29 3s ease-in-out infinite;}.banner_29-arrow_btn.need_scroll{cursor: pointer;}.banner_29-arrow_btn svg{stroke: #fff;}@keyframes floatAnimationBannner29 {0%, 100% {transform: translateY(0);}25% {transform: translateY(-10px);}50% {transform: translateY(0);}75% {transform: translateY(-10px);}}.banner_29-dev_play_btn-2{display: inline-flex;align-items: center;gap: .1rem;background: none;border: none;outline: none;padding: 0;margin-left: .2rem;margin-top: .4rem;}@media (max-width:767px) {.banner_29-dev_play_btn-2{display: none;margin-top: .1rem;}}.banner_29-dev_play_btn-2-icon_wrapper{position: relative;}.banner_29-dev_play_btn-2-icon{display: flex;justify-content: center;align-items: center;background: var(--site-color);border-radius: 20%;overflow: hidden;width: 46px;height: 46px;position: relative;z-index: 2;}.banner_29-dev_play_btn-2-icon_wrapper::after{content: '';position: absolute;left: 50%;bottom: 50%;transform: translate(-50%, 50%) scale(1);width: calc(100% + 4px);height: calc(100% + 4px);z-index: 1;background: rgba(255,255,255,.2);border-radius: 20%;overflow: hidden;animation: animationDevplayButtonBannner29 1s ease-in-out infinite;}.banner_29-dev_play_btn-2-icon svg{width: 32px;height: 32px;stroke: #fff;fill: #fff;}.banner_29-dev_play_btn-2-icon svg:last-child{display: none;}.banner_29-dev_play_btn-2.active .banner_29-dev_play_btn-2-icon svg:first-child{display: none;}.banner_29-dev_play_btn-2.active .banner_29-dev_play_btn-2-icon svg:last-child{display: block;}.banner_29-dev_play_btn-2-text_play,.banner_29-dev_play_btn-2-text_pause{font-size: 16px;color: #fff;}.banner_29-dev_play_btn-2-text_pause{display: none;}.banner_29-dev_play_btn-2.active .banner_29-dev_play_btn-2-text_play{display: none;}.banner_29-dev_play_btn-2.active .banner_29-dev_play_btn-2-text_pause{display: block;}@keyframes animationDevplayButtonBannner29 {0%, 100% {transform: translate(-50%, 50%) scale(1);}50% {transform: translate(-50%, 50%) scale(1.1);}}.banner_29-markers{position: absolute;left: 0;top: 0;z-index: 6;width: 100%;height: 100%;text-align: left;color: #333;--size_marker-banner29: 18px;--gap-banner29: 10px;}@media screen and (max-width: 767px) {.banner_29-markers{--size_marker-banner29: 8px;--gap-banner29: 6px;}}.banner_29-markers_item{position: absolute;transform: translate(-50%, -50%);}.banner_29-markers_item-pot{display: block;width: var(--size_marker-banner29);height: var(--size_marker-banner29);border-radius: 50%;background: var(--site-color);cursor: pointer;position: relative;z-index: 3;}.banner_29-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_29-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: pulseBanner29 2s infinite;z-index: -2;}@keyframes pulseBanner29 {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_29-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_29-markers_item-tip{display: none;}}.banner_29-markers_item-popup{opacity: 0;visibility: hidden;transition: .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;opacity: 0;visibility: hidden;transition: .3s all;position: absolute;left: 50%;transform: translateX(-50%);top: calc(100% + 10px);}@media screen and (max-width: 767px) {.banner_29-markers_item-popup{padding: 2px;}}.banner_29-markers_item-popup::after{content: '';position: absolute;left: 0;bottom: 100%;width: 100%;height: calc(var(--size_marker-banner29) / 2 + var(--gap-banner29));opacity: 0; }.banner_29-markers_item-popup[data-placement="top"]{top: auto;bottom: calc(100% + 10px);}.banner_29-markers_item-popup[data-placement="top"]::after{ top: 100%;bottom: auto;}.banner_29-markers_item-popup[data-placement="left"]{top: 50%;transform: translateY(-50%) translateX(0);left: auto;right: calc(100% + 10px);}.banner_29-markers_item-popup[data-placement="left"]::after{top: 0;left: 100%;width: calc(var(--size_marker-banner29) / 2 + var(--gap-banner29));height: 100%;}.banner_29-markers_item-popup[data-placement="right"]{top: 50%;transform: translateY(-50%) translateX(0);left: calc(100% + 10px);right: auto;}.banner_29-markers_item-popup[data-placement="right"]::after{top: 0;left: auto;right: 100%;width: calc(var(--size_marker-banner29) / 2 + var(--gap-banner29));height: 100%;}.banner_29-markers_item:hover .banner_29-markers_item-popup{ opacity: 1;visibility: visible;}.banner_29-markers_item-popup img{max-width: 100%;margin-bottom: 12px;border-radius: 6px;}@media screen and (max-width: 767px) {.banner_29-markers_item-popup img{display: none;}}.banner_29-markers_item-popup_title{font-size: 18px;font-weight: bold;margin-bottom: 10px;}@media screen and (max-width: 767px) {.banner_29-markers_item-popup_title{font-size: 14px;margin-bottom: 6px;}}.banner_29-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: .3s all;}@media screen and (max-width: 767px) {.banner_29-markers_item-popup_link{font-size: 14px;}}.banner_29-markers_item-popup_link:hover{ color: #fff;background-color: var(--site-color);}.banner_29[data-page="1"] .banner_29_next {position: absolute;z-index: 9;right: 2vw;--color_btn-banner29: #333;}.banner_29[data-page="1"] .banner_29_prev {position: absolute;z-index: 9;left: 2vw;--color_btn-banner29: #fff;color: var(--color_btn-banner29);}.banner_29[data-page="1"] .banner_29_next,.banner_29[data-page="1"] .banner_29_prev {width: 220px;cursor: pointer;background-image: none;height: 60px;top: unset;bottom: 2vw;}.banner_29[data-page="1"] .banner_29_next:before,.banner_29[data-page="1"] .banner_29_prev:before {display: block;position: absolute;width: 80px;height: 60px;content: '';border: 1px solid var(--color_btn-banner29);transition: all .35s;}.banner_29[data-page="1"] .banner_29_next:after,.banner_29[data-page="1"] .banner_29_prev:after {position: absolute;display: block;top: 50%;width: 0;height: 0;border-left-width: 8px;border-right-width: 8px;border-top-width: 4px;border-bottom-width: 4px;border-style: solid;border-color: transparent;content: '';}.banner_29[data-page="1"] .banner_29_next:after {right: 40px;border-left-color: var(--color_btn-banner29);transform: translate(100%, -50%);}.banner_29[data-page="1"] .banner_29_prev:after {left: 40px;border-right-color: var(--color_btn-banner29);transform: translate(-100%, -50%);}.banner_29[data-page="1"] .banner_29_next:before {right: 0;border: 1px solid var(--color_btn-banner29);}.banner_29[data-page="1"] .banner_29_prev span {float: right;margin-right: 45px;line-height: 60px;}.banner_29[data-page="1"] .banner_29_next span {float: left;line-height: 60px;margin-left: 45px;}.banner_29[data-page="1"] .banner_29_prev:hover:before,.banner_29[data-page="1"] .banner_29_next:hover:before {width: 100%;}.banner_29[data-page="1"] .banner_29_next span,.banner_29[data-page="1"] .banner_29_prev span {position: relative;display: flex;justify-content: space-between;align-items: center;}.banner_29[data-page="1"] .banner_29_prev span:before,.banner_29[data-page="1"] .banner_29_prev span:after {display: block;content: '';height: 1px;background-color: var(--color_btn-banner29);transition: all .35s ease-in-out;}.banner_29[data-page="1"] .banner_29_prev span:before {width: 85px;margin-right: 20px;}.banner_29[data-page="1"] .banner_29_prev:hover span:before {width: 0;}.banner_29[data-page="1"] .banner_29_prev span:after {width: 0;margin-left: 20px;margin-right: -20px;}.banner_29[data-page="1"] .banner_29_prev:hover span:after {width: 85px;}.banner_29[data-page="1"] .banner_29_next span:before,.banner_29[data-page="1"] .banner_29_next span:after {display: block;content: '';height: 1px;background-color: var(--color_btn-banner29);transition: all .35s ease-in-out;}.banner_29[data-page="1"] .banner_29_next span:after {width: 85px;margin-left: 20px;}.banner_29[data-page="1"] .banner_29_next:hover span:after {width: 0;}.banner_29[data-page="1"] .banner_29_next span:before {width: 0;margin-right: 20px;margin-left: -20px;}.banner_29[data-page="1"] .banner_29_next:hover span:before {width: 85px;}.banner_29 h1{font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.banner_29[data-page="2"] .banner_29_prev, .banner_29[data-page="2"] .banner_29_next {position: absolute;top: 50%;z-index: 9;width: 44px;height: 88px;margin-top: -44px;display: flex;justify-content: center;align-items: center;border: none;border-radius: 0;background-color: rgba(0, 0, 0, 0.5);background-image: none;color: #fff;cursor: pointer;transition: all .3s ease;}.banner_29[data-page="2"] .banner_29_prev {left: 20px;}.banner_29[data-page="2"] .banner_29_next {right: 20px;}.banner_29[data-page="2"] .banner_29_prev svg,.banner_29[data-page="2"] .banner_29_next svg {width: 26px;height: 26px;stroke: currentColor;stroke-width: 4px;fill: none;transition: transform .3s ease;}.banner_29[data-page="2"] .banner_29_prev:hover,.banner_29[data-page="2"] .banner_29_next:hover {background-color: var(--site-color);}.banner_29[data-page="2"] .banner_29_prev.swiper-button-disabled,.banner_29[data-page="2"] .banner_29_next.swiper-button-disabled {opacity: .35;cursor: default;pointer-events: none;}@media (max-width: 767px) {.banner_29[data-page="2"] .banner_29_prev,.banner_29[data-page="2"] .banner_29_next {width: 34px;height: 68px;margin-top: -34px;}.banner_29[data-page="2"] .banner_29_prev {left: 12px;}.banner_29[data-page="2"] .banner_29_next {right: 12px;}.banner_29[data-page="2"] .banner_29_prev svg,.banner_29[data-page="2"] .banner_29_next svg {width: 22px;height: 22px;}}.hjzf_aboutus_20_left ul li{margin-right: 20px;margin-bottom: 20px;}.hjzf_aboutus_20_left ul li a{border: 1px solid #ccc;display: inline-block;}.hjzf_aboutus_20_wrapper{display: flex;flex-wrap: wrap;}.hjzf_aboutus_20_left{display: flex;justify-content: center;flex-direction: column;}.hjzf_aboutus_20_left ul{display: flex;}.hjzf_aboutus_20_right .video{cursor: pointer;}@media(max-width:1200px){.hjzf_aboutus_20_left ul li a{padding: 15px 30px;}}@media(min-width:769px) and (max-width:992px){.hjzf_aboutus_20_left ul{flex-direction: column;}.hjzf_aboutus_20_left ul li{width: 100%;}.hjzf_aboutus_20_left ul li a{width: 80%;}}@media(max-width: 768px) {.hjzf_aboutus_20_wrapper,.hjzf_aboutus_20_left ul{flex-direction: column;}.hjzf_aboutus_20_left ul{flex-direction: row;}.hjzf_aboutus_20_left ul li,.hjzf_aboutus_20_left ul li a{width: 100%;text-align: center;}.hjzf_aboutus_20_left ul li a{padding: 15px 0px;}}.hjzf_aboutus_20_right-hover_item *{transition: .5s all;}.hjzf_aboutus_20_right-item_touch{position: absolute;cursor: pointer;}.hjzf_aboutus_20_right-item_img{position: absolute;}.hjzf_aboutus_20_right-item_img.on img{transform: scale(1.1);}.HJZF_Z__advantage{width: 100%;padding-top: 80px;overflow: hidden;}.HJZF_Z__advantage__item{text-align: center;}.HJZF_Z__advantage__item>div{padding-left: 10px;padding-right: 10px;width: 100%;padding-bottom:80px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}.HJZF_Z__advantage__item:first-child>div{padding-left: 0;}.HJZF_Z__advantage__item:last-child>div{padding-right: 0;}.HJZF_Z__advantage__title{margin: 25px 0 0;}.HJZF_Z__advantage__title a{font-size: inherit;line-height: inherit;color: #333;font-weight: bold;}.HJZF_Z__advantage__desc{padding-top: 15px;}.HJZF_Z__advantage__desc a{font-size: inherit;line-height: inherit;color: #999;}@media (max-width: 767px) {.HJZF_Z__advantage{padding-top: 40px;}.HJZF_Z__advantage__item>div{padding-right: 0;padding-left: 0;padding-bottom: 40px;}}.HJZF_Z__advantage__item{transition: all .5s;}.HJZF_Z__advantage__item:hover {transform: translateY(-15px);}.HJZF_Z__advantage h2,.HJZF_Z__advantage h3{font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit;display: block;}.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}.foregin_msn{position: fixed;top: 250px;z-index: 22}.foregin_msn ul li{width: 50px;height: 50px;line-height: 50px;text-align: center;background: rgb(51, 51, 51);position: relative;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;}.foregin_msn ul li:after{content: '';display: table;width: 40px;height:1px;bottom: 0;background: #fff;position: absolute;left:5px;}.foregin_msn ul li:last-child:after{display: none}.foregin_msn ul li i{font-size: 24px;color: #fff;}.foregin_msn ul li:hover{width: 70px;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;background: #{$color};}.share_content {padding: 5px 8px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;position: absolute;left: 38px;top: 6px;-webkit-transform: translateX(-130%);transform: translateX(-130%);-webkit-transition: all .6s;transition: all .6s;z-index: -1;min-width: 160px;white-space: nowrap;}.share_content a, .share_content b {color: #868585}.share_content:after {content: "";display: inline-block;width: 10px;height: 10px;border: 1px solid #ccc;border-color: #ccc transparent transparent #ccc;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: -6px;top: 10px;background-color: #fff;}.foregin_msn ul li:hover .share_content {-webkit-transform: translateX(20px);transform: translateX(20px)}@media(max-width: 768px) {.foregin_msn{display: none !important;}}@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}}.advantage_82 h2,.advantage_82 h3{display:block;font-size:inherit;color:inherit;line-height:inherit;font-weight:inherit}.advantage_82-container{max-width:var(--width-container);margin:0 auto}@media screen and (max-width:767px){.advantage_82-container{padding:0 15px}}.advantage_82-body{display:flex;justify-content:space-between}.advantage_82-main{flex:0 0 auto;width:calc(50% - .2rem)}.advantage_82-head{padding-bottom:30px}.advantage_82-line{width:48px;height:2px;margin:.3rem 0 .6rem;background-color:var(--site-color)}.advantage_82-list{margin:0;padding:0;list-style:none;font-size:18px}.advantage_82-item{position:relative;padding-left:18px;margin-bottom:.16rem}.advantage_82-item::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background-color:#1a1a1a;transition:all .3s ease}.advantage_82-item:last-child{margin-bottom:0}.advantage_82-item.active{color:var(--site-color)}.advantage_82-item.active::before,.advantage_82-item:hover::before{background-color:var(--site-color)}.advantage_82-item-button{font-size:inherit;color:inherit;padding:0;border:none;background:none;cursor:pointer;text-decoration:underline;transition:.3s ease}.advantage_82-item.active .advantage_82-item_link{color:var(--site-color)}.advantage_82-btns{display:flex;flex-wrap:wrap;gap:.16rem;padding-top:.4rem}.advantage_82-btn{min-width:2.3rem;height:50px;padding:0 .16rem;display:inline-flex;justify-content:center;align-items:center;border:2px solid var(--site-color);border-radius:0;background-color:transparent;color:var(--site-color);font-size:14px;font-weight:600;text-align:center;transition:all .3s ease}.advantage_82-btn:nth-child(odd){background-color:var(--site-color);color:#fff}.advantage_82-btn:hover{background-color:var(--site-color);color:#fff}.advantage_82-preview{flex:0 0 auto;width:calc(50% - .2rem);position:relative;overflow:hidden}.advantage_82-preview-item{width:100%;position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:.3s all}.advantage_82-preview-item:first-child{position:relative}.advantage_82-preview-item>img{width:100%}.advantage_82-preview-item.active{visibility:visible;opacity:1}@media (max-width:767px){.advantage_82-body{flex-wrap:wrap;gap:.3rem}.advantage_82-main,.advantage_82-preview{width:100%}.advantage_82-head{padding-bottom:.2rem}.advantage_82-item{margin-bottom:.12rem}.advantage_82-btns{padding-top:.3rem;gap:.12rem}.advantage_82-btn{padding:0 .18rem}}@media (max-width:575px){.advantage_82-btn{width:100%}}.hjzf_service_30_wrapper{display: flex;flex-wrap: wrap;}.hjzf_service_30_wrapper .hjzf_service_30_wrapper_info{padding: 20px;}.hjzf_service_30_wrapper_p20{border: 2px solid #ccc;height: 100%;}.hjzf_service_30 .index_btn{border: 1px solid #000;}.hjzf_service_30 .index_btn:hover{background-color: transparent !important;transition: all .5s;}.hjzf_service_30_wrapper_p20 img{width: 100%;}@media(max-width: 1200px) {.hjzf_service_30_wrapper li{margin-bottom: 30px;}}.hjzf2_z_other-11{width: 100%;margin: auto;height: auto;}.hjzf2_z_other-11_content{width: 100%;margin: auto;text-align: center;}.hjzf2_z_other-11_content .hjzf2_z_other-11_text{color: #333333;font-weight: bold;text-transform: uppercase;}.hjzf2_z_other-11_content .hjzf2_z_other-11_img{width: 100%;margin: auto;text-align: center}.hjzf2_z_other-11_content .hjzf2_z_other-11_img img{max-width: 100%;}.hjzf2_news_38_title .index_sub_title{color: #a0a0a0;}.hjzf2_news_38_wrapper ul li{width: 460px;margin-right: 30px;}.new_hjzf_news_38_pagination{text-align: center;position: static;margin-top: 40px;}.new_hjzf_news_38_pagination span{width: 12px;height: 12px;margin: 0 10px;}.hjzf2_news_38_wrapper li{background-color: #fff;height: auto;}.hjzf2_news_38_wrapper_title{padding: 10px 15px;padding-bottom: 30px;}.hjzf2_news_38_wrapper_title p{font-size: 16px;line-height: 2;}.hjzf2_news_38_wrapper_title_t{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e8e8e8;margin-bottom: 15px;padding-bottom: 15px;}.hjzf2_news_38_wrapper_title_t h3{color: #333;font-size: 20px;}.hjzf2_news_38_wrapper_title_t span{flex: 0 0 70px;width: 70px;display: flex;justify-content: center;align-items: center;flex-direction: column;border: 1px solid #ccc;padding: 10px 0;}.hjzf2_news_38_wrapper_title_t span b{font-weight: normal;font-size: 28px;line-height: 1;margin-bottom: 5px;color: #333;}.hjzf2_news_38_wrapper_title_t span em{font-style: normal;font-size: 14px;color: #333;}.hjzf2_news_38_title .index_title{line-height: 1;}.hjzf2_news_38_wrapper_img{overflow: hidden;}.hjzf2_news_38_wrapper_img img{transition: all .5s;}.hjzf2_news_38_wrapper .swiper-slide:hover .hjzf2_news_38_wrapper_img img{transform: scale(1.05);}.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}