: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);}.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}.banner_28{position: relative;}.banner_28 .banner_28_title{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%, -50%);color: #fff;}@media(min-width: 1200px) {.banner_28{min-height: 200px;}}@media(max-width: 1200px) {.banner_28_title .pb20{padding-bottom: 0;}}.product_categories_28 h2,.product_categories_28 h3 {display: block;font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.product_categories_28-container {max-width: var(--width-container);margin: 0 auto;padding-top: 60px;padding-bottom: 60px;}@media screen and (max-width: 767px) {.product_categories_28-container {padding: 0 15px;}}.product_categories_28-head {padding-bottom: 30px;}.product_categories_28-body {display: flex;flex-wrap: wrap;gap: 30px;}@media (max-width: 767px) {.product_categories_28-body {gap: 20px;}}.product_categories_28-item {flex: 0 0 auto;width: calc(100% / 3 - 20px);background: #fff;border-radius: 8px;overflow: hidden;box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);transition: all 0.3s;position: relative;}@media (max-width: 991px) {.product_categories_28-item {width: calc(50% - 30px);}}@media (max-width: 767px) {.product_categories_28-item {width: 100%;}}.product_categories_28-item-img {display: block;width: 100%;overflow: hidden;position: relative;}.product_categories_28-item-img img {display: block;width: 100%;object-fit: cover;transition: all 0.3s;}.product_categories_28-item:hover {box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.product_categories_28-item:hover .product_categories_28-item-img img {transform: scale(1.05);}.product_categories_28-item-content {padding: 20px;}.product_categories_28-item-title {display: block;font-size: 24px;font-weight: bold;margin-top: 20px;margin-bottom: 15px;transition: color 0.3s;text-decoration: none;color: #333;}.product_categories_28-item-title > h3 {font-size: inherit;font-weight: inherit;color: inherit;}.product_categories_28-item-title:hover {color: var(--site-color);}.product_categories_28-item-desc {font-size: 14px;color: #545454;margin-bottom: 20px;}.product_categories_28-item-tag {display: flex;flex-wrap: wrap;justify-content: center;gap: 8px;margin-bottom: 20px;}.product_categories_28-item-tag_item {font-size: 12px;color: #666;background: rgba(102, 102, 102, 0.1);padding: 4px 12px;border-radius: 15px;font-weight: 500;}.product_categories_28-item-subcat_list {margin-bottom: 20px;border-top: 1px solid #eee;}.product_categories_28-item-subcat_item {display: flex;align-items: center;justify-content: space-between;gap: 8px;min-height: 56px;padding: 15px 0;font-size: 18px;line-height: 1.5;color: #545454;text-decoration: none;transition: color 0.3s;border-bottom: 1px solid #eee;}.product_categories_28-item-subcat_item:hover {color: var(--site-color);}.product_categories_28-item-subcat_item span {flex: 1 1 auto;min-width: 0;}.product_categories_28-item-subcat_item svg {flex: 0 0 auto;width: 16px;height: 16px;stroke: currentColor;stroke-width: 4px;}.product_categories_28-item-prod {margin-bottom: 20px;}.product_categories_28-item-prod_item {display: flex;align-items: center;justify-content: space-between;gap: 8px;font-size: 14px;color: #545454;margin-bottom: 10px;text-decoration: none;transition: all 0.3s;padding: 6px 0;border-bottom: 1px solid #eee;}.product_categories_28-item-prod_item:hover {color: var(--site-color);}.product_categories_28-item-prod_item svg {width: 16px;height: 16px;stroke: currentColor;stroke-width: 4px;flex: 0 0 auto;}.product_categories_28-item-link {display: flex;align-items: center;gap: 8px;font-size: 18px;font-weight: bold;color: var(--site-color);text-decoration: none;transition: all 0.3s;}.product_categories_28-item-link:hover {color: var(--site-color);}.product_categories_28-item-link svg {width: 24px;height: 24px;stroke: currentColor;stroke-width: 4px;transition: transform 0.3s;}.product_categories_28-item-link:hover svg {transform: rotate(45deg);transform-origin: center;}@media (max-width: 767px) {.product_categories_28-head {padding-bottom: 20px;}.product_categories_28-item-subcat_item {min-height: 50px;padding: 13px 0;font-size: 16px;}.product_categories_28-item-subcat_item svg {width: 16px;height: 16px;}}.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;}.bottom_44{background:#000;--color_font-bottom44:#fff;color:var(--color_font-bottom44)}.bottom_44-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:991px){.bottom_44-wrapper{flex-wrap:wrap;gap:.4rem}}@media screen and (max-width:767px){.bottom_44-wrapper{display:none}}.bottom_44-head{flex:0 0 auto;width:25%}@media screen and (max-width:991px){.bottom_44-head{width:100%}}.bottom_44-logo{margin-bottom:.4rem}.bottom_44-contact_item{padding:.16rem 0;border-bottom:1px solid #fff3}.bottom_44-contact_item-title{font-size:14px}.bottom_44-contact_item-text{font-size:18px;line-height:1.8;color:var(--color_font-bottom44)}.bottom_44-contact_item a.bottom_44-contact_item-text:hover{text-decoration:underline}.bottom_44-media{margin-top:.3rem}.bottom_44-media a{width:36px;height:36px;background:var(--site-color);display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.bottom_44-media .fa{font-size:18px;color:#fff}.bottom_44-main{flex:0 0 auto;width:66.66%}@media screen and (max-width:1259px){.bottom_44-main{width:calc(75% - .6rem)}}@media screen and (max-width:991px){.bottom_44-main{width:100%}}.bottom_44-nav{display:flex;gap:.2rem}.bottom_44-nav_col{flex:1}.bottom_44-nav_title{font-size:18px;font-weight:bold;line-height:1.4;color:var(--color_font-bottom44)}.bottom_44-nav_content{padding-top:.1rem;display:flex;flex-direction:column}.bottom_44-nav_item{font-size:14px;line-height:2.2;color:var(--color_font-bottom44);opacity:.6;transition:.3s all}.bottom_44-nav_item:hover{opacity:1}.bottom_44-form{padding-top:.3rem}.bottom_44-form_text{padding-bottom:.2rem}.bottom_44-form_title{font-size:20px;font-weight:bold}.bottom_44-form_desc{opacity:.6}.bottom_44-form form[data-type="only_email"]{width:100%;display:flex;border:1px solid #fff;height:48px;position:relative}.bottom_44-form form[data-type="only_email"] input{flex:1 0 auto;height:100%;border:none;text-indent:10px}.bottom_44-form form[data-type="only_email"] button{flex:0 0 auto;height:100%;background:var(--site-color);border:none;font-size:14px;color:#fff;padding:0 .24rem}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert{position:absolute;top:100%;left:0}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert span{display:none;color:red;font-size:12px}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert span.active{display:block}.bottom_44-form form[data-type="1"]{display:flex;flex-wrap:wrap;gap:.1rem}.bottom_44-form form[data-type="1"] .bottom_44-form_item{flex:0 0 auto;width:calc(100% / 3 - (.2rem / 3));margin:0;position:relative}.bottom_44-form form[data-type="1"] .bottom_44-form_item.full{width:100%}.bottom_44-form form[data-type="1"] .bottom_44-form_item input,.bottom_44-form form[data-type="1"] .bottom_44-form_item textarea{display:block;width:100%;font-size:12px;border:none;background:#fff;border-radius:6px;padding:.1rem;color:#333}.bottom_44-form form[data-type="1"] .bottom_44-form_item textarea{resize:vertical}.bottom_44-form form[data-type="1"] .bottom_44-form_alert{position:absolute;right:.04rem;bottom:.04rem;line-height:1;text-align:right}.bottom_44-form form[data-type="1"] .bottom_44-form_alert span{display:none;color:red;font-size:10px}.bottom_44-form form[data-type="1"] .bottom_44-form_alert span.active{display:inline-block}.bottom_44-form form[data-type="1"] button{background:var(--site-color);border:none;font-size:14px;color:#fff;padding:.06rem .2rem;border-radius:4px;margin-top:.1rem}.bottom_44-bottom{padding:32px 0}.bottom_44-bottom a{color:var(--color_font-bottom44);transition:.3s all}.bottom_44-bottom a:hover{color:var(--site-color)}.bottom_44-bottom_wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.bottom_44-bottom_left,.bottom_44-bottom_right{display:flex;align-items:center;gap:.2rem}