: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_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_service_29_wrapper{display: flex;flex-wrap: wrap;}.hjzf_service_29_wrapper li a{display: block;border: 2px solid #ccc;height: 100%;color: #333;}.hjzf_service_29_wrapper_info{padding: 20px;display: flex;justify-content: space-between;flex-direction: column;align-items: center;}.hjzf_service_29_wrapper_info .index_btn{margin-bottom: 20px;}@media(max-width: 992px) {.hjzf_service_29_wrapper li:not(:nth-last-child(1)){margin-bottom: 20px;}}.hjzf_service_29_container li{width: 467px;}.hjzf_service_29_wrapper_pagination{position: static;margin-top: 20px;}.hjzf_service_29_wrapper_pagination span{width: 12px;height: 12px;}.new_hjzf_product_four{width: 100%;margin: auto;height: auto;}.new_hjzf_product_four_title {position: relative;padding: 30px 0 50px 0;background: #13bfbd;box-sizing: border-box;}.new_hjzf_product_four_title--main,.new_hjzf_product_four_title--desc{text-align: center;}.new_hjzf_product_four_title--main{color: #fff;margin: 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}.new_hjzf_product_four_title--desc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #fff;}.proshow-top-arrow{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%) translateY(50%) rotate(45deg);width: 30px;height: 30px;background: #13bfbd;z-index: -2;}.new_hjzf_product_four_Content{padding-top: 40px;}.new_hjzf_product_four_productWrap{position: relative;}.new_hjzf_product_four_productItem{position: relative;padding: 20px 10px 10px;text-align: center;border: 1px solid #ebebeb;background: #fff;transition: .2s;margin-bottom: 30px;overflow:hidden;}.new_hjzf_product_four_productItemBox_img{width: 100%;margin-bottom: 25px}.new_hjzf_product_four_productItemBox_img a{position: relative;display: block;width: 100%;padding-bottom: 75%;height: 0;overflow: hidden}.new_hjzf_product_four_productItemBox_img img{width: 100%;height: auto;transform: translate3d(-50%,-50%,0);-moz-transform: translate3d(-50%,-50%,0);-webkit-transform: translate3d(-50%,-50%,0);position: absolute;top: 50%;left: 50%; }.new_hjzf_product_four_productItemBox_name{padding: 0 25px 15px}.new_hjzf_product_four_productItemBox_name a h3{position: relative;color: #13bfbd ;text-decoration: none;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;outline: 0;height: 50px;}.new_hjzf_product_four_productItemBox_desc{position:absolute;top: 100%;z-index: 91;text-align: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;text-overflow: ellipsis;overflow: hidden;color:#FFFFFF;width: 90%;left: 5%;}.new_hjzf_product_four_productItem:hover .new_hjzf_product_four_productItemBox_desc{top:10%;}.new_hjzf_product_four_productItem:hover .new_hjzf_product_four_productItemBox_desc span{color:#FFFFFF;}.new_hjzf_product_four_next,.new_hjzf_product_four_prev{width: 50px;height: 50px;line-height: 52px;z-index: 10;color: #fff;text-align: center;background: #42a4ff;border-radius: 100px;-webkit-box-shadow: 0 2px 10px 0 rgba(19,108,191,0.31);box-shadow: 0 2px 10px 0 rgba(19,108,191,0.31);transition: .33s all ease-out;cursor: pointer;border: 0;outline: 0;margin-top: -25px;}.new_hjzf_product_four_next{right: -26px;}.new_hjzf_product_four_prev{left: -26px;}.new_hjzf_product_four_next:before, .new_hjzf_product_four_prev:before {position: relative;font-family: 'FontAwesome';font-size: 16px;line-height: inherit;opacity: 1;}.new_hjzf_product_four_prev:before {left: -2px;content: '\f053';}.new_hjzf_product_four_next:before {right: -2px;content: '\f054';}.pro-btn-more {width: 100%;padding-bottom: 40px;text-align: center;}.text-centers a{text-align: center;margin: 0 auto;background-color: #136cbf;border-color: #136cbf;-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.31);box-shadow: 0 2px 10px 0 rgba(0,0,0,.31); display: inline-block;font-weight: 700;vertical-align: middle;touch-action: manipulation;cursor: pointer;border: 1px solid transparent;white-space: nowrap;padding: 10px 22px;font-size: 14px;letter-spacing: .06em;border-radius: 50px;transition: .3s ease-out;color: #fff;}@media (max-width: 1440px) {.new_hjzf_product_four_next{right: -8px;}.new_hjzf_product_four_prev{left: -8px;}}@media (max-width: 1199px) {.new_hjzf_product_four_productWrap{padding: 0 15px;}.new_hjzf_product_four_next{right: -7px;}.new_hjzf_product_four_prev{left: -7px;}}@media (max-width: 767px) {.new_hjzf_product_four_productWrap{padding: 0 15px;}.new_hjzf_product_four_next,.new_hjzf_product_four_prev{width: 30px;height: 30px;line-height: 32px;}.new_hjzf_product_four_next{right: 0;}.new_hjzf_product_four_prev{left: 0;}}.HJZF_Z_other--2{width: 100%;margin: auto;}.other--2__item{padding-right: 15px;padding-left: 15px;padding-bottom: 50px;}.other--2__item>div{position: relative;overflow: hidden}.other--2__item img{width: 100%;max-width: 100%;opacity: 0.7;width: -webkit-calc(100% + 20px)!important;width: calc(100% + 20px)!important;max-width: -webkit-calc(100% + 20px)!important;max-width: calc(100% + 20px)!important;-webkit-transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,transform .35s;transition: opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0);-webkit-backface-visibility: hidden;backface-visibility: hidden;}.other--2__item a{position: absolute;top: 0;left: 0;padding: 15px;width: 100%;display: block;word-wrap: break-word;}.other--2__item a p{font-weight: bold;color: #fff;padding: 5px 0 10px;overflow: hidden;position: relative}.other--2__item a p:after{position: absolute;content: "";bottom: 0;left: 0;width: 100%;height: 2px;background: #fff;-webkit-transition: -webkit-transform .35s;transition: -webkit-transform .35s;transition: transform .35s;transition: transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}.other--2__item:hover img{opacity: 0.3;-webkit-transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,transform .35s;transition: opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}.other--2__item:hover a p:after{-webkit-transition: -webkit-transform .35s;transition: -webkit-transform .35s;transition: transform .35s;transition: transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}.other--2__item a div{font-weight: bold;color: #fff;padding: 15px 0;opacity: 0;-webkit-transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,transform .35s;transition: opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}.other--2__item:hover a div{opacity: 1;-webkit-transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,transform .35s;transition: opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}.HJZF_Z_other--2-title h2{display: block;font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.hjzf_other_110{position: relative;}.other_110_xuanzhuan{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-width: 120px;transition: all 1.5s;}.other_110_xuanzhuan:hover{transform: translate(-50%, -50%) rotate(360deg);}.hjzf_swiper_4_title .index_sub_title{position: relative;padding: 0 20px;display: inline-block;padding-bottom: 8px;color:#333;}.hjzf_swiper_4_container .swiper-slide img {width: 100%;}.hjzf_swiper_4_container .swiper-slide p {text-align: center;padding-top: 6px;}.hjzf_swiper_4_container .swiper-slide{max-width:25%;}@media(max-width: 1200px) {.hjzf_swiper_4_container .swiper-slide{max-width:unset;}}.hjzf_swiper_4-wrapper{display: flex;justify-content: space-between;align-items: center;}.hjzf_swiper_4-wrapper .hjzf_swiper_4_container{width: calc(100% - 100px);}.hjzf_swiper_4-wrapper .swiper-button-prev,.hjzf_swiper_4-wrapper .swiper-button-next{position: static;margin: 0;padding: 2px;}.hjzf2_z_other-16{width: 100%;margin: auto;height: auto;}.hjzf2_z_other-16_content{width: 80%;margin: auto;text-align: center;}.hjzf2_z_other-16_content .hjzf2_z_other-16_text{color: #333333;font-weight: normal; margin-bottom: 40px; font-weight:bold;}.hjzf2_z_other-16_content .hjzf2_z_other-16_ms{ color:#666666;margin-bottom:80px;}.hjzf2_z_other-16_list{ margin-bottom:40px;}.hjzf2_z_other-16_item{color:#666666; line-height:38px;}.hjzf2_z_other-16_item img{ margin-right:15px; vertical-align:top;}.hjzf2_z_other-16_a{color: #fff;display: inline-block; position: relative; overflow: hidden; border-radius:6px;padding: 0.1rem 0.6rem;}.hjzf2_z_other-16_a span{z-index: 3;position: relative}.hjzf2_z_other-16_a:before{content: ''; display: block; width: 310px; height: 200px;border-radius:50%;-moz-border-radius:50%; -webkit-border-radius:50%; background: transparent; position: absolute; top:0; left: 0;z-index: 1;transform: scale(0);-moz-transform: scale(0);-webkit-transform: scale(0);transition: 0.6s;background: rgba(255,255,255,1)}.hjzf2_z_other-16_a:hover:before{transition: 0.6s;transform: scale(1.4);-moz-transform: scale(1.4);-webkit-transform: scale(1.4);}@media (max-width: 1190px) {.hjzf2_z_other-16_content{ width:100%;}}@media (max-width: 991px) {.hjzf2_z_other-16{ padding:55px 0;}.hjzf2_z_other-16_list{margin-bottom: 30px;}.hjzf2_z_other-16_item{white-space: pre-wrap;}.hjzf2_z_other-16_item img{display: block; margin:auto; width:28px; height:28px;}.hjzf2_z_other-16_content .hjzf2_z_other-16_ms{margin-bottom: 40px;}}.hjzf2_z_other-16_text h2{display: block;font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.HJZF2_Z__news-6 {width: 100%;margin: auto;height: auto;}.HJZF2_Z__news-6__container {padding: 0 20px 0 20px;margin: auto}.HJZF2_Z__news-6__mainTitle {color: #333;font-weight: 700;position: relative;text-align: center;margin-bottom: 60px;}.HJZF2_Z__news-6__mainTitle:before {content: '';display: inline-block;width: 150px;height: 3px;background: #61ce70;position: absolute;left: 50%;transform: translate3d(-50%, 0, 0);-moz-transform: translate3d(-50%, 0, 0);-webkit-transform: translate3d(-50%, 0, 0);top: 68px;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__img {position: relative}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__img img {max-width: 100%;height: auto;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__img .HJZF2_Z__news-6__img__contain {position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);width: 100%;height: 100%;opacity: 0;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;}.HJZF2_Z__news-6__img__contain a {display: block;width: 50px;height: 50px;overflow:hidden;border: 3px solid white;border-radius: 50%;position: absolute;top: 50%;left: 50%;text-align: center;line-height: 50px;transform: translate3d(-50%, -50%, 0);-moz-transform: translate3d(-50%, -50%, 0);-webkit-transform: translate3d(-50%, -50%, 0);}.HJZF2_Z__news-6__img__contain a img{max-width: 20px !important;vertical-align: top;margin-top: 15px;}.HJZF2_Z__news-6__img__contain a:hover {background: #fff;}.HJZF2_Z__news-6__img__contain a:hover img{filter: drop-shadow(#c72024 20px 0);transform: translateX(-20px);}.HJZF2_Z__news-6__img__contain a span i {color: #fff;font-size: 20px;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__img:hover .HJZF2_Z__news-6__img__contain {opacity: 1;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content {padding: 25px 30px 30px 30px;background: rgba(0, 0, 0, 0.04);}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__name {margin-bottom: 10px;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__name a {color: #333;display: block;box-shadow: none;text-decoration: none;font-size: 20px;font-size: 0.2rem;line-height: 30px;line-height: 0.3rem;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__date {margin-bottom: 10px;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__date span {position: relative;padding-right: 9px;margin-right: 6px;color: #b2aeae}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__date span:before {content: '';display: inline-block;right: 0;width: 3px;height: 3px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);background: #b2aeae;position: absolute;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__desc {color: #7a7a7a;font-weight: normal;margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 52px;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__more {font-size: 15px;line-height: 17px;color: #333;font-weight: 700;position: relative;display: inline-block;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__more:before {content: '';display: table;width: 0;height: 2px;background: #61ce70;position: absolute;bottom: -5px;left: 0;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__more:hover:before {width: 100%;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s;}.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__more i {font-size: 15px;line-height: 17px;color: #333;margin-right: 0;margin-left: 7px;}.HJZF2_Z__news-6__swiper__pagination {margin: 0 auto;height: 30px;position: relative;overflow: hidden;list-style: none;padding: 0;padding: 60px 0 30px;z-index: 1;}.HJZF2_Z__news-6__swiper__pagination .swiper-pagination {display: block;width: 100%;margin: auto;}.HJZF2_Z__news-6__swiper__pagination .swiper-pagination span.swiper-pagination-bullet {border: 2px solid #61ce70;background: none;margin: 0 8px;outline: none;opacity: 1}.HJZF2_Z__news-6__swiper__pagination .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {background: #61ce70;}.swiper-button-prev.HJZF2_Z__news-6__prev,.swiper-button-next.HJZF2_Z__news-6__next {opacity: 1;background-image: none;width: 30px;height: 60px;background: white;line-height: 65px;font-size: 20px;outline: none;}.swiper-button-prev.HJZF2_Z__news-6__prev {left: 0;border-bottom-right-radius: 50px;border-top-right-radius: 50px;}.swiper-button-next.HJZF2_Z__news-6__next {right: -1px;border-bottom-left-radius: 50px;border-top-left-radius: 50px;}.swiper-button-prev.HJZF2_Z__news-6__prev i {margin-left: 4px;}.swiper-button-next.HJZF2_Z__news-6__next i {margin-left: 12px;}@media(min-width:768px) {.HJZF2_Z__news-6__swiperBox .swiper-slide {width: 354px;} }@media(min-width:1024px) {.HJZF2_Z__news-6__swiperBox .swiper-slide {width: 315px;}}@media(min-width: 1200px) {.HJZF2_Z__news-6__swiperBox .swiper-slide {width: 451px;}}@media(max-width: 767px){.HJZF2_Z__news-6__swiper .swiper-slide .HJZF2_Z__news-6__content .HJZF2_Z__news-6__desc{min-height: 45px;}}.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}