@charset "UTF-8";

          h1,
.h1 {
font-size: 5.6rem;
font-weight: 700;
line-height: 1em;
}
h2,
.h2 {
font-size: 4.8rem;
font-weight: 500;
line-height: 1em;
}
h3,
.h3 {
font-size: 4rem;
font-weight: 700;
line-height: 1em;
}
h4,
.h4 {
font-size: 2.4rem;
font-weight: 700;
line-height: 1.5em;
}
h5,
.h5 {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.5em;
}
.txt-fst {
font-size: 1.8rem;
line-height: 2em;
font-weight: 300;
}
.desc-fst {
font-size: 2.4rem;
line-height: 1.5em;
font-weight: 300;
}
.txt-2nd {
font-size: 1.6rem;
line-height: 2em;
}
.tit-big {
font-size: 7.2rem;
line-height: 1em;
font-weight: 700;
}
.tit-fst {
font-size: 3.6rem;
line-height: 1.5em;
font-weight: 700;
}
.txt-banner {
font-size: 3.6rem;
line-height: 2em;
font-weight: 300;
}
.txt-sml {
font-size: 1.4rem;
line-height: 1.71em;
color: rgba(61, 61, 61, 0.3);
}
.txt-18 {
font-size: 1.8rem;
line-height: 1.5em;
} @media screen and (max-width: 1280px) {
h1,
.h1 {
font-size: 6rem;
}
h2,
.h2 {
font-size: 4rem;
}
h3,
.h3 {
font-size: 2.8rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
.tit-big {
font-size: 4.5rem;
}
.tit-fst {
font-size: 2.2rem;
}
}
@media screen and (max-width: 810px) {
h1,
.h1 {
font-size: 5rem;
}
h2,
.h2 {
font-size: 3.2rem;
}
h3,
.h3 {
font-size: 2.4rem;
}
h4,
.h4 {
font-size: 2rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
.tit-big {
font-size: 3.8rem;
}
.tit-fst {
font-size: 2rem;
}
}
@media screen and (max-width: 600px) {
h1,
.h1 {
font-size: 4rem;
}
h2,
.h2 {
font-size: 2.6rem;
}
h3,
.h3 {
font-size: 2.2rem;
}
h4,
.h4 {
font-size: 1.8rem;
}
.tit-big {
font-size: 3.2rem;
}
.tit-fst {
font-size: 1.8rem;
}
}   html,
body {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
:focus {
outline: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
margin-bottom: 0;
}
a {
text-decoration: none;
color: #ed9d1b;
}
img {
max-width: 100%;
height: auto;
}
* {
box-sizing: border-box;
}
::selection {
background: #ed9d1b;
color: #fff;
}   .dn {
display: none;
}
.di {
display: inline;
}
.db {
display: block;
}
.dib {
display: inline-block;
}
.df {
display: flex;
}
.dg {
display: grid;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}
.tl {
text-align: left;
}
.tj {
text-align: justify;
}
.left-full {
margin-left: calc((100% - var(--main_w) / 2) * -1);
padding-left: calc((100% - var(--main_w) / 2));
}
.right-full {
margin-right: calc((100% - var(--main_w) / 2) * -1);
padding-right: calc((100% - var(--main_w) / 2));
}   @font-face {
font-family: "iconfont"; src: url(//at.alicdn.com/t/c/font_4056199_hj77mwqc6ve.woff2?t=1688983816666)
format("woff2"),
url(//at.alicdn.com/t/c/font_4056199_hj77mwqc6ve.woff?t=1688983816666)
format("woff"),
url(//at.alicdn.com/t/c/font_4056199_hj77mwqc6ve.ttf?t=1688983816666)
format("truetype");
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}   html {
font-size: 10px;
letter-spacing: 0.2px;
}
body {
display: flex;
flex-flow: column;
min-height: 100vh;
background: #fff;
font-family: "Poppins", sans-serif;
font-size: 1.6rem;
line-height: 1.5em;
color: #3d3d3d;
overflow-x: hidden;
--main_w: 152rem;
}
.xz-container {
flex: 1;
}
.xz-main {
width: var(--main_w);
margin: 0 auto;
} @media screen and (max-width: 1600px) {
body {
--home_w: 130rem;
--main_w: 120rem;
}
}
@media screen and (max-width: 1440px) {
html {
font-size: 9px;
}
body {
--home_w: 90vw;
--main_w: 90vw;
}
}
@media screen and (max-width: 1280px) {
body {
--home_w: 95vw;
--main_w: 95vw;
}
}
@media screen and (max-width: 1024px) {
body {
--home_w: 90vw;
--main_w: 90vw;
}
}
@media screen and (max-width: 810px) {
body {
--home_w: calc(100vw - 4rem);
--main_w: calc(100vw - 4rem);
}
}
@media screen and (max-width: 600px) {
html {
font-size: 8.5px;
}
body {
--home_w: calc(100vw - 3rem);
--main_w: calc(100vw - 3rem);
}
}
:root {
--mb-button-size: 60px;
--mb-bar-width: 0.6;
--mb-bar-height: 4px;
--mb-bar-spacing: 10px;
--mb-animate-timeout: 0.4s;
}
.mburger {
background: 0 0;
border: none;
border-radius: 0;
color: inherit;
display: inline-block;
position: relative;
box-sizing: border-box;
height: var(--mb-button-size);
padding: 0 0 0 var(--mb-button-size);
margin: 0;
line-height: var(--mb-button-size);
vertical-align: middle;
appearance: none;
outline: 0;
cursor: pointer;
}
.mburger b {
display: block;
position: absolute;
left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
width: calc(var(--mb-button-size) * var(--mb-bar-width));
height: var(--mb-bar-height);
border-radius: calc(var(--mb-bar-height) / 2);
background: currentColor;
color: inherit;
opacity: 1;
}
.mburger b:nth-of-type(1) {
bottom: calc(50% + var(--mb-bar-spacing));
transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger b:nth-of-type(2) {
top: calc(50% - (var(--mb-bar-height) / 2));
transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
top: calc(50% + var(--mb-bar-spacing));
transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mm-ocd-opened .mburger b:nth-of-type(1) {
bottom: calc(50% - (var(--mb-bar-height) / 2));
transform: rotate(45deg);
}
.mm-ocd-opened .mburger b:nth-of-type(2) {
opacity: 0;
}
.mm-ocd-opened .mburger b:nth-of-type(3) {
top: calc(50% - (var(--mb-bar-height) / 2));
transform: rotate(-45deg);
}
.mburger--squeeze b:nth-of-type(1) {
transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
transition-delay: 0.1s, 0s;
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(1) {
transition-delay: calc(var(--mb-animate-timeout) + 0s),
calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(2) {
transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(3) {
transition-delay: calc(var(--mb-animate-timeout) + 0s),
calc(var(--mb-animate-timeout) + 0.1s);
}
body {
--menu_h: 12rem;
}
.xz-header {
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 999;
transition: all 0.5s ease;
background: #f8f8f8;
}
.xz-header .xz-head-main {
display: flex;
align-items: center;
height: var(--menu_h);
}
.home-head {
background: transparent;
top: var(--menu_h);
} .mh-sticky.mh-unpinned {
transform: translate3d(0, -120%, 0);
} .menu-main-container {
margin-left: auto;
}
#menu-main {
display: flex;
flex-flow: row nowrap;
transition: all 0.3s ease;
justify-content: space-between;
}
#menu-main > li {
height: var(--menu_h);
position: relative;
margin-left: 6rem;
}
#menu-main > li > a {
font-weight: 500;
color: #3d3d3d;
font-size: 1.8rem;
display: flex;
align-items: center;
line-height: var(--menu_h);
transition: color 0.3s ease;
position: relative;
white-space: nowrap;
}
.min #menu-main > li > a,
.detail_page_header #menu-main > li > a {
color: rgba(61, 61, 61, 0.7);
}
#menu-main > li.current-menu-item > a,
#menu-main > li.current-menu-parent > a,
#menu-main > li.current-menu-ancestor > a,
#menu-main > li:hover > a {
color: #ed9d1b;
} #menu-main > li > .sub-menu {
position: absolute;
display: none;
top: calc(var(--menu_h) - 1px);
min-width: calc(100% + 6rem);
left: -3rem;
padding: 1.6rem 1.5rem;
background: #fff;
box-shadow: 0px 34px 70px 0px rgba(49, 54, 58, 0.15);
border-radius: 0 0 4px 4px;
transition: box-shadow 0.3s ease;
z-index: 2;
}
#menu-main > li > .sub-menu > li > a {
color: rgba(61, 61, 61, 0.7);
white-space: nowrap;
display: block;
line-height: 2rem;
border-radius: 2px;
font-size: 1.6rem;
padding: 0.8rem 1.5rem;
transition: all 0.3s ease;
}
#menu-main > li > .sub-menu > li > a:hover {
background: rgba(237, 157, 27, 0.1);
}
@media screen and (max-width: 1600px) {
#menu-main > li {
margin-left: 5rem;
}
}
@media screen and (max-width: 1440px) {
body {
--menu_h: 10rem;
}
#menu-main > li {
margin-left: 4rem;
}
.xz-header .xz-btn {
min-width: 12rem;
}
}
@media screen and (max-width: 1280px) {
body {
--menu_h: 8rem;
}
#menu-main > li > a {
font-size: 1.6rem;
}
#menu-main > li > .sub-menu > li > a {
font-size: 1.4rem;
}
#menu-main > li {
margin-left: 3.5rem;
}
.xz-header .xz-btn {
min-width: 11rem;
}
}
@media screen and (max-width: 1024px) {
body {
--menu_h: 6rem;
}
.xz-header {
position: sticky;
background-color: #fff;
box-shadow: 0px 34px 70px 0px rgba(49, 54, 58, 0.15);
}
.xz-header .xz-btn {
display: none;
}
#menu-main {
display: block;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
width: 30%;
height: calc(100vh + 6rem);
padding: 4rem 2rem;
box-sizing: border-box;
transform: translateX(-140%);
top: 0;
left: 0;
transition: all 0.4s;
background: #fff;
box-shadow: 0px 34px 70px 0px rgba(49, 54, 58, 0.15);
z-index: 999;
}
#menu-main.show {
transform: translateX(0);
}
.mh-unpinned #menu-main {
padding-top: 10rem;
}
#menu-main > li {
position: relative;
width: 100%;
height: auto;
margin-bottom: 1.6rem;
margin-left: 0;
}
#menu-main > li > a {
line-height: 3rem;
display: inline-block;
position: static;
color: rgba(37, 41, 56, 0.8);
padding-bottom: 0;
white-space: normal;
}
#menu-main > li.current-menu-item > a,
#menu-main > li.current-menu-parent > a,
#menu-main > li.current-menu-ancestor > a,
#menu-main > li:hover > a {
color: #ed9d1b !important;
}
#menu-main > li.current-menu-item > a::before,
#menu-main > li.current-menu-parent > a::before,
#menu-main > li.current-menu-ancestor > a::before,
#menu-main > li:hover > a::before {
display: none;
}
#menu-main > li > .sub-menu {
display: none;
position: static;
background: transparent;
box-shadow: none;
padding: 0 !important;
min-width: 100%;
}
#menu-main > li > .sub-menu a {
white-space: normal !important;
}
#menu-main .current-menu-ancestor .sub-menu,
#menu-main .current-menu-parent .sub-menu,
#menu-main .current-menu-item .sub-menu {
display: block;
}
}
@media screen and (max-width: 800px) {
#menu-main {
width: 50%;
}
}
@media screen and (max-width: 600px) {
#menu-main {
width: 66.66%;
}
}
.lang-x {
display: flex;
cursor: pointer;
position: relative;
margin-left: 6.9%;
height: var(--menu_h);
}
.lang-x a {
color: #3d3d3d;
}
.xz-lang {
display: flex;
flex-direction: row;
align-items: center;
transition: all 0.3s ease;
}
.xz-lang .iconfont {
font-size: 2.4rem;
}
.xz-lang .dang-ang {
margin-left: 0.6rem;
}
.menu-language-container {
position: absolute;
top: calc(var(--menu_h) - 1px);
min-width: calc(100% + 6rem);
left: -3rem;
padding: 1.6rem 1.5rem;
display: none;
overflow: hidden;
background: #fff;
box-shadow: 0px 34px 70px 0px rgba(49, 54, 58, 0.15);
border-radius: 0 0 0.4rem 0.4rem;
padding-bottom: 1rem;
z-index: 999;
}
#menu-language a {
font-size: 1.6rem;
line-height: 2rem;
border-radius: 2px;
padding: 0.8rem 1.5rem;
text-align: center;
white-space: nowrap;
display: block;
transition: all 0.3s ease;
color: rgba(61, 61, 61, 0.7);
}
#menu-language a:hover {
background: rgba(237, 157, 27, 0.1);
}
@media screen and (max-width: 1080px) {
.lang-x {
display: none;
}
}
.xz-logo-a {
display: block;
position: relative;
transition: all 0.3s ease;
align-self: center;
}
.xz-logo-a:hover {
transform: scale(0.95);
filter: brightness(1.1);
}
.xz-logo-a:active {
transform: scale(0.9);
}
.xz-logo {
transition: all 0.3s ease;
display: block;
max-width: 9rem;
height: auto;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
}
@media screen and (max-width: 1680px) {
.xz-logo {
max-width: 22rem;
}
}
@media screen and (max-width: 1440px) {
.xz-logo {
max-width: 10rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}
@media screen and (max-width: 1024px) {
.xz-logo {
max-width: 4rem;
}
}
.mburger {
--mb-button-size: 3.5rem;
--mb-bar-spacing: 5px;
--mb-bar-height: 1.5px;
display: none;
color: #3d3d3d;
}
@media screen and (max-width: 1024px) {
.mburger {
display: block;
}
}
#form-btn {
margin-left: 0.7rem;
margin-right: 0.7rem;
}
#header-search-btn {
flex: none;
color: #3d3d3d;
width: 4.8rem;
height: 4.8rem;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1rem;
}
#header-search-btn .iconfont {
font-size: 2.4rem;
}
#header-search-btn:hover {
background-color: #ed9d1b;
color: #fff;
}
@media screen and (max-width: 1440px) {
#header-search-btn {
width: 3.8rem;
height: 3.8rem;
font-size: 1.4rem;
}
}
@media screen and (max-width: 1080px) {
#header-search-btn {
margin-left: 6%;
}
}
@media screen and (max-width: 1024px) {
#header-search-btn {
margin-left: 0;
margin-right: 0;
color: #ed9d1b;
}
#header-search-btn:hover {
background-color: #ed9d1b;
color: #fff;
}
} .xz-btn {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 1.5rem;
height: 6.4rem;
min-width: 25rem;
padding: 0 2rem;
border: none;
border-radius: 0.4rem;
color: #fff;
background: #ed9d1b;
font-size: 1.8rem;
font-weight: 700;
transition: all 0.3s ease;
white-space: nowrap;
}
.xz-btn i {
transition: all 0.5s ease;
font-size: 2rem;
}
.xz-btn:hover {
background: #3d3d3d;
color: #ed9d1b;
}
.xz-btn:hover i {
transform: translateX(0.5rem);
}
.xz-btn:active {
transform: scale(0.95);
}
.xz-btn--s {
height: 4.8rem;
min-width: 0 !important;
gap: 1rem !important;
font-size: 1.4rem !important;
width: auto;
padding-left: 1.6rem;
padding-right: 1.6rem;
background: #151515;
}
.xz-btn--s i {
font-size: 2.4rem;
}
.xz-btn--m {
height: 3.4rem;
padding: 0 3.4rem;
width: auto;
gap: 1rem !important;
font-size: 1.4rem !important;
}
.xz-btn--m i {
font-size: 2.4rem;
}
.xz-btn--l {
height: 6.4rem;
min-width: 30rem;
font-size: 1.8rem;
}
.xz-btn--l i {
font-size: 2.4rem;
}
.xz-btn--light {
color: #3d3d3d;
background: #fff;
}
.xz-btn--light:hover {
background: #3d3d3d;
color: #fff;
}
.xz-btn--dark {
background: #3d3d3d;
color: #fff;
font-weight: 600;
font-size: 1.6rem;
}
.xz-btn--dark:hover {
background: #ed9d1b;
color: #3d3d3d;
}
.xz-btn--border {
border: solid 1px #ed9d1b;
color: #ed9d1b;
background: transparent;
}
.xz-btn--border:hover {
background: #ed9d1b;
color: #fff;
}
.xz-btn-border-std {
border: solid 1px #dddddd;
color: #3d3d3d;
width: auto;
background: #fff;
font-weight: 400;
transition: all 0.3s ease;
}
.xz-btn-border-std:hover {
background: #ed9d1b;
color: #3d3d3d;
}
.xz-btn-border-std i {
font-size: 2.4rem;
}
.xz-btn-std {
width: auto;
padding: 0 3rem;
color: #3d3d3d;
font-weight: 400;
transition: all 0.3s ease;
font-size: 1.6rem;
min-width: 0;
}
.xz-btn-std i {
font-size: 2.4rem;
}
.xz-btn--white {
border: solid 1px #fff;
color: #fff;
background: transparent;
}
.xz-btn--white:hover {
background: #ed9d1b;
color: #fff;
border-color: #ed9d1b;
}
.xz-btns {
display: flex;
gap: 2rem;
}
@media screen and (max-width: 1024px) {
.xz-btn {
gap: 2.5rem;
height: 5rem;
min-width: 22rem;
}
.xz-btn--s {
height: 3.8rem;
padding: 0 1.2rem;
}
.xz-btn--l {
height: 5.6rem;
min-width: 26rem;
}
.xz-btns {
display: flex;
gap: 1.5rem;
}
}
@media screen and (max-width: 820px) {
.xz-btn {
gap: 2rem;
height: 4rem;
min-width: 16rem;
font-size: 1.4rem;
}
.xz-btn--s {
height: 3.2rem;
padding: 0 1rem;
}
.xz-btn--l {
height: 5rem;
min-width: 20rem;
font-size: 1.6rem;
}
.xz-btns {
display: flex;
gap: 1rem;
}
}
.toppic {
position: relative;
}
.toppic img {
display: block;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
min-height: 30rem;
object-fit: cover;
}
.toppic .xz-main {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.toppic_content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(61, 61, 61, 0.302);
}
.toppic_tit {
color: #fff;
text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
.toppic img {
min-height: 25rem;
}
}
@media screen and (max-width: 820px) {
.toppic img {
min-height: 20rem;
}
}
@media screen and (max-width: 600px) {
.toppic img {
min-height: 16rem;
}
}
div.breadcrumbs-x {
margin-top: 1.8rem;
margin-bottom: 5.9rem;
}
#breadcrumbs {
margin: 0;
line-height: 2em;
color: rgba(61, 61, 61, 0.7);
font-size: 1.6rem;
white-space: nowrap;
}
#breadcrumbs a {
color: inherit;
transition: all 0.3s ease;
max-width: 24rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#breadcrumbs a:hover {
color: #ed9d1b;
}
#breadcrumbs span {
display: inline-flex;
align-items: center;
gap: 0.8rem;
}
#breadcrumbs .breadcrumb_last {
max-width: 24rem;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#breadcrumbs:before {
content: "\eb0f";
font-family: iconfont;
font-size: 2rem;
color: #231815;
margin-right: 1.2rem;
}
@media screen and (max-width: 1024px) {
.breadcrumbs-x {
display: none;
}
} .btn-g {
margin: 5rem 0;
}
.btn-g ul,
.btn-g.xz-tab-tit-x {
display: flex;
justify-content: space-between;
background: #f8f8f8;
border-radius: 2px;
}
.btn-g li {
flex: 1;
border-radius: 2px;
margin: 0 !important;
overflow: hidden;
position: relative;
white-space: nowrap;
}
.btn-g li:not(:last-child):after {
content: "";
display: block;
background: #ddd;
position: absolute;
width: 1px;
height: 2.4rem;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.btn-g li > * {
display: block;
text-align: center;
font-size: 1.6rem;
line-height: 2em;
color: #3d3d3d;
padding: 2rem 2rem 1.2rem;
font-weight: 700;
transition: all 0.3s ease;
margin: 0;
}
.btn-g li:hover:after {
display: none;
}
.btn-g li:hover > * {
background: rgba(237, 157, 27, 0.75);
}
.btn-g li.current-menu-item:after,
.btn-g li.current:after {
display: none;
}
.btn-g li.current-menu-item > *,
.btn-g li.current > * {
background: #ed9d1b;
} @media screen and (max-width: 1440px) {
.btn-g ul,
.btn-g.xz-tab-tit-x {
justify-content: flex-start;
overflow-x: auto;
}
.btn-g li {
flex: 1 0 auto;
}
}
@media screen and (max-width: 1024px) {
.xz-container {
margin-top: 5rem;
}
}
@media screen and (max-width: 600px) {
.xz-container {
margin-top: 3rem;
}
}@media screen and (max-width: 1650px) {
.xz-container .menu-about-container .menu li {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.xz-Assemblyvideo .inpage_nav-links {
margin-bottom: 3rem;
}
.xz-EngineeringCases .inpage_nav-links {
margin-bottom: 3rem;
}
.xz-equiment .menu-about-container .menu li {
padding: 0;
}
.xz-Factorydisplay .menu-about-container .menu li {
padding: 0;
}
.xz-Patent .menu-about-container .menu li {
padding: 0 !important;
}
.xz-aboutus .menu-about-container .menu li {
padding-left: 6rem;
padding-right: 6rem;
}
.xz-control .menu-about-container .menu li {
padding-left: 6rem;
padding-right: 6rem;
}
.xz-control .menu-about-container .menu {
margin-bottom: 2.7rem;
}
.xz-serve .faq-box {
padding: 0 1rem;
margin-bottom: 5rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 90%;
}
.xz-serve .faq-tit {
margin-top: 5rem;
}
}
@media screen and (max-width: 1440px) {
.xz-container .page-inpage {
margin-bottom: 3rem;
}
.xz-container .menu-about-container .menu li {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item:before {
top: 73%;
}
.xz-Assemblyvideo .inpage_nav-links {
margin-bottom: 2rem;
}
.xz-aboutus .CompanyProfile {
margin: 3rem 0 3rem;
font-size: 4.3rem;
}
.xz-aboutus .menu-about-container .menu li {
padding-left: 4rem;
padding-right: 4rem;
text-align: center;
}
.xz-aboutus .CompanyProfile-box .Profile-left {
padding-right: 3rem;
}
.xz-control .menu-about-container .menu li {
padding-left: 4rem;
padding-right: 4rem;
}
.xz-Patent .xz-main .page-inpage {
margin-bottom: 4rem;
}
.xz-serve .wp-block-columns {
padding-top: 7rem;
gap: 5rem;
}
.xz-serve .faq-box {
padding: 0 1rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 90%;
top: -1rem;
}
.xz-serve .faq-tit {
margin: 4.5rem 0 2rem;
}
.xz-contactus .contactus-pic {
padding-bottom: 2rem;
}
.xz-home .home-content .wp-block-columns .wp-block-column .homeone {
padding: 2rem 2rem 2rem 0 !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .top {
font-size: 42px !important;
}
.xz-home .home-content .wp-container-7 {
padding-top: 5.4rem !important;
}
}
@media screen and (max-width: 1280px) {
.xz-container .menu-about-container .menu li {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.xz-container .menu-about-container {
margin-top: 3rem !important;
}
.xz-container .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-container .menu-about-container .menu li {
white-space: nowrap;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item:before {
top: 69%;
}
.xz-Assemblyvideo .menu-menu-container {
display: flex;
justify-content: space-around;
}
.xz-EngineeringCases .xz-gallery-block .xz-gallery-item:before {
top: 69%;
}
.xz-EngineeringCases .menu-menu-container {
display: flex;
justify-content: space-around;
}
.xz-Patent .menu-about-container {
margin-top: 2rem !important;
}
.xz-Patent .xz-gallery-block {
gap: 1rem !important;
margin-top: 2rem;
}
.xz-Patent .xz-gallery-block .xz-gallery-item p {
padding: 1rem 0 !important;
font-size: 16px !important;
line-height: 30px !important;
}
.xz-aboutus .content {
margin-top: 2rem;
}
.xz-aboutus .menu-about-container .menu li {
padding-left: 2rem;
padding-right: 2rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left {
padding-right: 5rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left .CompanyProfile {
font-size: 4rem;
margin: 0;
padding: 2rem 0;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(2) {
padding-bottom: 3rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(3) {
padding-bottom: 3rem;
}
.xz-control .menu-about-container .menu li {
padding-left: 3rem;
padding-right: 3rem;
}
.xz-control .menu-about-container .menu {
margin-bottom: 2rem;
}
.xz-serve .wp-block-columns {
gap: 3rem;
padding-bottom: 1rem;
padding-top: 6rem;
}
.xz-serve .wp-block-columns .serve-left h2 {
font-size: 46px;
}
.xz-serve .faq-box {
padding: 0 1rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 90%;
top: -1rem;
}
.xz-serve .faq-tit {
margin: 2rem 0 2rem;
}
.xz-serve .faq_bottom {
padding: 0 5rem;
}
.xz-contactus .contactus-pic .wp-block-column .contactus-head {
font-size: 42px;
padding: 3rem 0 3rem 6rem;
}
.xz-contactus .contactus-pic .wp-block-column .work-shop {
font-size: 42px;
padding: 3rem 0 3rem 6rem;
}
.xz-home {
margin-bottom: 2rem;
}
.xz-home .home-content .wp-block-columns {
padding-top: 6rem !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .homeone {
padding: 2rem 2rem 2rem 0 !important;
}
.xz-home .home-content .wp-container-7:after {
display: none !important;
}
}
@media screen and (max-width: 1024px) {
.xz-container .menu-about-container {
margin-top: 3rem !important;
}
.xz-container .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-container .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item:before {
top: 64%;
}
.xz-EngineeringCases .menu-menu-container {
margin-top: 2rem;
}
.xz-EngineeringCases .xz-gallery-block {
margin-top: 2rem;
}
.xz-equiment .menu-about-container {
margin-top: 2rem !important;
}
.xz-equiment .menu-about-container .menu li {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.xz-equiment .menu-about-container .menu li a {
font-size: 13px;
}
.xz-equiment .xz-gallery-block {
margin-top: 2rem;
}
.xz-equiment .page-inpage {
margin-bottom: 3rem;
}
.xz-equiment .xz-gallery-block {
margin-bottom: 2rem;
}
.xz-Factorydisplay .menu-about-container {
margin-top: 2rem !important;
}
.xz-Factorydisplay .menu-about-container .menu li {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.xz-Factorydisplay .menu-about-container .menu li a {
font-size: 13px;
}
.xz-Factorydisplay .xz-gallery-block {
margin-top: 2rem;
}
.xz-Factorydisplay .page-inpage {
margin-bottom: 3rem;
}
.xz-Factorydisplay .xz-gallery-block {
margin-bottom: 2rem;
}
.xz-Patent .menu-about-container .menu li {
text-align: center;
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.xz-Patent .menu-about-container .menu li a {
font-size: 13px;
}
.xz-Patent .xz-gallery-block {
margin-bottom: 2rem;
}
.xz-Patent .xz-gallery-block .xz-gallery-item p {
font-size: 14px !important;
}
.xz-Patent .xz-main .page-inpage {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xz-aboutus .content {
margin-top: 2rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left {
padding-right: 0;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(2) {
padding-bottom: 2rem;
padding-top: 2rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(3) {
padding-bottom: 2rem;
padding-top: 0rem;
}
.xz-aboutus .CompanyProfile {
font-size: 4rem;
margin: 0;
padding: 2rem 0 2rem 0;
}
.xz-control .menu-about-container {
margin-top: 2rem !important;
}
.xz-control .menu-about-container .menu li {
padding-left: 4rem !important;
padding-right: 4rem !important;
text-align: center;
}
.xz-control .menu-about-container .menu li a {
font-size: 13px;
}
.xz-serve .faq-box {
padding: 0 1rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 90%;
top: -1rem;
}
.xz-serve .faq_bottom {
margin: 0;
padding: 0 1rem;
font-size: 18px;
}
.xz-serve .faq-tit {
margin: 0;
font-size: 4rem;
}
.xz-serve .wp-block-columns {
padding-bottom: 0rem;
}
.xz-serve .wp-block-columns .serve-left p {
padding: 2rem 0 2rem 0;
font-size: 26px;
}
.xz-serve .wp-block-columns .serve-left h2 {
font-size: 34px;
}
.xz-contactus .contactus-pic {
margin-top: 4rem;
padding-bottom: 1rem;
}
.xz-contactus .contactus-pic .wp-block-column .contactus-head {
padding: 1.4rem 0 1rem 6rem;
font-size: 3rem;
}
.xz-contactus .contactus-pic .wp-block-column .work-shop {
font-size: 32px;
padding: 1.4rem 0 1rem 6rem;
}
.xz-home .home-content .wp-block-columns .wp-block-column .homeone {
padding-right: 2rem !important;
padding-top: 3rem !important;
padding-bottom: 2rem !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .top {
font-size: 4rem !important;
}
.xz-home
.home-content
.wp-block-columns
.wp-block-column
.wp-block-image:before {
padding: 2rem !important;
font-size: 2rem !important;
}
.xz-home .home-content .wp-container-7 {
padding-top: 4.4rem !important;
}
}
@media screen and (max-width: 810px) {
.xz-Assemblyvideo .menu-menu-container {
display: grid;
margin-top: 3rem;
}
.xz-Assemblyvideo .menu-menu-container .menu li {
padding-left: 8rem;
padding-right: 7rem;
}
.xz-Assemblyvideo .xz-gallery-block {
margin-top: 2rem;
margin-bottom: 2rem;
gap: 1rem;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item::before {
top: 70%;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item p {
padding: 1rem 0 0;
}
.xz-EngineeringCases .menu-menu-container {
margin-top: 2rem;
}
.xz-EngineeringCases .xz-gallery-block {
gap: 1rem;
margin: 2rem 0 2rem 0;
}
.xz-equiment .menu-about-container {
margin-top: 2rem !important;
}
.xz-equiment .menu-about-container .menu li {
text-align: center;
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.xz-equiment .menu-about-container .menu li a {
font-size: 14px;
}
.xz-Factorydisplay .menu-about-container {
margin-top: 2rem !important;
}
.xz-Factorydisplay .menu-about-container .menu li {
padding-left: 1rem !important;
padding-right: 1rem !important;
text-align: center;
}
.xz-Factorydisplay .menu-about-container .menu li a {
font-size: 13px;
}
.xz-Factorydisplay .xz-gallery-block {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xz-Patent .xz-gallery-block {
margin: 2.8rem 0;
}
.xz-Patent .xz-gallery-block .xz-gallery-item p {
font-size: 13px !important;
line-height: 23px !important;
}
.xz-Patent .xz-main .page-inpage {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xz-aboutus .content {
margin-top: 3rem;
}
.xz-aboutus .menu-about-container {
margin-top: 2rem !important;
}
.xz-aboutus .menu-about-container .menu li {
padding-left: 2rem !important;
padding-right: 2rem !important;
text-align: center;
font-size: 13px !important;
}
.xz-aboutus .CompanyProfile {
margin: 0;
font-size: 37px;
}
.xz-aboutus .CompanyProfile-box .Profile-left {
padding-right: 0;
}
.xz-aboutus .CompanyProfile-box .Profile-left p {
font-size: 15px;
line-height: 28px;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(2) {
padding-bottom: 1rem;
padding-top: 1rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(3) {
padding-bottom: 1rem;
padding-top: 1rem;
}
.xz-aboutus .CompanyProfile {
margin: 2rem 0 2rem 0;
}
.xz-control .menu-about-container {
margin-top: 2rem !important;
}
.xz-control .menu-about-container .menu li {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.xz-control .menu-about-container .menu li a {
font-size: 13px;
}
.xz-serve .faq-box {
padding: 0 1rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 90%;
top: -1rem;
}
.xz-serve .faq-box .schema-faq-section {
padding-left: 5.5rem;
}
.xz-serve .faq-box .schema-faq-section::before {
left: 2rem;
}
.xz-serve .faq_bottom {
padding: 0 1rem;
font-size: 18px;
margin: 0 0 1rem;
}
.xz-serve .faq-tit {
margin: 2rem 2rem;
font-size: 4rem;
margin: 0;
}
.xz-serve .wp-block-columns .serve-left h2 {
font-size: 37px;
}
.xz-serve .wp-block-columns .serve-left p {
font-size: 27px;
}
.xz-contactus .contactus-pic {
margin-top: 4rem;
padding-bottom: 1rem;
}
.xz-contactus .contactus-pic .wp-block-column .contactus-head {
padding: 1.4rem 0 1rem 2rem;
font-size: 3rem;
}
.xz-contactus .contactus-pic .wp-block-column .work-shop {
font-size: 3rem;
padding: 1.4rem 0 1rem 2rem;
}
.xz-home {
margin-bottom: 2rem;
}
.xz-home .home-content .wp-block-columns {
padding-top: 4rem !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .top {
font-size: 4rem !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .homeone {
padding-top: 2rem !important;
padding-right: 0 !important;
font-size: 16px !important;
padding-bottom: 2rem !important;
line-height: 28px !important;
}
.xz-home
.home-content
.wp-block-columns
.wp-block-column
.wp-block-image:before {
font-size: 2rem !important;
padding: 2rem !important;
}
.xz-home .home-content .wp-container-7 {
padding-top: 2rem !important;
}
.xz-home .home-content .wp-container-7::after {
display: none !important;
}
}
@media screen and (max-width: 600px) {
.xz-Assemblyvideo .menu-menu-container {
margin-top: 2rem;
}
.xz-Assemblyvideo .menu-menu-container .menu li {
padding-left: 3rem;
padding-right: 2rem;
}
.xz-Assemblyvideo .xz-gallery-block .xz-gallery-item::before {
top: 59%;
left: 3rem;
}
.xz-Assemblyvideo .inpage_nav-links {
gap: 1rem;
}
.xz-Assemblyvideo .inpage_nav-links .current {
width: 3.8rem;
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
.xz-Assemblyvideo .inpage_nav-links a {
width: 3.8rem;
height: 3.8rem;
}
.xz-EngineeringCases .inpage_nav-links {
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
}
.xz-EngineeringCases .inpage_nav-links .current {
width: 3.8rem;
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
.xz-EngineeringCases .inpage_nav-links a {
width: 3.8rem;
height: 3.8rem;
}
.xz-EngineeringCases .menu-menu-container .menu li {
padding-left: 3rem;
padding-right: 2rem;
}
.xz-equiment .menu-about-container .menu li a {
font-size: 13px;
}
.xz-equiment .inpage_nav-links {
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
}
.xz-equiment .inpage_nav-links .current {
width: 3.8rem;
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
.xz-equiment .inpage_nav-links a {
width: 3.8rem;
height: 3.8rem;
}
.xz-equiment .xz-gallery-block {
gap: 1rem;
}
.xz-equiment .xz-gallery-block .xz-gallery-item p {
padding: 1rem 0 0;
}
.xz-equiment .menu-about-container {
margin-top: 3rem !important;
}
.xz-equiment .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-equiment .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-Factorydisplay .xz-gallery-block {
grid-template-columns: 1fr 1fr !important;
margin-bottom: 2rem;
}
.xz-Factorydisplay .page-inpage {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.xz-Factorydisplay .page-inpage .inpage_nav-links {
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
}
.xz-Factorydisplay .page-inpage .inpage_nav-links .current {
width: 3.8rem;
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
.xz-Factorydisplay .page-inpage .inpage_nav-links a {
width: 3.8rem;
height: 3.8rem;
}
.xz-Factorydisplay .menu-about-container {
margin-top: 3rem !important;
}
.xz-Factorydisplay .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-Factorydisplay .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-Patent .xz-gallery-block {
grid-template-columns: 1fr 1fr !important;
margin-bottom: 2rem;
}
.xz-Patent .page-inpage {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.xz-Patent .page-inpage .inpage_nav-links {
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
}
.xz-Patent .page-inpage .inpage_nav-links .current {
width: 3.8rem;
height: 3.8rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}
.xz-Patent .page-inpage .inpage_nav-links a {
width: 3.8rem;
height: 3.8rem;
}
.xz-Patent .menu-about-container {
margin-top: 3rem !important;
}
.xz-Patent .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-Patent .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-aboutus .menu-about-container {
margin-top: 3rem;
}
.xz-aboutus .menu-about-container .menu li {
padding-left: 0rem;
padding-right: 0rem;
text-align: center;
line-height: 0;
font-size: 13px;
}
.xz-aboutus .content {
margin-top: 3rem;
}
.xz-aboutus .CompanyProfile {
font-size: 22px;
margin: 0;
text-align: center;
}
.xz-aboutus .CompanyProfile-box .Profile-left {
padding-right: 0;
}
.xz-aboutus .CompanyProfile-box .Profile-left p {
font-size: 14px;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(2) {
padding: 0;
padding-top: 1rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(3) {
padding: 0;
padding-top: 1rem;
}
.xz-aboutus .CompanyProfile-box .Profile-left p:nth-of-type(4) {
padding: 0;
padding-top: 1rem;
}
.xz-aboutus .menu-about-container {
margin-top: 3rem !important;
}
.xz-aboutus .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-aboutus .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-control p {
font-size: 14px;
}
.xz-control .menu-about-container {
margin-top: 3rem !important;
}
.xz-control .menu-about-container .menu {
overflow-y: hidden;
justify-content: space-between !important;
}
.xz-control .menu-about-container .menu li {
padding: 0 1rem !important;
white-space: nowrap;
}
.xz-serve .wp-block-columns {
padding-top: 2rem;
gap: 2rem;
}
.xz-serve .wp-block-columns .serve-left h2 {
font-size: 24px;
line-height: 20px;
}
.xz-serve .wp-block-columns .serve-left p {
padding-top: 2rem;
font-size: 2rem;
line-height: 3rem;
padding-bottom: 2rem;
}
.xz-serve .faq-tit {
margin: 0rem 0 1rem;
font-size: 4rem;
line-height: 4rem;
}
.xz-serve .faq_bottom {
padding: 0 1rem;
font-size: 18px;
margin: 0 0 1rem;
}
.xz-serve .faq-box {
padding: 0rem 0rem;
padding-bottom: 0rem;
}
.xz-serve .faq-box .schema-faq-section {
padding-left: 4rem;
padding-bottom: 2rem !important;
padding-top: 2rem !important;
}
.xz-serve .faq-box .schema-faq-section .schema-faq-answer {
padding-top: 1rem;
}
.xz-serve .faq-box .schema-faq-section:before {
left: 1rem;
}
.xz-serve .faq-box .schema-faq-question:after {
left: 90%;
top: 1rem;
}
.xz-serve .faq-box .schema-faq-question {
font-size: 15px;
display: inherit;
}
.xz-serve .faq-box .current .schema-faq-question::after {
left: 91%;
top: -1rem;
}
.xz-contactus .contactus-pic {
margin-top: 3rem;
padding-bottom: 2rem;
}
.xz-contactus .contactus-pic .wp-block-column .contactus-head {
padding: 1rem 0 1rem 3rem;
font-size: 27px;
}
.xz-contactus .contactus-pic .kogo-right .work-shop {
padding: 1rem 0 1rem 3rem;
font-size: 27px;
}
.xz-home {
margin-bottom: 2rem;
}
.xz-home .home-content .wp-block-columns {
margin-bottom: 0;
padding-top: 1rem !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .top {
font-size: 27px !important;
}
.xz-home .home-content .wp-block-columns .wp-block-column .homeone {
padding-top: 0rem !important;
padding-bottom: 2rem !important;
padding-right: 0 !important;
font-size: 14px !important;
}
.xz-home
.home-content
.wp-block-columns
.wp-block-column
.wp-block-image:before {
font-size: 2rem !important;
padding: 2rem !important;
}
.xz-home .home-content .wp-container-7 {
padding-top: 1rem !important;
}
.xz-home .home-content .wp-container-7::after {
display: none !important;
}
.xz-home .home-content .pic {
margin-top: 2rem;
}
}