: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_jvyi-item{display:block;height: 100%;}.banner_jvyi-item_content {height: 100%;position: relative;}.banner_jvyi-item img, .banner_jvyi-item video {width: 100%;}.banner_jvyi-item_text{position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;display: flex;align-items: center;transform:translateY(60px);opacity:0;visibility:hidden;transition: 1s all;}.content-showing .banner_jvyi-item_text{transform:translateY(0);opacity:1;visibility:visible;}.banner_jvyi .swiper-pagination{display: flex;justify-content: center;background:none;bottom: 6%;}.banner_jvyi .swiper-pagination>.swiper-pagination-bullet {width: 0;height: 2px;border-radius: 0;display: flex;align-items: center;margin: 0 16px;background: none;transition: .5s all;position:relative;color:#fff;}.banner_jvyi .swiper-pagination-bullet.swiper-pagination-bullet-active {padding-right: 220px;}.banner_jvyi .swiper-pagination-bullet::before,.banner_jvyi .swiper-pagination-bullet::after{content: '';display: block;width: 0;height: 100%;position: absolute;left: 24px;background: #fff8;}.banner_jvyi .swiper-pagination-bullet.swiper-pagination-bullet-active::before,.banner_jvyi .swiper-pagination-bullet.swiper-pagination-bullet-active::after{width: calc(100% - 24px);}.banner_jvyi .swiper-pagination-bullet::before{transition:.5s all .5s}.banner_jvyi .swiper-pagination-bullet::after{transition:var(--time_line_ani-banner_jvyi) all 1s}.banner_jvyi-video_mute_btn {position: absolute;right: 8%;bottom: 8%;cursor: pointer;z-index: 10;}.banner_jvyi-video_mute_btn svg{width: 24px;height: 24px;}.banner_jvyi-video_mute_btn-stroke{stroke: #fff;}.banner_jvyi-video_mute_btn-fill{fill: #fff;}#banner_jvyi-svg_mute, #banner_jvyi-svg_mute rect{width: 13px;height: 13px;}.banner_jvyi-video_mute_btn-small{display: none;}.banner_jvyi-video_mute_btn.banner_jvyi-v_small .banner_jvyi-video_mute_btn-small{display: block;}.banner_jvyi-video_mute_btn.banner_jvyi-v_small .banner_jvyi-video_mute_btn-mute{display: none;}@media(max-width: 767px) {.banner_jvyi-slide,.banner_jvyi-item,.banner_jvyi-item_content{height: auto;}}.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}.procate_zhuyounav{ display:flex; width:100%; justify-content:space-around; padding:80px 0px;}.pro_zhuyou_list img{ max-width:100%;}.productlist_item img{ border:1px solid #000000; border-radius:10px; overflow:hidden;}.productlist_item{ color:#000; max-width:100%; }.pro_zhuyou_list .swiper-slide{ max-width:25%;}.productlist_item .productlist_item_txt{ color:#000000; padding:20px 0px; display: block;}.productlist_item .productlist_item_desc{ color:#999;}.pro_zhuyou_list{ display:none;}.navimghover{ display:none;}.hjzf_procate_zhuyounavli.active .navimghover{ display:block;}.hjzf_procate_zhuyounavli.active .navimg{ display:none;}.pro_zhuyou_list[index="1"]{ display:block;}.hjzf_procate_zhuyounavli{ cursor:pointer;}@media only screen and (max-width: 1024px){}@media only screen and (max-width: 769px){.pro_zhuyou_list .swiper-slide{max-width: 50%;}.procate_zhuyounav{width: 95%;flex-wrap: wrap;justify-content: space-between;}}.hjzf2_service_43{position:relative;}.hjzf2_service_43_bg .swiper-slide {position: relative;width: 100%;height: 800px;overflow: hidden;}.hjzf2_service_43_bg .swiper-slide .slide-inner {position: absolute;left: 0;top: 0;width: 100%;height: 800px;}.hjzf2_service_43_slide_inner img{width: 100%;height: 800px;object-fit: cover;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main{position: absolute;left: 0;top: 150px;width: 100%;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main *{color:#fff;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main_flex{ display: flex;flex-direction: column;align-items: center;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main b{margin-bottom: 20px;font-size: 38px;font-weight: normal;color: #fff;text-align: center;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main i{margin: 0 auto 27px;width: 24px;height: 3px;background: #fff;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main p {margin: 0 auto 50px;width: 50%;min-width:400px;line-height: 28px;font-size: 18px;color: #fff;text-align: center;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a{position: relative;display: flex;margin: 0 auto;width: 160px;height: 52px;text-align: center;border-radius: 52px;overflow: hidden;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a em{position: relative;z-index: 3;margin: 0 auto;font-size: 16px;line-height: 52px;font-style: normal;transition: .5s all;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a em em{margin-left:8px;}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a::before{transition: all 0.6s;transform: scale(0);position: absolute;left: 0%;bottom: 0%;z-index: 2;width: 30px;height: 30px;border-radius: 100%;background: #fff;content: "";}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a:hover::before {transition: all 0.6s;transform: scale(10);}.hjzf2_service_43_slide_inner .hjzf2_service_43_bg_main a::after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";}.hjzf2_service_43_bg .swiper-button-next,.hjzf2_service_43_bg .swiper-button-prev {transition: all 0.5s;top: 373px;margin: 0;width: 54px;height: 55px;background-position:center;background-repeat:no-repeat;background-size: contain;}.hjzf2_service_43_bg .swiper-button-prev {left: 10%;}.hjzf2_service_43_bg .swiper-button-next {right: 10%;}.hjzf2_service_43_btn {position: absolute;left: 0;bottom: 90px;z-index: 3;width: 100%;}.hjzf2_service_43_btn_thumbs .swiper-slide{cursor:pointer;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_icon {position: relative;width: 100%;height: 82px;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_icon i {transition: all 0.5s;opacity: 0;position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_icon .hjzf2_service_43_btn_i1{top: 12px;opacity: 1;}.hjzf2_service_43_btn_thumbs .swiper-slide.swiper-slide-thumb-active .hjzf2_service_43_btn_icon .hjzf2_service_43_btn_i1{transition: all 0.5s;opacity: 0;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_icon .hjzf2_service_43_btn_i2{height: 74px;}.hjzf2_service_43_btn_thumbs .swiper-slide.swiper-slide-thumb-active .hjzf2_service_43_btn_i2{transition: all 0.5s;opacity: 1;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_icon::after {transition: all 0.5s;opacity: 0;position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background-position:center;background-repeat:no-repeat;content: " ";}.hjzf2_service_43_btn_thumbs .swiper-slide.swiper-slide-thumb-active .hjzf2_service_43_btn_icon::after {transition: all 0.5s;opacity: 1;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_line{position: relative;margin: 20px auto 20px;height: 22px;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_line i {margin-top: 10px;width: calc(50% - 17px);height: 1px;background: #fff;opacity: 0.5;}.hjzf2_service_43_btn_line_l {float: left;}.hjzf2_service_43_btn_line_r {float: right;}.hjzf2_service_43_btn_thumbs .swiper-slide:first-child .hjzf2_service_43_btn_line i.hjzf2_service_43_btn_line_l,.hjzf2_service_43_btn_thumbs .swiper-slide:last-child .hjzf2_service_43_btn_line i.hjzf2_service_43_btn_line_r{display: none;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_line em {transition: all 0.5s;position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 22px;height: 22px;background: transparent;border-radius: 11px;transition: .5s all;border:1px solid #fff;}.hjzf2_service_43_btn_thumbs .swiper-slide.swiper-slide-thumb-active .hjzf2_service_43_btn_line em {background: rgb(255 255 255 / 10%);border:none;}.hjzf2_service_43_btn_thumbs .swiper-slide .hjzf2_service_43_btn_line em::after {content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10px;height: 10px;background: transparent;border-radius: 10px;transition: .5s all;border:1px solid #fff;}.hjzf2_service_43_btn_thumbs .swiper-slide.swiper-slide-thumb-active .hjzf2_service_43_btn_line em::after {background: #fff;border:none;}.hjzf2_service_43_btn_thumbs .swiper-slide p {font-size: 20px;color: #fff;text-align: center;}.hjzf2_service_43-ab_title{position: absolute;left: 0;right: 0;top: 40px;z-index: 9;display: flex;justify-content: center;}.aboutus_33{display: flex;justify-content: space-between;align-items: center;}.abouts_33_l{flex: 0 0 48%;width: 48%;}.abouts_33_r{flex: 0 0 48%;width: 48%;padding-right: 8vw;}.abouts_33_r_lettle{position: relative;display: inline-block;margin-bottom: 20px;}.abouts_33_r_lettle:after{position: absolute;display: block;content:'';width: 100%;height: 6px;margin-top: 10px;}.abouts_33_r_list{width: 100%;display: flex;justify-content: space-around;}.abouts_33_r_list li{display: flex;flex-direction: column;text-align: center;}.abouts_33_r_list li div{font-size: 60px;}.abouts_33_r_list li p{font-size: 20px;}.abouts_33_r_button{display: inline-block;padding: 12px 45px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;overflow: hidden;border:1px solid #333;}.abouts_33_r_button a{color:#333;}.abouts_33_r_button:hover a{color:#FFFFFF;}@media(min-width: 1445px) {.abouts_33_r_text{font-size: 20px;color: #818181;}}@media(max-width: 1440px) and (min-width: 1366px) {.abouts_33_r_list li div{font-size: 50px;}}@media(max-width: 1365px) {.abouts_33_r_list li div{font-size: 30px;}.abouts_33_r_list li p{font-size: 16px;}}@media(max-width: 1200px) {.aboutus_33{flex-wrap: wrap;}.abouts_33_l{flex: 0 0 100%;width: 100%;}.abouts_33_r{flex: 0 0 100%;width: 100%;padding: 15px 30px;}}@media(max-width: 767px) {.abouts_33_r{flex: 0 0 100%;width: 100%;padding: 15px;}}.abouts_33_l-wrapper{position: relative;}.abouts_33_l-play{position: absolute;right: 0;bottom: 0;cursor: pointer;}.hjzf_swiper_1_title .index_sub_title{position: relative;padding: 0 20px;display: inline-block;padding-bottom: 8px;color:#333;}.hjzf_swiper_1_container .swiper-slide img {width: 100%;}.hjzf_swiper_1_container .swiper-slide p {text-align: center;padding-top: 6px;}.hjzf_swiper_1_container .swiper-slide{max-width:25%;}@media(max-width: 1200px) {.hjzf_swiper_1_container .swiper-slide{max-width:unset;}}.other_grid_1-block{display:block;padding:30px 30px 42px}.other_grid_1-block_icon{margin-bottom:10px}.other_grid_1-block_title{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:18px}.other_grid_1-block_title>h3{font-size:inherit;font-weight:inherit;line-height:inherit}.other_grid_1-block svg{width:24px;height:24px}@media (max-width:1259px){.other_grid_1-block{padding:24px}}@media (max-width:767px){.other_grid_1-block{padding:16px}}.other_grid_1-container{display:flex}@media (max-width:991px){.other_grid_1-container{flex-wrap:wrap}}.other_grid_1-main{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 auto;width:500px;margin-left:30px;background-color:var(--site-color);border-radius:6px;overflow:hidden;transition:.5s all}.other_grid_1-main_text{color:#fff}.other_grid_1-main_text svg{stroke:#fff}.other_grid_1-main_img img{min-width:100%}@media (max-width:1259px){.other_grid_1-main{width:33%;margin-left:16px}}@media (max-width:991px){.other_grid_1-main{width:100%;margin-left:0;margin-top:20px}}.other_grid_1-list{flex:0 0 auto;width:calc(100% - 506px);display:flex;flex-wrap:wrap;margin:0 -24px -24px 0}@media (max-width:1259px){.other_grid_1-list{width:calc(67% - 16px);margin:0 -14px -14px 0}}@media (max-width:991px){.other_grid_1-list{width:100%}}@media (max-width:575px){.other_grid_1-list{margin:0 0 -16px}}.other_grid_1-item{width:calc(50% - 24px);margin:0 24px 24px 0;border-radius:6px;overflow:hidden;background-color:#f6f6f6;color:#333;transition:.5s all}.other_grid_1-item svg{stroke:#333}@media (max-width:1259px){.other_grid_1-item{width:calc(50% - 14px);margin:0 14px 14px 0}}@media (max-width:575px){.other_grid_1-item{width:100%;margin:0 0 16px}}.other_grid_1-class_dev_hover .other_grid_1-item:hover,.other_grid_1-class_dev_hover .other_grid_1-main:hover{transform:translateY(-10px)}.fp-section.fp-table, .fp-slide.fp-table {display: table;table-layout: fixed;width: 100%;position: relative}.fp-tableCell {width: 100%;height: 100%;}.office-wrap {position: relative;width: 100%;}.mt-80 {margin-top: 80px;}.office-left { position: absolute; text-align: left;width: 25%;z-index: 99;box-shadow: 0 0 6px 0 rgb(0 0 0 / 13%);background: rgba(255,255,255,0.52);padding: 3%;}.office-box {display: inline-block;vertical-align: top;width: 68.33333%;max-width: 1312px;}.img-box {position: relative;}.img-box::before {content: "";display: block;}.office-item {position: absolute;margin-top: -15px;margin-left: -15px;width: 20px;height: 20px;border-radius: 50%;}.office-item::before {content: "";position: absolute;top: 33.3333%;left: 33.3333%;width: 33.3333%;height: 33.3333%;border-radius: 50%;}.office-item__name {position: absolute;bottom: 110%;left: 50%;white-space: nowrap;color: #333; -webkit-transform: translateX(-50%);transform: translateX(-50%);}.office-item.current::after {animation: scale2 2s linear infinite;}.office-item::after {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;opacity: .07;}.office-item:hover {z-index: 10;}.office-item:hover .office-item__line, .office-item:hover .office-item__info {visibility: visible;opacity: 1;}.office-item.current::after {animation: scale2 2s linear infinite;}.fp-tableCell img{width:100%;}@keyframes scale2 {from {-webkit-transform: scale(1);transform: scale(1)}50% {-webkit-transform: scale(2);transform: scale(2)}to {-webkit-transform: scale(1);transform: scale(1)}}@media screen and (max-width:991px){.office-item {transform: scale(0.8);}}.hjzf_other_206 {background-size: cover;background-position: center;}.hjzf_other_206-btn{display: inline-flex;margin: 24px auto 0;background: var(--site-color);color: #fff;border-radius: 6px;padding: 6px 20px;}.hjzf_other_206-item_layer{position: absolute;z-index: 9;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;max-width: 320px;min-width: 160px;padding: 20px;background: #fff;border-radius: 10px;box-shadow: 0 0 12px 0 #0000001a;opacity: 0;visibility: hidden;transition: .2s all; }.office-item:hover + .hjzf_other_206-item_layer{opacity: 1;visibility: visible;}.innerform_2{background-color:#f8f8f8;background-size:100% auto;background-position:bottom;background-repeat:no-repeat;position:relative}.innerform_2-mask{position:absolute;top:0;left:0;width:100%;background-color:#f8f8f8}@media screen and (max-width:991px){.innerform_2-mask{display:none}}.innerform_2-container{max-width:var(--width-container);margin:0 auto;position:relative;z-index:2}@media screen and (max-width:767px){.innerform_2-container{padding:0 15px}}@media screen and (max-width:767px){.innerform_2-container{padding:0 15px}}.innerform_2-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:991px){.innerform_2-wrapper{flex-wrap:wrap}}.innerform_2-info,.innerform_2-body{flex:0 0 auto;width:calc(50% - .2rem)}@media screen and (max-width:991px){.innerform_2-info,.innerform_2-body{width:100%}}.innerform_2-title{margin-bottom:1rem}.innerform_2-swiper .swiper-slide{display:flex;flex-direction:column;gap:20px;max-width:25%}@media screen and (max-width:1023px){.innerform_2-swiper .swiper-slide{max-width:33%}}@media screen and (max-width:767px){.innerform_2-swiper .swiper-slide{max-width:50%}}.innerform_2-swiper .swiper-slide img{width:100%}.innerform_2-swiper_item{border:1px solid #eee;border-radius:.06rem;overflow:hidden}.innerform_2-desc{margin-bottom:.2rem}.innerform_2-form{background-color:#fff;border-radius:.06rem;overflow:hidden}.innerform_2-form form{padding:.4rem .46rem;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:767px){.innerform_2-form form{padding:.1rem}}.innerform_2-form_title{flex:0 0 100%;width:100%;font-size:30px;font-weight:bold;margin-bottom:.2rem}.innerform_2-form_item{flex:0 0 auto;width:calc(50% - .2rem);margin:0}@media screen and (max-width:767px){.innerform_2-form_item{width:100%}}.innerform_2-form_item input,.innerform_2-form_item textarea{display:block;width:100%;background:#eee;border-radius:.06rem;padding:.1rem;border:none}.innerform_2-form_item textarea{resize:vertical}.innerform_2-form_item.full{flex:0 0 100%;width:100%}.innerform_2-form_alert{display:flex;align-items:center;height:20px;padding-bottom:2px;color:#f00;font-size:12px}.innerform_2-form_alert span{display:none;line-height:1}.innerform_2-form_alert span.active{display:inline-block}.innerform_2-form_button{flex:0 0 100%;width:100%;margin-top:.1rem}.innerform_2-form_button button{display:block;width:100%;border:0;background:var(--site-color);color:#fff;border-radius:.06rem;overflow:hidden;font-size:18px;padding:.1rem .2rem}.hjzf_news_18 .hjzf_news_18__title{text-align:center;margin-bottom:35px}.hjzf_news_18 .hjzf_news_18__title span{display:inline-block;position:relative;font-size:30px;color:#ffffff;font-weight:600;padding:9.5px 45px;background:#fdb819;z-index:2}.hjzf_news_18 .hjzf_news_18__title:before{content:" ";position:relative;display:table;margin:auto;width:600px;top:22px;border-bottom:1px solid #cccccc}.hjzf_news_18 .hjzf_news_18__title:after{content:" ";position:relative;bottom:22px;display:table;margin:auto;width:800px;border-bottom:1px solid #cccccc;z-index:0}.hjzf_news_18 .hjzf_news_18__title .ttwrap:before{content:" ";width:20px;left:-20px;height:100%;top:0;position:absolute;background:linear-gradient(to bottom right, transparent 0%, transparent 47%, #fdb819 52%, #fdb819 100%)}.hjzf_news_18 .hjzf_news_18__title .ttwrap:after{content:" ";width:20px;right:-20px;height:100%;top:0;position:absolute;background:linear-gradient(to top left, transparent 0%, transparent 47%, #fdb819 52%, #fdb819 100%)}.hjzf_news_18 .hjzf_news_18__title2{font-size:16px;line-height:24px;color:#666666;font-weight:normal;text-align:center;margin-bottom:50px}.hjzf_news_18 .hjzf_news_18__container .swiper-slide{margin-bottom:30px;box-shadow:0 0 8px 0 rgba(0,0,0,0.05);background:#fff}.hjzf_news_18 .hjzf_news_18__container .swiper-slide .hjzf_news_18--pic{margin:10px;position:relative;overflow:hidden}.hjzf_news_18 .hjzf_news_18__container .swiper-slide .hjzf_news_18--pic img{width:100%;transition:.6s;-moz-transition:.6s;-webkit-transition:.6s}.hjzf_news_18 .hjzf_news_18__container .swiper-slide .hjzf_news_18--pic .news_item_date{flex-wrap:wrap;position:absolute;top:0;background:#fdb819;color:#ffffff;z-index:1;left:22px;width:55px;height:55px;font-weight:bold;padding-top:6px}.hjzf_news_18 .hjzf_news_18__container .swiper-slide .hjzf_news_18--pic .news_item_date .bt{display:block;line-height:20px;width:100%;text-align:center}.hjzf_news_18 .hjzf_news_18__container .swiper-slide .hjzf_news_18--pic .news_item_date .mnth{font-size:14px;line-height:20px;display:block;width:100%;text-align:center}.hjzf_news_18 .news_info{padding:15px 30px 30px 30px}.hjzf_news_18 .news_class_name{font-size:14px;color:#999;line-height:24px;margin-bottom:13px}.hjzf_news_18 .news_item-title{margin-bottom:28px;height:48px}.hjzf_news_18 .news_item-title a{font-size:20px;font-weight:500;color:#001327;line-height:24px}.hjzf_news_18 .news_item-desc{margin-bottom:28px}.hjzf_news_18 .news_item-desc a{font-size:16px;font-weight:400;color:#666666;line-height:24px}.hjzf_news_18 .news_item_more{color:#001327;font-weight:700;font-size:14px;text-transform:uppercase}.hjzf_news_18 .hjzf_news_18__container .swiper-slide:hover .hjzf_news_18--pic img{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transition:.6s;-moz-transition:.6s;-webkit-transition:.6s}@media (max-width:1200px){.hjzf_news_18 .hjzf_news_18__title:after{width:80%}}@media (min-width:991px){.hjzf_news_18 .hjzf_news_18__container .swiper-slide{width:330px}}@media (min-width:1440px){.hjzf_news_18 .hjzf_news_18__container .swiper-slide{width:450px}}@media (max-width:1200px){.hjzf_news_18 .hjzf_news_18__title:before,.hjzf_news_18 .hjzf_news_18__title:after{display:none}}.hjzf_news_18-btn_all{display:flex;justify-content:center;align-items:center}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn{padding:.1rem .12rem .1rem .4rem;background:var(--site-color-15);border-radius:1rem;overflow:hidden}@media screen and (max-width:767px){.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn{padding:.08rem .1rem .08rem .2rem}}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_wrapper{display:flex;align-items:center}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_text{font-size:.18rem;white-space:nowrap;color:var(--site-color);position:relative;transition:all .3s ease;z-index:2;margin-right:.14rem}@media screen and (max-width:1440px){.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_text{font-size:16px}}@media screen and (max-width:767px){.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_text{margin-right:.1rem}}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_icon{display:flex;justify-content:center;align-items:center;width:.36rem;height:.36rem;background:var(--site-color);position:relative;border-radius:50%}@media screen and (max-width:767px){.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_icon{width:.24rem;height:.24rem}}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_icon svg{width:.24rem;height:.24rem;position:relative;z-index:2;stroke:#fff}@media screen and (max-width:767px){.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_icon svg{width:.18rem;height:.18rem}}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn .btn_runding-block_icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;border-radius:50%;background:var(--site-color);z-index:1;transition:all .7s ease}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn:hover .btn_runding-block_text{color:#fff}.hjzf_news_18-btn_all.dev_class_btn .hjzf_news_18-btn_all-btn:hover .btn_runding-block_icon::after{transform:translate(-50%, -50%) scale(14)}#class_dev_2435 .hjzf_news_18-content{position:relative}#class_dev_2435 .news_item-title a{display:block}#class_dev_2435 .class_dev_2435.swiper-button-prev,#class_dev_2435 .class_dev_2435.swiper-button-next{position:absolute;top:calc(((90vw / 3) - 20px) / 1.8);transform:translate(0, -50%);width:.5rem;height:.5rem;border:1px solid var(--site-color);box-sizing:border-box;z-index:999;cursor:pointer;outline:none;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:all .3s ease;background-image:none;margin:0;background-color:#fff}@media (max-width:767px){#class_dev_2435 .class_dev_2435.swiper-button-prev,#class_dev_2435 .class_dev_2435.swiper-button-next{width:.3rem;height:.3rem;top:37%}}#class_dev_2435 .class_dev_2435.swiper-button-prev svg,#class_dev_2435 .class_dev_2435.swiper-button-next svg{width:.24rem;height:.24rem;stroke:var(--site-color)}@media (max-width:767px){#class_dev_2435 .class_dev_2435.swiper-button-prev svg,#class_dev_2435 .class_dev_2435.swiper-button-next svg{width:.18rem;height:.18rem}}#class_dev_2435 .class_dev_2435.swiper-button-prev{left:-0.2rem;right:unset}#class_dev_2435 .class_dev_2435.swiper-button-next{right:-0.2rem;left:unset}.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}