: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_35{position:relative}.banner_35 .swiper-slide{height:auto}.banner_35-wrapper{position:relative}.banner_35-wrapper img,.banner_35-wrapper video{display:block;width:100%}.banner_35-txt{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);z-index:6}.banner_35-txt_container{max-width:var(--width-container);margin:0 auto}@media screen and (max-width:767px){.banner_35-txt_container{padding:0 15px}}.banner_35-txt_content[data-type="title1309"]{font-size:.42rem;color:#fff;padding-bottom:.1rem}.banner_35-button{position:absolute;left:50%;bottom:.6rem;z-index:6;transform:translateX(-50%);width:100%;max-width:var(--width-container);margin:0 auto}@media screen and (max-width:767px){.banner_35-button{padding:0 15px}}.banner_35-button_scroll{display:flex;align-items:center;background:none;border:none;padding:0;color:#fff}.banner_35-button_scroll-icon{width:.7rem;height:.7rem;border:2px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center}.banner_35-button_scroll-icon>svg{width:.4rem;height:.4rem;stroke:#fff;stroke-width:2px}.banner_35-button_scroll-text{font-size:16px;margin-left:.2rem;text-transform:uppercase}.banner_35-swiper_sub{position:absolute;top:90%;left:50%;z-index:8;transform:translateX(-50%);width:100%;display:flex;justify-content:flex-end;max-width:var(--width-container);margin:0 auto}@media screen and (max-width:767px){.banner_35-swiper_sub{padding:0 15px}}.banner_35-swiper_sub-container{margin:0;width:82%;border-radius:3px;background-color:#eee;background-position:center;background-size:cover}.banner_35-swiper_sub-item{padding:.4rem;display:flex;justify-content:space-between;align-items:center}.banner_35-swiper_sub-title{flex:0 0 auto;width:22%;font-size:16px;font-weight:bold}.banner_35-swiper_sub-content{flex:0 0 auto;width:70%;font-size:28px}.HJZF2_Z_service {width: 100%;height: auto;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.HJZF2_Z_service__inner {padding-top: 80px;}.HJZF2_Z_service_titleBox {text-align: center;width:67%;margin:auto;}.HJZF2_Z_service_titleBox-title,.HJZF2_Z_service_titleBox h1 { font-weight: bold;color:#252525;}.HJZF2_Z_service_desc {position: relative;text-align:center;}.HJZF2_Z_service_desc span {color: #9a9a9a;}.HJZF2_Z_service_content {font-size: 16px;line-height: 28px;color: #85868c;text-align: center;font-weight: normal;margin-bottom: 35px;}ul.HJZF2_Z_service_list li {margin-bottom: 20px;-ms-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: flex-start;-webkit-align-items: flex-start;-moz-align-items: flex-start;-ms-align-items: flex-start;-ms-flex-align: flex-start;align-items: flex-start;transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);will-change: transform;}.HJZF2_Z_service_item--left {display: table-cell;vertical-align: top;}.HJZF2_Z_service_item--left img {width: 48px;height: 48px;margin-right:15px;}.HJZF2_Z_service_item--right{display: table-cell;vertical-align: middle;}.HJZF2_Z_service_item--right .HJZF2_Z_service_item_header h3 {color: #252525;font-weight:bold;transition: all .5s;}.HJZF2_Z_service_item--right .HJZF2_Z_service_item_desc {font-size: 14px;line-height: 26px;font-weight: normal;color: #898989;margin-top: 10px;text-align:left;}.HJZF2_Z_service_itempic{ width:100%;text-align: center;}.HJZF2_Z_service_itempic img {height: auto;max-width: 100%;vertical-align: top;}.HJZF2_Z_service_bannerbg{ width:100%; padding:40px 0;}.HJZF2_Z_service__banner_box{width:100%; box-sizing: border-box;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.HJZF2_Z_service__banner_inner{ width:100%; text-align:left;}.HJZF2_Z_service__banner_inner h2{ font-weight:bold;color: #ffffff; margin-bottom: 10px;}.HJZF2_Z_service__banner_inner span{font-weight: normal; color: #ffffff;}.HJZF2_Z_service__banner_right{ text-align:right;-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;display: flex;--webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;align-items: center;}.HJZF2_Z_service__banner_btn{width:100%;align-items: center;}.HJZF2_Z_service__banner_btn a{width:auto;max-width:100%;font-weight: 700;min-height: 38px;padding: 6px 25px;border-radius: 0px;border-width: 4px;border-color: rgba(255, 255, 255, 0.4);border-style: solid;background: rgba(255, 255, 255, 0.01);color: rgb(255, 255, 255);display: inline-block;}.HJZF2_Z_service__banner_btn span{color:#FFFFFF;}.HJZF2_Z_service__banner_btn a:hover{ border-color: rgba(255, 255, 255, 1); background:rgba(255, 255, 255, 1);}@media screen and (max-width: 991px) {.HJZF2_Z_service__banner_inner{ text-align:center;}.HJZF2_Z_service__banner_btn{ text-align:center; margin-top:30px;}}@media (max-width: 767px) {.HJZF2_Z_service__inner{padding-top: 40px;}.HJZF2_Z_service_titleBox{width:90%;}}.HJZF2_Z_service.dev_height5 {overflow: hidden;position: relative;}.HJZF2_Z_service-dev_height{width: 100%;height: 54px;display: none;}.HJZF2_Z_service-dev_height_btn{cursor: pointer;height: 54px;padding: 20px 6px 10px;font-size: 16px;position: absolute;left: 0;right: 0;bottom: 0;display: flex;justify-content: center;align-items: center;background: linear-gradient(#fff0, #fffd 60%, #fff);}.HJZF2_Z_service-dev_height_btn span{font-weight: bold;}.HJZF2_Z_service-dev_height_btn svg{width: 16px;height: 16px;stroke: #333;}@media (max-width: 767px) {.HJZF2_Z_service-dev_height{display: block;}}.hjzf2_adv-yongjin{padding-top:0;}.adv-yongjin_title{text-align:center;position:relative;}.adv-yongjin_title span{margin: 0 0 10px;font-size: 16px;color: #d00a2b;font-weight:normal;text-transform: uppercase;font-weight: 800;}.adv-yongjin_title h3{color: #FFFFFF;margin-bottom: 0px;text-transform: capitalize;margin-top: 0;line-height: 1.2;}.adv-yongjin-background-overlay{background-color: #0A2C3D;opacity: 0.92;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;}.adv-yongjin_video{margin: -80px 0px 0px 0px;}.adv-yongjin_video_img{width: 100%;margin: auto;text-align: center;}.adv-yongjin_video_img img{max-width: 1200px;width: 100%;}.video-icon{left: 50%;position: absolute;top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}.video-icon a {background: #fff;height: 100px;width: 100px;top: 50%;left: 0;right: 0;margin: auto;text-align: center;border-radius: 50%;line-height: 100px;color: #D00A2B;font-size: 26px;position: relative;-webkit-transition: .5s -webkit-animation: ripple-red 1s linear infinite;animation: ripple-red 1s linear infinite;-webkit-transition: .5s;display: inline-block;z-index: 99;}@-webkit-keyframes ripple-red {0% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)}100% {-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)}}@media (max-width: 767px){.video-icon a{height: 50px;width: 50px;line-height: 50px;font-size: 15px;}.adv-yongjin_main{padding-top:45px !important;}}.adv-yongjin-list{display: flex;margin: 20px 0;color: #fff;}.adv-yongjin-list_item{flex: 0 0 auto;width: 50%;border: 1px solid #eee;padding: 40px 50px 40px; }.adv-yongjin-list_item:nth-child(even){border-left: none;}.adv-yongjin_video_item-title{font-size: 28px;font-weight: bold;margin-bottom: 40px;}.adv-yongjin-adv{padding-top: .4rem;}@media screen and (max-width: 1024px) { .adv-yongjin-adv {padding-top: .2rem;}}.adv-yongjin-adv-container{max-width: var(--width-container);margin: 0 auto;}@media screen and (max-width: 767px) { .adv-yongjin-adv-container {padding: 0 15px;}}.adv-yongjin-adv-wrapper{display: flex;flex-wrap: wrap;gap: .2rem;}.adv-yongjin-adv-item{flex: 0 0 auto;width: calc(33.33% - .3rem);padding: .36rem;background: var(--site-color-5);border: 1px solid #e5e7eb;border-radius: .2rem;display: flex;}.adv-yongjin-adv-img{margin-right: 14px;}.adv-yongjin-adv-img > img{display: block;width: .5rem;height: .5rem;min-width: 30px;min-height: 30px;}.adv-yongjin-adv-title{font-size: 22px;font-weight: bold;padding-right: .8rem;}.adv-yongjin-adv-des{margin-top: 12px;}@media screen and (max-width: 767px) { .adv-yongjin-adv-item {width: 100%;}}.hjzf2_adv_dsdq_head{display: flex;align-items: center;gap: 1rem;padding-bottom: .4rem;}.adv_dsdq_head_left{flex: 1 0;display: flex;flex-direction: column;}.adv_dsdq_head_sub{font-size:18px;color:var(--site-color);}.adv_dsdq_head_title.index_title{color:#333333;}.adv_dsdq_button {height: 48px;display: flex;align-items: center;font-size: 20px;color: #fff;padding: 0 .52rem;background: var(--site-color);overflow: hidden;}.hjzf2_adv_dsdq_list{display:flex;flex-wrap:wrap;margin-top:20px;gap:27px;}.hjzf2_adv_dsdq_list li{ position:relative; flex:1;overflow: hidden;background-color: #fff;padding-bottom:130px;}.adv-dsdq-xh{font-size:14px;color:#333333;text-align:left;padding-bottom:18px;border-bottom:1px solid #eeeeee;transition:.3s;}.adv-dsdq-icon{margin-top:40px;margin-bottom:40px;}.adv-dsdq-icon img{max-width:100%;}.adv-dsdq-title{font-size:20px;text-align:left;color:#333333;margin-bottom:15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.adv-dsdq-des{font-size: 16px;color: #333333;line-height:25px;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;}.adv-dsdq-photo{position:absolute;z-index:0;bottom: 0;width:100%;left: -110%;transition:left .35s;}.adv-dsdq-photo img{width: 100%;height: 90px;object-fit: cover;}.adv-dsdq-sanjiao{position:absolute;z-index:0;bottom: 20px;left: 0;width:50px;height:50px;background:#f5f5f5;display: flex;justify-content: center;align-items: center;transition:left .35s;}.adv-dsdq-sanjiao svg,.adv-dsdq-sanjiao img{max-width:25px;}.hjzf2_adv_dsdq_list li:hover .adv-dsdq-xh{border-bottom:1px solid var(--site-color);}.hjzf2_adv_dsdq_list li:hover .adv-dsdq-photo{left:0;}.hjzf2_adv_dsdq_list li:hover .adv-dsdq-sanjiao{left: calc(100% - 65px);}@media only screen and (max-width: 1200px){.hjzf2_adv_dsdq_list li{flex:0 0 auto;width: calc((100% - 27px) / 2);}}@media only screen and (max-width: 769px){.hjzf2_adv_dsdq_head{flex-wrap:wrap;gap: .2rem;padding-bottom: .2rem;}.adv_dsdq_head_left{flex:0 0 100%;}.adv_dsdq_head_sub{font-size:14px;}.adv_dsdq_button{font-size:14px;}.hjzf2_adv_dsdq_list li{flex:0 0 100%;}.adv-dsdq-icon{margin-top: 20px;margin-bottom: 20px;}}.adv_dsdq_button[data-webid="2476"] {color: inherit;display: flex;align-items: center;transition: 0.3s all;background: none;}.adv_dsdq_button[data-webid="2476"]>span {white-space: nowrap;text-transform: uppercase;padding-top: 2px;}.adv_dsdq_button[data-webid="2476"]>svg {width: 50px;height: 50px;margin-left: 0.16rem;}.adv_dsdq_button[data-webid="2476"]>svg {transition: 0.3s all;}.adv_dsdq_button[data-webid="2476"]:hover {color: var(--site-color);}.adv_dsdq_button[data-webid="2476"]:hover>svg {transform: translateX(5px);}@keyframes translate_5050_scale_160 {0% {transform: translate(-50%, -50%) scale(1);}50% {transform: translate(-50%, -50%) scale(1.6);}100% {transform: translate(-50%, -50%) scale(1);}}@keyframes down {0% {transform: translateY(0);}50% {transform: translateY(10px);}100% {transform: translateY(0);}}@keyframes aniShow {0% {opacity: 0;}100% {opacity: 1;}}@keyframes aniRolling {0% {transform: rotate(0);}100% {transform: rotate(360deg);}}@keyframes scaleLeft {0% {transform: scaleX(0);transform-origin: left;}100% {transform: scaleX(1);transform-origin: left;}}.advantage_78 {--placeholder-advantage78: 100vh;}.advantage_78 h2,.advantage_78 h3 {display: block;font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.advantage_78-container {position: relative;}.advantage_78-bg {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;clip: auto;clip-path: inset(1px 0 0 0);}.advantage_78-bg_video,.advantage_78-bg_img {position: fixed;left: 50%;top: 50%;z-index: -1;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%;object-fit: cover;}@media (max-width: 767px) {.advantage_78[data-video="1"] .advantage_78-bg {display: none;}}.advantage_78-wrapper {padding-bottom: calc(var(--placeholder-advantage78) / 2);background: linear-gradient(180deg, #fff 18%, #fff9 50%, #fff0 75%);padding-top: 60px;position: relative;}.advantage_78-head {padding-bottom: 0.4rem;}.advantage_78-sub_title {padding-bottom: 0.4rem;font-size: 20px;}.advantage_78-desc {padding-top: 0.1rem;}.advantage_78-drawer {display: flex;flex-direction: column;align-items: center;padding-top: 0.2rem;}.advantage_78-drawer_wrapper {display: none;width: 100%;}.advantage_78-drawer_button {display: flex;flex-direction: column;align-items: center;background: none;border: none;}.advantage_78-drawer_button svg {width: 32px;height: 32px;stroke: #333;animation: down 3s infinite;}.advantage_78-drawer_button svg path {transform-origin: center;transition: 0.3s all;}.advantage_78-drawer_button p {font-size: 16px;padding-top: 0.06rem;}.advantage_78-drawer_button .foldup {display: none;}.advantage_78-drawer.active svg path {transform: rotateX(180deg);}.advantage_78-drawer.active .more {display: none;}.advantage_78-drawer.active .foldup {display: block;}.advantage_78-list {display: flex;flex-wrap: wrap;row-gap: 0.2rem;}@media (max-width: 767px) {.advantage_78-list {row-gap: 0.1rem;}}.advantage_78-item {flex: 0 0 auto;width: 25%;padding: 0 0.2rem 0 0.1rem;border-left: 1px solid #333;display: flex;flex-direction: column;}@media (max-width: 767px) {.advantage_78-item {width: 50%;}}.advantage_78-item_num {font-weight: bold;display: flex;align-items: baseline;padding-bottom: 0.1rem;}@media (max-width: 767px) {.advantage_78-item_num {padding-bottom: 0.04rem;}}.advantage_78-item_num-data .timer {font-size: 0.6rem;line-height: 1;}@media (max-width: 1259px) {.advantage_78-item_num-data .timer {font-size: 32px;}}.advantage_78-item_num-data .unit {font-size: 24px;vertical-align: top;}.advantage_78-item_num-unit {font-size: 24px;padding-left: 0.1rem;}.advantage_78-item_title {font-size: 18px;font-weight: bold;}.advantage_78-item_desc {padding-top: 0.1rem;}@media (max-width: 767px) {.advantage_78-item_desc {padding-top: 0.04rem;}}.advantage_78-item_link {margin-top: auto;font-size: 16px;font-weight: bold;color: #333;}.advantage_78-bar {height: calc(var(--placeholder-advantage78) / 2);display: flex;flex-direction: column;position: relative;padding-bottom: 60px;--width_border-adv78: 6px;}.advantage_78-bar_spacer {flex-grow: 1;}.advantage_78-bar_container {bottom: 0;position: sticky;}.advantage_78-bar_wrapper {display: flex;justify-content: flex-end;align-items: center;padding: 0.2rem 0;}@media (max-width: 767px) {.advantage_78-bar_wrapper {flex-direction: column;}}.advantage_78-bar_button {width: 46px;height: 46px;border: var(--width_border-adv78) solid #fff;border-radius: 50%;overflow: hidden;margin-right: auto;background: #0003;}.advantage_78-bar_button svg {width: 100%;height: 100%;stroke: #fff;fill: #fff;transition: 0.3s all;}.advantage_78-bar_button.playing .advantage_78-bar_button-play {transform: translateY(-100%);}.advantage_78-bar_button.playing .advantage_78-bar_button-pause {transform: translateY(calc(-100% - var(--width_border-adv78)));}.advantage_78-bar_dtext {font-size: 18px;color: #fff;}@media (max-width: 767px) {.advantage_78-bar_dtext {margin-top: 16px;}}.other_186{display: flex;flex-wrap: wrap;justify-content: space-between;}.other_186_left,.other_186_right{flex: 0 0 50%;width: 50%;}.other_186_right{background-color: #fff;overflow:hidden;}.other_186_left_wrapper .other_186_left_text{position: absolute;width: 100%;left: 0;bottom: 10vw;z-index: 9;color: #fff;line-height: 2.5;}.other_186_right .col-xs-ban-left{padding-left: 10vw;height: 100%;display: flex;flex-direction: column;justify-content: center;}.other_186_right .col-xs-ban-left .index_title{margin-left: -10vw;padding-left: 10vw;position: relative;z-index: 99;}.other_186_right .col-xs-ban-left .index_title img{position: absolute;left: 0;bottom: 0;z-index: -1;}.other_186_right .col-xs-ban-left .index_text{line-height: 2.5;margin-top: 3vw;margin-bottom: 2vw;}.other_186_more{text-align: right;}.other_186_more a{display: inline-block;width: 190px;height: 30px;text-align: left;}.other_186_left_wrapper .other_185_pagination{text-align: right;padding-right: 3vw;padding-bottom: 2vw;}.other_185_pagination span{width: 12px;height: 12px;background-color: #fff;}@media(max-width: 1365px) {.other_186_right .col-xs-ban-left .index_title img{display: none;}.other_186_right_con{padding: 20px !important;}}@media(max-width: 1200px) {.other_186_left,.other_186_right{flex: 0 0 100%;width: 100%;}}@media(max-width: 767px) {.other_186_more{text-align: center;}}.other_186_more-item[data-webid="2476"] {color: inherit;display: flex;align-items: center;transition: 0.3s all;}.other_186_more-item[data-webid="2476"]>span {white-space: nowrap;text-transform: uppercase;padding-top: 2px;}.other_186_more-item[data-webid="2476"]>svg {width: 50px;height: 50px;margin-left: 0.16rem;}.other_186_more-item[data-webid="2476"]>svg {transition: 0.3s all;}.other_186_more-item[data-webid="2476"]:hover {color: var(--site-color);}.other_186_more-item[data-webid="2476"]:hover>svg {transform: translateX(5px);}.other_grid_6{--num-other_grid_6:3;--gap-other_grid_6:.3rem}@media (max-width:767px){.other_grid_6{--num-other_grid_6:2;--gap-other_grid_6:.1rem}}.other_grid_6-head{display:flex;align-items:center;gap:1rem;padding-bottom:.4rem}@media (max-width:767px){.other_grid_6-head{flex-wrap:wrap;gap:.2rem}}.other_grid_6-head_text{flex:1 0;display:flex;flex-direction:column;gap:.2rem}.other_grid_6-head_text-desc{font-size:16px}@media (max-width:767px){.other_grid_6-head_text{flex:0 0 auto;width:100%;gap:.1rem}}.other_grid_6-button{height:50px;display:flex;align-items:center;font-size:14px;color:#fff;padding:0 .52rem;background:var(--site-color);border-radius:4px;overflow:hidden}.other_grid_6-main{display:flex;flex-wrap:wrap;gap:var(--gap-other_grid_6)}@media (max-width:767px){.other_grid_6-main{flex:0 0 auto;width:100%}}.other_grid_6-item{position:relative;width:calc((100% / var(--num-other_grid_6)) - (var(--gap-other_grid_6) * (var(--num-other_grid_6) - 1) / var(--num-other_grid_6)))}.other_grid_6-item_img{width:100%;display:flex;justify-content:center;align-items:center;transition:.3s all;position:relative}.other_grid_6-item_img img{max-width:100%;max-height:100%;object-fit:contain;object-position:center;position:relative;top:-0.2rem;left:-0.3rem;z-index:6}.other_grid_6-item_img-bg{position:absolute;bottom:0;right:0;width:90%;height:90%;background:#f0f0f0}.other_grid_6-item_img-title{position:absolute;bottom:.3rem;right:.3rem;font-size:22px}.other_grid_6-item_text{display:none;font-size:.2rem;position:absolute;bottom:0;left:0;z-index:8;width:100%;height:100%;padding:.3rem .2rem .3rem .3rem;background:#0d0d0dcc;color:#fff;border-left:.2rem solid var(--site-color);transition:.3s all}.other_grid_6-item_title{font-size:24px;font-weight:bold;margin-bottom:.2rem}.other_grid_6-item_desc{font-size:16px;margin-bottom:.16rem}.other_grid_6-item_link{font-size:14px;color:#fff;background:var(--site-color);padding:.12rem .34rem;border-radius:4px;overflow:hidden}.other_grid_6-item:hover .other_grid_6-item_img img{top:0;left:0}.other_grid_6-item:hover .other_grid_6-item_text{display:block}.other_grid_6.class_dev_normal .other_grid_6-item_img{height:100%;justify-content:flex-start;flex-direction:column;text-align:center;background:#f0f0f0}.other_grid_6.class_dev_normal .other_grid_6-item_img img{position:static}.other_grid_6.class_dev_normal .other_grid_6-item_img-bg{display:none}.other_grid_6.class_dev_normal .other_grid_6-item_img-title{position:static;flex:1 0;display:flex;justify-content:center;align-items:center;padding:.1rem .14rem}.hjzf_other_217 {position: relative;}.hjzf_other_217-img img{width:100%;}.hjzf_other_217-t{position:absolute;top:30%;left:0;width:100%;}.hjzf_other_217-tbox{width:50%;}.hjzf_other_217-title {padding-bottom: 50px;}.hjzf_other_217-text{font-size: 16px;padding-bottom: 70px;}.hjzf_other_217-button {position: relative;}.hjzf_other_217-button::after {content: '';position: absolute;top: calc(100% + 3px);left: 0;width: 100%;height: 2px;}@media(max-width:767px){.hjzf_other_217-t{position: relative;margin-top: 40px;}.hjzf_other_217-tbox{width:100%;}}.cases_40-head{text-align:center;padding-bottom:.4rem}@media screen and (max-width:767px){.cases_40-head{padding-bottom:.2rem}}.cases_40-main{font-size:20px;margin-bottom:.3rem;position:relative}@media screen and (max-width:767px){.cases_40-main{margin-bottom:.1rem}}.cases_40-main_prevnext{display:flex;justify-content:center;align-items:center;padding-top:.2rem}@media screen and (max-width:767px){.cases_40-main_prevnext{padding-top:.1rem}}.cases_40-main .swiper-button-prev,.cases_40-main .swiper-button-next{position:static;stroke:#333;width:.36rem;height:.36rem;background:none;top:calc(50% - 15px);margin:0}@media screen and (max-width:991px){.cases_40-main .swiper-button-prev,.cases_40-main .swiper-button-next{width:24px;height:24px;position:static;flex-shrink:0;margin-top:15px}}.cases_40-main .swiper-button-prev{right:100%;left:auto}.cases_40-main .swiper-button-next{left:100%;right:auto}.cases_40-main .swiper-pagination{position:static;padding:.1rem 0;font-size:16px}.cases_40-item{display:flex;flex-direction:column;position:relative;color:#333;height:auto;max-width:25%}@media screen and (max-width:1259px){.cases_40-item{max-width:33.33%}}@media screen and (max-width:767px){.cases_40-item{max-width:50%}}@media screen and (max-width:575px){.cases_40-item{max-width:100%}}.cases_40-item_cate{position:absolute;top:.2rem;left:.2rem;padding:.12rem .2rem;font-weight:bold;border-radius:100rem;background:#fff;font-size:12px;z-index:2}.cases_40-item_img{flex-shrink:0;overflow:hidden}.cases_40-item_img img{width:100%}.cases_40-item_content{padding:.2rem 0;flex-grow:1;transition:.3s all;background:#fff}.cases_40-item_title{font-size:26px;font-weight:bold;padding-bottom:.1rem}.cases_40-item_desc{font-size:16px}.cases_40.class_dev-text_trans .cases_40-item:hover .cases_40-item_content{transform:translateY(-20px)}.cases_40-button{display:flex;justify-content:center;gap:.2rem}.cases_40-button_item{padding:.06rem .1rem;border:1px solid #333;border-radius:4px;font-size:14px;color:#333;background:none}.news-mj{ padding:70px 0}.news-mj h2{color: #565454;line-height: 38px;font-weight: 600;margin:0 auto;}.news-mj h3{font-size: 24px;color: #565454;line-height: 38px;margin:0 auto;transition:all .5s;}.news-mj p{font-size: 18px;color: #ABAFAF;line-height: 25px;font-weight: 400;margin:0 auto;}.news-mj a{font-size: 18px;letter-spacing: 0;line-height: 25px;margin:0 auto;transition:all .5s;}.news-mj .nmj-top{display:flex;justify-content:space-between;padding-bottom:35px;border-bottom:1px solid #F4F8F9;}.news-mj .nmj-sub-title{margin-bottom: 10px;line-height: 1.3;}.news-mj .nmj-top .nmj-top-right{display: flex;align-items: center;}.news-mj .nmj-top-right ul{list-style-type:none;margin:0 auto;display:flex;justify-content:space-between;padding-right:1px;}.news-mj .nmj-top-right ul li{padding:0 8px;}.news-mj .nmj-cate a{color: #ABAFAF;line-height:48px;font-weight:500;cursor: pointer;}.news-mj .nmj-main{ padding-top:26px;}.news-mj .nmj-per{background: #F4F8F9;border-radius:8px;display:flex;flex-direction:column;justify-content:center;}.news-mj .nmj-per-pic{padding-top: 75%;position: relative;}.news-mj .nmj-per .nmj-per-pic img{width:100%;height: 100%;top: 0;position: absolute;object-fit: cover;}.news-mj .nmj-per .nmj-per-text{width:85%;min-height:220px;margin:0 auto;}.news-mj .nmj-per-title{padding:20px 0 14px 0;}.news-mj .nmj-per h3{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;word-wrap: break-word;display: -webkit-box;-webkit-box-orient: vertical;}.news-mj .nmj-per-p{padding-bottom:30px;}.news-mj .nmj-per p{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;word-wrap: break-word;display: -webkit-box;-webkit-box-orient: vertical;}.news-mj .nmj-per-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}.news-mj .nmj-per-date-wrap{display:flex;flex-direction:column;align-items:center;flex:0 0 74px;}.news-mj .nmj-per-day{font-size: 52px;line-height: 1;font-weight: 700;}.news-mj .nmj-per-date{font-size: 14px;line-height: 1.4;font-weight: 500;}.news-mj .nmj-per-line{width:100%;height:1px;background:#d9d9d9;margin:18px 0 22px;}.news-mj .nmj-card-more{display:inline-flex;align-items:center;font-size: 18px;line-height: 1.4;font-weight: 500;}.news-mj .nmj-card-more svg{width:18px;height:18px;margin-left:8px;fill:none;stroke:currentColor;}.news-mj[data-card-style="1"] .nmj-per{height:100%;justify-content:flex-start;}.news-mj[data-card-style="1"] .swiper-slide > a{display:block;height:100%;}.news-mj[data-card-style="1"] .nmj-per .nmj-per-text{width:100%;min-height:0;padding:24px 28px 30px;box-sizing:border-box;}.news-mj[data-card-style="1"] .nmj-per .nmj-per-title{padding:0;flex:1;}.news-mj[data-card-style="1"] .nmj-per h3{font-size: 20px;line-height: 1.5;}.news-mj[data-card-style="1"] .nmj-per-head{align-items:center;}.news-mj[data-card-style="1"] .nmj-per-date-wrap{padding-left:20px;margin-left:4px;border-left:1px solid #d9d9d9;}.news-mj[data-card-style="1"] .nmj-per-line{display:none;}.news-mj[data-card-style="1"] .nmj-card-more{font-size:16px;margin-top:40px;}.news-mj[data-card-style="1"] .nmj-per-p{display:none;}.news-mj[data-highlight="1"] .nmj-per-pic{overflow:hidden;}.news-mj[data-highlight="1"] .nmj-per-pic img{transition:transform .45s ease;}.news-mj[data-highlight="1"] .nmj-per:hover .nmj-per-pic img{transform:scale(1.05);}.news-mj[data-highlight="1"] .nmj-cate li.active a,.news-mj[data-highlight="1"] .nmj-per:hover h3,.news-mj[data-highlight="1"] .nmj-per:hover .nmj-per-date-wrap,.news-mj[data-highlight="1"] .nmj-per:hover .nmj-card-more{color:var(--news-mj-highlight);}.news-mj[data-highlight="1"] .nmj-per-date-wrap,.news-mj[data-highlight="1"] .nmj-card-more{transition:color .35s ease;}.news-mj .nmj-top-right .nmj-button{display:flex;}.news-mj .swiper-button-prev-mjnews,.news-mj .swiper-button-next-mjnews{width:48px;height:48px;position:relative;top:auto;left:auto;right:auto;margin:0 auto;cursor:pointer;margin-left:14px;transform-style: preserve-3d;}.news-mj .swiper-button-prev-mjnews::before,.news-mj .swiper-button-next-mjnews::before{position:absolute;content:"";width:48px;height:48px;border-radius: 24px;transform: translateZ(-1px);transition:all .5s;}.news-mj .swiper-button-prev-mjnews:hover::before,.news-mj .swiper-button-next-mjnews:hover::before{background-color:#F4F8F9;}.news-mj .swiper-button-prev-mjnews{background:url(../mj/chevron-down-lw.svg) no-repeat center;}.news-mj .swiper-button-prev-mjnews:hover{background:url(../mj/chevron-down-lg.svg) no-repeat center;}.news-mj .swiper-button-next-mjnews{background:url(../mj/chevron-down-rw.svg) no-repeat center;}.news-mj .swiper-button-next-mjnews:hover{background:url(../mj/chevron-down-rg.svg) no-repeat center;}.news-mj .nmj-more{display:flex;justify-content:center;}.news-mj .nmj-more a{font-weight:600;padding:13px 30px;color:#FDFFFF;border-radius: 8px;}@media (max-width: 991px){}@media (max-width: 767px){.news-mj{width:95%;margin:0 auto;}.news-mj .nmj-top,.nmj-top .nmj-top-right{flex-direction: column;align-items: center;}.news-mj .nmj-title{text-align: center;padding-bottom: 12px;}.news-mj[data-card-style="1"] .nmj-per .nmj-per-text{padding:20px;}.news-mj[data-card-style="1"] .nmj-per-day{font-size: 38px;}.news-mj[data-card-style="1"] .nmj-per h3{font-size: 18px;}}.nmj-news{ display:none;}.news-mj[data-type="1"]{position: relative;overflow: hidden;background-image: linear-gradient(var(--site-color-5), var(--site-color-5), #fff, #fff);}.news-mj[data-type="1"] .swiper-button-prev-mjnews, .news-mj[data-type="1"] .swiper-button-next-mjnews{position: absolute;top: 50%;z-index: 6;transform: translateY(-50%);background: none;display: flex;justify-content: center;align-items: center;}.news-mj[data-type="1"] .swiper-button-prev-mjnews svg,.news-mj[data-type="1"] .swiper-button-next-mjnews svg{width: 48px;height: 48px;stroke: var(--site-color);}.news-mj[data-type="1"] .swiper-button-prev-mjnews{left: 0;}.news-mj[data-type="1"] .swiper-button-next-mjnews{right: 0;}.news-mj[data-type="1"] .swiper-button-prev-mjnews::before,.news-mj[data-type="1"] .swiper-button-next-mjnews::before{content: none;}.news-mj[data-type="1"] .nmj-top{justify-content: center;border: none;text-align: center;}.news-mj[data-type="1"] .swiper-container{overflow: visible;}.news-mj[data-type="1"] .swiper-slide{display: flex;justify-content: center;align-items: center;}.news-mj[data-type="1"] .swiper-slide > a{display: block;width: 100%;padding-bottom: 100%;position: relative;opacity: .2;transform: scale(.8);transform-origin: center;transition: .3s all;}.news-mj[data-type="1"] .swiper-slide.swiper-slide-active > a{transform: scale(1);opacity: 1;}.news-mj[data-type="1"] .nmj-per{display: flex;flex-direction: column;align-items: center;border: 2px solid var(--site-color);border-radius: 50%;background: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}.news-mj[data-type="1"] .nmj-per-pic{max-width: 50%;padding: 0;margin: 0 auto;}.news-mj[data-type="1"] .nmj-per-pic img{position: static;}.news-mj[data-type="1"] .nmj-per-text{order: -1;width: 60%;margin: 0 auto;text-align: center;padding: 0;}.nmj-per-more{display: flex;align-items: center;padding: 2px 16px;background-color: var(--site-color);border: 2px solid var(--site-color);border-radius: 1rem;color: #fff;transition: all .3s;}.nmj-per-more > svg{width: 24px;height: 24px;margin-left: 8px;margin-right: -6px;fill: none;stroke: currentColor;}.nmj-per-more:hover{background-color: #fff;color: var(--site-color);}.news-mj[data-type="1"] .nmj-per-more{position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 50%);}.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_bottom_lingtong{padding-top: 80px;}.hjzf_Z_bottom_lingtong_tb{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #74736f;align-items: center;}.hjzf_Z_bottom_lingtong_tb img{width:100%;}.bottom_lingtong_tb_middle{font-size:18px;max-width: 60%;color:#fff;margin: 0 2%;}.hjzf2_z_bottom_lingtong_wrapper{margin-top:30px;display: flex;justify-content: space-between;gap:2%;}.hjzf2_z_bottom_lingtong_wrapper li{flex: auto;}.hjzf2_z_bottom_lingtong_wrapper li:nth-child(2){margin-right: 5%;}.hjzf2_z_bottom_lingtong_wrapper li:last-child{flex: 0 0 400px;}.bottom_lingtong_item a{display: block;line-height: 2;transition: all .5s;position: relative;color:#fff;}.hjzf2_z_bottom_lingtong_wrapper_title{margin-bottom: 20px;}.bottom_lingtong_wrapper_list.product{display: flex;height: 160px;flex-direction: column;flex-wrap: wrap;width: 100%;}.bottom_lingtong_wrapper_list.product > a{width:48%;}.bottom_lingtong_contact span,.bottom_lingtong_contact a,.bottom_lingtong_contact{color:#fff;}.bottom_lingtong_share_title{margin-bottom:0;}.bottom_lingtong_share a img{margin-right: 10px;margin-top: 10px;max-width: 25px;}.hjzf2_z_bottom_lingtong_wrapper_copyright{border-top:1px solid #74736f;padding:25px 0;justify-content:center;display: flex;flex-wrap: wrap;align-items: center;color:#979797;}.hjzf2_z_bottom_lingtong_wrapper_copyright a{transition: all .5s;}@media(max-width: 1200px) {.hjzf2_z_bottom_lingtong_wrapper > li.bottom_lingtong_item{display: none;}}@media(max-width: 768px) {.hjzf2_z_bottom_lingtong{padding-top: 40px;}.bottom_lingtong_tb_left > img{max-width: 165px;}.hjzf_Z_bottom_lingtong_tb{flex-wrap:wrap;}.hjzf_Z_bottom_lingtong_tb > div{max-width: 80%;width:100%;}.bottom_lingtong_tb_middle{font-size: 14px; margin: 15px 0;max-width: 100% !important;}.hjzf2_z_bottom_lingtong_wrapper li:last-child{flex:0 0 100%;}.bottom_lingtong_contact,.bottom_lingtong_contact span,.hjzf2_z_bottom_lingtong_wrapper_copyright{font-size: 14px;}.hjzf2_z_bottom_lingtong_wrapper{margin-bottom:10px;}}