 

/* CSS Reset */
html{-webkit-text-size-adjust:none;font-size: 62.5%;} 
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
*{margin:0;padding:0;box-sizing:border-box;word-wrap:break-word !important;word-break:normal !important}

.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.wow {opacity: 0;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#333;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.img-alt {opacity: 0;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 74%;margin: auto;}
::-webkit-scrollbar{height:4px; width:3px;background: #ededed;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ededed;}
::-webkit-scrollbar-thumb{background-color:var(--zt-color);box-shadow:inset 1px 1px 0 var(--zt-color),inset 0 -1px 0 var(--zt-color);}
 
:root {
	--zt-color: #181878;
}

* .iconfont {font-size: inherit; line-height: inherit; width: inherit; height: inherit; color: inherit;}
* .iconfont::before {font-size: inherit; color: inherit;}

/* header */
.header {position:fixed;left: 0;top: 0;z-index: 500;width: 100%;transition:all .4s ease;}
.header * {transition:all .4s ease;}
.header-content {width:100%;height: 12rem;margin: auto;/* position: relative; */z-index: 500;display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;padding: 0 5.7291666vw;}
.header-nav,.header-nav ul li,.header-nav ul li::after,.header-nav ul a.nav,.header-icon ,.header-icon li {display: inline-block;vertical-align: middle;}
.header-logo {/* position: absolute; *//* left: 2%; *//* top: 50%; *//* transform: translateY(-50%); */z-index: 10;/* width: 7%; */filter: brightness(0) invert(1);}
.header-logo a {display: flex;align-items: center;}
.header-logo img{display: block;max-width: 100%;width: 7vw;}
.detail .header-logo {filter: none;}
.header-logo .logo-center {margin-left: 0.78125vw;}
.logo-center {
	.en-name {font-size: 1.041667vw; line-height: 1.2em; text-transform: uppercase;}
	.cn-name {font-size: 1.302083vw; font-weight: 400;line-height: 1.2em;}
}
.header-center {/* position: absolute; */right: 0;top: 50%;/* transform: translate(0,-50%); */z-index: 9;/* text-align: center; */font-size: 0;/* width: 100%; */}
.header-nav {text-align: center;}
.header-nav ul{list-style: none;margin: 0;padding: 0;font-size: 0;}
.header-nav ul li{list-style: none;margin: 0;position: relative;font-size: 0;z-index: 50;padding: 0;}
.header-nav ul a {color: #fff;}
.header-nav ul a.nav{position: relative;padding: 0 1.5625vw;line-height: 12rem;}
.header-nav ul a.nav span {position: relative;}
.header-nav ul a.nav span::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: -1vw;background: #fff;opacity: 0;}
.header-nav ul li.cur a.nav {opacity: 1;}
.header-nav ul li.cur a.nav span::after,.header-nav ul li.on a.nav span::after,.header-nav ul li a.nav:hover span::after {opacity: 1;}
.header-nav ul li.language {margin-left: 2rem;}
.header-nav ul li.language i{display: inline-block;vertical-align: middle;position: relative;width: 1.8rem;height: 1.8rem;}
.header-nav ul li.language span{display: inline-block;vertical-align: middle;margin-left: 1px;}
.header-right {position: absolute;right: 0;top: 0;z-index: 521;width: 17%;}
.header-contact {overflow: hidden;}
.header-contact .contact-btn {position: absolute;right: 0;top: -25%;width: 73%;}
.header-contact .contact-btn a {display: block;}
.header-contact .contact-btn span {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;width: 100%;}

.header.scroll-down,.header.scroll-top,.header.black,.detail .header {background: #fff;border-bottom: 1px solid rgba(0,0,0,.1);box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px -5px;}
.header.scroll-down .header-logo,.header.black .header-logo,.header.scroll-top .header-logo {filter:none;}
.header.scroll-down .header-nav ul span ,.header.scroll-top .header-nav ul span ,.header.black .header-nav ul span ,.detail .header .header-nav ul span{color: #000;}
.header.scroll-down i img,.header.scroll-top i img ,.header.black i img,.detail .header i img{filter: invert(100%);}
.header.scroll-down a.nav span::after ,.header.scroll-top a.nav span::after,.header.black a.nav span::after,.detail .header a.nav span::after{background: #000;}

.header.scroll-down .header-content,.header.scroll-top .header-content{height: 10rem;}
.header.scroll-down .header-nav ul a.nav,.header.scroll-top .header-nav ul a.nav {line-height: 10rem;}
.header.scroll-down .header-show-nav,.header.scroll-top .header-show-nav {top: 98%;}
.header.scroll-down .header-right,.header.scroll-top .header-right { top: -10%;}


.header-show-mark {position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.6);z-index:-1;opacity: 0;transition:all .4s ease;}
.header-show-mark.cur {display: block;z-index: 100;opacity: 1;}
.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;transition:all .4s ease;}
.header-nav-show.Hide {opacity:0;height: 0;z-index:111;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;background: #fff;margin-top:10rem;overflow: hidden;}

.header-nav-content {padding: 3.2% 0 2%;overflow: hidden;width: 80%;margin: auto;}
.header-nav-content-left {float: left;width: 25%;}
.header-nav-content-left .title-1{padding: 5% 0;overflow: hidden;}
.header-nav-content-center {width: 40%;float: right;text-align: right;    padding-right: 30%;}
.header-nav-show-list {overflow: hidden;text-align: left;display: inline-block;vertical-align: top;width: 50%;}
.header-nav-show-list a {display: block;padding: 2% 0 6% 0;}
.header-nav-show-list a:hover {color: var(--zt-color);}
.header-nav-content-right {float: right;width: 30%;}

.show-language {position: absolute;left: -30%;top: 100%;z-index: 111;width: 18rem;display: none;}
.show-language::before {content: ''; width:0;height: 0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid rgba(0,0,0,.8);
	position: absolute;left: 50%;top: 1px;margin-left: -10px;}
.show-language-item {background: rgba(0,0,0,.8);padding: 5%;overflow: hidden;position: relative;margin-top: 6%;}
.show-language-item a {display: block;padding:10%;text-align: left;border-bottom: 1px solid rgba(255,255,255,.2);color: #fff!important;}
.show-language-item a:hover {color: #999!important;}
.show-language-item a:last-child {border: none;}


.header-show-nav {background: rgba(255,255,255,.95);width: 13vw;/* overflow: hidden; */box-sizing: border-box;position: absolute;left: 0;top: 99%;z-index: 1;display: none;}
.header-show-nav * {transition: all 0.3s;}
.header-show-nav ul {list-style: none;padding: 1vw 0;/* overflow: hidden; */}
.header-show-nav ul li{display: block;}
.header-show-nav ul li a {display: block;padding: 0.666vw 0 0.666vw 1.5625vw;position: relative;color: #111111;text-align: left;}
.header-show-nav ul li a::before {content: '';width: .4rem;height: 100%;position: absolute;left: 0;top: 0;z-index: 11;background: var(--zt-color);opacity: 0;}
.header-show-nav ul li a:hover::before,.header-show-nav ul >li:hover >a::before {opacity: 1;}
.header-show-nav ul li a:hover,.header-show-nav ul >li:hover >a {color: var(--zt-color);}
.header-show-nav ul li a:hover {background: #FFF;}
.header-show-nav ul li .des-nav {position:absolute;width:13vw;left:105%;box-shadow:0 6px 10px rgba(0,0,0,.1);background:rgba(0,0,0,.8);opacity:0;background: #EEE;pointer-events: none;top: -1vw;}
.header-show-nav ul li .des-nav li a {padding: 0.48vw 0 0.48vw 2vw;}
.header-show-nav ul li:hover .des-nav {opacity: 1; left: 100%;pointer-events:auto;}

/* menu */
.menu-toggle {display: none;width: 7rem;height: 7rem;position: absolute;overflow: hidden;right: 0;top: 0px;z-index: 900;}
.cd-nav-trigger {display: block;width: 7rem;height: 7rem;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#000;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-5px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:5px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#000;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #000;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #000;}
 

 
.page_center{padding:0 5.7291666vw}
.page_box {padding: 6vw 0;}
.bg_gray{background-color:#F6F6F6;background-repeat:no-repeat;background-size:100%}
.bg_white{background-color:#FFF;background-repeat:no-repeat;background-size:100%}
.flex{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.cover{position:relative;height:0;overflow:hidden}
.cover img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover}
.t-center {text-align: center;}
.c_white {color: #FFF !important;}

.g_img_text_wrap{padding:7.8125vw 0 7.08333vw 0;position:relative}
.g_img_text_list{justify-content:space-between}
.g_img_text_item_box{width:48.875%;margin-right:2.25%;position:relative}
.item-3_box,.item-3_list{width:32%;margin-right:2%}
.g_img_text_item_box:nth-child(2n){margin-right:0}
.g_img_text_item_box:nth-child(3),.g_img_text_item_box:nth-child(4){margin-top:2.25%}
.item-3_box:nth-child(2n){margin-right:2%}
.item-3_box:nth-child(3){margin-top:0;margin-right:0}
.item-3_box:nth-child(4),.item-3_box:nth-child(5),.item-3_box:nth-child(6){margin-top:2%}
.item-3_box:nth-child(6){margin-right:0}
.item-3_list{margin-bottom:2%;margin-top:0 !important}
.item-3_list:nth-child(2n){margin-right:2%}
.item-3_list:nth-child(3n){margin-right:0}
.item-3_list .g_img_text_item_title{font-size:1vw;bottom:1vw;font-weight:normal}
.g_img_text_item_box:after,.key-production-machines-item .pic::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(to top,rgba(0,0,0,.4),rgba(0,0,0,0) 60%)}
.g_img_text_item_box.no-h:after{opacity:0}

.g_img_text_item_img{padding-bottom: 62%;}
.g_img_text_item_title{width:100%;padding:0 2.08333vw;font-size: 1.1vw;line-height: 1.2em;font-weight:bold;position:absolute;text-align:center;z-index:2;left:0;bottom:1.82291666vw;color:#fff;}
.g_img_text_tab{margin-top:2.5vw;position:relative;z-index:9}
.g_img_text_base{position:absolute;right:-4.4791666vw;top:2.34375vw;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:28.2291666vw;z-index:9;opacity:0}
.g_img_text_wrap:after{content:"";position:absolute;left:0;bottom:0;height:0;width:100%;background:#f4f4f4}
.g_img_text_wrap.no-h:after{opacity:0}

.distribution_list{gap:2%}
.distribution_item{padding:2vw;background:#f5f5f5;flex:1;align-items:center;position:relative}
.distribution_item::before {content: '';position: absolute;left: 10vw;top: 2vw;bottom: 2vw;width: 1px;background: #ddd;}
.d-card-title{text-align:center;font-weight:bold;width: 8vw;font-size:1.1458333vw;line-height:1.5em}
.d-card-des{flex:1;padding: 0 2vw 0 3VW;font-size:0.83333vw;line-height:1.8em}
.d-card-des li::marker {color: var(--zt-color);}



/* footer */
.footer {background:#1a1a1a;position: relative;clear: both; overflow: hidden;color: #fff;}
.footer a:hover {color: var(--zt-color);}
.footer-content {/* width: 82%; */margin: auto;position: relative;}
.footer-content-top {padding: 2vw 0;overflow: hidden;border-bottom: 1px solid #3c3c3c;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footer-top-left {}
.footer-logo a{width: 8.5vw;height: auto;display: block;filter: brightness(0) invert(1);}
.footer-top-right {}
.footer-nav a {color: #fff;margin-left: 3rem;} 

.footer-nav-list {-webkit-justify-content: space-between; justify-content: space-between;}
.footer_menu_item_box { max-width: 25%; padding-right: 1.041666vw;box-sizing: border-box;}
.footer_menu_item_title{padding-bottom:1vw;position:relative}
.footer_menu_item_title:after{content:"";position:absolute;left:0;bottom:0;width:0.78125vw;height:0.1041666vw;background:#fff}
.footer_menu_item_title a{color:#fff;font-size:0.9375vw;line-height:1.5625vw;font-weight:bold;max-width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.footer_menu_item_ul{margin-top:1.30208333vw}
.footer_menu_item_li{padding-bottom:0.35vw}
.footer_menu_item_li a{color:#999;font-size:0.78125vw;line-height:1.5625vw;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;position:relative;-webkit-transition:all .6s ease;transition:all .6s ease}
.footer_menu_item_li a:hover{color:#fff}


.footer-content-center {padding: 5% 0 3%;display: flex;overflow: hidden;justify-content: space-between;}	
.footer-center-left {width: 40%;}
.contact-info { display: flex; flex-wrap: wrap; margin-top: 10%;}
.footer-center-item {width: 50%;margin-bottom: 5%;}
.footer-center-item .title-1{color: #808080;}
.footer-center-item .item-1{position: relative;padding-top: 3%;width: 80%;}
.footer-center-item .item-1 a {display: block;color: #fff;}
.footer-center-item .item-1 p {margin: 0;padding: 0;}
.footer-center-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 1rem;margin-top: 1%;}
.footer-center-item .item-1 li {position: relative;}
.footer-center-item .item-1 li .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}
.footer-center-item .item-1 li:hover .ewmshow-1{display: block;}
.footer-center-right {width: 50%;}
.footer-center-form {overflow: hidden;margin-top: -3%;}
.footer-center-form .form-3{margin-bottom: 1%;overflow: hidden;}
.footer-center-form .form-3 li{list-style: none;padding: 0;margin: 0;float: left;width: 33%;}
.footer-center-form .form-3 li:nth-child(2) {margin: 0 2%;width: 30%;}
.footer-center-form .form-3 li:last-child{float: right;}
.footer-center-form .more a{background: #313131;border: #313131 2px solid;}
.footer-center-form .more span {color: #fff;}
.footer-center-form .more i {filter: invert(100%) grayscale(100%) brightness(1.5);}
.footer-center-form .more a:hover {border: var(--zt-color) 2px solid;}
.input-1,.textarea-1{background:none;padding: 2rem 0;box-sizing: border-box;border: none;width: 100%;border-bottom: 1px solid #3c3c3c;color: #fff;transition:all .4s ease;}
.input-1:focus,.textarea-1:focus {border-bottom: 1px solid #fff;}
.textarea-1 {min-height: 130px;}
.input-1::-webkit-input-placeholder,.textarea-1::-webkit-input-placeholder{ color: #fff;} 
.footer-content-bottom {clear: both;overflow: hidden;position: relative;padding: 1.5% 0;/* margin-top: 5%; */}
.footer-copy,.footer-content-bottom a  {color: #666666;}
.footer-content-bottom a:hover {color: #fff;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: var(--zt-color) url('../images/up1.png') no-repeat center;border-radius: 100%;}



/* index */ 

.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 4000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-text {position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 100;color: #fff;}
.index-banner-text .title-2 {margin-top: -2%;} 
.index-banner-swiper .title-1,
.index-banner-swiper .title-2 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);}
.index-banner-swiper .title-1 {transition-delay: .2s;}
.index-banner-swiper .title-2 {transition-delay: .4s;} 
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2  {transform: translateY(0px);opacity: 1;}
.banner-scroll {position: absolute;bottom:5%;z-index: 11;right: 2%;}
.index-banner-swiper .banner-pagination {right: 2%;left: auto;top: 50%;transform: translateY(-50%);width: auto;bottom: auto;}
.index-banner-swiper .banner-pagination span{opacity: 1;margin: 10px auto!important;position: relative;width: 1rem;height: 1rem;background: #fff;border-radius: 0;display: block;opacity: .5;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active {background: var(--zt-color);opacity: 1;}
.left-sanjiao-1 {position: absolute;left: 0;bottom: 0;width: 15%;z-index: 11;display: none;}



.content {margin: auto;}
.index-who-we-are {padding: 7% 0 15% 0;overflow: hidden;background: url('../images/bg1.jpg') center top no-repeat #d5d7d9;background-size:cover; display: none;}
.index-who-we-are-top {position: relative;overflow: hidden;}
.title {overflow: hidden;}

.index-who-we-are .title .text-1 span,.index-production .title .text-1 span {color: #FFF;}
.index-who-we-are .title .text-1 i,.index-production .title .text-1 i{background: #fff;}
.title .text-1 {overflow: hidden; display: none;}
.title .text-1 i{width: 3rem;height: .2rem;background: var(--zt-color);display: inline-block;vertical-align: bottom;margin-right: 5px;}
.title .text-1 span{display: inline-block;vertical-align: bottom;color: var(--zt-color);text-transform: uppercase;}
.title .title-1 {margin-top: 1.5%;}
.title .text-2 {margin-top: 2%;color: #666666;}
.title .text-2 p {margin: 0;padding: 0;} 
.index-who-we-are-top .title{color: #fff;width: 60%;}
.index-who-we-are-top .title .title-1 {width: 80%;}
.index-who-we-are-top .title .text-2 {opacity: .4;color: #fff;}
.index-who-we-are-bottom {margin-top: -12%;overflow: hidden;z-index: 11;position: relative;display: none;}
.index-who-we-are-item {overflow: hidden;position: relative;width: 100%;height: 0;padding-bottom: 115%;background: #FFF;}
.index-who-we-are-item a {display: block;position: absolute;overflow: hidden;height: 100%;padding: 0.666vw;}
.index-who-we-are-item .number-1 {position: absolute;left: 8%;top: 8%;z-index: 11;}
.index-who-we-are-item .number-1 i {display: inline-block;vertical-align: bottom;margin-right: 5px;background: #ffffff;height: .1rem;width: 3rem;}
.index-who-we-are-item .number-1 span {display: inline-block;vertical-align: bottom;color: #FFF;}
.index-who-we-are-item .text {/* position: absolute; */width: 100%;left: 0;bottom: 0;z-index: 11;/* margin-top: 0.666vw; */padding: 1vw;}
.index-who-we-are-item .icon-1 {position: relative;width: 8rem;height: 8rem;margin-left: -2%;font-size: 3vw; line-height: 8rem;color: var(--zt-color);}
.index-who-we-are-item .title-1 {margin-top: 5%;}
.index-who-we-are-item .title-2 {margin-top: 0.3334vw; font-family: MonR; color: #666;}
.index-who-we-are-item .img {background-color: transparent;}
.index-who-we-are-item .img-block {display: block;}
.index-who-we-are-item .img-center {opacity: 0;}
.index-who-we-are-item .who-img img {max-width: 100%;}
.index-who-we-are-item a:hover .img-block{opacity: 0;}
.index-who-we-are-item a:hover .img-center {opacity: 1;}
.index-who-we-are-item a:hover .number-1 i {background: #fff;}
.index-who-we-are-item a:hover .number-1 span ,.index-who-we-are-item a:hover .title-1 strong,.index-who-we-are-item a:hover .title-2{color: var(--zt-color);}
.index-who-we-are-item a:hover .icon-1 img {filter: invert(100%) grayscale(100%) brightness(1.5);}
.index-who-we-are-item a:hover .icon-1 {/* color: var(--zt-color); */}
.index-who-we-are-swiper {padding-bottom: 5%;}
.index-who-we-are-swiper .whoweare-pagination {bottom: 0;top: auto;background: #e8e8e7;}
.index-who-we-are-swiper .swiper-pagination-progressbar-fill {background: #cfcfcf;}

.whoweare-swiper-button {position: absolute;right: 0;bottom: 5%;}
.swiper-button-prev,.swiper-button-next {width: 6rem;height: 6rem;border: 2px solid rgba(255,255,255,.5);border-radius: 100%;display: inline-block;vertical-align: middle;position: relative;left: auto;top: auto;transform: none;right: auto;bottom: auto;margin-left: 1rem;transition:all .4s ease;box-sizing: border-box;outline: none;}
.swiper-button-next::after ,.swiper-button-prev::after{color: #fff;font-weight: 900;font-size: 1.2rem;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;transition:all .4s ease;}
.swiper-button-prev:hover,.swiper-button-next:hover {background: var(--zt-color);border: var(--zt-color) 2px solid;}

.more {margin-top: 3%;position: relative;overflow: hidden;}
.more a {display: flex;position: relative;border: 2px solid var(--zt-color);padding: 0 2rem;overflow: hidden;line-height: 5rem;width: 15rem;justify-content: space-between;align-items: center;}
.more span {color: var(--zt-color);} 
.more i {width: .6rem;/* height: 1rem; *//* position: absolute; *//* right: 10%; *//* top: 50%; *//* transform: translateY(-50%); *//* background-size: 100%; */} 
.more a:hover {background: var(--zt-color);}
.more a:hover span {color: #fff;} 
.more a:hover i {filter: invert(100%) grayscale(100%) brightness(1.5);}


.index-aboutluk {background: url('../images/bg2.jpg') center top no-repeat;background-size: cover;z-index: 1;position: relative;overflow: hidden;padding-top: 20%;/* margin-top: -17%; */padding-bottom: 3%; padding: 5% 0;}
.index-aboutluk-content {overflow: hidden;}
.index-aboutluk-left {float: left;width: 45%;margin-top: 5%;}
/* .index-aboutluk-left .title .title-1 {width: 80%;} */
.index-aboutluk-left .more {margin-top: 10%;}			 
.index-aboutluk-right {float: right;width: 50%;position: relative;}
.index-aboutluk-pic {position: relative;float: right;width: 92%;}
.index-aboutluk-pic .img-block {overflow: hidden;}
.index-aboutluk-img {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 7%;z-index: 11;width: 94%;overflow: hidden;} 
.index-aboutluk-img::after {content: '';width: 10rem;height: 20rem;background: var(--zt-color);position: absolute;right: -3%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.play {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;width: 8rem;height: 8rem;}
.play a {position: relative;z-index: 99;}
.play i {display: flex;background: url('../images/play.png') center no-repeat;background-size: 100%;background: #FFF;color:var(--zt-color);width: 100%;height: 100%;border-radius: 50%;justify-content: center;align-items: center;font-size: 2.4rem; z-index: 5; position: relative;}
.play a:hover i {transform: scale(0.9);background: var(--zt-color);color:#FFF;}
.play span {position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%;height:100%;background:#FFF;-webkit-border-radius:100%;border-radius:100%;pointer-events:none;}
.play span:nth-child(2) {-webkit-animation: max_scale 3s linear infinite normal both; animation: max_scale 3s linear infinite normal both;}
.play span:nth-child(3) {-webkit-animation: max_scale 3s 0.75s linear infinite normal both; animation: max_scale 3s 0.75s linear infinite normal both;}
.play span:nth-child(4) {-webkit-animation: max_scale 3s 1.5s linear infinite normal both; animation: max_scale 3s 1.5s linear infinite normal both;}

@-webkit-keyframes max_scale{
  0%{width:100%;height:100%;opacity:0;}
  20%{width:625%;height:625%;opacity:0.3;}
  40%{width:1150%;height:1150%;opacity:0.2;}
  60%{width:1675%;height:1675%;opacity:.1;}
  80%{width:2200%;height:2200%;opacity:0;}
  100%{width:100%;height:100%;opacity:0;}
}
@keyframes max_scale{
  0%{width:100%;height:100%;opacity:0;}
  20%{width:162.5%;height:162.5%;opacity:0.3;}
  40%{width:215%;height:215%;opacity:0.2;}
  60%{width:267.5%;height:267.5%;opacity:.1;}
  80%{width:320%;height:320%;opacity:0;}
  100%{width:100%;height:100%;opacity:0;}
}

.index-aboutluk-bottom {overflow: hidden;padding-top: 7%;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
.index-aboutluk-date {width: calc((100% - 2%) / 6);}
.index-aboutluk-date:last-child {margin-right: 0;}
.index-aboutluk-date a {display: flex;flex-wrap: wrap;background: #FFF;padding: 1.041667vw;}
.index-aboutluk-date a::after {content: '';width: 100%;height: 60%;/* position: absolute; */left: 0;top: 0;z-index: 1;background: #fff;}
.index-aboutluk-date .icon-1 {width: 5rem;height: 5rem;line-height: 5rem; color: var(--zt-color);}
.index-aboutluk-date .icon-1 img {filter: grayscale(1);opacity: .2;}
.index-aboutluk-date .text {width: 100%;text-align: right;margin-top: 0.520833vw;}
.index-aboutluk-date .title-1 em{font-style: normal;font-weight: bold;margin-left: 1rem;}
.index-aboutluk-date .text-1 {
	color: #666666;width: 100%;margin-top: 3%;
	.date-i1 {color: #333;font-weight: bold;}
	.date-i2 {display: none;}
}
.index-aboutluk-date .img {background: none;display: none;}
.index-aboutluk-date a:hover {transform: translateY(-1rem);}
.index-aboutluk-date a:hover .title-1 strong,.index-aboutluk-date a:hover .title-1 em {color: var(--zt-color);}
.index-aboutluk-date a:hover img {filter: grayscale(0);opacity: 1;}

.index-industries {padding: 5% 0;overflow: hidden;}
.index-industries-top {overflow: hidden;}
.index-industries-bottom {margin-top: 4%;}
.index-industries-item {overflow: hidden;position: relative;float: left;width: 33%;margin-bottom: .5%;margin-right: .5%;}
.index-industries-item.mr0 {margin-right: 0;}
.index-industries-item a {display: block;position: relative;overflow: hidden;}
.index-industries-item .text{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 11;padding: 1.5vw 2vw;color: #FFF;}
.index-industries-item .text img {opacity: .9;}
.index-industries-item .title-1{margin-bottom: 0.666vw;}
.index-industries-item .info {display: flex;justify-content: space-between;/* border: 1px solid #ffffff30; */line-height: 3em;background: #ffffff12;}
.index-industries-item .info .des { flex: 1; text-align: center;}
.index-industries-item .more-2{position: absolute;left: 10%;bottom: -15%;z-index: 10;background: var(--zt-color);width: 4.5rem;height: 4.5rem;}
.index-industries-item .more-2::before {content: '';width: .6rem;height: 1rem;filter: invert(100%) grayscale(100%) brightness(1.5);position: absolute;left: 50%;top: 50%;background-size: 100%;transform: translate(-50%,-50%);}
.index-industries-item a:hover .pic {transform: scale(1.05);}
.index-industries-item.liii1 {width: 49.7%;margin-right: .5%;}
.index-industries-item.liii2 {width: 49.7%;margin-right: 0;}
.index-industries-item.liii1 .text,.index-industries-item.liii2 .text{/* width: 44%; */}
.index-industries-item:last-child {margin-right: 0;}
.index-industries-item .pic {width: 100%; height: 0; padding-bottom: 66%;}
.index-production {overflow: hidden;position: relative; display: none;}
.index-production-top {position: absolute;left: 9%;top: 13%;z-index: 11;}
.index-production-top .title-1{color: #fff;width: 60%;}
.index-production-bottom {position: absolute;right: 9%;bottom: 10%;z-index: 12;width: 28%;}
.index-production-bottom .text-1{color: #fff;padding: 5% 0;overflow: hidden;}
.index-production-bottom .text-1 p {margin: 0;padding: 0;}
.viewmore-1 {overflow: hidden;margin-top: 3%;}
.viewmore-1 a {display: block;position: relative;border-top: 1px solid #fff;border-bottom: 1px solid #fff;padding: 3% 0;}
.viewmore-1 .text-2 {color: #fff;}
.viewmore-1 i {width: .6rem;height: 1rem;filter: invert(100%) grayscale(100%) brightness(1.5);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.index-industries-item .img:before {content: '';position: absolute;z-index: 10;left: 0;right: 0;top:0;bottom:0;background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 60%);}


.index_case {
	padding: 5% 0;
	.index-case-list {
		.case-item {
			padding: 20px;
			.info-box {
				 margin-top: 20px;
				.text {padding:0;}
			}
			
		}
	}
}
.index_case.manufacturing-box:before {-webkit-background-image: linear-gradient(to left,rgb(246 246 246 / 60%) 60%,rgba(255,255,255,0)); background-image: linear-gradient(to left, rgb(246 246 246 / 60%) 60%, rgba(255, 255, 255, 0));}
.index_case.manufacturing-box:after { -webkit-background-image: linear-gradient(to right,rgb(246 246 246) 80%,rgba(255,255,255,0)); background-image: linear-gradient(to right, rgb(246 246 246) 80%, rgba(255, 255, 255, 0));}

.index-news {padding: 5% 0;overflow: hidden;background: #f5f5f6;}
.index-news-top {position: relative;overflow: hidden;}
.index-news-top .more{position: absolute;right: 0;bottom: 0;}
.index-news-bottom {margin-top: 3vw;overflow: hidden;position: relative;gap: 1%;display: grid;grid-template-columns: repeat(4, 1fr);}
.index-news-item {position: relative;overflow: hidden;border-bottom: 1px solid #E5E5E5;/* width: 23.5%; */background: #FFF;}
.index-news-item a {display: block;position: relative;overflow: hidden;/* padding: 3% 0; *//* background: #FFF; */height: 100%;padding-bottom: 2vw;}
.index-news-item .img {background-color: #fff;}
.index-news-item .text {/* float: left; *//* width: 62%; *//* padding-left: 4%; */padding: 1vw;}
.index-news-item .data-1 {margin-top: 1%;color: #999999;}
.index-news-item .title-1 {margin-top: 2%;}
.index-news-item .text-1 {color: #999999;margin-top: 3%;}
.index-news-item a:hover .pic {transform: scale(1.05);}
.index-news-item a:hover .title-1 {color: var(--zt-color);}
.viewmore-2 {position: absolute;/* margin-top: 2vw; */bottom: 1vw;}
.viewmore-2 span {display: inline-block;position: relative;color: var(--zt-color);}
.viewmore-2 span::after {content: '';width: .6rem;height: 1rem;position: absolute;top: 53%;transform: translateY(-50%);right: -1.5rem;}


.index-faq {padding: 5% 0;overflow: hidden;background: #f5f5f6;}
.index-faq-left {float: left;width: 45%;overflow: hidden;position: relative;}
.index-faq-img {background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0;top: 5.3%;z-index: 11;width: 94%;overflow: hidden;}
.index-faq-img::after {content: '';width: 10rem;height: 20rem;background: var(--zt-color);position: absolute;right: -3%;bottom: -18%;z-index: 1;transform: rotate(45deg);}
.index-faq-pic {position: relative;width: 92%;float: right;}
.index-faq-right {float: right;width: 50%;}
.index-faq-right .more {margin-top: 4%;}
.index-faq-list {overflow: hidden;margin-top: 5%;border-bottom: 1px solid #dbdbdc;}
.index-faq-item {position: relative;overflow: hidden;}
.index-faq-item .title{position: relative;overflow: hidden;padding: 4% 0;overflow: hidden;border-top: 1px solid #dbdbdc;}
.index-faq-item .title-1{overflow: hidden;cursor: pointer;width: 90%;}
.index-faq-item .title.cur .open-1::before{display: none;}
.index-faq-item .title.cur .title-1 {color: var(--zt-color);}
.index-faq-item .open-1{width: 3rem;height: 3rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: #fff;border-radius: 100%;}
.index-faq-item .open-1::after {content: '';width: 1rem;height: 2px;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.index-faq-item .open-1::before {content: '';width: 2px;height: 1rem;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.index-faq-item .text{display: none;overflow: hidden;padding-bottom: 3%;color: #666666;}
.index-faq-item .text p {margin: 0;padding: 0;}


.index-global {padding: 7vw 0;background-image: url(/static/images/global/strategic.jpg);background-size: cover;background-repeat: no-repeat;background: linear-gradient(160deg, #ffffff 5%, #dfe6eb 70%);}
.index_global-bottom {/* margin-top: 5vw; */justify-content: space-between;}
.index_global-bottom .svg-1 {opacity: 0;}
.global-content{width:29%;display:flex;flex-wrap:wrap;align-content:space-between;padding: 1vw 0;}
.strategic-layout-data {width: 40%;margin-top: -14%;position: relative;z-index: 10;}
.strategic-layout-data .data-1{color: #fcaa41;}
.strategic-layout-data .text-2 {margin-top: 1rem;}
.strategic-layout-map {width: 68%;/* margin: auto; */position: relative;}
.strategic-layout-map .map-1 {position: relative;overflow: hidden;}
.strategic-layout-map .map-2 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.strategic-layout-map .mapline {position: absolute;z-index: 10;}
.strategic-layout-map .yuandian-1 {/* position: absolute; */left: 0;bottom: 0;z-index: 11;}
.strategic-layout-map .yuandian-1 i {width: 2rem;height: 2rem;border-radius: 100%;background: #18187814;display: block;position: relative;}
.strategic-layout-map .yuandian-1 i::before,
.strategic-layout-map .yuandian-1 i::after {content: '';width: 4px;height: 4px;background: var(--zt-color);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;border-radius: 100%;}
.strategic-layout-map .yuandian-1 i::before {z-index: 10;}
.strategic-layout-map .yuandian-1 i::after{width: 100%;height: 100%;animation: yuanfangda2 1500ms infinite ease;}
.strategic-layout-map .line-1 {left: 29.5%;top: 69%;} 
.strategic-layout-map .line-2 {left: 49.5%;top: 50%;} 
.strategic-layout-map .line-3 {left: 59.2%;top: 44.5%;} 
.strategic-layout-map .line-4 {left: 17.4%;top: 33%;} 
.strategic-layout-map .line-5 {left: 57.6%;top: 24.5%;} 
.strategic-layout-map .line-6 {left: 74.2%;top: 16.5%;}
.strategic-layout-map .line-7 {left: 85%;top: 77%;} 
.strategic-layout-map .line-8 {left: 74.8%;top: 54.6%;} 
.strategic-layout-map {
  /* 欧洲 */
    .client-de{left:48.5%;top:31.0%}  /* 德国 */
    .client-ch{left:47.8%;top:33.0%}  /* 瑞士 */
    .client-it{left: 50%;top: 37.5%;}  /* 意大利 */
    .client-fr{left: 46%;top:32.5%}  /* 法国 */
    .client-uk{left: 45.5%;top: 29%;}  /* 英国 */
    .client-cz{left:50.0%;top: 32%;}  /* 捷克 */
    .client-pl{left: 50%;top: 29.5%;}  /* 波兰 */
    .client-at{left: 49.5%;top: 33.5%;}  /* 奥地利 */
    .client-es{left: 45.5%;top: 38.5%;}  /* 西班牙 */
    .client-pt{left: 44%;top: 39.5%;}  /* 葡萄牙 */
    .client-hu{left: 50.5%;top: 34.5%;}  /* 匈牙利 */
    .client-sk{left:51.0%;top:32.0%}  /* 斯洛伐克 */
    .client-ro{left: 53%;top: 35.5%;}  /* 罗马尼亚 */
    .client-ru{left: 75.0%;top: 25.0%;}  /* 俄罗斯 */
    .client-tr{left:56.0%;top: 39.0%;}  /* 土耳其 */
  
    /* 非洲 */
    .client-ma{left:44.0%;top: 44%;}  /* 摩洛哥 */
    .client-za{left: 53%;top: 80.5%;}  /* 南非 */
  
    /* 北美 */
    .client-us{left:19.0%;top: 38.0%;}  /* 美国 */
    .client-ca{left: 17.0%;top: 28.0%;}  /* 加拿大 */
    .client-mx{left: 18%;top: 49.0%;}  /* 墨西哥 */
  
    /* 南美 */
    .client-ar{left: 26.5%;top: 88.0%;}  /* 阿根廷 */
    .client-br{left:30.5%;top: 70.0%;}  /* 巴西 */
  
    /* 亚太 */
    .client-jp{left: 85.7%;top: 39.0%;}  /* 日本 */
    .client-kr{left: 82.3%;top: 41.0%;}  /* 韩国 */
    .client-cn{left: 79.0%;top: 48.0%;}  /* 中国 */
    .client-in{left: 68%;top: 51%;}  /* 印度 */
    .client-th{left: 75%;top: 54.5%;}  /* 泰国 */
}
.strategic-layout-map .draw {stroke-dasharray: 1000; stroke-dashoffset: 1000;animation: draw 3s 1s infinite;}
.global-data-box.flex{/* width:10%; */gap: 3vw;}
.global-data-item{/* width:100%; */}
.global_data_item_head{display:flex;align-items:flex-end;color:var(--zt-color)}
.global_data_item_number{font-size: 2.5vw;line-height: 1em;font-family:'MonBold'}
.global_data_item_label{font-size: 1.25vw;line-height: 1.2em;margin-left:0.333vw}
.global_data_item_text{font-size:0.8333vw;line-height:1.1458333vw;color:#5b6bab;margin-top:0.5208333vw}
@keyframes yuanfangda{0%{transform:scale(0.1);opacity:1;}100%{transform:scale(1.2);opacity: 0;}}
@keyframes yuanfangda2{0%{transform:translate(-50%,-50%) scale(0.1);opacity:1;}100%{transform:translate(-50%,-50%) scale(1.2);opacity: 0;}}
@keyframes draw {to {stroke-dashoffset: 0;}}

.index-partner-box {overflow: hidden;}
.index-partner-box {margin-top: 3.5vw;}
.index-partner-box .partner-terminal,.index-news {display: none;}
.index-partner-box .partner-item {padding: 0.5vw 1vw; background: #FFF;}
.index-partner-box .partner-img {padding-bottom: 46%;}
.partner-list .swiper-wrapper {transition-timing-function: linear !important;}
.partner-terminal {margin-top: 10px;}
/* .partner-terminal.partner-list .swiper-wrapper {transition-timing-function: linear !important;transform: scaleX(-1);}
.partner-terminal.partner-list .swiper-slide {transform: scaleX(-1);} */
.partner-terminal .swiper-wrapper {
  transition-timing-function: linear !important;
  /* 禁用Swiper的硬件加速冲突（可选，解决部分浏览器抖动） */
  will-change: transform;
}

/* page_banner */ 
.page-banner {height: 36.9792vw; height: 32vw; position: relative; -webkit-align-items: center; align-items: center;overflow: hidden;display: flex;}
.page-banner h2,.page-banner h3,.page-banner h4,.page-banner p {margin: 0;}
.banner_img {position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: #666;}
.banner_img img {transition: all 10s;}
.banner_img::before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:#000;opacity:0.225;z-index:2}
.banner_box {width: 100%;position: relative;z-index: 2;}
.banner_content {width: 100%;color: #FFF;}
.page-banner .banner_en {font-size: 3.5vw;line-height:1em;color: rgb(255 255 255 / 20%);-webkit-text-fill-color:transparent;margin-bottom: -1.5vw;/* background:-webkit-linear-gradient(top,rgb(225,225,225) 0%,rgba(0,0,0,0.01) 90%) text; */font-weight: normal;font-family: 'MonBold';text-transform: uppercase;color: transparent;-webkit-text-stroke: 0.6px #ffffff50;}
.banner_read {font-size: 3.5vw;font-weight: normal;justify-content: center;}
.page-banner.zoom .banner_img img {-webkit-transform: scale(1.1); transform: scale(1.1);}

/* about */ 
.page-banner .text {color: #fff;position: absolute;left: 10%;top: 55%;transform: translateY(-50%);z-index: 11;}
.page-banner .text-1 strong {opacity: .2;margin-bottom: 2%;display: block;font-weight: normal;}
.page-nav {overflow: hidden;position: relative;display: flex;transition: all 0.5s;}
.page-nav::after {content: '';width: 100%;position: absolute;left: 0;bottom: 0;height: 1px;background:#e5e5e5;z-index: 11;}
.page-nav a{display: block;position: relative;padding: 1.8% 0;overflow: hidden;flex: 1;}
.page-nav a::after {content: '';width: 5rem;height: 10rem;/* background: #fff; */position: absolute;right: -5%;bottom: -65%;z-index: 1;transform: rotate(45deg);}
.page-nav a::before,.scrolld-nav a::before {content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 4px;background: var(--zt-color);width: 0;margin: 0 auto;transition: all 0.3s;}

.page-nav a.cur {/* background: var(--zt-color); */background: #1818780d;}
.page-nav span {width: 100%;text-align: center;display: block;}
.page-nav a.cur span {color: #fff;color: var(--zt-color);}
.page-nav a:hover {color: var(--zt-color);}
.page-nav a:hover::before,.scrolld-nav a:hover::before,.page-nav a.cur::before {width: 3vw;}
.page-nav.num7 a{width: 14.28571%;}
.page-nav.num6 a{width: 16.66666%;}
.page-nav.num5 a{width: 20%;}
.page-nav.num4 a{width: 25%;}
.page-nav.num3 a{width: 33.33333%;}
.page-nav.num2 a{width: 50%;}
.page-nav.num1 a{width: 100%;}
.page-nav.num2 a::after {bottom: -35%;}
.scrolld-nav {opacity: 0; transition: all 0.5s;}
@media(min-width:1024px){
    .scrolld-nav {position:fixed;width:100%;z-index:400;top:10rem;background: #e7e8eff7;display: flex;padding: 0 5.7291666vw;border-bottom: 1px solid #ddd;pointer-events: none;}
	.scrolld-nav.scrolld {opacity: 1;pointer-events: auto;}
	.scrolld-nav a {padding: 0;line-height: 7rem;flex: 1;text-align: center;position: relative;}
	.scrolld-nav a.cur {color:var(--zt-color);}
	.scrolld-nav a.cur span,.scrolld-nav a:hover span {color: var(--zt-color);}
	.scrolld-nav a.cur::before {width: 3vw;}
}


.page-about {padding: 5% 0;/* overflow: hidden; */background: url('../images/about_bg.webp') center top no-repeat;background-size: cover;}
.page-about h1,.page-about h2,.page-about h3,.page-about h4,.page-about p {margin: 0;}
.about-company {position: relative;}
.about-company-top { display: grid; grid-template-columns: 35% 65%; grid-template-rows: auto; align-items: flex-start;}
.about-company-left {box-sizing: border-box;/* position: sticky; */top: 7.5vw;}
.about-company-left .title-1 {margin-bottom: 2vw; color: #111;}
.about-company-left .subtitle {color: #333;}
.about-company-right {margin-left: 5vw;}
.about-company-right .text-1{color: #555;text-align: justify;}
.about-company-data {margin-top: 5vw;overflow: hidden;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.company-data-item {text-align: center;display: inline-block;vertical-align: top;width: 21%;display: flex;flex-wrap: wrap;justify-content: center;}
.company-data-item * {transition:all .4s ease;}
.company-data-item .icon-1{position: relative;width: 5rem;height: 5rem;/* margin: auto; */line-height: 1em;color: #333;}
.company-data-item .icon-1 img {filter:grayscale(100%);opacity: .3;}
.company-data-item .title-1 {overflow: hidden;margin-top: 2rem;display: flex;justify-content: center;align-items: center;gap: 0.2vw;width: 100%;}
.company-data-item .title-1 strong{font-weight: normal;display: inline-block;vertical-align: bottom;}
.company-data-item .title-1 em{font-style: normal;display: inline-block;vertical-align: bottom;}
.company-data-item .text-2{color: #666666;/* margin: auto; */margin-top: .2rem;}
.company-data-item:hover .icon-1 img {filter:grayscale(0);opacity: 1;}
.company-data-item:hover .title-1 strong,.company-data-item:hover .title-1 em{color: var(--zt-color);}
.company-data-item:hover .text-2{color: #000;}

.about-company-bottom {margin-top: 5%;overflow: hidden;padding-bottom: 2%;}
.about-company-bottom a {display: block;position: relative;overflow: hidden;}
.about-company-bottom .play-1 {position: absolute;width: 12rem;height: 12rem;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;} 
.about-company-bottom .text-1 {position: absolute;right: 1%;bottom: 1%;z-index: 1;width: 60%;font-size: 3vw;line-height: 1.3em;;text-align: right;font-family: MonBold;text-transform: uppercase;color: #ffffff85;color: transparent;-webkit-text-stroke: 0.5px #ffffff;}
.about-company-bottom .text-1 span {color: #FFF;}
.about-company-bottom a:hover .play-1 img {transform: scale(.9);}
.about-company-bottom a:hover .img-bg  {transform: scale(1.02);}


.page-culture {padding: 6vw 0;/* background: url(/static/images/about/bg_culture.webp) center top no-repeat; */background-size: cover;background: #FFF;background: linear-gradient(160deg, #ffffff 5%, #dfe6eb 70%);}
.culture-bottom {margin-top: 3.8vw;}
.culture-list {gap: 1vw;}
.culture-item {/* width: 25%; */padding:0 3.125vw 0 2.08333vw;position:relative;overflow:hidden;background: #FFF;padding: 2.5vw;box-sizing: border-box;flex: 1;text-align: center;}
.culture-item:first-child {/* padding: 0 3.125vw 0 0; */}
.culture-item:last-child {/* padding: 0 0 0 2.08333vw; */}
/* .culture-item:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:#e8e8e8} */
.culture-box .icon-1 {font-size: 3vw;line-height: 3vw;margin-bottom: 2.8vw;color: var(--zt-color);}
.culture-box .text-1 {margin-top: 1vw;}

.culture-core-list {
	display: flex;margin-top: 1vw; gap: 1vw;
	.core-item {
		flex:1;
		background: #FFF;
		padding: 2vw 1vw 1vw;
		position: relative;
		text-align: center;
		
		.text-1 {margin-top: 1vw;}
	}
	.core-item::before {content: '';width: 8px;height: 8px;background: var(--zt-color);position: absolute;left: 0;top: 1vw;border-radius: 50%;right: 0;margin: 0 auto;}
}


.humanities-top {justify-content: space-between; align-items: flex-end;}
.humanities-top .page_head {margin-bottom: 0;}
.humanities-bottom .process-item-right .pic {padding-bottom: 70%;}
.humanities-bottom .pagination-box {width: 100%; position: relative; margin-top: 3vw; height: 4px;}
.humanities-bottom .humanities-pagination {width: 100%; left: 0; right: 0; height: 100%; background: rgba(0, 0, 0, .1);}
.humanities-bottom .humanities-pagination .swiper-pagination-progressbar-fill {background: var(--zt-color);}



.page-history {background: #f5f5f5;/* padding: 6% 0; */overflow: hidden;}
.history-content {position: relative;}
.history-content::after {content: '';width: 30%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;right: 0;opacity: .5;}
.history-content::before {content: '';width: 50%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;left: 0;opacity: .5;}
.history-swiper {position: relative;width: 82%;overflow: visible;}
.history-item {width: 90%;position: relative;opacity: .3;}
.history-item-left {float: left;width: 45%;margin-top: 13%;overflow: hidden;}
.history-item-left .year-1 {overflow: hidden;}
.history-item-left .year-1 strong{color: var(--zt-color);} 
.history-item-left .text-2 {margin-top: 16%;color: #666666;position: relative;overflow: hidden;}
.history-item-right {float: left;width: 50%;position: relative;margin-left: 5%;z-index: 20;}
.history-item-right .pic-1::before {content: '';width: 1.6rem;height: 1.6rem;border: 4px solid var(--zt-color);background: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 31;box-sizing: border-box;}
.history-item-right::after {content: '';width: 100%;height: 1px;top: 50%;background: #ccc;z-index: 11;position: absolute;left: 0;opacity: .5;}
.history-item-right .mark-1 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 11;}
.history-item-right .history-bg {opacity: 0;}
.history-swiper .swiper-slide-active .history-item{opacity: 1;}
.history-swiper-button {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 280;}
.history-swiper-button .history-prev,.history-swiper-button .history-next {background: var(--zt-color);border: var(--zt-color) solid 2px;display: block;margin: 3rem 0;}
.history-swiper-button .history-next {background: var(--zt-color);border: var(--zt-color) solid 2px;}
.history-swiper-button .history-next.swiper-button-disabled {background: #cccccc;border: #ccc solid 2px;}
.page-history .swiper-button-next.swiper-button-disabled,.page-history .swiper-button-prev.swiper-button-disabled{background: #ccc;border-color: #ccc;}


.about_history_wrap {padding: 6vw 0;position: relative;padding-bottom: 8.5vw;}
.about_history_img {height: 100%;width: 100%;position: absolute;right: 0;top: 0;z-index: 1;}
.about_history_wrap .web_center {position: inherit; z-index: 9;}
.about_history_box .public_page_title {color: #fff;}
.about_history_box .public_page_icon {background: #fff;}
.history_box {margin-top: 3.5vw;position: relative;padding-bottom: 10vw;}
.history_box .h_content_box {position: relative;width: 100%;}
.history_box .h_content_box .h_content {position: relative;color: #111;padding: 100px 15% 50px;}
.h_content .h-time-bg {position: absolute;opacity: .05;left: 0;right: 0;top:0;font-size: 10vw;line-height: 1em;pointer-events: none;font-family: 'MonR';}
.h_content .h-cont {font-size: 1.5vw;line-height: 1.6em;position: relative;padding-bottom: 1.3vw;margin-bottom: 1vw;}
.h_content .h-cont::after {content: '';position: absolute;left: 0;right: 0;bottom: 0;width: 50px;height: 3px;background: var(--zt-color);margin: auto;border-radius: 10px;}
.h_content .h-time {font-size: 2.5vw;line-height: 1em;font-family: 'MonR';}
.history_box .h_content_list {position: absolute;width: 100%;left: 0;bottom: -1vw;z-index: 4;color: #fff;/* transform: rotate(-8deg);margin-top: 3.5vw; */}
.history_box .h_content_list::after {content: '';position: absolute;left: -20%;right: -20%;height: 1px;background: rgb(0 0 0 / 10%);top: 13px;}
.h_content_list .swiper-container {width: 100%; max-width: 1400px; margin: auto;}
.h_content_list .history-year {width: 100%;font-size: 1.15vw;/* transform: rotate(8deg); */display: flex;flex-direction: column;justify-content: space-between;line-height: 1em;height: 70px;color: #333;padding-top: 7px;font-weight: 700;transition: all .4s ease;position: relative;z-index: 4;font-family: 'MonR';}
.h_content_list .swiper-slide-thumb-active .history-year {color: var(--zt-color) !important;}
.h_content_list .swiper-slide-thumb-active .history-year span {background: var(--zt-color) !important;}
.h_content_list .history-year:hover {color: var(--zt-color);}
.h_content_list .history-year span {width: 13px;height: 13px;background: #ccc;border-radius: 50%;margin: 0 auto;transition: all .4s ease;position: relative;}
.h_content_list .history-year:hover span {background: var(--zt-color);}
.h_content_list .history-year span::before {}
.h_content_list .history-year span::before, .h_content_list .history-year span::after{content: "";position: absolute;left: 0; right: 0; margin: auto;}
.h_content_list .history-year span::before{width: 25px;height: 25px;border-radius: 50%;margin: -6px -6px;opacity: 0;background: var(--zt-color);transition: all .4s ease;}
.h_content_list .history-year span::after{width: 2px;height: 12px;top: 10px;/* background: #ffffff; */transition: all .4s ease;}
.h_content_list .swiper-slide-thumb-active .history-year span::before {opacity: 0.2;}
.h_content_box .arrow {position: absolute;left: 95%;top: 50%;margin-top: -40px;width: 70px;height: 70px;z-index: 90;background: #DFDFDF;color: #999;line-height: 70px;text-align: center;border-radius: 50%;}
.h_content_box .arrow.swiper-button-disabled {display: none;}
.h_content_box .arrow:hover {background: var(--zt-color);color: #FFF;}
.h_content_box .arrow i {font-size: 25px;}
.h_content_box .arrow-left {right: 95%;left: auto;}


.about-culture {padding: 6% 0;width: 82%;margin: auto;}
.about-culture-top {overflow: hidden;}
.about-culture-top .title-1{width: 35%;}
.about-culture-item {margin-top:3%;position: relative;}
.about-culture-item a {display: block;position: relative;padding: 3% 0;}
.culture-item-left {float: left;width: 50%;}
.culture-item-right {float: left;width: 50%;}
.about-culture-item .text{margin-top: 10%;width: 90%;} 
.about-culture-item .text-1{color: #666666;margin-top: 3%;}
.about-culture-item .icon-1{margin-top: 15%;}
.about-culture-item .icon-1 img {filter: grayscale(100%);}
.about-culture-item .pic {position: relative;overflow: hidden;z-index: 5;}
.about-culture-item .pic::after {content: '';width: 10rem;height: 20rem;background: #fff;position: absolute;right: -5%;bottom: -24%;z-index: 1;transform: rotate(45deg);}
.about-culture-item .img {overflow: visible;}
.about-culture-item .img::after {content: '';width: 100%;height: 100%;background: var(--zt-color);position: absolute;left:-2rem;top: -2rem;z-index: 1;transition:all .4s ease;opacity: 0;}
.about-culture-item.fr .culture-item-left,.about-culture-item.fr .culture-item-right{float: right;}
.about-culture-item.fr .text{transform: translateX(20%);} 
.about-culture-item a:hover .icon-1 img {filter: grayscale(0);}
.about-culture-item a:hover .img::after {opacity: 1;}
.about-culture-item a:hover .title-1{color: var(--zt-color);}
.about-culture-item a:hover .text-1 {color: #000;}

.about-team {padding: 4% 0;overflow: hidden;}
.about-team-top {overflow: hidden;}
.about-team-list {margin-top: 2%;overflow: hidden;}
.about-team-item {position: relative;}
.about-team-item.mr0 {margin-right: 0;}
.about-team-item .img{background-color: #f1f1f1;}
.about-team-item .text{color: #000;text-align: center;padding: 5% 0;overflow: hidden;}
.about-team-item .title-1{font-weight: bold;}
.about-team-item .text-1{overflow: hidden;}
.about-team-item .text-2{color: #666666;margin-top: 7%;}
.about-team-item .text-2 p {margin: 0;padding: 0;}
.about-team-list .about-team-item {float: left;width: 32%;margin-bottom: 2%;margin-right: 2%;background: #f1f1f1;}
.about-team-list .about-team-item.mr0 {margin-right: 0;}
.about-team-list .about-team-item .img {float: left;width: 54%;}
.about-team-list .about-team-item .text{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);width: 45%;z-index: 11;text-align: left;padding: 0;}
.about-team-type {margin-top: 8%;padding-bottom: 2%;overflow: hidden;}
.about-team-type-top{text-align: center;}
.about-team-type-top .title-1 {font-weight: bold;}
.about-team-bottom {margin-top: 3%;}
.about-team-swiper .title-1 {font-weight: 300;margin: 1% 0;}
.about-team-swiper {cursor: url('../images/mov.png'),default!important;}

.about-certificate {padding: 5% 0;overflow: hidden;}
.about-certificate-top {overflow: hidden;/* border-bottom: 1px solid #e5e5e5;padding-bottom: 3%; */}
.about-certificate-swiper {position: relative;}
.about-certificate-item {overflow: hidden;}
.about-certificate-item .img {background-color: transparent;float: left;width: 40%;}
.about-certificate-item .img .img-block {width: 100%;height: 0;padding-bottom: 85%;}
.about-certificate-item .text {float: left;margin-left: 6%;width: 40%;margin-top: 5%;}
.about-certificate-item .title-1 {overflow: hidden;font-weight:bold;}
.about-certificate-item .awards-text {text-align: center;overflow: hidden;padding: 0 20px;box-sizing: border-box;}
.about-certificate-item .awards-text .title-1 {color: #111;font-size: 0.83333vw; line-height: 1.5625vw;}
.about-certificate-item .date-2 {padding: 7% 0;overflow: hidden;margin-bottom: 10%;}	
.about-certificate-item .item-1 {margin-bottom: 2%;}	
.about-certificate-item .item-1 li{list-style: none;display: inline-block;vertical-align: middle;}	 
.about-certificate-item .item-1 li:first-child {width: 25%;margin-right: 3rem;color: #999;}
.about-certificate-swiper .certificate-prev,
.about-certificate-swiper .certificate-next {display: inline-block;vertical-align: middle;background: #fff;border: 2px solid #ccc;}
/*.about-certificate-swiper .certificate-next {background: #fff;border: 2px solid var(--zt-color);}*/
.about-certificate-swiper .certificate-next.swiper-button-disabled {background: #ccc;border: 2px solid #ccc;}
.about-certificate-swiper .certificate-next:hover,.about-certificate-swiper .certificate-prev:hover {background: var(--zt-color);border: 2px solid var(--zt-color);color:#fff;}
.about-certificate-swiper .certificate-next::after, .about-certificate-swiper .certificate-prev::after{color:#000;}
.about-certificate-swiper .certificate-next:hover::after,.about-certificate-swiper .certificate-prev:hover::after {color:#fff;}
.about-certificate-bottom {margin-top: 3%; position: relative;}
.about-certificate-list {overflow: hidden;}
.about-certificate-list .about-certificate-item {float: left;width: 23.5%;overflow: hidden;margin-right:2%;margin-bottom: 2%;background: #FFF;}
.about-certificate-list .about-certificate-item:nth-child(4n) {margin-right: 0;}
.about-certificate-list .about-certificate-item .img {float: none;width: 100%;}
.about-certificate-list .about-certificate-item a {display: block;position: relative;padding-bottom: 25px;}
.about-certificate-list .about-certificate-item .img::before {content: '';width: 6rem;height: 6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;background: url('../images/big.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.about-certificate-list .about-certificate-item .img-center {max-width: 70%;max-height: 75%;}
.about-certificate-list .about-certificate-item a:hover .img::before {opacity: 1;}
.about-certificate-list .about-certificate-item a:hover .awards-text .title-1 {color: var(--zt-color);}
.about-certificate-item.mr0 {margin-right:0;}
.awards-prev,.awards-next {width: 60px;height: 60px;position: absolute;background: #fff;border-radius: 100%;/* margin-top: -25px; */top: 50%;transform: translateY(-50%);border: none;border-radius: 0;margin-left: 0;}
.awards-prev {left: -80px;}
.awards-next {right: -80px;}
.awards-prev::after, .awards-next::after {color: var(--zt-color);}
.awards-prev:hover, .awards-next:hover {background: var(--zt-color); border: none;}
.awards-prev:hover::after, .awards-next:hover::after {color: #FFF;}

.about-contact{padding: 6vw 0;overflow: hidden;}
.about-contact-top {overflow: hidden;}
.about-contact-map {position: relative;overflow: hidden;}
.about-contact-text {position: absolute;width: 50%;left: 6%;top: 50%;transform: translateY(-50%);z-index: 11;}
.about-contact-text .title-1{padding-bottom: 1%;overflow: hidden;font-weight: bold;}
.about-contact-text .text-1{color: #1a1a1a;}
.about-contact-text .contact-3 {overflow: hidden;margin-top: 5%;}
.about-contact-text .contact-3 li{list-style: none;margin: 0;padding: 0;display: block;padding: 1% 0;display: flex;align-items: center;}
.about-contact-text .contact-3 i{display: inline-block;vertical-align: middle;margin-right: 0.5vw;color: var(--zt-color);}
.about-contact-text .contact-3 span {display: inline-block;vertical-align: middle;color: #666666;}
.about-contact-message {padding: 3% 0;overflow: hidden;}
.message-title {margin-bottom: 2vw;}
.message-from-item {margin-bottom: 2%;overflow: hidden;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.message-from-item li{margin: 0;width: 48%;position: relative;background: #F5F5F5;padding: 0 2vw;display: flex;align-items: center;}
.message-contact-box li {width: 100%;align-items: flex-start;}
.message-contact-box .textarea-1 { border-bottom: none; color: #111; min-height: 15em;}
.message-from-item span {width: 5em;color: #666;padding: 2rem 0;}
.message-from-item i {display: inline-block;vertical-align: middle;color: var(--zt-color);width: 1.5em;}
.message-from-item .input-1 {border: none;color: #000;flex: 1;}

.message-from-item .input-1::-webkit-input-placeholder,.message-from-item .textarea-1::-webkit-input-placeholder{ color: #ccc;} 
.send-2 {display: block;position: relative;text-align: center;width: 28rem;height: 6rem;line-height: 6rem;background: var(--zt-color);margin: auto;margin-top: 3%;font-size: 0;}
.send-2 strong {color: #fff;display: inline-block;vertical-align: middle;margin-right: 2rem;}
.send-2 i {display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background-size: 100%;filter: invert(100%) grayscale(100%) brightness(1.5);}
.send-2::after {content: '';width: 5rem;height: 10rem;background: #fff;position: absolute;right: -8%;bottom: -115%;z-index: 1;transform: rotate(45deg);}
.send-2:hover {background: var(--zt-color);}


 /* Customer */
.page-customer,.page-organizational {padding: 6vw 0;}
.about-customer-top {justify-content: space-between;align-items: flex-end;}
.page_head {margin-bottom: 2.08333vw;}
.page_head .public_title {font-size: 2.5vw; line-height: 1.2em; color: #222222; font-weight: bold;}
.page_head .public_text {font-size: 0.83333vw; line-height: 1.5625vw;margin-top: 1vw;color: #666666;}
.page_head .public_des {font-size: 0.95vw; line-height: 1.8em; margin-top: 1vw; color: #333;}
.page_head.customer-terminal { margin-top: 5vw;}
.vr_menu_box {justify-content: center;}
.vr_menu_li {margin-left: 0.5vw !important;margin-right: 0.5vw;}
.vr-box {width: 100%; height: 0; padding-bottom: 56.25%; position: relative;}
.vr-content {position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%;}


.partner_box{position:relative;z-index:9}
.partner_menu_li{padding:0.625vw 1.25vw;position:relative;background:#FFF;/* -webkit-border-radius:1.25vw; *//* border-radius:1.25vw; */margin-left: 1.041666vw;cursor:pointer;-webkit-transition:all .6s ease;transition:all .6s ease}
.partner_menu_read{position:relative;overflow:hidden}
.partner_menu_text{font-size:0.83333vw;line-height:1.25vw;color:#333333;-webkit-transition:all .6s ease;transition:all .6s ease}
.partner_menu_li:hover .partner_menu_text {color: var(--zt-color);}
.partner_menu_active {background: var(--zt-color);}
.partner_menu_active .partner_menu_text{color:#FFF !important;}
.partner_pack{padding-top:5.208333vw}
.partner_item_box{padding: 0.5vw 1vw;}
.partner_item_img{position:relative;padding-bottom: 46%;/* background: #FFF; */}
.partner_item_img img{-webkit-transition:all .6s ease;transition:all .6s ease;z-index:9}
.past_nav {margin-bottom: 2vw;}
.past_nav .partner_menu_li {margin-left: 0; margin-right: 1.041666vw;}

.partner_item_box:hover .partner_item_img img{    transform: translateZ(0) scale(1.1); -webkit-transform: translateZ(0) scale(1.1); -ms-transform: translateZ(0) scale(1.1);}
.partner_tab{display: grid;gap: 1.25vw;grid-template-columns: repeat(6, 1fr);}

.organizational-content img {max-width: 65%;}

.start-left {margin-top: 5vw;}
.production {padding:6vw 0;position: relative;}
.process-content {}
.manufacturing-box {position: relative;}
.manufacturing-box:after{content:"";position:absolute;left:0;top:0;width:5.7291666vw;height:100%;-webkit-background-image:linear-gradient(to right,rgba(255,255,255,1) 60%,rgba(255,255,255,0));background-image:linear-gradient(to right,rgba(255,255,255,1) 60%,rgba(255,255,255,0));z-index:9}
.manufacturing-box:before{content:"";position:absolute;right:0;top:0;width:5.7291666vw;height:100%;-webkit-background-image:linear-gradient(to left,rgba(255,255,255,1) 60%,rgba(255,255,255,0));background-image: linear-gradient(to left, rgb(255 255 255 / 90%) 60%, rgba(255, 255, 255, 0));z-index:9}
.manufacturing-process {margin-top: 3.5vw;}
.manufacturing-process-item {border-bottom: 1px solid #e5e5e5;padding: 5vw 0;align-items: center;justify-content: space-between;}
.start-left .manufacturing-process-item:nth-child(even) {flex-direction: row;}
.start-left .manufacturing-process-item:nth-child(odd) {flex-direction: row-reverse;}
.manufacturing-process-item:nth-child(even) {flex-direction: row-reverse;}
.manufacturing-process-item:first-child {padding-top: 0;}
.manufacturing-process-item a {display: block;position: relative;padding: 3% 0;}
.process-item-left {margin-top: 2vw;width: 50%;}
.swiper .manufacturing-process-item {padding: 0; border: none;}
.process-content .process-item-right,.process-content .process-item-left  {width: 100%;}
.process-item-left .title-1{color: #000;position: relative;}
.process-item-left .title-1 .number {position: absolute;z-index: 1;pointer-events: none;font-size: 2.4vw;font-family: 'MonBold';top: -1.3vw;color: rgba(0, 0, 0, 0.05);-webkit-text-fill-color: transparent;margin-bottom: -20px;background: -webkit-linear-gradient(top, rgb(225, 225, 225) 0%, rgba(0, 0, 0, 0.01) 75%) text;line-height: 1em;}

.process-item-left .text-1{color: #666666;margin-top: 3%;}
.process-item-left .text-1 p {margin: 0;padding: 0;}
.process-item-right {width: 45%;}
.process-item-right .pic{position: relative;overflow: hidden;z-index: 5;height: 0; padding-bottom: 60%;}
.manufacturing-process-item:hover .img::after{opacity: 1;}
.process_control_box {margin-top: 3vw;justify-content: space-between; align-items: center;}
.process_control_box * {transition: all 0.5s;}
.main-btn {width: 3vw;height: 3vw;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:relative;border: 1px solid #111;border-radius: 100%;color: #111;font-size: 0.85vw;line-height: 2.85vw;text-align: center;cursor: pointer; transition: all 0.5s;}
.main-btn:hover {background: var(--zt-color); color: #FFF; border: 1px solid var(--zt-color);}
.main-btn.swiper-button-disabled {cursor:none;opacity: .5;pointer-events: none;}
.process-swiper-button {font-size: 0;gap: 1vw;}
.process_control_current {color: var(--zt-color);font-family: 'MonBold';}
.process_control_text {font-size: 1.25vw; line-height: 1.7708333vw; margin-right: 1.041666vw;}
.process-swiper-button .swiper-button-prev,.process-swiper-button .swiper-button-next {border: 1px solid #111111;}
.process-swiper-button .swiper-button-next::after,.process-swiper-button .swiper-button-prev::after {color: #111;}
.process-swiper-button .swiper-button-next:hover::after,.process-swiper-button .swiper-button-prev:hover::after {color: #FFF;}


.manufacturing-process {
	.wrapper-list {
		display: flex;margin-bottom: 50px;
		.process-slide {
			flex:1;margin-right: 25px;/* padding: 20px; */background: #FFF;position: relative; overflow: visible !important;
			.manufacturing-process-item {border-bottom:none;padding:0;padding: 30px;}
			.process-item-arrow {position: absolute;width: 60px;height: 60px;background: #f6f6f6;border-radius: 50%;top: 50%;right: -63px;z-index: 10;font-size: 25px;-webkit-transform: translateY(-50%) translateX(-33.333%);transform: translateY(-50%) translateX(-33.333%);line-height: 60px;text-align: center;color: var(--zt-color);}
			.process-item-arrow:nth-child(4) {right: 50%; top: calc(100%); transform: translateX(50%) translateY(-50%);}
		}
		
		.process-slide:nth-child(4) {
			margin-right: 0;
			.process-item-arrow {
				right: 50%; top: calc(100% + 10px); transform: translateX(50%) translateY(-50%);
				.iconfont {transform: rotate(90deg); display: block;}
			}
		}
	}
	.wrapper-list:nth-child(2n) {
		flex-direction: row-reverse;
		.process-slide:nth-child(1) {margin-right: 0;}
		.process-slide:nth-child(4) {margin-right: 25px;}
		.process-item-arrow {
			right: 100%; -webkit-transform: translateY(-50%) translateX(33.333%); transform: translateY(-50%) translateX(33.333%);
			.iconfont {transform: rotate(-180deg); display: block;}
		}
	}
	.wrapper-list:last-of-type .process-slide:last-of-type .process-item-arrow {display: none;}
}


.new_process_box {position: relative;margin-top: 3rem;padding: 6rem;}
.new_process_box::before {content: '';position: absolute;width: 4px;height: 100%;background-color: #E1E1E1;left: 50%;margin-left: -2px;top: 0;}
.timeline .timeline_item {margin-bottom: 5rem;position: relative;display: flex;flex-wrap: wrap;justify-content: flex-start;/* margin-left: 10%; */}
.timeline .timeline_item:nth-child(2n) {margin-left: 0;/* margin-right: 10%; */justify-content: flex-end;}
.timeline .timeline_item .item_content::before {content: '';position: absolute;right: -20px;width: 0;height: 0;border-top: 15px solid transparent;border-left: 20px solid #FFF;border-bottom: 15px solid transparent;top: 50px;margin-top: -10px;}
.timeline_item .item_station {position: absolute;width: 60px;height: 60px;background: var(--zt-color);left: 50%;margin-left: -30px;border-radius: 50%;top: 35px;/* border: 5px solid #f5f5f5; */box-sizing: border-box;margin-top: -10px;text-align: center;line-height: 60px;font-size: 30px;color: #FFF;font-family: Arial;font-weight: bold;}
.timeline_item .item_year {position: absolute;flex: none;font-size: 3rem;top: 50px;margin-top: -0.4em;line-height: 1em;width: 40%;right: 5%;color: var(--zt-color);font-family: 'Montserrat-Bold';}
.timeline .item_content {width: 45%;padding: 3%;background: #FFF;box-sizing: border-box;border-radius: 1rem;position: relative;/* margin-left: 5%; */}
.timeline .item_content .img {background: #FFF;}
.timeline .item_content .text {margin-top: 2rem;}
.timeline .timeline_item:nth-child(2n) .item_content {margin-left: 0; margin-right: 0;}
.timeline .timeline_item:nth-child(2n) .item_content::before {right: auto;left: -20px;transform: rotate(180deg);}
.timeline .timeline_item:nth-child(2n) .item_year {right: auto; left: 5%; text-align: right;}
.timeline .img-center {position: absolute; border-radius: 1rem;}

.new_process_box {
	.process-item {
		align-items: center; justify-content: space-between;
		.process-item-right {width: 45%;}
		.process-item-left {width: 50%; margin-top: 0;}
	}
}

.equipment_list_box {
	table {font-size: 1.6rem;line-height: 3em;border: 0px; border-bottom: 1px solid #ddd;
		thead {
			background: #ddd;
			th {font-weight: bold;border: 0px;}
		}
		tbody {
			tr {background: rgba(0,0,0,.01);}
			tr:nth-child(even) {background: #ddd;background: rgba(0, 0, 0, .03);}
			td[rowspan] {background: #eee !important;border-bottom: 1px solid #ddd; color: var(--zt-color);}
			td {border: 0px;border-right: 0px;}
		}
	}
}


.production-machines {padding-bottom: 4%;overflow: hidden;}
.key-production-machines {overflow: hidden;display: grid;gap: 2vw;grid-template-columns: repeat(3, 1fr);grid-template-columns: repeat(6, 1fr);}
.key-production-machines-item {overflow: hidden;}
.key-production-machines-item:nth-child(1) {grid-column: span 2;grid-column: span 3;}
.key-production-machines-item:nth-child(2) {grid-column: span 1;grid-column: span 3;}
.key-production-machines-item:nth-child(n+3) {grid-column: span 1;grid-column: span 2;}
.key-production-machines-item a {display: block;position: relative;overflow: hidden;}
.key-production-machines-item a::before  {content: '';width: 6rem;height: 6rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;background: url('../images/big.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.key-production-machines-item .pic {padding-bottom: 65%;}
.key-production-machines-item .text {z-index: 11; bottom: 1.25vw;line-height: 1.5em;}
.key-production-machines-item .text .parameter {font-size: 0.85vw; font-weight: normal;}
.key-production-machines-item .title-1 {color: #fff;font-weight: bold;}
.key-production-machines-item .jiantou-1 {width: .6rem;height: 1rem;position: absolute;right: 0;bottom: 5%;z-index: 11;}
.key-production-machines-item a:hover::before  {opacity: 1;}

.grid-item2 {display: grid; grid-template-columns: repeat(2, 1fr);}
.grid-item2 .item:nth-child(1),.grid-item2 .item:nth-child(2),.grid-item2 .item:nth-child(n+3) {grid-column: span 1;}

/* industries */
.lck-industries {padding: 5% 0;overflow: hidden;}
.lck-industries .index-industries-item {width: 24.6%;margin-right: .5%;margin-bottom: .5%;}
.lck-industries .index-industries-item.liii1,
.lck-industries .index-industries-item.liii2,
.lck-industries .index-industries-item.liii3 {width: 33%;margin-right: .5%;}
.lck-industries .index-industries-item.liii3,
.lck-industries .index-industries-item.liii7,
.lck-industries .index-industries-item.liii11 {margin-right: 0;}
.lck-industries .index-industries-item.liii6 {margin-right: .5%;}
.lck-industries .index-industries-item .text {width: 70%;left: 8%;top: 9%;}
.lck-industries .index-industries-item.liii1 .text,
.lck-industries .index-industries-item.liii2 .text,
.lck-industries .index-industries-item.liii3 .text {left: 6%;}

.application-global {padding: 6% 0;overflow: hidden;}
.application-global .content {overflow: hidden;}
.application-global .content:last-child {padding-top: 4%;}
.application-global-left {float: left;width: 48%;}
.application-global-left .global-left-pic {position: relative;}
.application-global-left .pic-1 {position: absolute;width: 8.6rem;height: 8.6rem;right: 10%;top: -10%;z-index: 11;}
.application-global-left .title-1 {margin-top: 4%;}
.application-global-right {float: right;width: 45%;}
.application-global-right .text-1{color: #666;}
.application-global-right .text-1 p {margin: 0;padding: 0;}
	 
.products-we-offer {padding: 6% 0;overflow: hidden;background: #f7f7f7;/* background: url('../images/bg1.jpg');*/} 
.products-we-offer-top {overflow: hidden;}
.products-we-offer-left {float: left;width: 40%;}
.products-we-offer-left .title-1{margin-top: 4%;}
.products-we-offer-left .keyworld-2 {margin-top: 8%;}
.products-we-offer-right {float: right;width: 45%;}
.keyworld-2 {overflow: hidden;}
.keyworld-2 a {float: left;display: block;width: 24.2%;margin-right:5px;margin-bottom: 5px;position: relative;background: #fff;padding: 10px 20px;box-sizing: border-box;overflow: hidden;}
.keyworld-2 a::before  {content: '';width: 3rem;height: 5rem;background: #f7f7f7;right: -5%;bottom: -95%;z-index: 1;transform: rotate(45deg);position: absolute;}
.keyworld-2 span {display: inline-block;vertical-align: middle;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.keyworld-2 span::before {content: '';width: 4px;height: 4px;border-radius: 100%;background: #ccc;display: inline-block;vertical-align: middle;margin-right: 1rem;}
.keyworld-2 a:hover {background: var(--zt-color);}
.keyworld-2 a:hover span {color: #fff;}
.products-we-offer-bottom{overflow: hidden;padding: 5% 0 0 0 ;}
.products-we-offer-bottom-left {float: left;width: 48%;}
.products-weoffer-swiper {overflow: hidden;}
.products-weoffer-item {padding-bottom: 10%;position: relative;}
.products-weoffer-item .text{position: absolute;left: 5%;bottom: 0;width: 80%;z-index: 1;}
.products-weoffer-item .text-1{position: absolute;left:10%;width: 80%;top: 50%;transform: translateY(-50%);color: #fff;}
.products-we-offer-bottom-right {float: left;margin-left: 5%;width: 40%;}
.products-weoffer-nav {overflow: hidden;margin-top: 10%;padding-left: 10%;}
.products-weoffer-nav a {display: block;position: relative;margin-bottom: 8%;}
.products-weoffer-nav strong{display: block;font-weight: normal;margin: 0;padding: 0;position: relative;}
.products-weoffer-nav strong::before {content: '';width: 5px;height: 5px;background: #cccccc;border-radius: 100%;position: absolute;left: -5%;top: 50%;transform: translateY(-50%);}
.products-weoffer-nav span{display: block;padding: 1% 0;color: #999999;}
.products-weoffer-nav a.cur strong{color: var(--zt-color);}
.products-weoffer-nav a.cur strong::before {background: var(--zt-color);}
.products-weoffer-nav a.cur span {color: #000;}

.application-case {padding: 6% 0 5% 0;overflow: hidden;background: url('../images/bg2.jpg') center top no-repeat;background-size: cover;clear: both;}
.application-case-top {position: relative;overflow: hidden;}
.application-case-top .title-1{color: #fff;width: 50%;}
.case-swiper-button {position: absolute;right: 0;bottom: 2%;text-align: right;}
.application-case-bottom {padding-top: 2%;}
.application-case-swiper {overflow: hidden;width: 100%;padding: 2% 1%;margin-left: -1%;}
.application-case-item {position: relative;}
.application-case-item a {display: block;position: relative;}
.application-case-item a::after {content: '';width: 100%;height: 100%;position: absolute;left: -2%;top: -3%;background: var(--zt-color);z-index: 1;position: absolute;transition:all .4s ease;opacity: 0;}
.application-case-item a:hover::after {opacity: 1;}
.application-case-item .img {z-index: 11;background: none;}

.what-people-said {padding: 6% 0 3% 0;overflow: hidden;}
.what-people-said-top {overflow: hidden;}
.what-people-said-bottom {overflow: visible;padding: 5% 0 0 0;}
.what-people-said-item {float: left;width: 24.2%;margin-right: 1%;margin-bottom: 3%;}
.what-people-said-item.mr0 {margin-right: 0;}
.what-people-said-item a {display: block;position: relative;}
.what-people-said-item a::before {content: '';width: 3.4rem;height: 2.4rem;position: absolute;left: 10%;top:-3%;background: url('../images/syh.png') center no-repeat;background-size: 100%;z-index: 11;}
.what-people-said-item .text {position: absolute;z-index: 11;width: 80%;top: 10%;left: 10%;}
.what-people-said-item .text-1 {color: #666666;}
.what-people-said-item .title-1 {color: #000;position: absolute;top: 70%;width: 80%;left: 10%;z-index: 12;border-top: 1px solid #e5e5e5;padding: 7% 0;}
.what-people-said-item .title-1 strong {display: block;width: 80%;}
.what-people-said-item .img {background-color: transparent;overflow: visible;}
.what-people-said-item .img-center {opacity: 0;transform: translate(-1rem,-1rem);}
.what-people-said-item .pic {box-sizing: border-box;overflow: visible;}
.what-people-said-item a:hover .title-1 strong,.what-people-said-item a:hover .text-1{color: #fff;}
.what-people-said-item a:hover::before {filter: invert(1) grayscale(100%) brightness(0.1);top:-5%;} 
.what-people-said-item a:hover .img-center {opacity:1;}

.application-ad {position: relative;overflow: hidden;margin: auto;clear: both;padding: 0 0 5% 0;}
.application-ad .content {position: relative;overflow: hidden;}
.application-adtext {color: #fff;position: absolute;left: 5%;top: 50%;transform: translateY(-50%);z-index: 1;width: 40%;}
.application-adtext .text-1 {margin-top: 2%;}
.application-ad .more {position: absolute;margin: 0;right: 5%;top: 50%;transform: translateY(-50%);}

.product-banner {position: relative;overflow: hidden;}
.product-banner .text {position: absolute;left: 10%;top: 32%;width: 20%;z-index: 11;}
.product-banner .text .title-1 strong {color: #fff;}
.product-banner .product-right-1 {position: absolute;right: 10%;top: 58%;transform: translateY(-50%);width: 40%;text-align: center;z-index: 10;}
.product-banner .product-right-1 img {max-width: 100%;height: auto;}
.product-banner .product-right-1 img.wow {opacity: 1;}
.play-3 {position: absolute;left: 10%;bottom: 20%;z-index: 11;}
.play-3 a {display: block;width: 5rem;height: 5rem;background: url('../images/play3.png') center no-repeat;background-size: 100%;}


.product-overview {padding: 5% 0;overflow: hidden;background: #f5f5f5;}
.product-overview-top {position: relative;width: 82%;margin: auto;}
.product-overview-top .right-text{position: absolute;right: 0;bottom: 2%;width: 44%;}
.product-overview-top .title {width: 50%;}
.product-overview-top .title-1 {margin-top: 4%;}
.product-overview-top .text-1{color: #666666;}
.product-overview-bottom {margin: 4% 0 2% 0;float: right;width: 91%;}
.product-overview-item {position: relative;}
.product-overview-item a {display: block;position: relative;}
.product-overview-item .text-1 {position: absolute;left: 10%;top: 10%;width: 80%;z-index: 11;}
.product-overview-item .title-1 {position: absolute;left: 10%;bottom: 14%;width: 80%;z-index: 12;}
.product-overview-item .title-1 strong{color: var(--zt-color);}
.product-overview-item .img{background-color: transparent;overflow: visible;}
.product-overview-item .pic {padding-top: 1rem;overflow: visible;}
.product-overview-item .img-center {opacity: 0;transition:all .4s ease;transform: translate(-.8rem,-.6rem);width: 100%!important;}
.product-overview-item .img-block {transition:all .4s ease;}
.product-overview-item a:hover .img-block{filter: invert(100%);}
.product-overview-item a:hover .img-center {opacity: 1;}
.product-overview-item a:hover .text-1 {color: #fff;}
.product-overview-item a:hover .title-1 strong {color: #fff;opacity: .5;}
.product-overview-swiper {overflow: visible;}

.product-team {padding: 5% 0;overflow: hidden;}
.product-team-top {width: 82%;margin: auto;position: relative;}
.product-team-top .title{width: 50%;}
.product-team-top .title-1 {margin-top: 3%;}
.team-rightbtn{position: absolute;right: 0;bottom: 5%;text-align: right;font-size: 0;}
.team-rightbtn a{display: inline-block;vertical-align: middle;text-align: center;width: 14rem;height: 6rem;line-height: 6rem;background: #f5f5f5;position: relative;overflow: hidden;}
.team-rightbtn a::before  {content: '';width: 3rem;height: 5rem;background: #f7f7f7;right: -6%;bottom: -55%;z-index: 1;transform: rotate(45deg);position: absolute;}
.team-rightbtn a.cur:last-child::before {background: #fff;}
.team-rightbtn span {color: #000;}
.team-rightbtn a.cur {background: var(--zt-color);}
.team-rightbtn a.cur span {color: #fff;}
.product-team-bottom {margin-top: 3%;overflow: hidden;}
.product-team-swiper .swiper-slide img {display: block; width: auto;max-width: none;height: 100%;}
.product-team-swiper .swiper-slide {width: auto;}
.product-team-swiper {opacity: 0;}
.product-team-type-swiper .swiper-slide-active .product-team-swiper {opacity: 1;}

.food-processing {padding: 6% 0;overflow: hidden;}
.food-processing-top {text-align: center;}
.food-processing-top .title-1{width: 60%;margin: auto;}
.food-processing-top .title-1 strong{font-weight: normal;color: var(--zt-color);}
.food-processing-top .text-1 {margin: auto;margin-top: 5%;}
.food-processing-top .text-2 {margin: auto;margin-top: 2%;color: #666;width: 80%;}
.food-processing-list {overflow: hidden;padding: 2% 0;width: 80%;margin: auto;}
.food-processing-item {float: left;width: 32.333%;margin: 1% .5%;}
.food-processing-item a {display: block;position: relative;}
.food-processing-item .img {background: none;}
.food-processing-item .img .img-center {opacity: 0;}
.food-processing-item .text {position: absolute;left: 12%;top:22%;width: 80%;text-align: left;z-index: 11;}
.food-processing-item .icon-1 {position: relative;width: 9rem;height: 9rem;}
.food-processing-item .icon-1 .img-center {max-height: 90%;}
.food-processing-item .title-2 {margin-top: 1%;margin-left: 1%;}
.food-processing-item a:hover .img .img-center {opacity: 1;}
.food-processing-item a:hover .title-2  {color: #fff;}
.food-processing-item a:hover .icon-1 img {filter: invert(1) brightness(5);}

.product-series {padding: 6% 0;overflow: hidden;background: #f5f5f5;}
.product-series-top {overflow: hidden;}
.product-series-bottom {padding: 2% 0;overflow: hidden;}

.products-weoffer {padding: 6% 0;overflow: hidden;background: #f7f7f7;}
.products-weoffer-top {overflow: hidden;}
.products-weoffer-top .title .title-1{width: 50%;}
.products-weoffer-bottom {margin-top: 1%;}

.why-choose-luk {overflow: hidden;margin-top: 3%;}
.why-choose-luk-top {overflow: hidden;}
.why-choose-luk-bottom {margin-top: 2%;overflow: hidden;}

.application-case.gallery {padding: 6% 0 3% 0;background-image: url('../images/bg5.png');background-size: cover;background-position: center;background-repeat: no-repeat;background-color: #fff;}
.application-case.gallery .title .title-1 {color: #000;width: 40%;}
.application-case-item .img::before {content: '';width: 5rem;height: 10rem;background: url('../images/bg6.jpg');right: -6%;bottom: -15%;z-index: 1;transform: rotate(45deg);position: absolute;}
.application-case.gallery .application-case-item .img::before {background: #fff;}
.application-case.gallery .swiper-button-prev,.application-case.gallery .swiper-button-next {border: 2px solid rgba(0,0,0,.5);}
.application-case.gallery .swiper-button-next::after,.application-case.gallery  .swiper-button-prev::after {color: #000;}
.application-case.gallery .swiper-button-prev:hover,.application-case.gallery .swiper-button-next:hover {border: 2px solid var(--zt-color);} 
.application-case.gallery .swiper-button-prev:hover::after,.application-case.gallery .swiper-button-next:hover::after {color: #fff;} 
.application-case.gallery .application-ad {margin: 0;}
.application-case .application-case-bottom-text {color:#999;}
.application-case.gallery .application-case-bottom-text {color:#666;}

.bgf5f5f5 {background-color: #f5f5f5!important;}
.bgf5f5f5 .application-case-item .img::before {background: #f5f5f5!important;}
.application-global-center {text-align: center;width: 70%;margin: auto;}
.application-global-center .text-1 {margin-top: 4%;overflow: hidden;color: #666;}

.key-considerations {padding: 1% 0;overflow: hidden;border-bottom: 1px solid #e7e7e7;}
.key-considerations-top {overflow: hidden;}
.key-considerations-top .title .title-1 {width: 50%;margin-bottom: 1%;}
.key-considerations-bottom {overflow: hidden;font-size: 0;display: flex;justify-content: space-between;padding: 3% 0;}
.key-considerations-bottom.num3 .key-considerations-item {width: 33%;}
.key-considerations-item {width: 10%;display: inline-block;vertical-align: middle;}
.key-considerations-item a {display: block;text-align: center;overflow: hidden;}
.key-considerations-item .img {position: relative;background: #e7e7e7;border-radius: 100%;width: 16rem;margin: auto;}
.key-considerations-item .title-2 {margin-top: 2rem;}
.key-considerations-item .text-2  {margin: auto;margin-top: 2rem;color: #666;width: 50%;}
.key-considerations-item a:hover .img-center {filter: invert(1) brightness(5);}
.key-considerations-item a:hover .img {background: var(--zt-color);}

.product-series.global {background: #fff;}
.product-series.global .title-1 {width: 74%;margin-bottom: 2%;}
.products-weoffer .content .products-we-offer-top:last-child {padding-top: 3%;position: relative;}
.products-weoffer .content .products-we-offer-top:last-child .more {position: absolute;right: 0;top: 0;margin: 0;}
.products-weoffer .process-item-right .pic::after {background: #f7f7f7;}

.whychoose-luk {padding: 5% 0;overflow: hidden;background: url('../images/bg7.jpg') center no-repeat;background-size: cover;}
.whychoose-luk-top {overflow: hidden;}
.whychoose-luk-top .title-1{width: 78%;}
.whychoose-luk-bottom {position: relative;margin-top: 1%;overflow: hidden;}
.whychoose-luk-main {overflow: hidden;padding: 1% 0 1% 3%;position: relative;margin-top: 1%;width: 80%;}
.whychoose-luk-main::before {content: '';width: 2px;height: 100%;position: absolute;left: 0;top: 0;background: #e5e5e5;}
.whychoose-luk-main .text-1{color: #666666;}
.whychoose-luk-list {margin-top: 3%;overflow: hidden;}
.whychoose-luk-item {float: left;text-align: center;margin-right: 5%;}
.whychoose-luk-item .icon-1{position: relative;width: 13rem;}
.whychoose-luk-item .title-1{margin-top: 2rem;} 




/* knowledge */
.e-catalog {padding: 5% 0;overflow: hidden;}
.e-catalog-top {position: relative;overflow: hidden;}
.e-catalog-top .title-1 {overflow: hidden;}
.e-catalog-top .text-1 {overflow: hidden;margin-top: 1%;width: 60%;}
.ecatalog-search {width: 20%;text-align: right;position: absolute;right: 0;bottom: 0;}
.ecatalog-search .search-1 {background: none;width: 100%;border: none;border-bottom: 1px solid #f5f5f5;padding: 4% 0;transition:all .4s ease;}
.ecatalog-search .search-1:focus {border-bottom: 1px solid #000;}
.ecatalog-search .searchbtn-1 {position: absolute;width: 2rem;height: 2rem;right: 0;top: 50%;transform: translateY(-50%);background: url('../images/search.png') center no-repeat;background-size: 100%;opacity: .5;}
.ecatalog-search .searchbtn-1:hover {opacity: 1;}
.e-catalog-bottom {margin-top: 3%;overflow: hidden;clear: both;}
.e-catalog-list {padding: 3% 0 0 0;overflow: hidden;}
.e-catalog-item {float: left;width: 23.5%;margin-bottom: 2%;margin-right: 2%;}
.e-catalog-item.mr0 {margin-right: 0;}
.e-catalog-item a {display: block;position: relative;overflow: hidden;}
.e-catalog-item .text {position: absolute;left: 10%;top: 50%;z-index: 20;width: 90%;transform: translateY(-50%);}
.e-catalog-item .text::after {content: '';width: 2.2rem;height: 2.2rem;background: url('../images/down.png') center no-repeat;background-size: 100%;position: absolute;right: 10%;bottom: 5%;}
.e-catalog-item .icon-1 {width: 5rem;height: 5rem;position: relative;}
.e-catalog-item .title-1 {width: 80%;font-weight: bold;margin-top: 10%;}
.e-catalog-item .img {background: none;}
.e-catalog-item a:hover {transform: translateY(-10px);}

.knowledge-faq {padding: 3% 0;overflow: hidden;}
.knowledge-faq-list {overflow: hidden;width: 104%;}
.knowledge-faq-item {background: #f5f5f5;padding: 4% 3%;overflow: hidden;float: left;width: 42%;margin-bottom: 2%;margin-right: 2%;cursor: pointer;}
.knowledge-faq-item.mr0 {margin-right: 0;}
.knowledge-faq-item .title {position: relative;overflow: hidden;}
.knowledge-faq-item .title i{font-style: normal;width: 3.6rem;height: 3.6rem;line-height: 3.6rem;text-align: center;border: 2px solid #000;border-radius: 100%;display: inline-block;vertical-align: middle;}
.knowledge-faq-item .title span{font-weight: bold;margin-left: 2rem;width: 70%;display: inline-block;vertical-align: middle;}
.knowledge-faq-item .open-1{width: 3rem;height: 3rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.knowledge-faq-item .open-1::after {content: '';width: 1rem;height: 2px;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.knowledge-faq-item .open-1::before {content: '';width: 2px;height: 1rem;background: #000;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 11;position: absolute;}
.knowledge-faq-item .text{margin-top: 3%;overflow: hidden;}
.knowledge-faq-item .text i{font-style: normal;width: 3.6rem;height: 3.6rem;line-height: 3.6rem;text-align: center;border: 2px solid var(--zt-color);border-radius: 100%;display: inline-block;vertical-align: top;color: var(--zt-color);}
.knowledge-faq-item .knowledge-faq-text{margin-left: 2rem;display: inline-block;vertical-align: top;width: 88%;color: #666666;}
.knowledge-faq-item::after {content: '';width: 5rem;height: 10rem;background: #fff;position: absolute;right: -5%;bottom: -15%;z-index: 1;transform: rotate(45deg);}
.knowledge-faq-item .clickshow {display: none;}
.knowledge-faq-item .defaultshow {display: -webkit-box;}
.knowledge-faq-item.cur .defaultshow {display: none;}
.knowledge-faq-item.cur .open-1::before {display: none;} 
.heightauto {overflow-x: hidden;overflow-y: auto;}

.third-party-verification-bottom {position: relative;}
.third-party-verification-left {float: left;width: 50%;}
.third-party-verification-right {float: right;width: 46%;margin-top: -1%;}
.third-party-verification-from {margin-top: 8%;overflow: hidden;}
.third-party-verification-from .from-2{overflow: hidden;margin-bottom: 2%;}
.third-party-verification-from ul{list-style: none;margin: 0;padding: 0;overflow: hidden;clear: both;font-size: 0;border-bottom: 1px solid #f2f2f2;padding: 2.5% 0;}
.third-party-verification-from li{list-style: none;margin: 0;padding: 0;color: #999999;display: inline-block;vertical-align: middle;width: 75%;position: relative;}
.third-party-verification-from li:first-child {width: 22%;padding-left: 3%;}
.third-party-verification-from li::before {content: '*';position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: var(--zt-color);font-size: 1.4rem;display: none;}
.third-party-verification-from li.cur::before {display: block;}
.third-party-verification-from .from-1 ul {padding: 2.5% 3%;}
.third-party-verification-from .from-1 li{width: 100%;margin-bottom: 2%;}
.third-party-verification-from .from-1 li:first-child {width: 25%;padding-left:0;}
.input-2,.textarea-2{border: none;width: 100%;color: #000;}
.textarea-2 {min-height: 60px;}
.input-2::-webkit-input-placeholder ,.textarea-2::-webkit-input-placeholder {color: #000;}
.send-message {margin-top: 5%;overflow: hidden;}
.send-message a {display: inline-block;position: relative;text-align: center;background: var(--zt-color);width: 28rem;line-height: 6rem;}
.send-message a::after {content: '';width: 3rem;height: 5rem;background: #fff;position: absolute;right: -5%;bottom: -50%;z-index: 1;transform: rotate(45deg);}
.send-message span{display: inline-block;vertical-align: middle;color: #fff;}
.send-message i{display: inline-block;vertical-align: middle;width: .6rem;height: 1rem;background-size: 100%;filter: invert(1) brightness(5) grayscale(1);margin-left: 2rem;}
.send-message a:hover {background: var(--zt-color);}

/* case */
.product-list {overflow: hidden;width:100%;margin: auto;display: grid;gap: 1vw;grid-template-columns: repeat(4, 1fr);}
.product-item {overflow: hidden;background-color: #FFF;transition: all 0.5s;}
.product-item:hover {/* background-color: #f5f6f8; */}
.product-item.tpi1 {width: 49.5%;}
.product-item.tpi3,.product-item.mr0 {margin-right: 0;}
.product-item.item1 {clear: left;}
.product-item a {display: block;position: relative;height: 100%;padding: 1vw;}
.product-item .img {/* background-color: #fff; */background-color: initial;z-index: 9;/* height: 0;padding-bottom: 66%; */}
.product-item .img .view-icon-box {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 10;width: 3vw;height: 3vw;background: var(--zt-color);color: #FFF;text-align: center;margin: auto;line-height: 3vw;border-radius: 50%;font-size: 1.2vw;transform: translateZ(0) scale(0.5);-webkit-transform: translateZ(0) scale(0.5);-ms-transform: translateZ(0) scale(0.5); opacity: 0;}

.product-item a:hover{position:relative}
.product-item a::after{content:'';position:absolute;left:0;right:0;bottom:0;margin:0 auto;width:0;height:2px;background:#142888;z-index:2;display: none;}
.product-item a:hover::after {width: 3.5vw;}
.product-item a:hover::before {opacity: 0.05;}
.product-item * {transition: all 0.5s;}
.product-item .title-1 {color: #000;position: relative;font-weight: bold;}
.product-item .title-1::before {content: '';width: 5px;height: 100%;position: absolute;left: -1rem;top: 0;/* background: #e3030d; */ display: none;}

.product-item .text {padding: 1vw;overflow: hidden;position: relative;z-index: 10;text-align: center;}
.product-item .text-1 {color: #333;margin-top: .4rem;}
/* .product-item .mark{position:absolute;left:0;bottom:0;width:100%;height:50%;z-index:2;background-image:linear-gradient(to top,#1428885e 0%,rgba(0,2,59,0) 100%);-webkit-transition:all .8s cubic-bezier(.69,.27,.45,.99);transition:all .8s cubic-bezier(.69,.27,.45,.99);opacity: 0;}
.product-item:hover .mark {opacity: 1;} */
.product-item:hover .title-1 {color: #142888;}
.product-item:hover .img img {transform: translateZ(0) scale(1.05); -webkit-transform: translateZ(0) scale(1.05); -ms-transform: translateZ(0) scale(1.05);}
.product-item:hover .view-icon-box {opacity: 1;transform: translateZ(0) scale(1);-webkit-transform: translateZ(0) scale(1);-ms-transform: translateZ(0) scale(1);}
.product-item.cur a {border-top: 2px solid #0f56a8;}
.product-item.cur a .title-1::before{left: 0;} 
.product-item.cur a .title-1 {color: #0f56a8;padding-left: 1rem;}

/* mould */
.product-mould-list{}
.mould-item{width:49%; margin-bottom: 2%; margin-right: 2%;}
.mould-item:nth-child(2n) {margin-right: 0;}
.mould-item * {transition: all 0.5s;}
.mould-item a{display:block;width:100%;height:100%}
.mould-item .mould{justify-content:space-between;background:#FFF;padding: 1vw;align-items: center;}
.mould-text{flex:1;padding: 0 1.5vw;}
.mould-imgBox{width:60%}
.mould-imgBox .img{width:100%;height:0;padding-bottom:66%;    background: inherit;}
.pro_item_title{font-size:1.3541666vw;line-height:1.875vw;color:#111111;font-weight:bold;font-family:'MonBold'}
.pro_item_text{font-size:0.8333vw;line-height:2em;color:#666666;margin-top:0.78125vw}
.mould-item:hover .pro_item_title {color: var(--zt-color);}
.mould-item:hover .mould-imgBox .img {transform: translateZ(0) scale(1.05); -webkit-transform: translateZ(0) scale(1.05); -ms-transform: translateZ(0) scale(1.05);}

/* news */
.news {padding: 5% 0 0 0;overflow: hidden;}
.news-top {position: relative;overflow: hidden;}
.news-top .ecatalog-search {bottom: auto;bottom: 3%; }
.news-content {padding: 3% 0;overflow: hidden;}
.news-list {overflow: hidden;}
.news-item {float: left;width: 23.5%;margin-bottom: 2%;margin-right: 2%;}
.news-item.mr0 {margin-right: 0;}
.news-item a {display: block;position: relative;overflow: hidden;background: #f5f5f5;}
.news-item .img {background-color: #f5f5f5;}
.news-item .pic {position: relative;overflow: hidden;}
.news-item .text {padding: 0;overflow: hidden;width: 80%;margin: 10%;}
.news-item .data-1 {color: #999999;display: none;}
.news-item .title-1 {font-weight: bold;min-height: 45px;}
.news-item .text-1 {color: #999999;margin-top: 3%;display: none;}
.news-item .data-2 {color: #999999;position: relative;overflow: hidden;margin-top: 8%;}
.news-item .data-2::after {content: '';width: .6rem;height: 1rem;position: absolute;top: 50%;transform: translateY(-50%);right:0;}
.news-item .viewmore-2 {display: none;}
.news-item a:hover .pic {transform: scale(1.05);}
.news-item a:hover .title-1 {color: var(--zt-color);}
.news-item.lni1 {width: 100%;margin-right: 0;}
.news-item.lni1 .img  {float: left;width: 50%;}
.news-item.lni1 .text {float: left;width: 40%;margin:auto;margin-left: 5%;margin-top: 5%;}
.news-item.lni1 .text-1,.news-item.lni1 .data-1,.news-item.lni1 .viewmore-2 {display: block;}
.news-item.lni1 .title-1 {margin-top: 2%;font-size: 2.4rem;min-height:auto;}
.news-item.lni1 .viewmore-2 {margin-top: 20%;}
.news-item.lni1 .data-2 {display: none;}
.news-item.lni1 .img::after {content: '';width: 10rem;height: 20rem;background: #f5f5f5;position: absolute;right: -5%;bottom: -20%;z-index: 1;transform: rotate(45deg);}
.news-item:nth-child(5),.news-item:nth-child(9) {margin-right: 0;}

.news-detail {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.news-detail-top {border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;overflow: hidden;}
.news-detail-top-left {float: left;width: 25%;}
.news-detail-top-right {float: left;width: 75%;}
.news-detail-top-right .date-1{color: var(--zt-color);}
.news-detail-top-right .title-1 h1{margin: 0;padding: 0;margin-top: 2%;}
.news-detail-center {padding: 3% 0;overflow: hidden;}
.news-detail-center-left {float: left;width: 25%;}	 
.news-detail-center-nav {overflow: hidden;margin-top:10%;}
.news-detail-center-nav a {display: block;margin: 1% 0;}
.news-detail-center-nav span {display: inline-block;position: relative;padding: 3% 0;}
.news-detail-center-nav span::after {content: '';width: 0px;height: 1px;background: var(--zt-color);position: absolute;left: 0;bottom: 0;transition:all .4s ease;}
.news-detail-center-nav a.cur span,.news-detail-center-nav a:hover span,.news-detail-center-nav:hover a.cur:hover span{color: var(--zt-color);}
.news-detail-center-nav a.cur span::after,.news-detail-center-nav a:hover span::after,.news-detail-center-nav:hover a.cur:hover span::after {display: block;width: 100%;}
.news-detail-center-nav:hover a.cur span{color: #000;}
.news-detail-center-nav:hover a.cur span::after {width: 0;}
.news-detail-center-right {float: left;width: 75%;}
.news-detail-center-main {color: #333;}
.news-detail-center .news-detail-center-main {line-height: 2em;}
.news-detail-center-main img {max-width: 100%;height: auto!important;}
.news-detail-bottom {border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;overflow: hidden;position: relative;}
.news-detail-bottom a{position: relative;display: block;}
.news-detail-bottom i{width: .6rem;height: 1rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-size: 100%;filter: invert(100%) grayscale(100%) brightness(0.5);opacity: .5;}
.news-detail-bottom a.next,.news-detail-bottom a.prev{position: absolute;top: 50%;transform: translateY(-50%);width: 40%;}
.news-detail-bottom a.next i{left: auto;right: 0;}
.news-detail-bottom span{color: #111;margin: 0 3%;width: 50%;display: inline-block;}
.news-detail-bottom a.prev{padding-left: 2rem;float: left;width: 40%;}
.news-detail-bottom a.prev i {transform: rotate(180deg) translateY(-50%) ;top: 0;}
.news-detail-bottom a.next{padding-right: 2rem;float: right;width: 40%;text-align: right;right: 0;}
.news-detail-bottom a.return {width: 10rem;height: 10rem;margin: auto;}
.news-detail-bottom a.return i{width: 2rem;height: .1rem;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;filter:none;}
.news-detail-bottom a.return i::after,.news-detail-bottom a.return i::before{content: '';width: 100%;height: .1rem;background: #000;left: 0;position: absolute;}
.news-detail-bottom a.return i::after {margin-top: 6px;}
.news-detail-bottom a.return i::before {margin-top: -6px;}
.news-detail-bottom a.return:hover {background: var(--zt-color);}
.news-detail-bottom a.return:hover i,.news-detail-bottom a.return:hover i::after,.news-detail-bottom a.return:hover i::before{background: #fff;opacity: 1;filter: none;}
.news-detail-bottom a:hover span {color: var(--zt-color);}
.news-detail-bottom a:hover i {filter: invert(0) grayscale(0) brightness(1.5);opacity: 1;}

/* 列表页页眉 */
#pages{padding: 0;margin: 80px 0;display: flex;justify-content: center;}
#pages ul {display: flex;gap: 0.5vw;margin: 0; padding: 0;}
#pages a{width: 2.667vw;height: 2.667vw;display: block;color: #999;text-align: center;transition: background-color 0.2s ease-out;display: flex;align-items: center;justify-content: center;font-size: 1.1vw;}
#pages span{margin-right: 5px}
#pages a i{ display: flex; justify-content: center; align-items: center;}
#pages a.active, #pages a:hover{background-color: #838383;color: #fff;}
#pages a.active, #pages a:hover {background-color: var(--zt-color);}
#pages li {background-color: #f3f3f3;display: flex;color: #a9a9a9;margin: 0;transition: background-color 0.2s ease-out;overflow: hidden;font-size: 18px;border-radius: 5px;}
#pages li.thisclass a {color: #fff;background-color: var(--zt-color);}
#pages p.tips {padding: 20px 0;}
.bg_gray #pages li {background: #FFF} .bg_white #pages li {background: #EEE}



/* other */

.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; background: #FFF;}
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;transform: rotate(45deg);}
.closed::after,.closed::before {content: '';background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.closed:hover {opacity: 0.5;}
.closed::after {width: 26px;height: 2px;}
.closed::before {width: 2px;height: 26px;}

.news-detail-share,.news-detail-bottom-right,.news-detail-bottom {overflow:visible;}
.social-share{font-size:16px;font-style:normal;display: inline-block;vertical-align: middle;}
.social-share *{font-family:"socialshare" !important}
.social-share a{position:relative;text-decoration:none;margin-left:10px;display:inline-block;outline:none;border: 1px solid #333;border-radius: 100%;}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share-icon {display: block;width: 4.5rem;height: 4.5rem;position: relative;opacity: .2;}
.social-share-icon:hover {opacity: 1;} 
.icon-wechat::before,.icon-weibo::before,.icon-qq::before {content: '';width: 4rem;height:4rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.icon-wechat::before{background: url('../images/n1.png') center no-repeat;z-index: 11;}
.icon-weibo::before{background: url('../images/n3.png') center no-repeat;z-index: 11;} 
.icon-qq::before{background: url('../images/n2.png') center no-repeat;z-index: 11;} 

.page-model {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.page-model .content{width: 50%;}
.page-model-top {border-bottom: 1px solid #e5e5e5;padding-bottom: 3%;overflow: hidden;}
.page-model-top h1 {margin: 0;padding: 0;}
.page-model-text {color: #666;padding: 4% 0;overflow: hidden;}
.page-model-text img {max-width: 100%;height: auto!important;}
.page-model-text p {margin: 0;padding: 0;}
.sitemap {margin-top: 12rem;overflow: hidden;padding: 6% 0;background: #f5f5f5;}
.sitemap .content{width: 80%;}
.sitemap-list {overflow: hidden;}
.sitemap-item {float: left;width: 25%;overflow: hidden;}
.sitemap-item a {display: inline-block;position: relative;padding: .4rem 0;}
.sitemap-item a::after {content: '';width: 0;height: 1px;background: var(--zt-color);position: absolute;left: 0;bottom: 0;}
.sitemap-item a:hover::after {width: 100%;}
.sitemap-item .title-1 {margin-bottom: 2rem;overflow: hidden;}
.sitemap-item ul {display: block;list-style: none;margin: 0;padding: 0;}
.sitemap-item li {display: block;list-style: none;margin: 0;padding: 0;padding: .4rem 0;}
.fengexian {clear: both;width: 100%;height: 1px;overflow: hidden;position: relative;padding: 4% 0;}
.fengexian::after {content: '';width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;top: 50%;}


.history-content::before ,.history-item-right::after,.history-content::after{opacity: 0;display: none;}
.history-content::before {width: 100%;opacity: .2;background: #999;display: block;}
.history-item-right { margin-top: 1.2%;}
.history-swiper { z-index: 11;}
.history-swiper .swiper-slide-active .chilun .left-circle {animation: circleleft 8s linear forwards;}
.history-swiper .swiper-slide-active .chilun .right-circle {animation:circleright 8s linear forwards;}
.history-item {opacity: 0;transition:all .4s ease;}
.history-swiper .swiper-slide-active .history-item {opacity: 1;}
.historybg {opacity: 0;}
.chilun {width: 70rem;height: 70rem;position: relative;overflow: hidden;}
.chilun-content{position: absolute;width: 100%;height: 100%;display: block;background: url('../images/knife.png') center no-repeat;background-size: 99%;transform: rotateX(180deg);left: 0;top: 0;}
.chilun-item {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 1;transition:all .4s ease;z-index: 11;}
.chilun-item::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;opacity: 0;}
.chilun .left {left: 0;}.chilun .right {right: 0;}
.chilun .circle {position: absolute;margin: 0;width: 70rem;height: 100%;border-radius: 100%;border: 15em solid transparent;box-sizing: border-box;transform: rotate(314deg);opacity: .5;}
.chilun .left-circle {left: 0;border-top-color: #f5f5f5;border-left-color: #f5f5f5;}
.chilun .right-circle {right: 0;border-bottom-color: #f5f5f5;border-right-color: #f5f5f5;}
.chilun .pic-1 {position: absolute;left: 50%;top: 50%;z-index: 1;width: 70%;height: 70%;border-radius: 100%;transform: translate(-50%,-50%);overflow: hidden;background-size: cover;background-position: center;background-repeat: no-repeat;}
.chilun-item::before {content: '';width:  70rem;height: 100%;position: absolute;left: 0;top: 0;background: url('../images/knife1.png') center no-repeat ;background-size: 99%;opacity: .5;z-index: 1;overflow: hidden;}
.chilun-item.right::before {right: 0;left: auto;}
.chilun .left-circle,.chilun .right-circle {opacity: 1;}
@keyframes circleright {0% {transform: rotate(315deg);}50%,100% {transform: rotate(135deg);}}
@keyframes circleleft {0%,50% {transform: rotate(315deg);}100% {transform: rotate(135deg);}} 


.industries-right-nav {position: fixed;right: 1%;top: 70%;transform: translateY(-50%);border-radius: 2.5rem;background:rgba(255,255,255,.9);z-index: 111;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);overflow: hidden;width: 4.4rem;}
.industries-right-nav,.industries-right-nav * {transition:all .4s ease;}
.industries-right-nav.cur {width: 33rem;}
.industries-right-nav.cur .text-1{transform: translateX(0);opacity: 1;}
.industries-right-nav ul,.industries-right-nav li {list-style: none;margin: 0;padding: 0;}
.industries-right-nav .num-1,.industries-right-nav .text-1 {position: relative;padding: 1rem;overflow: hidden;}
.industries-right-nav li {overflow: hidden;padding: .5rem 0;box-sizing: border-box;}
.industries-right-nav .num-1 {float: right;}
.industries-right-nav .num-1 li.cur i{background: #333333;color: #fff;}
.industries-right-nav .num-1 li.cur a i {background: var(--zt-color);color: #fff;font-weight: bold;} 
.industries-right-nav .num-1 li a {display: block;position: relative;}
.industries-right-nav .num-1 li i {width: 2.4rem;height: 2.4rem;line-height: 2.4rem;border-radius: 100%;text-align: center;background: #f2f2f2;color: #999;display: block;font-style: normal;}
.industries-right-nav .text-1 {position: absolute;right: 0;top: 0;width: 30rem;height: 100%;display: block;padding: 1rem 0;box-sizing: border-box;}
.industries-right-nav .text-1 li {line-height: 2.4rem;padding-right: 15%;}
.industries-right-nav .text-1 span {color: #666;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.industries-right-nav .text-1 li.cur a span {color: var(--zt-color);font-weight: bold;}


	 
.luk-cookies {position:fixed;z-index: 1111;left: 10%;bottom: 5%;width: 80%;transition:all .4s ease;}
.luk-cookies.cur {transform: translateY(140%);opacity:0;} 
.luk-cookies-main {background: #fff;border-radius: 4px;overflow: hidden;transition:all .4s ease; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);}
.luk-cookies-content {padding: 2% 2% ;overflow: hidden;position: relative;}
.luk-cookies-content-left {width: 60%;}
.luk-cookies-content-left .title-1 {overflow: hidden;}
.luk-cookies-content-left .title-1 strong{font-weight: 900;}
.luk-cookies-content-left .text-1 {color: #666666;margin-top: 1%;}
.luk-cookies-content-left .text-1 strong {color: var(--zt-color);}
.luk-cookies-content-right {position: absolute;right: 2%;top: 50%;transform: translateY(-50%);z-index: 11;width: 35%;text-align: right;z-index: 1;}
.luk-cookies-content-right a {display: inline-block;vertical-align: middle;margin: 0 1%;border: 1px solid var(--zt-color);border-radius: 4px;padding: 2rem 4rem;text-align: center;color: var(--zt-color);}
.luk-cookies-content-right a:hover {background: var(--zt-color);color: #fff;}
.luk-cookies-content-right a.privacy-1 {}
.luk-cookies-content-right a.accept-1 {}
.luk-cookies-content-right a.close-1 {padding: 0;border:none;border-radius:0;width: 1.6rem;height: 1.6rem;}
.luk-cookies-content-right a.close-1:hover {background: none;}
.luk-cookies-content-right a.close-1 i{width: 100%;height: 100%;position: relative;display:block;transform: rotate(45deg);}
.luk-cookies-content-right a.close-1:hover i {transform: rotate(-45deg);}
.luk-cookies-content-right a.close-1 i::before,.luk-cookies-content-right a.close-1 i::after {content: '';background: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.luk-cookies-content-right a.close-1 i::before {width: 100%;height: 2px;}
.luk-cookies-content-right a.close-1 i::after {width: 2px;height: 100%;}

  


@keyframes fadeInBigs{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{transform:scale(1.0);opacity: 0;}100%{transform:scale(1.1);opacity: 1;}}
.fadeInBigs{-webkit-animation-name:fadeInBigs;animation-name:fadeInBigs;-webkit-animation-duration:.9s;animation-duration:.9s}



@media screen and (max-width: 5120px) { 
	html{font-size: 82.5%;} 
	.viewmore-2 span::after,.news-item .data-2::after {background-size: 100%;}
	.index-who-we-are-item .img-center,.food-processing-item .img .img-center,.what-people-said-item .img-center {width: 100%!important;height: 100%!important;}
	.history-item-right .pic-1::before {opacity: 0;}
	.knowledge-faq-text .text-1 p {margin: 0;padding: 0;}
	.global-left-pic .pic-1 {display: none;}
}
@media screen and (max-width: 3840px) { 
	html{font-size: 72.5%;} 
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	
	html{font-size: 62.5%;} 
	.index-who-we-are-item .img-center,.food-processing-item .img .img-center,.what-people-said-item .img-center {width: auto!important;height: auto!important;}
}
@media screen and (max-width: 1680px) {
	html{font-size: 52.5%;} 
	.keyworld-2 a {width: 24%;}
	.products-we-offer-left .keyworld-2 a {width: 23.8%;}
}
@media screen and (max-width: 1440px) {
	html{font-size: 42.5%;} 
}
@media screen and (max-width: 1366px) {
	.keyworld-2 a {width: 23.8%;}
}
@media screen and (max-width: 1280px) {
	.about-culture .content,.about-culture-top .title-1 {width: 100%;}
	.index-industries-item .text {width: 76%;}
	.key-considerations-item .text-2 {width: 70%;}
}
@media screen and (max-width: 1152px) {
	.keyworld-2 a {width: 31.8%;}
	.products-we-offer-left .keyworld-2 a {width: 31.8%;}
	.about-culture-item .text,.process-item-left .text {margin-top: 1%;}
	.about-team-list .about-team-item {width: 48%;margin: 1%;}
	.about-team-list .about-team-item.mr0 {margin-right: 1%;}
	.message-from-item .input-1 {width: 70%;}
	.what-people-said-item {width: 32.2%;}
	.food-processing-list {width: 100%;}
	.page-nav.num2 a::after {bottom: -55%;}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 980px) {
	 
}
@media screen and (max-width: 860px) { 
	.header-logo img {width: 13.9535vw;}
	.pcshow,.header-show-nav,.process_control_box,.manufacturing-box:before,.process_control_big{display: none!important;}
	.mbshow,.menu-toggle{display: block!important;}
	.header {background: #fff;}
	.header-content {height: 7rem;}
	.header-logo {/* width: 17vw; */ filter: none;}
	.header-logo .logo-center {margin-left: 2.3256vw;}
	.logo-center {
		.en-name {font-size: 2.7907vw;}
		.cn-name {font-size: 3.2558vw;}
	}
	.footer-logo a {width: 17vw;}
	.header-center {position: fixed;left: 0;top: 0;transform: none;width: 100%;height: 100%;overflow: hidden;background: #f1f1f1;transform: translateX(100%);}
	.no-touch .header-center {transform: translateX(0);}
 	.header-nav {width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;padding-top: 7rem;}
	.header-nav ul {width: 100%;height: 100%;overflow: hidden;}
	.header-nav ul li {display: block;border-top: 1px solid #ccc;}
	.header-nav ul li a {color: #000;}
	.header-nav ul li.language {margin: 0;padding-top: 5%;}
	.header-nav ul li.language i {filter: invert(1);}
	.detail .header-nav ul li.language i {filter: invert(0);}
	.header-nav ul a.nav span {font-family: 'MonBold';}
	.header-contact,.footer-top-right,.history-item-right::after,.history-content::before,.history-content::after,.about-culture-item a:hover .img::after,.manufacturing-process-item a:hover .img::after ,.news-detail-center-left,.news-detail-bottom span,.fengexian,.whychoose-luk-main::before,.news-detail-top-left,.distribution_item::before{display: none;}
	.header-nav ul a.nav span::after {background: var(--zt-color);}
	.index-banner-text {left: 5%;width: 90%;}
	.index-banner-text strong {font-size: 5rem;}
	.title .title-1 {font-size: 4rem;margin-top: 5%;}
	.index-aboutluk-date .title-1 strong {font-size: 5.2rem;}
	.page-banner .text {left: 5%;width: 90%;}
	.page-banner .text .title-1 strong {font-size: 4rem;}
	.index-industries-item.liii1 .text, .index-industries-item.liii2 .text,.index-industries-item .text,.footer-top-left {width: 60%;}
	.application-case-top .title-1 ,.knowledge-faq-item .knowledge-faq-text,.application-case.gallery .title .title-1{width: 80%;}
	/* .content,.footer-content ,.history-swiper,.about-culture,.application-adtext,.product-banner .text,.product-overview-top,.product-team-top,.page-model .content,.sitemap .content{width: 90%;} */
	.index-who-we-are-top .title ,.index-who-we-are-top .title .title-1,.index-aboutluk-left,.index-aboutluk-right,.index-aboutluk-left .title .title-1,.index-aboutluk-date .text-1,.index-industries-item.liii1,.index-industries-item.liii2,.index-industries-item,.index-production-top .title-1,.index-news-item,.index-news-item:last-child,.index-news-item .img,.index-news-item .text,.index-faq-left,.index-faq-right,.footer-center-left,.footer-center-right,.footer-center-item .item-1,.about-company-left,.about-company-right,.history-item-left,.history-item-right,.culture-item-left,.culture-item-right,.about-team-list .about-team-item,.about-certificate-item .img,.about-certificate-item .text,.process-item-left,.process-item-right,.key-production-machines-item,.lck-industries .index-industries-item,.application-global-left,.application-global-right,.products-we-offer-left,.products-we-offer-right,.products-we-offer-bottom-left,.products-we-offer-bottom-right,.what-people-said-item,.product-overview-top .title,.e-catalog-item,.knowledge-faq-item,.news-item.lni1 .img,.news-item.lni1 .text,.news-item,.news-detail-top-right,.third-party-verification-left,.third-party-verification-right,.sitemap-item,.food-processing-item{width: 100%;float: none;margin-right: auto;}
	.whoweare-swiper-button ,.index-news-top .more,.index-news-item:last-child,.index-news-item .viewmore-2,.footer-link,.about-contact-text,.product-overview-top .right-text,.team-rightbtn,.ecatalog-search{position: relative;right: auto;bottom: auto;top: auto;left: auto;transform: none;overflow: hidden;}
	.footer-center-item:nth-child(3),.footer-center-item:last-child ,.history-item,.about-culture .content,.about-culture-top .title-1,.about-contact-text,.message-from-item li,.process-item-left .text,.key-production-machines-item.lkpm0, .key-production-machines-item.lkpm1,.lck-industries .index-industries-item.liii1, .lck-industries .index-industries-item.liii2, .lck-industries .index-industries-item.liii3,.product-overview-top .right-text,.product-team-top .title,.ecatalog-search,.news-detail-center-right,.food-processing-top .title-1,.food-processing-top .text-2,.food-processing-list,.whychoose-luk-top .title-1,.application-global-center,.product-series.global .title-1,.products-weoffer-top .title .title-1,.key-considerations-top .title .title-1,.key-considerations-bottom.num3 .key-considerations-item{width: 100%;}
	.key-considerations-item {width: 48%;margin: 3% 1%;}
	.index-aboutluk-left,.index-aboutluk-right {overflow: hidden;}
	.index-aboutluk-left .title .text-2 {font-size: 3.7209vw; line-height: 1.8em;}
	.index-news-item .text,.footer-content-top,.footer-content-center,.footer-content-bottom{padding: 5% 0;} 
	.page-nav {padding:4vw;display:grid;gap:3vw;grid-template-columns:repeat(2,1fr);}
	.page-nav a {padding: 2.5vw 0;border: 1px solid #ccc;}
	.page-nav a.cur {border: 1px solid #fff;}
	.more a {padding: 0 3rem;line-height: 6rem;width: 20rem;}
	.more a span {font-size: 3.2558vw;}
	.products-we-offer-left .keyworld-2 a {width: auto;}
	.news-item.lni1 .text,.news-item .text {padding: 5%;width: 90%;margin: auto;}
	.about-certificate-bottom,.production-machines,.application-global,.what-people-said,.news-detail {padding: 7.5vw 0;}
	.index-who-we-are ,.index-industries,.index-news,.index-faq,.page-about,.about-culture,.about-contact-text,.products-we-offer,.application-case,.product-overview ,.product-team,.e-catalog{padding: 7.5vw 0;}
	.whoweare-swiper-button ,.index-aboutluk-right,.index-industries-item,.index-news-item .viewmore-2,.index-faq-right,.footer-link,.about-company-right,.culture-item-right,.products-we-offer-right,.what-people-said-item,.product-overview-top .right-text,.team-rightbtn,.product-team-bottom,.news-detail-top-right,.food-processing-top .text-2,.food-processing-list,.food-processing-item{margin-top: 5%;}
	.about-team-list .about-team-item {margin-bottom:2%;overflow: hidden;}
	.about-company-top {grid-template-columns: auto;}
	.about-company-right {margin-left: 0;}
	.about-company-left {position: static;}
	.about-company-right .text-1 { color: #333;font-size: 3.381642vw;line-height: 5.314009vw;}
	.swiper-button-prev, .swiper-button-next {margin-left: 0;margin:0;margin-right: 3%;}
	.index-who-we-are {padding: 15% 0 25% 0;}
	.whychoose-luk-main {width: 100%;padding: 5% 0;}
	.index-who-we-are-bottom {margin-top: -15%;padding-bottom: 15%;}
	.index-who-we-are-bottom::after {content: '';width: 100%;height: 90%;background: #ccc;position: absolute;left: 0;bottom: 0;}
	.index-who-we-are-bottom .content {width:100%;}
	.index-who-we-are-swiper .swiper-pagination-progressbar-fill {background: var(--zt-color);}
	.index-aboutluk {padding: 15% 0;margin: 0;}
	.index-aboutluk-date {float: left;width: 48.5%;margin-right: 2.6%;}
	.index-aboutluk-date:nth-child(n+3) {margin-top: 2.6%;}
	.index-aboutluk-date .text {margin-top: 3.4884vw;}
	.index-aboutluk-date:nth-child(2n)  {margin-right: 0;}
	.index-aboutluk-date a {padding: 3.4884vw;}
	.index-aboutluk-date .text-1 {
		font-size: 3.2558vw;
		.date-i1 {font-size: 3.2558vw;line-height: 1.5em;}
		.date-i2 {font-size: 2.7907vw;line-height: 1.5em;}
	}
	.index_global-bottom {
		.global-content {
			width: 100%;
			.title .text-2 {font-size: 3.2558vw; line-height: 1.8em;}
			.global-data-box {
				margin-top: 4.6512vw;gap: 8.1395vw;
				.global_data_item_number {font-size: 6.9767vw;}
				.global_data_item_label {font-size: 4.6512vw;line-height: 1.2em; margin-left: 1.1628vw;}
				.global_data_item_text { font-size: 2.7907vw; line-height: 1.5em; margin-top: 1.1628vw;}
			}
		}
		.strategic-layout-map {
			width: 100%;margin-top: 5.8140vw;
		}
	}
	.about-company-bottom img.img-bg {max-width: 200%;width: 120%;}
	.product-banner .img img  {max-width: 200%;width: 200%;}
	.culture-list {gap: unset;}
	.culture-item {flex: auto; width: 48%; margin-right: 2%; margin-bottom: 2%;padding: 5vw;}
	.culture-item:nth-child(2n) {margin-right: 0;}
	.culture-box .icon-1 {font-size: 10vw; line-height: 10vw; margin-bottom: 10vw;}
	.banner_read { font-size: 6.763285vw; line-height: 9.178743vw; }
	.page-banner .banner_en{font-size:6vw;line-height:1.5em;margin-bottom:-10px;-webkit-text-stroke:0;background:-webkit-linear-gradient(top,rgb(225,225,225) 0%,rgba(0,0,0,0.01) 90%) text}
	.page_center {padding: 0 5vw;}
	.manufacturing-process .swiper-wrapper {display: flex; flex-wrap: wrap; width: 100%; box-shadow: none;}
	.manufacturing-process .swiper-slide {margin-bottom: 5vw;}
	.humanities-bottom .manufacturing-process .swiper-wrapper {flex-wrap: nowrap;}
	.humanities-bottom .manufacturing-process .swiper-slide {margin-bottom: 0vw;}
	.process-item-left .title-1 {display: flex; align-items: center;}
	.process-item-left .title-1 .number {position: relative;color:var(--zt-color);-webkit-text-fill-color:var(--zt-color);line-height:normal;top:0;margin-bottom:0;margin-right:1vw;font-family:auto; font-size: 5vw;}
	.about-customer-top {text-align: center;align-items: center;margin-bottom: 3vw;}
	.about-customer-top >div {width: 100%;}
	.partner_pc_wrap {display: block; width: 100%; margin-top: 2vw;}
	.partner_menu_box {justify-content: center;}
	.past_nav .partner_menu_box {justify-content: flex-start;}
	.partner_menu_li {padding: 1.207729vw 3.62318vw;margin: 0 1vw;}
	.past_nav .partner_menu_li {margin-bottom: 1vw;}
	.product-list {grid-template-columns: repeat(1, 1fr);gap: 2.5vw;}
	.product-item a {padding: 5vw;}
	.partner_menu_text {font-size: 3.381642vw; line-height: 7.246376vw;}
	.partner_tab { gap: 1.25vw; grid-template-columns: repeat(3, 1fr);}
	.page_head .public_title {font-size: 4.830917vw; line-height: 6.28019vw;}
	.page_head .public_text,.page_head .public_des {font-size:3.381642vw;line-height:5.314009vw;margin-top: 2vw;}
	.distribution_item {width: 100%; flex: none;margin-bottom: 3vw; padding: 5vw;}
	.g_img_text_item_box {width: 100%; margin-right: 0; margin-bottom: 2%;}
	.g_img_text_item_box:nth-child(2n) {margin-right: 0; margin-bottom: 2%;}
	.g_img_text_item_title{padding:0 3.623188vw;font-size:3.8647342vw;line-height:6.2801932vw;bottom:2.415458vw}
	.d-card-title {width: 25vw;font-size: 3.864734vw;line-height: 6.28019vw;}
	.d-card-des {padding: 0 5vw 0 8VW;font-size: 3.381642vw;line-height: 5.314009vw;}
	.pro_item_title {font-size: 4.2vw;line-height: 2em;}
	.pro_item_text {font-size: 3.38164vw; line-height: 1.8em;}
	.mould-item .mould {padding: 3vw;}
	.mould-text {padding: 1.5vw 3vw;}
	.mould-item {width: 100%; margin-right: 0; margin-bottom: 3vw;}
	.key-production-machines {grid-template-columns: repeat(1, 1fr);}
	.key-production-machines-item {grid-column: span 1 !important;}
	.key-production-machines-item .text {bottom: 3vw; line-height: 1.2em;}
	.key-production-machines-item .text .parameter {font-size: 3.381642vw; line-height: 5.314009vw;}
	.organizational-content img {max-width: 100%;}
	.index-production-top {left: 5%;}
	.index-production-bottom {right: 5%;bottom: 10%;width: 90%;}
	.footer-content-bottom {border-top: 1px solid #3c3c3c;}
	.page-nav.num6 a,.page-nav.num4 a  {width: 48%;line-height: 5rem;padding:0;border: 1px solid #ccc;box-sizing: border-box;margin: 1%;}
	.page-nav.num6 a.cur,.page-nav.num4 a.cur {border: 1px solid #fff;}
	.page-nav span {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 5%;box-sizing: border-box;}
	.page-nav.num3 a {height: 5rem;line-height: 5rem;position: relative;}
	.page-nav.num3 span {text-overflow: ellipsis;white-space: normal;overflow: visible;width: 100%;margin: auto;text-align: center;line-height: normal;position: absolute;top: 50%;transform: translateY(-50%);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
 	.page-nav a::after {bottom: -145%;}
	.page-nav.num3 a::after {bottom: -125%;}
	.about-company-data {display: block;display: flex;}
	.company-data-item {width: 49%;margin: 4% 0;}
	.about-company-bottom .play-1 {width: 8rem;height: 8rem;}
	.history-item-right {margin: 0;margin-top: 10%;margin-bottom: 10%;}
	.about-culture-item.fr .text {transform: none;}
	.about-culture-item .pic::after,.knowledge-faq-item::after {bottom: -34%;}
	.process-item-right .pic::after {bottom: -25%;}
	.keyworld-2 a::before {bottom: -75%;}
	.keyworld-2 a {width: auto;width: 48%;}
	.about-team-type {margin-top: 15%;padding-bottom: 15%;}
	.about-team-bottom {margin-top: 10%;}
	.about-certificate-item .text,.products-we-offer-bottom-right {padding: 5% 0;margin: auto;}
	.about-certificate-list .about-certificate-item {width: 48%;margin: 1%;}
	.message-from-item span {width: 30%;}
	.message-from-item .input-1 {width: 70%;}
	.about-contact-message,.whychoose-luk-item {margin-bottom: 10%;}
	.send-2 {margin: 0;margin-top: 5%;}
	.index-industries-item.liii1 .text, .index-industries-item.liii2 .text, .index-industries-item .text, .footer-top-left,.lck-industries .index-industries-item .text {width: 100%;}
	.lck-industries .index-industries-item.liii1 .text, .lck-industries .index-industries-item.liii2 .text, .lck-industries .index-industries-item.liii3 .text,.lck-industries .index-industries-item .text {left: 5%;}
	.what-people-said-bottom {overflow: hidden;}
	.application-ad .content{background: #333;padding: 10% 0 0 0;}
	.application-ad .more {right: auto;top: auto;transform: none;bottom: auto;left:auto;position: relative;width: 90%;margin: 5% auto;}
	.application-adtext {top:auto;transform: none;position: relative;}
	.product-banner .product-right-1 {right: 10%;top: auto;transform: none;bottom: 10%;}
	.product-overview-bottom {width: 95%;}
	.team-rightbtn {text-align: left;}
	.team-rightbtn a {margin-left: 0;}
	.product-team-swiper .swiper-slide img {height: 150px; width: auto;max-width: 100%;}
	.product-team-swiper .swiper-slide {height: auto;width: auto;}
	.knowledge-faq-item {box-sizing: border-box;width: 94%;}
	.news-item.lni1 .img::after {bottom: -40%;}
	.news-item .title-1 {min-height: auto;}
	.news-detail {background: #FFF;}
	.news-detail,.page-model,.sitemap {margin-top: 7rem;}
	.news-detail-bottom a.prev i {margin-top: -2rem;}
	.news-detail-bottom i {width: 1.6rem;height: 2rem;}
	.news-detail-top-right .title-1 h1 {margin-top:0;font-size:5.2vw;line-height:1.5em;margin-bottom:2vw;}
	.news-detail-top-right {display:flex;flex-wrap:wrap;flex-direction:column-reverse;}
	.news-detail-center .news-detail-center-main {font-size: 3.381642vw;line-height: 7.246376vw;color: #333;}
	.news-detail-top-right .date-1 {font-size: 3.381642vw; line-height: 5.314009vw;}
	.sitemap-item {border-bottom: 1px solid #ccc;padding: 3% 0;}
	.chilun,.mould-imgBox {width: 100%;height: auto;}
	.chilun-item::before {opacity: .5;}
	.chilun-item::before,.chilun .circle {width: 200%;}
	.chilun-item {width: 50%;}
	.chilun .circle {border: 10em solid transparent;mix-blend-mode: difference;}
	.chilun .left-circle {border-top-color: #f5f5f5;border-left-color: #f5f5f5;}
	.chilun .right-circle {border-bottom-color: #f5f5f5;border-right-color: #f5f5f5;}
	.products-weoffer .content .products-we-offer-top:last-child .more {position: relative;}
	.key-considerations-bottom {display: block;justify-content: space-between;}
	.key-considerations-bottom.num3 .key-considerations-item {margin-top: 5%;}
	.page-nav.num2 a::after {bottom: -210%;}
	.application-global-left .pic-1 {top: -15%;}
	.index-aboutluk-img::after {bottom: -54%;} 
	.index-faq-img::after {bottom: -35%;}
	.header.scroll-down .header-content, .header.scroll-top .header-content {height: 7em;}
	.e-catalog-top .text-1 {margin-top: 3%;width: 100%;}
	.header.black i img{filter: invert(0);}
	.header-nav ul a.nav {display: block;width: 100%;padding: 0;}
	.more {position: relative!important;right: auto!important;top: auto!important;}
	.index-production-bottom .text-1 { padding: 5% 0 1% 0;}
	.luk-cookies { left: 5%; width: 90%;}
	.luk-cookies-content-left {width: 100%;}
	.luk-cookies-content-right {position: relative;right: auto;top: auto;transform: none;width: 100%;text-align: left;margin-top: 3%;}
	.luk-cookies-content {padding:5%;}
	.show-language {left: 50%;margin-left: -9rem;}
	.application-global-right {margin-top: 10%;}
	.products-we-offer-left .keyworld-2 a {width: 48%;}
	.no-touch .header.scroll-down .header-nav ul li.language i,.no-touch .header.scroll-top .header-nav ul li.language i {filter: invert(0);}
	.page-banner {margin-top: 7rem;height: 56vw;}
	#pages a {width: 7.5vw; height: 7.5vw;font-size: 3.8vw;}
	.index-production img { max-width: 320%; width: 320%;}
	.manufacturing-process {
		.wrapper-list {
			flex-wrap: wrap; margin-bottom: 0px;
			.process-slide {
				flex: auto; width: 100%; margin-right: 0;margin-bottom: 25px;
				.process-item-arrow {
					right: 50%; top: calc(100% + 10px); transform: translateX(50%) translateY(-50%);
					.iconfont {transform: rotate(90deg); display: block;}
				}
				.process-item-left .text-1 {font-size: 15px; line-height: 1.8em;}
			}
			.process-slide:nth-child(4) {margin-right: 0 !important;}
		}
	}
	.culture-core-list {
		flex-wrap: wrap;gap:0;
		.core-item {flex: none;width: calc(50% - 1%); margin-right: 2%;margin-bottom: 2%; padding: 5vw;}
		.core-item::before {left: 3vw; top: 3vw;}
		.core-item:nth-child(2n) {margin-right: 0;}
	}
	.culture-box .title-1,.culture-core-list .core-item .title-1 {font-size: 17px;}
	.culture-box .text-1,.culture-core-list .core-item .text-1 {font-size: 14px; line-height: 1.5em;}
	.manufacturing-box {overflow: hidden;}
	.footer-center-right {display: none;}
	.new_process_box {padding: 6rem 0;}
	.new_process_box::before {left: 5%;}
	.timeline .timeline_item {justify-content: flex-end;margin-left: 0;}
	.timeline_item .item_year {font-size: 3rem; top: 8%; left: -1.5%; display: none;}
		.timeline .item_content {width: 80%;padding: 5%;}
		.timeline .timeline_item .item_content::before {right: auto; left: -20px; transform: rotate(180deg);}
		.timeline .timeline_item:nth-child(2n) .item_content {margin-left: 0;margin-right:0}
		.timeline .timeline_item:nth-child(2n) .item_year {right: auto; left: -1.5%; text-align: left;}
		.timeline_item .item_station { left: 5%; width: 50px; height: 50px; margin-left: -25px; line-height: 50px; font-size: 20px;}
		.process-content .process-item-right, .process-content .process-item-left {
		    width: 100% !important;
		}
		.process-item-left .text-1 {font-size: 15px; line-height: 1.8em;}
	.page-history {padding: 6% 0 15%;}
	.history_box .h_content_box .h_content {padding: 30px 15%;}
	.h_content .h-cont {font-size: 16px;margin-bottom: 15px; padding-bottom: 15px;}
	.h_content .h-time { font-size: 20px;}
	.h_content_box .arrow {left: 90%;width: 45px; height: 45px;line-height: 45px;}
	.h_content_box .arrow i {font-size: 14px;}
	.h_content_box .arrow-left { right: 90%; left: auto;}
	.h_content_list .history-year {font-size: 14px;    height: 55px;}
	.about-certificate-item .awards-text .title-1 {font-size: 16px; line-height: 1.6em;}
}
 

/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
}

/* iPad x*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
/* iPad y */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header-logo {width: 13%;}
}

 
 