*, html, body {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
ul, ol, dl, li, dt, dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}
a {
  color: #333;
  cursor: pointer;
}
a, img, select, button, input, input[type=password], input[type=text], textarea {
  outline: none;
  resize: none;
}
h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after, .clearfix::before {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
input {
  cursor: pointer;
  -webkit-appearance: none;
}
select {
  -webkit-appearance: button;
}
.mz-container {
  width: 80%;
  margin: 0 auto;
}
.mz-section {
  padding: 60px 0;
}
/* ===============================index*/
.mz-container {
  width: 95%;
  margin: 0 auto;
}
/* =====================================================================公共 */
/* 滚动条样式 */ ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: fff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555555;
}
::-webkit-scrollbar-button {
  background-color: none;
  height: 0;
}
::-webkit-scrollbar-corner {
  background: khaki;
}
.mz-mobile-menu .img3 {
  display: block;
}
/* 头部 */
.mz-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  transition: all .4s;
}
.mz-header::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mz-header .mz-logo {
  padding-left: 2%;
  display: flex;
  justify-content: center;
}
.mz-header .mz-logo img {
  width: 155px;
}
.mz-header .mz-logo .mz-logo-white {
  display: block;
}
.mz-header .mz-logo .mz-logo-color {
  display: none;
}
.mz-header .TBox {
  display: flex;
  align-items: center;
  height: 100%;
}
.mz-header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.mz-header ul li {
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mz-header ul li a {
  position: relative;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.mz-header ul li a:hover {
  color: #2d7cc1 !important;
}
.mz-header .phone {
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.mz-header .phone p {
  font-size: 18px;
  color: #fff;
}
.mz-header .phone span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
  font-family: "Nexa";
  line-height: 1;
}
.mz-header-right {
  display: flex;
  align-items: center;
  margin-right: 2%;
}
.mz-search {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.mz-search i {
  color: #fff;
  font-size: 16px
}
.mz-search input {
  width: 180px;
  background: none;
  border: none;
  padding: 5px 2px;
  color: #999;
}
.mz-search input::placeholder {
  color: rgba(255, 255, 255, .6);
}
.mz-language {
  position: relative;
  width: 90px;
  height: 32px;
  border-radius: 25px;
  /* 替换纯色为低饱和渐变，增加质感 */
  background: linear-gradient(135deg, #ffffff, #f5f7fa);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  /* 基础阴影，模拟轻微立体 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  /* 过渡动画，让hover效果更丝滑 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* 防止点击/hover出现高亮 */
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-size: 14px;
}
/* hover 高端效果 */
.mz-language:hover {
  /* 微缩放，增加交互反馈 */
  transform: scale(1.08);
  /* 加深阴影，强化立体层次 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  /* 渐变微调，增加呼吸感 */
  background: linear-gradient(135deg, #ffffff, #f8faff);
  /* 可选：加一层内发光，提升精致度 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* 可选：点击按压效果（active） */
.mz-language:active {
  transform: scale(0.98);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.mz-language img {
  width: 50%;
  height: 50%;
}
.mz-header-bg .mz-language, .white .mz-language {
  color: #fff !important
}
/* 头部背景变化 */
.mz-header-bg.mz-header ul li a {
  color: #333;
}
.mz-header-bg.mz-header .phone span {
  color: #333;
}
.mz-header-bg.mz-header .phone p {
  color: #333;
}
.mz-header-bg.mz-header .phone {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
}
.mz-header-bg.mz-header ul li a::after {
  background: #333;
}
.mz-header-bg.mz-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mz-header-bg .mz-menu-toggle span {
  background: #333;
}
.mz-header.mz-header-bg .mz-logo .mz-logo-color {
  display: block;
}
.mz-header.mz-header-bg .mz-logo .mz-logo-white {
  display: none;
}
.mz-menu-toggle {
  flex-direction: column;
  cursor: pointer;
  padding: 0 3%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mz-menu-toggle span {
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  transition: all 0.48s ease-in-out;
}
.mz-header.white .mz-menu-toggle span, .mz-header.headerN .mz-menu-toggle span {
  background: #333;
}
.mz-header-bg .mz-menu-toggle span {
  background: #333;
}
.mz-menu-toggle.active span {
  background: #333;
}
.mz-menu-toggle.active .mz-menu-toggle-line1 {
  transform: rotate(45deg) translate(6px, 7px);
}
.mz-menu-toggle.active .mz-menu-toggle-line2 {
  opacity: 0;
}
.mz-menu-toggle.active .mz-menu-toggle-line3 {
  transform: rotate(-45deg) translate(7px, -9px);
}
.mz-header.mz-header-bg {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mz-header.white, .mz-header.headerN {
  background: #fff;
  border-bottom: none;
}
.mz-header.white::after, .mz-header.headerN::after {
  border-color: rgba(0, 0, 0, .1);
}
.mz-header.mz-header-bg .mz-logo-color, .mz-header.white .mz-logo-color, .mz-header.headerN .mz-logo-color {
  display: block;
}
.mz-header.mz-header-bg .mz-logo-white, .mz-header.white .mz-logo-white, .mz-header.headerN .mz-logo-white {
  display: none;
}
.mz-header.mz-header-bg ul li a, .mz-header.white ul li a, .mz-header.headerN ul li a {
  color: #333;
}
.mz-header.mz-header-bg .mz-search, .mz-header.white .mz-search, .mz-header.headerN .mz-search {
  border-color: #ddd;
}
.mz-header.mz-header-bg .mz-search svg path, .mz-header.white .mz-search svg path, .mz-header.headerN .mz-search svg path {
  fill: #666;
}
.mz-header.mz-header-bg .mz-search i, .mz-header.white .mz-search i {
  color: #2d7cc1
}
.mz-header.mz-header-bg .mz-search input::placeholder, .mz-header.white .mz-search input::placeholder, .mz-header.headerN .mz-search input::placeholder {
  color: #999;
}
.mz-header.mz-header-bg .mz-language, .mz-header.white .mz-language, .mz-header.headerN .mz-language {
  background: #2d7cc1;
}
.mz-header.mz-header-bg .mz-language svg path, .mz-header.white .mz-language svg path, .mz-header.headerN .mz-language svg path {
  fill: #fff;
}
.mz-header-hide {
  transform: translateY(-90px);
}
.mz-header.none .mz-logo .mz-logo-white {
  display: none;
}
.mz-header.none .mz-logo .mz-logo-color {
  display: block;
}
.mz-header.none .mz-language {
  background: #0a3483;
}
.mz-header.none .mz-language img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.mz-header ul li {
  height: 80px;
}
.mz-header.mz-header-bg ul li a.on, .mz-header.white ul li a.on {
  color: #2d7cc1;
}
.mz-nav-dropdown {
  width: 100vw;
  padding: 35px 8%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
  display: none;
}
.mz-nav-inner {
  display: flex;
  flex-wrap: wrap;
}
.mz-nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mz-nav-links a {
  color: #333 !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0 40px;
}
.mz-nav-links a img {
  width: 24px;
  margin-right: 10px;
}
.mz-nav-links a:hover {
  color: #2d7cc1 !important;
}
.mz-nav-products-grid {
  /* 可选：防止子元素超出容器 */
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  overflow-y: scroll;
  max-height: 480px;
}
/* 容器基础样式 */
.gdt {
  /* 核心：Firefox 下设置细条 + 滚动条颜色（滑块/轨道） */
  scrollbar-width: thin; /* 细条：thin（细）/ auto（默认）/ none（隐藏） */
  scrollbar-color: #1C5298 transparent; /* 滑块颜色（蓝色）/ 轨道颜色（透明） */
  /* 保留原有基础属性，确保滚动行为正常 */
  overflow: auto;
}
/* --------------------------
   滚动条控制核心代码（优化为蓝色细条）
-------------------------- */
/* Webkit内核（Chrome/Safari/Edge）- 滚动条整体样式（细条） */
.gdt::-webkit-scrollbar {
  width: 6px; /* 垂直滚动条宽度（细条，可调整：4-8px 最佳） */
  height: 6px; /* 水平滚动条高度 */
  opacity: 0.8; /* 基础透明度，更柔和 */
}
/* Webkit - 滚动条轨道（背景） */
.gdt::-webkit-scrollbar-track {
  background: transparent; /* 轨道透明，突出滑块 */
  border-radius: 3px; /* 圆角，和滑块呼应 */
}
/* Webkit - 滚动条滑块（蓝色核心） */
.gdt::-webkit-scrollbar-thumb {
  background-color: #1C5298; /* 主流蓝色（阿里云/AntD 主题蓝，可自定义） */
  border-radius: 3px; /* 圆角，避免尖锐边角 */
  transition: background-color 0.2s ease; /*  hover 过渡 */
}
/* Webkit - 滑块 hover 效果（加深蓝色，提升交互） */
.gdt::-webkit-scrollbar-thumb:hover {
  background-color: #1C5298; /* hover 加深蓝色 */
}
/* 激活状态（滚动时）强化显示（可选，保留原有 active 逻辑） */
.gdt.active::-webkit-scrollbar-thumb {
  opacity: 1;
  background-color: #1C5298;
}
/* Firefox 激活状态兼容 */
.gdt.active {
  scrollbar-color: #1C5298 rgba(0, 0, 0, 0.05); /* 激活时轨道轻微显影 */
}
.mz-nav-product-item {
  width: calc(20.1% - 1.3rem);
  margin-right: 1.3rem;
  margin-top: 0.85rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 20px #e6e9ef;
}
.mz-nav-product-item:nth-child(5n) {
  margin-right: 0px;
}
.mz-nav-product-item p.cptu {
  display: inline-block; /* 关键：让a标签可以被缩放 */
  overflow: hidden; /* 防止图片放大时超出容器 */
  transition: all 0.3s ease; /* 过渡效果：所有属性变化都有0.3秒的平滑过渡 */ border-radius: 5px;
  line-height: 0;
  padding: 0;
}
/* 优化图片样式，避免变形，为文字留出位置 */
.mz-nav-product-item p.cptu img {
  max-width: 100%;
  object-fit: contain; /* 保持图片比例，不拉伸 */ box-shadow: 0 0 20px #e6e9ef;
  transition: all 0.5s ease 0s;
}
/* 核心：文字在图片下方、左右居中 */
.mz-nav-product-item p {
  /* 1. 文字本身水平居中 */
  text-align: center;
  /* 2. 清除p标签默认边距，避免错位 */
  margin: 0;
  /* 3. 紧贴图片下方，增加上下留白（可调整） */
  padding: 10px 0;
  /* 4. 可选：优化文字样式 */
  font-size: 14px;
  color: #333; /* 文字颜色，可替换为#2d7cc1等你需要的色值 */
  font-weight: 500; /* 轻微加粗，更醒目 */
  width: 100%; /* 占满父元素宽度，居中效果更稳定 */
}
.mz-nav-product-item:hover img {
  transform: scale(1.1);
}
.mz-nav-product-item:hover p {
  color: #2d7cc1;
}
/* 手机导航 */
.mz-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: linear-gradient(to bottom right, #ffffff 0%, #f8f8f8 50%, #eaeaea 100%);
  z-index: 99990;
}
.mz-mobile-menu .moHead_ico {
  text-align: center;
}
.mz-mobile-menu .moHead_ico a:last-child {
  display: inline-block;
}
.mz-mobile-menu ul {
  padding: 64px 0;
}
.mz-mobile-menu li {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid rgba(27, 47, 95, 0.18);
}
.mz-mobile-menu li:first-child {
  border-top: 1px solid rgba(27, 47, 95, 0.18);
}
.mz-mobile-menu a {
  font-size: 18px;
  color: #242b3e;
  letter-spacing: 1px;
}
.mz-mobile-menu i {
  float: right;
  width: 32px;
  height: 32px;
  opacity: 0.98;
  transition: all .4s;
  font-size: 20px;
}
.mz-mobile-menu .moHead_ico a {
  vertical-align: top;
  margin: 0 14px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(27, 47, 95, 0.23);
}
.mz-mobile-menu .moHead_ico img {
  margin-top: 10px;
}
.mz-mobile-menu li.open i {
  transform: rotateX(180deg);
}
.mz-mobile-submenu {
  width: 90%;
  margin: 0 auto;
  display: none;
  padding: 10px 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.mz-mobile-item {
  text-transform: uppercase;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-mobile-submenu a {
  font-size: 16px !important;
  display: flex;
  align-items: center;
  color: #333;
  padding: 8px 0;
}
.mz-mobile-submenu a i {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 30px rgba(188, 199, 235, .5);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  padding: 8px;
  position: relative;
  margin-right: 10px;
  transition: background-color .25s;
}
.mz-mobile-submenu a svg, .mz-mobile-submenu a img {
  width: 100%;
  height: 100%;
  padding: 18%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .25s;
}
.mz-mobile-menu li.open {
  background-color: #f9f9f9;
  color: #fff;
}
/* 侧边触发条 */
.mz-side-trigger {
  width: 7%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}
.mz-side-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mz-side-trigger span {
  display: inline-block;
  width: 3px;
  height: 40px;
  background: #fff;
  margin: 0 2px;
  transition: all 0.5s ease 0s;
}
.mz-side-trigger.heiwz .mz-side-icon span, .mz-side-trigger.active .mz-side-icon span {
  background: #666;
}
.mz-side-trigger.active {
  border-right: 1px solid rgb(0 0 0 / 18%);
}
.mz-side-trigger.active span {
  background: #666 !important;
  transition: all .4s;
}
.mz-side-trigger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, -9px);
}
.mz-side-trigger.active span:nth-child(2) {
  opacity: 0;
}
.mz-side-trigger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-6px, -9px);
}
.mz-side-trigger.white span {
  background: #fff;
}
.mz-side-trigger .ewm {
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
/* 侧边栏 */
.mz-side-panel {
  position: fixed;
  top: 0;
  padding: 190px 3% 0 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9 url("../images/idxprobg.jpg") no-repeat right center;
  z-index: 19;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
  background-size: cover;
}
.mz-side-panel.active {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
  clip-path: ellipse(141% 141% at 100% 0);
  pointer-events: auto;
}
.mz-side-search {
  width: 60%;
  display: flex;
  align-items: center;
  padding-top: 36px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.mz-side-search svg {
  width: 25px;
  height: 25px;
}
.mz-side-search input {
  width: 80%;
  margin-left: 20px;
  background: none;
  font-size: 18px;
}
.mz-side-search input::placeholder {
  color: #999;
  font-size: 18px;
}
.mz-side-nav {
  margin-top: 120px;
}
.mz-side-nav ul {
  display: flex;
  justify-content: space-between;
}
.mz-side-nav ul li a {
  display: block;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}
.mz-side-nav ul li a span {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.mz-side-footer {
  margin-top: 10vh;
  padding-top: 70px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mz-side-footer .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mz-side-footer .left p {
  margin-right: 50px;
  color: #999;
}
.mz-side-footer .left p svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.mz-side-footer .right > div, .mz-side-footer .right span, .mz-side-footer .right a {
  color: #999;
}
/* 标题 */
.mz-title {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 40px;
}
.mz-title span {
  font-size: 36px;
  color: #2d7cc1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.mz-title p {
  margin-top: 15px;
  font-size: 16px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.mz-title img {
  width: 40px;
  position: absolute;
  left: -50px;
  top: 10px;
}
.mz-title.white p {
  color: #fff;
}
.mz-title.center {
  text-align: center;
}
.mz-title.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* 按钮 */
.mz-btn a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.mz-btn a i {
  display: flex;
  align-items: center;
  padding: 2px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #2d7cc1;
  position: relative;
  z-index: 2;
  transition: all .4s;
}
.mz-btn a::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #2d7cc1;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: -1;
  transition: all .3s;
}
.mz-btn a span {
  margin-left: 10px;
  font-size: 2rem;
  transition: all .3s;
  color: #2d7cc1;
}
.mz-btn a:hover::after {
  left: 0;
  top: 0;
}
.mz-btn a:hover i {
  color: #fff;
  background: #2d7cc1;
}
.mz-btn a:hover span {
  color: #fff !important;
}
.mz-title.white span {
  color: #fff !important;
}
/* 图片占位不能改动 */
.mz-img-holder {
  overflow: hidden;
  position: relative;
}
.mz-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s;
}
.white {
  color: #fff !important;
}
/* 图片容器 - 关键：需要为绝对定位的 img 提供相对定位上下文 */
.mz-img-hover {
  position: relative; /* 必须添加，否则 img 的绝对定位会失效 */
  width: 100%; /* 根据你的布局调整 */
  height: 100%; /* 根据你的布局调整 */
  overflow: hidden; /* 防止 hover 时图片溢出 */
  border-radius: 8px; /* 圆角增加精致感，可调整 */
  /* 高端阴影：多层阴影叠加，模拟真实光影 */
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: all 0.48s ease; /* 阴影和变换过渡 */
}
/* 图片样式 - 保留原有样式并优化 */
.mz-img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.48s ease; /* 优化过渡曲线更丝滑 */
  filter: brightness(0.95); /* 初始轻微降低亮度，hover 时恢复 */
}
/* Hover 交互效果 - 高端质感 */
.mz-img-hover:hover {
  /* hover 时阴影加深、偏移，模拟抬起效果 */
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 15px 30px -8px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px); /* 轻微上移，增强立体感 */
}
.mz-img-hover:hover img {
  filter: brightness(1.05); /* 亮度提升，更通透 */
  transform: scale(1.02); /* 轻微放大，增加动感 */
}
/* 首页轮播 */
.mz-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mz-hero::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 2;
}
.mz-hero-swiper {
  width: 100%;
  height: 100vh;
}
.mz-hero-slide {
  width: 100%;
  position: relative;
}
.mz-hero-slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}
.mz-hero-slide::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
}
.mz-hero-slide .mz-hero-text {
  position: absolute;
  left: 12%;
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
  z-index: 6;
}
.mz-hero-slide .mz-hero-text .mz-title {
  font-size: 32px;
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 40px;
  opacity: 0;
  margin-bottom: 60px;
}
.mz-hero-slide .mz-hero-text span {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 3px 3px 6px rgba(71, 121, 110, 0.2);
  font-weight: 600;
  opacity: 0;
}
.mz-hero-slide .mz-hero-text .mz-btn {
  opacity: 0;
}
.mz-hero-slide.swiper-slide-active .mz-hero-text span {
  animation: grFadeIn 1s linear;
  animation-fill-mode: forwards;
}
.mz-hero-slide.swiper-slide-active .mz-hero-text .mz-title {
  animation: grFadeIn 1s linear .2s;
  animation-fill-mode: forwards;
}
.mz-hero-slide.swiper-slide-active .mz-hero-text .mz-btn {
  animation: grFadeIn 1s linear .4s;
  animation-fill-mode: forwards;
}
.mz-hero-slide.swiper-slide-active .image {
  transform: scale(1);
}
@keyframes grFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mz-slider-controls {
  width: 35%;
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-slider-controls.act {
  animation: grSlide 1s linear;
}
.mz-slider-controls .mz-progressbar {
  width: calc(100% - 180px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.mz-slider-controls .mz-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.mz-slider-controls .btnBox {
  display: flex;
  align-items: center;
}
.mz-slider-controls .btnBox .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}
.mz-slider-controls .btnBox .btn img {
  width: 40%;
  opacity: 0.5;
}
.mz-slider-controls .btnBox .btn:hover {
  background: #2d7cc1;
}
.mz-slider-controls .btnBox .btn:hover img {
  opacity: 1;
}
@keyframes grSlide {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 10%;
  }
}
/* 关于区块 */
.mz-about {
  padding-left: 7% !important;
  padding-bottom: 0 !important;
  position: relative;
  border-bottom: 1px solid rgba(8, 49, 122, 0.18);
}
.mz-about::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(8, 49, 122, 0.18);
}
.mz-about-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.mz-about-image {
  width: 50%;
  padding-top: 35%;
  border-radius: 12px;
}
.mz-about-text {
  width: 45%;
}
.mz-about-text .mz-title {
  margin-bottom: 30px;
}
.mz-about-desc {
  width: 80%;
  margin-bottom: 30px;
}
.mz-about-desc span {
  color: #2d7cc1;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
}
.mz-about-content {
  width: 100%;
}
.mz-about-content p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.mz-about-text .mz-btn {
  margin-top: 40px;
}
.mz-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.mz-stat-item {
  width: 33.33%;
  padding: 50px 30px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
.mz-stat-item::after {
  content: '';
  background: rgba(0, 0, 0, 0.06);
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mz-stat-item:last-child::after {
  display: none;
}
.mz-stat-item span {
  font-size: 20px;
}
.mz-stat-item span b {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #2d7cc1;
  padding-right: 10px;
}
.mz-stat-item p {
  font-size: 18px;
  margin-top: 20px;
}
/* 统计两列样式 */
.mz-stats-two .mz-stat-item {
  width: 50%;
}
.mz-stats-two .mz-stat-item span b {
  font-size: 100px;
}
/* 产品区块 */
.mz-products {
  padding-left: 7% !important;
  padding-bottom: 0 !important;
  position: relative;
}
.mz-products::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(8, 49, 122, 0.18);
}
.mz-products .mz-title p {
  width: 60%;
  margin: 20px auto 0;
}
.mz-products .mz-btn {
  margin-top: 40px;
}
.mz-products-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(8, 49, 122, 0.18);
  position: relative;
}
.mz-products-left {
  width: 66.66%;
}
.mz-products-left .mz-product-card {
  width: 100%;
  height: 100%;
}
.mz-products-left .mz-product-card .mz-product-img {
  padding-top: 70%;
}
.mz-products-right {
  width: 33.33%;
}
.mz-products-right .mz-product-card {
  width: 100%;
}
.mz-product-card {
  display: block;
  width: 33.333%;
  border-bottom: 1px solid rgba(8, 49, 122, 0.18);
  border-right: 1px solid rgba(8, 49, 122, 0.18);
  position: relative;
  overflow: hidden;
}
.mz-product-img::after {
  content: '';
  width: 51%;
  padding-top: 51%;
  border-radius: 50%;
  background: #e9edf4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 0.6;
  transition: all .68s;
}
.mz-product-img::before {
  content: '';
  width: 40%;
  padding-top: 40%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .68s;
}
.mz-product-img {
  width: 100%;
  padding-top: 60%;
}
.mz-product-img img {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  object-fit: contain;
}
.mz-product-info {
  text-align: center;
  padding: 0 20px 40px;
}
.mz-product-info span {
  font-size: 22px;
  width: 100%;
  color: #2d7cc1;
  font-weight: 600;
}
.mz-product-info p {
  width: 100%;
  display: block;
  font-size: 16px;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mz-product-card:hover .mz-product-img::after {
  background: rgba(9, 52, 131, 0.2);
  opacity: .1;
  transform: translate(-50%, -50%) scale(1.1);
}
.mz-product-card:hover .mz-product-img::before {
  transform: translate(-50%, -50%) scale(1);
}
.mz-product-card:hover .mz-product-img img {
  transform: scale(1.05);
}
/* 解决方案区块 */
.mz-solutions {
  padding-left: 7% !important;
  padding-bottom: 0 !important;
  background: url(../images/mzfa_bg.jpeg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
}
.mz-solutions::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 2;
}
.mz-solutions::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.mz-solutions-wrap {
  position: relative;
  z-index: 2;
}
.mz-solutions-wrap .mz-title {
  width: 75%;
  padding-left: 2.5%;
  margin-bottom: 70px;
}
.mz-solutions-wrap .mz-title p {
  line-height: 1.8;
}
.mz-solutions-wrap .mz-btn {
  margin-top: 40px;
}
.mz-solutions-grid {
  width: 100%;
  display: flex;
}
.mz-solution-card {
  width: 25%;
  padding: 40px 3% 40px 3%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--10, rgba(0, 0, 0, 0.2));
}
.mz-solution-card::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(69, 124, 189, 0.76);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: all 0.5s;
}
.mz-solution-card i {
  font-size: 2.8rem;
  color: #fff;
}
.mz-solution-card span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.mz-solution-card:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}
/* 新闻区块 */
.mz-news {
  position: relative;
  padding-bottom: 0 !important;
  padding-left: 7% !important;
}
.mz-news::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.mz-news-grid {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.mz-news-card {
  width: 25%;
  padding: 30px 30px 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}
.mz-news-content {
  width: 100%;
  transition: all .68s;
}
.mz-news-content i {
  color: #999;
  display: block;
  transition: all .4s .28s;    margin-top: 15px;
}
.mz-news-content i.bi {
  margin-left: 10px;
  font-size: 2rem;margin-top: 0px;
}
.mz-news-content span {
  display: block;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 20px 0;
  overflow: hidden
}
.mz-news-content dd {
  display: inline-flex;
  align-items: center;
  padding: 0px 25px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  margin-bottom: 40px;
  transition: all .4s .28s;
}
.mz-news-content dd svg {
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
.mz-news-content dd svg path {
  stroke: #333;
  transition: all .4s .28s;
}
.mz-news-img {
  width: 100%;
  padding-top: 68%;
  border-radius: 12px;
}
.mz-news-card:hover span {
  color: #2d7cc1;
}
.mz-news-card:hover dd {
  background: #2d7cc1;
  color: #fff;
}
.mz-news-card:hover dd i {
  color: #fff;
}
.mz-news-card:hover .mz-news-img img {
  transform: scale(1.1);
}
/* 底部 */
.mz-footer {
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-left: 7%;
  background: #052155;
  background-image: url(../images/footer-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mz-footer::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 2;
}
.mz-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.mz-footer-qrcode {
  text-align: center;
  width: fit-content;
}
.mz-footer-qrcode img {
  width: 125px;
  border-radius: 5px;
}
.mz-footer-qrcode p {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}
.mz-footer-main h5 {
  color: #fff;
  font-size: 24px;
}
.mz-footer-main {
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
  overflow: hidden;
}
.mz-footer-logo img {
  width: 180px;
}
.mz-footer-logo p {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.mz-footer-details {
  margin-top: 20px;
}
.mz-footer-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mz-footer-item span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.mz-footer-item img {
  width: 20px;
  margin-right: 5px;
}
.fdXText {
  width: 90%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  margin: 20px 0 30px;
}
.mz-footer-contact {
  width: 30%;
}
.mz-footer-links {
  width: 69%;
}
.mz-footer-links ul {
  display: flex;
  justify-content: space-between;
}
.mz-footer-links ul li a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  transition: all 0.5s ease 0s;
}
.mz-footer-links ul li a span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.footleink {
  margin-bottom: 10px;
}
.footleink p {
  color: #fff;
}
.footleink a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
}
.mz-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.mz-footer-bottom p, .mz-footer-bottom a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}
.mz-footer-links ul li a:hover {
  color: #fff;
}
/* 内页公共 */
.mz-banner {
  width: 100%;
  height: 55vh;
  position: relative;
}
.mz-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #2d7cc1 0%, rgba(0, 0, 0, 0.18) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.mz-banner::before {
  content: '';
  width: 1px;
  height: calc(100% - 90px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 7%;
  top: 90px;
  z-index: 2;
}
.mz-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mz-banner-text {
  width: 50%;
  position: absolute;
  left: 9.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mz-banner h5 {
  font-size: 58px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 20px;
}
.mz-banner p {
  color: #fff;
  font-size: 20px;
}
.mz-banner-subnav {
  position: absolute;
  left: 9.5%;
  bottom: 6%;
  z-index: 2;
  max-width: 87%;
  padding: 4px 8px;
}
.mz-banner-subnav i {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 5px;
}
.mz-banner-subnav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.mz-banner-subnav a.on {
  color: #fff;
}
.mz-banner-subnav a:hover {
  color: #fff;
}
.mz-banner-subnav p {
  color: #fff;
  font-size: 16px;
}
.mz-banner-btn {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.mz-banner-btn i {
  width: 50px;
  height: 50px;
  background: #f70109;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
.mz-banner-btn i svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mz-banner-btn i svg path {
  fill: #fff;
}
/* 分页 */
.mz-pagination {
  width: 70%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mz-pagination-prev, .mz-pagination-next {
  display: inline-block;
  padding: 10px 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  font-weight: bold;
  transition: all .4s;
}
.mz-pagination-list a {
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px;
}
.mz-pagination-list a.on {
  color: #2d7cc1;
}
.mz-pagination-list a:hover {
  color: #2d7cc1;
}
.mz-pagination-prev:hover, .mz-pagination-next:hover {
  background: #2d7cc1;
  color: #fff;
}
/* 联系我们 */
.mz-contact {
  width: 100%;
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}
.mz-contact::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-contact::after {
  content: '';
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}
.mz-contact .mz-title p {
  width: 70%;
}
.mz-contact-box {
  align-items: center;
}
.mz-contact-map {
  width: 100%;
  padding-top: 42%;
}
#dTu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.mz-contact-info {
  width: 100%;
  margin-bottom: 0px;
}
.mz-contact-list {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: space-between;
}
.mz-contact-item {
  padding: 40px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mz-contact-item::after {
  content: '';
  background: rgba(0, 0, 0, 0.18);
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mz-contact-item:last-child::after {
  display: none;
}
.mz-contact-item svg {
  margin-top: 20px;
  width: 30px;
  height: 30px;
}
.mz-contact-item svg path {
  fill: #00326d;
}
.mz-contact-item > div {
  width: calc(100% - 0px);
}
.mz-contact-item span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 50, 109, 0.74);
  margin-bottom: 5px;
}
.mz-contact-item p {
  font-size: 18px;
  color: #666;
  letter-spacing: 2px;
}
.mz-contact-qrcode {
  display: flex;
  text-align: center;
  margin-top: 60px;
}
.mz-contact-qrcode > div {
  margin-right: 100px;
}
.mz-contact-qrcode > div:last-child {
  margin-right: 0;
}
.mz-contact-qrcode img {
  width: 130px;
  border-radius: 10px;
}
.mz-contact-qrcode p {
  font-size: 16px;
  margin-top: 20px;
}
/* 联系表单区块 */
.mz-contact-form {
  width: 100%;
  padding-left: 7% !important;
  overflow: hidden;
  position: relative;
}
.mz-contact-form::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-contact-form::after {
  content: '';
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}
.mz-contact-form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-contact-form-img {
  width: 45%;
  padding-top: 40%;
  border-radius: 12px;
}
.mz-contact-form-content {
  width: 55%;
  padding-right: 5%;
}
.mz-contact-form-content form {
  margin-bottom: 40px;
}
.mz-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mz-form-group {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.mz-form-group.full-width {
  width: 100%;
}
.mz-form-group input, .mz-form-group textarea {
  width: 100%;
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.mz-form-group textarea {
  height: 100%;
  border-left: none;
}
.mz-form-group input::placeholder, .mz-form-group textarea::placeholder {
  font-size: 16px;
  color: #999;
}
.mz-form-group textarea {
  height: 100%;
}
.mz-contact-form-content .mz-btn {
  position: relative;
  z-index: 2;
}
/* 人力资源 */
.mz-careers-benefits {
  padding-left: 7% !important;
  position: relative;
}
.mz-careers-benefits::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-benefits-grid {
  display: flex;
  justify-content: space-between;
}
.mz-benefit-card {
  width: calc(25% - 30px);
  padding: 35px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.18);
  transition: all .4s;
}
.mz-benefit-card img {
  width: 95px;
  margin-bottom: 30px;
  transition: all .68s;
}
.mz-benefit-card span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mz-benefit-card p {
  font-size: 16px;
  text-align: left;
}
.mz-benefit-card:hover img {
  transform: rotateY(180deg);
}
.mz-benefit-card:hover {
  border-color: #2d7cc1;
}
/* 员工风采 */
.mz-employee-life {
  padding-left: 7% !important;
  position: relative;
  background: #f8f9fa;
}
.mz-employee-life::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-life-controls {
  display: flex;
  align-items: center;
}
.mz-life-controls a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 52, 131, 0.18);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}
.mz-life-controls a img {
  position: initial;
  width: 40%;
  opacity: 0.8;
}
.mz-life-controls a:hover {
  background: #2d7cc1;
}
.mz-life-container {
  padding-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-life-tabs {
  width: 30%;
  position: relative;
  z-index: 2;
}
.mz-life-tabs h5 {
  white-space: nowrap;
  color: #2d7cc1;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
.mz-life-tab {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}
.mz-life-tab span {
  color: #666;
  font-size: 24px;
}
.mz-life-tab::after {
  content: '';
  width: 0%;
  height: 2px;
  border-bottom: 2px solid #2d7cc1;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .68s;
}
.mz-life-tab.on::after {
  width: 130%;
}
.mz-life-tab.on span {
  color: #333;
  font-weight: 500;
}
.mz-life-sliders {
  width: 65%;
  margin: 0;
}
.mz-life-slider-pane {
  width: 100%;
  display: none;
}
.mz-life-slider-pane:first-child {
  display: block;
}
.mz-life-slide-img {
  padding-top: 58%;
  border-radius: 12px;
}
.mz-life-slide p {
  font-size: 20px;
}
/* 招聘列表 */
.mz-careers {
  padding-left: 7% !important;
  position: relative;
}
.mz-careers::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-careers-filter {
  margin-bottom: 40px;
  text-align: center;
}
.mz-careers-filter form {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.mz-careers-filter form select {
  width: 24%;
  padding: 14px 25px;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../fonts/4ed75b4f4f1046a69d5a58bb24bcdd65.woff) translateX(-5px);
}
.mz-job-detail {
  width: 100%;
  padding: 60px;
  border-top: 1px solid rgba(118, 108, 172, 0.2);
  display: none;
}
.mz-job-detail .list {
  display: inline-block;
  width: 48%;
  vertical-align: text-top;
}
.mz-job-detail .list:first-child {
  margin-right: 3%;
}
.mz-job-detail .list .mc {
  font-size: 18px;
  color: #2d7cc1;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.mz-job-detail .list .list_p {
  font-size: 16px;
  color: #666666;
  line-height: 2.2;
}
.mz-job-detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgba(97, 97, 97, 0.15);
  border-radius: 1000px;
  font-size: 20px;
  color: #2d7cc1;
  transition: all .4s;
}
.mz-job-detail a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mz-job-detail a svg path {
  fill: #2d7cc1;
}
.mz-job-detail a:hover {
  color: #fff;
  background: #2d7cc1;
  border-color: #2d7cc1;
}
.mz-job-detail a:hover svg path {
  fill: #fff;
}
/* 新闻列表 */
.mz-news-list {
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}
.mz-news-list::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-news-list::after {
  content: '';
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}
.mz-news-grid-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.mz-news-grid-container .mz-news-card {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}
/* 解决方案列表 */
.mz-solution-list {
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}
.mz-solution-list::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-solution-list::after {
  content: '';
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}
.mz-solution-items {
  display: block;
  padding-right: 5%;
}
.mz-solution-item {
  padding-left: 2.5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.mz-solution-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mz-solution-img {
  width: 45%;
  border-radius: 10px;
}
.mz-solution-text {
  width: 50%;
  padding: 30px 0 30px;
}
.mz-solution-text span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
.mz-solution-text p {
  width: 80%;
  font-size: 16px;
  margin-bottom: 40px;
}
.mz-solution-text .mz-btn i {
  padding: 0px 20px;
  font-size: 14px;
}
.mz-solution-text .mz-btn a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
/* 解决方案详情 */
.mz-solution-detail {
  padding-left: 7% !important;
  position: relative;
}
.mz-solution-detail::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-solution-detail-wrap {
  position: relative;
  z-index: 2;
}
.mz-solution-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}
.mz-solution-detail-text {
  width: 45%;
  margin-bottom: 0;
}
.mz-solution-detail-text span {
  font-size: 36px;
  color: #2d7cc1;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.mz-solution-detail-text p {
  font-size: 14px;
  line-height: 1.8;
}
.mz-solution-detail-text .mz-btn {
  margin-top: 40px;
}
.mz-solution-detail-slider {
  width: 50%;
  order: -1;
}
.mz-solution-detail-slider .swiper-container {
  width: 100%;
}
.mz-solution-detail-slider .swiper-slide {
  width: 100%;
}
.mz-solution-detail-img {
  width: 100%;
  padding-top: 68%;
  border-radius: 12px;
}
/* 解决方案特点 */
.mz-solution-features {
  background: #f8f9fa;
  padding-left: 0% !important;
  position: relative;
  overflow: hidden;
}


.mz-features-grid {
  width: 100%;
  /* 切换为grid布局 */
  display: grid;
  /* 核心：一行4列，列宽自适应且间距一致 */
  grid-template-columns: repeat(4, 1fr);
  /* 列与行之间的间距（替代flex的gap） */
  gap: 20px;
}
.mz-feature-card {
  border-radius: 8px;
  /* 替换背景色为边框线条 */
  background: #ffffff; /* 卡片底色设为白色，可根据需求调整 */
  border: 1px solid #f9f9f9; /* 四周线条，颜色沿用原背景色 */
  /* 添加四周阴影 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* 浅阴影，柔和不突兀 */
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* 过渡动画，让hover效果更丝滑 */
  transition: all 0.3s ease;    
}
/* hover交互效果 */
.mz-feature-card:hover {
  /* 阴影放大，增强悬浮层次感 */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  /* 边框颜色加深/高亮，可选 */
  border-color: #2d7cc1;
  /* 轻微上移，提升交互体验，可选 */
  transform: translateY(-2px);
}
.mz-feature-card i {
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.mz-feature-card span {
  display: block;
  font-size: 18px;padding: 20px; text-align: center
}
/* 产品列表 */
.mz-product-list {
  padding-left: 7% !important;
  position: relative;
}
.mz-product-list .mz-title {
  position: relative;
  z-index: 2;
}
.mz-product-list::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-product-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgb(8 49 122 / 18%);
}
.mz-product-list .mz-title select {
  width: 320px;
  padding: 14px 25px;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}
.mz-product-grid .mz-product-img {
  padding-top: 80%;
}
/* 自定义下拉菜单 */
.mz-custom-select {
  width: 260px;
  padding: 5px 25px;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 99;
}
.mz-custom-select.on {
  z-index: 20;
}
.mz-custom-select input {
  width: 100% !important;
  height: 100%;
  background: none;
  padding: 0 20px;
  border: none !important;
}
.mz-custom-select span, .mz-custom-select a {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #666;
  font-weight: 500;
  line-height: 42px;
  cursor: pointer;
  position: relative;
}
.mz-custom-select dl a {
  font-size: 15px;
}
.mz-custom-select a {
  padding: 0 15px;
  font-weight: 400;
}
.mz-custom-select i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  border-left: 1px solid #e3e3e3;
}
.mz-custom-select b {
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.mz-custom-select i img {
  width: 100%;
  position: initial;
}
.mz-custom-select b img {
  width: 100%;
}
.mz-custom-select dl {
  display: none;
  width: 104%;
  background: #fff;
  position: absolute;
  left: -2%;
  bottom: -6px;
  transform: translateY(100%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.mz-custom-select dd:hover {
  background: #f3f3f3;
  color: #2d7cc1;
}
/* 产品详情 */
.mz-product-detail-page {
  position: relative;
  padding-left: 7% !important;
  padding-top: 60px;
}
.mz-product-detail-page::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, .18);
  position: absolute;
  left: 7%;
  top: 90px;
  z-index: 2;
}
.mz-product-detail-wrap {
  display: flex;
  justify-content: space-between;
}
.mz-product-detail-content {
  width: 100%;
}
.mz-product-detail-nav {
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
.mz-detail-tabs {
  display: flex;
}
.mz-detail-tab {
  display: block;
  padding: 20px 0;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  position: relative;
  bottom: -1px;
}
.mz-detail-tab.on {
  color: #2d7cc1;
  border-color: #2d7cc1;
}
.mz-product-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 2.5% 5%;
  position: relative;
  overflow: hidden;
}
.mz-product-show-bg {
  white-space: nowrap;
  position: absolute;
  left: 2%;
  bottom: 0;
  display: block;
  color: rgba(9, 52, 131, 0.05);
  font-size: 120px;
  font-weight: 600;
  line-height: 0.7;
  z-index: 2;
}
.mz-product-gallery {
  width: 45%;
  position: relative;
  z-index: -1;
}
.mz-product-gallery-img {
  padding-top: 78%;
  border: 2px solid transparent;
  transition: all 1s;
}
.mz-product-gallery::after {
  content: '';
  width: 80%;
  padding-top: 80%;
  border-radius: 50%;
  background: #e9edf4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 0.6;
  transition: all .68s;
}
.mz-product-gallery::before {
  content: '';
  width: 55%;
  padding-top: 55%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .68s;
}
.mz-product-gallery img {
  object-fit: contain;
}
.mz-product-swiper {
  margin-bottom: 10px;
}
.swiper-slide-active .mz-product-gallery-img {
  transform: scale(1);
}
.mz-product-info-detail {
  width: 50%;
}
.mz-product-info-detail span {
  font-size: 24px;
  font-weight: 600;
  color: #2d7cc1;
  display: block;
}
.mz-product-info-detail b {
  font-size: 36px;
  color: #2d7cc1;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.mz-product-info-detail p {
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.mz-product-info-detail .mz-btn {
  margin-top: 20px;
}
.mz-product-info-detail .mz-btn a {
  margin-right: 15px;
}
.mz-product-subtitle {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}
.mz-product-subtitle span {
  font-size: 24px;
  font-weight: 500;
}
.mz-product-thumb-pagination {
  position: initial;
  display: flex;
  width: 140px;
}
.mz-product-thumb-pagination span {
  width: 10px;
  height: 10px;
  background: #2d7cc1;
  opacity: 0.4;
}
.mz-product-thumb-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/* 产品条件 */
.mz-product-conditions {
  position: relative;
  background: #f8f9fa;
}
.mz-conditions-box {
  display: flex;
  justify-content: space-between;
}
.mz-conditions-tabs {
  width: 200px;
  padding-right: 50px;
}
.mz-conditions-tabs span {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .18);
  margin-bottom: 15px;
  cursor: pointer;
}
.mz-conditions-tabs span.on {
  background: #2d7cc1;
  color: #fff;
  border-color: #2d7cc1;
}
.mz-conditions-content {
  width: calc(100% - 200px);
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, .18);
}
.mz-conditions-pane {
  display: none;
}
.mz-conditions-pane:first-child {
  display: block;
}
.mz-conditions-pane .mz-product-subtitle {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.mz-conditions-pane p {
  padding-left: 20px;
  font-size: 16px;
  color: #2d7cc1;
  position: relative;
  margin: 5px 0;
}
.mz-conditions-pane p::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #2d7cc1;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
/* 产品参数 */
.mz-product-specs {
  border-top: 1px solid #f8f9fa;
}
.mz-spec-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.mz-spec-tab {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .18);
  margin: 0 8px;
  cursor: pointer;
}
.mz-spec-tab.on {
  background: #2d7cc1;
  color: #fff;
}
.mz-spec-tables {
  position: relative;
}
.mz-spec-tables img {
  width: 100%;
}
.mz-spec-table {
  display: none;
}
.mz-spec-table:first-child {
  display: block;
}
.mz-spec-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 30px;
}
.mz-spec-table thead tr {
  background: #2d7cc1;
  text-align: center;
}
.mz-spec-table thead th {
  color: #fff;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mz-spec-table tbody tr {
  background: #fff;
  text-align: center;
}
.mz-spec-table tbody td {
  color: #333;
  font-size: 16px;
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* 产品使用环境 */
.mz-product-environment {
  background: #f8f9fa;
}
.mz-environment-content p {
  width: 80%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.mz-environment-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-environment-text {
  width: 45%;
}
.mz-environment-img {
  width: 50%;
  border-radius: 12px;
}
.mz-environment-img img {
  width: 100%;
  border-radius: 12px;
}
/* 关于我们页面 */
.mz-about-page {
  padding-bottom: 0 !important;
  padding-left: 7% !important;
  position: relative;
}
.mz-about-page::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
/* 视频区域 */
.mz-video-box {
  position: relative;
}
.mz-video-box::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
.mz-video-img {
  padding-top: 40%;
}
.mz-video-img img {
  transform: scale(0.8);
  z-index: 2;
}
.mz-video-play {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mz-video-play img {
  width: 90px;
  margin-right: 15px;
}
.mz-video-play p {
  color: #fff;
  font-size: 20px;
}
/* 企业文化 */
.mz-culture {
  padding-left: 7% !important;
  position: relative;
  background: #f8f9fa;
}
.mz-culture::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-culture-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mz-culture-card {
  flex: 1;
  margin: 0 3px;
  padding: 60px 40px 100px;
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .68s;
}
.mz-culture-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mz-culture-card span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.mz-culture-card p {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.mz-culture-card a {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.mz-culture-card a svg {
  width: 100%;
  height: 100%;
}
.mz-culture-card a svg path {
  stroke: #fff;
}
.mz-culture-card.on {
  flex: 3;
}
/* 荣誉资质 */
.mz-honor {
  padding-bottom: 0 !important;
  position: relative;
}
.mz-honor .mz-container {
  padding-left: 7% !important;
}
.mz-honor::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-honor-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.mz-honor-controls a {
  cursor: pointer;
  transition: all 0.48s;
}
.mz-honor-controls a img {
  position: initial;
  width: 50px;
}
.mz-honor-slider-wrap {
  margin-top: 200px;
  background: #f8f9fa;
  padding: 0 5% 0 9.5%;
}
.mz-honor-slider-wrap .swiper-container {
  transform: translateY(-140px);
  margin-bottom: -80px;
  overflow: hidden
}
.mz-honor-slide {
  background: #2d7cc1;
  padding: 10px;
}
.mz-honor-img {
  padding-top: 138%;
}
.mz-honor-slide p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.mz-honor .mz-title {
  align-items: flex-start;
}
.mz-honor-desc {
  width: 60%;
}
.mz-honor-controls .swiper-pagination {
  width: auto;
  position: initial;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  margin: 0 20px;
}
.mz-honor-controls .swiper-pagination span {
  font-size: 24px;
  color: #fff;
}
/* 发展历程 */
.mz-history-section {
  padding-left: 7%;
  position: relative;
  background: url(../images/abhis_bg2.jpg) no-repeat;
  background-size: cover;
}
.mz-history-section::before {
  content: '';
  position: absolute;
  left: 53.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.18);
}
.mz-history-section::after {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-history-section .vh_full {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}
.mz-history-section .mz-title {
  position: absolute;
  left: 5%;
  top: 100px;
}
.mz-history-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all .68s;
}
.mz-history-text {
  padding-left: 200px;
  position: relative;
  z-index: 2;
}
.mz-history-text p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.swiper-slide.active .mz-history-text p {
  color: #fff;
}
.mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right {
  padding-left: 120px;
}
.mz-history-text span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
  margin-bottom: 10px;
}
.mz-history-text p {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}
.mz-history-text p::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 14px;
}
.swiper-slide.active .mz-history-text span {
  color: #fff;
}
.swiper-slide.active .mz-history-text p::after {
  border-color: #fff;
}
/* 生产制造 */
.mz-facility {
  padding-left: 7% !important;
  position: relative;
}
.mz-facility::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}
.mz-facility-controls {
  display: flex;
  align-items: center;
}
.mz-facility-controls a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 52, 131, 0.18);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}
.mz-facility-controls a img {
  position: initial;
  width: 40%;
}
.mz-facility-controls a:hover {
  background: #2d7cc1;
}
.mz-facility-slider {
  padding-left: 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mz-facility-tabs {
  width: 20%;
  position: relative;
  z-index: 2;
}
.mz-facility-tabs h5 {
  white-space: nowrap;
  color: #2d7cc1;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
.mz-facility-tab {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}
.mz-facility-tab span {
  color: #666;
  font-size: 24px;
}
.mz-facility-tab::after {
  content: '';
  width: 0%;
  height: 2px;
  border-bottom: 2px solid #2d7cc1;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .68s;
}
.mz-facility-tab.on::after {
  width: 140%;
}
.mz-facility-tab.on span {
  color: #333;
  font-weight: 500;
}
.mz-facility-slides {
  width: 75%;
  margin: 0;
  width: 100%;
}
.mz-facility-img {
  padding-top: 58%;
  border-radius: 12px;
}
.mz-facility-slide p {
  font-size: 20px;
}
/* 动画 */
.wgt-fade-animate {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}
.appear {
  -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  opacity: 1 !important;
}
@-webkit-keyframes opacity_show {
  0% {
    transform: scale(0.3) translateY(150px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes opacity_show {
  0% {
    transform: scale(0.3) translateY(150px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
.mr4 {
  width: 25% !important;
}
/* ==================== 响应式样式 ==================== */
@media(max-width: 1800px) {
  .mz-about-image {
    padding-top: 43%;
  }
  .mz-nav-dropdown {
    padding: 30px 6%;
  }
}
@media(max-width: 1680px) {
  .mz-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mz-about-page::before {
    left: 5%;
  }
  .mz-about-page {
    padding-left: 5% !important;
  }
  .mz-product-card {
    width: 33.33%;
  }
  .mr4 {
    width: 33.33% !important;
  }
  .mz-nav-dropdown {
    padding: 30px 4%;
  }
  .mz-header ul li {
    padding: 0 25px;
  }
  .mz-footer {
    padding-top: 60px;
  }
  .mz-footer-top {
    padding-bottom: 30px;
  }
  .mz-hero-slide .mz-hero-text span {
    font-size: 52px;
  }
  .mz-hero-slide .mz-hero-text .mz-title {
    font-size: 28px;
  }
  .mz-about-text p {
    font-size: 16px;
  }
  .mz-title span {
    font-size: 52px;
  }
  .mz-stat-item span b, .mz-stats-two .mz-stat-item span b {
    font-size: 86px;
  }
  .mz-stat-item {
    padding: 60px 50px;
  }
  .mz-stat-item p {
    margin-top: 15px;
  }
  .mz-video-play img {
    width: 68px;
  }
  .mz-product-info p {
    font-size: 16px;
  }
  .mz-solutions-wrap .mz-title {
    width: 75%;
    margin-bottom: 160px;
  }
  .mz-solution-card img {
    width: 35px;
    margin-bottom: 20px;
  }
  .mz-solution-card span {
    font-size: 20px;
  }
  .mz-footer-bottom a {
    font-size: 14px;
  }
  .mz-banner h5 {
    font-size: 60px;
  }
  .mz-contact-item span {
    font-size: 21px;
  }
  .mz-benefit-card {
    width: calc(25% - 20px);
    padding: 25px;
  }
  .mz-benefit-card img {
    width: 85px;
    margin-bottom: 30px;
  }
  .mz-benefit-card span {
    font-size: 21px;
  }
  .mz-life-slide-img {
    height: 540px;
  }
  .mz-job-col span, .mz-job-title span {
    font-size: 16px;
  }
  .mz-job-actions span {
    font-size: 12px !important;
  }
  .mz-careers-filter {
    margin-bottom: 30px;
  }
  .mz-benefit-card span {
    font-size: 20px;
  }
  .mz-benefit-card p {
    font-size: 14px;
  }
  .mz-life-slide-img {
    height: 480px;
  }
  .mz-life-tabs h5 {
    font-size: 68px;
  }
  .mz-life-tab {
    padding: 25px 0;
  }
  .mz-life-tab span {
    font-size: 20px;
  }
  .mz-careers-filter form select, .mz-careers-filter form input, .mz-careers-filter form input::placeholder {
    font-size: 16px;
  }
  .mz-careers-filter form a {
    font-size: 18px;
  }
  .mz-job-row {
    padding: 0 40px;
    height: 68px;
  }
  .mz-job-actions b {
    margin-right: 0;
  }
  .mz-feature-card span {
    display: block;
    font-size: 20px;
  }
  .mz-product-show-bg {
    font-size: 110px;
  }
  .mz-product-info-detail p {
    line-height: 1.8;
  }
  .mz-product-gallery-thumb p {
    font-size: 16px;
  }
  .mz-product-gallery-thumb .btn {
    width: 50px;
    height: 50px;
    margin: 0 12px;
  }
  .mz-feature-card p {
    font-size: 14px;
  }
  .mz-culture-card {
    padding: 60px 30px 260px;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right .num_b {
    font-size: 160px;
  }
  .mz-history-section .v_time_box .swiper-container, .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right {
    height: 40vh;
  }
  .mz-history-section .v_time_box {
    margin: 30vh auto;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-slide.swiper-slide-next .abo_scr7_con {
    margin-top: 80px;
  }
  .mz-history-text {
    padding-left: 150px;
  }
  .mz-history-text p {
    font-size: 20px;
  }
  .mz-facility-tab span {
    font-size: 20px;
  }
  .mz-facility-tab {
    padding: 22px 0;
  }
}
@media(max-width: 1480px) {
  .mz-nav-dropdown {
    padding: 25px 2%;
  }
  .mz-title span {
    font-size: 36px;
  }
  .mz-title p {
    font-size: 16px;
  }
  .mz-section {
    padding: 60px 0;
  }
  .mz-side-trigger {
    width: 5%;
  }
  .mz-banner-text, .mz-banner-subnav {
    left: 7%;
  }
  .mz-banner::before, .mz-hero::after, .mz-about::after, .mz-products::after, .mz-solutions::before, .mz-news::before, .mz-video-box::after, .mz-culture::before, .mz-honor::before, .mz-history-section::after, .mz-facility::before, .mz-footer::before, .mz-product-list::before, .mz-solution-list::before, .mz-news-list::before, .mz-careers-benefits::before, .mz-employee-life::before, .mz-careers::before, .mz-contact::before, .mz-contact-form::before, .mz-product-detail-page::before, .mz-solution-detail::before, .mz-solution-features::before {
    left: 5%;
  }
  .mz-about, .mz-culture, .mz-honor .mz-container, .mz-history-section, .mz-facility, .mz-footer, .mz-product-list, .mz-solution-list, .mz-news-list, .mz-careers-benefits, .mz-employee-life, .mz-careers, .mz-contact, .mz-contact-form, .mz-product-detail-page, .mz-solution-detail, .mz-solution-features {
    padding-left: 5% !important;
  }
  .mz-honor-slider-wrap {
    padding: 0 5% 0 10%;
  }
  .mz-history-section::before {
    left: 52.5%;
  }
  .mz-header .mz-nav {
    margin-right: 0%;
  }
  .mz-header ul li {
    padding: 0 20px;
  }
  .mz-search input {
    width: 160px;
  }
  .mz-hero-slide .mz-hero-text {
    left: 8%;
  }
  .mz-hero-slide .mz-hero-text span {
    font-size: 48px;
  }
  .mz-hero-slide .mz-hero-text .mz-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .mz-slider-controls {
    right: 8%;
  }
  .mz-slider-number span {
    font-size: 38px;
  }
  .mz-slider-controls .btnBox .btn {
    width: 40px;
    height: 40px;
  }
  .mz-about-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mz-stats {
    margin-top: 60px;
  }
  .mz-stat-item {
    padding: 50px 40px;
  }
  .mz-stats-two .mz-stat-item span b, .mz-stat-item span b {
    font-size: 66px;
  }
  .mz-stat-item p {
    font-size: 16px;
    margin-top: 15px;
  }
  .mz-stat-item span {
    font-size: 18px;
  }
  .mz-about, .mz-products {
    padding-left: 5% !important;
  }
  .mz-about::after, .mz-products::after {
    left: 5%;
  }
  .mz-product-info span {
    font-size: 21px;
  }
  .mz-product-info p {
    font-size: 16px;
  }
  .mz-solutions {
    padding-left: 5% !important;
  }
  .mz-solutions::before {
    left: 5%;
  }
  .mz-solutions-wrap .mz-title {
    width: 80%;
    margin-bottom: 150px;
  }
  .mz-footer-main h5 {
    font-size: 18px;
  }
  .mz-solution-card {
    padding: 60px 60px;
  }
  .mz-solution-card img {
    width: 30px;
    margin-bottom: 20px;
  }
  .mz-solution-card span {
    font-size: 18px;
  }
  .mz-news {
    padding-left: 5% !important;
  }
  .mz-news::before {
    left: 5%;
  }
  .mz-news-card {
    padding: 20px 20px 40px;
  }
  .mz-news-content span {
    display: block;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0;
    overflow: hidden;
  }
  .mz-news-content dd {
    margin-bottom: 20px;
  }
  .mz-indHz {
    padding-left: 5% !important;
  }
  .mz-indHz::before {
    left: 5%;
  }
  .mz-footer-main {
    margin-bottom: 50px;
  }
  .mz-footer-logo img {
    width: 160px;
  }
  .mz-footer-item img {
    width: 18px;
  }
  .mz-footer-item span {
    font-size: 14px;
  }
  .mz-footer-links ul li a span {
    font-size: 16px;
  }
  .mz-footer-links ul li a {
    font-size: 14px;
  }
  .mz-footer-bottom {
    padding: 20px 0;
  }
  .mz-footer-bottom a {
    font-size: 14px;
  }
  .mz-contact::after {
    width: 90%;
    left: 5%;
  }
  .mz-contact-item span {
    font-size: 20px;
  }
  .mz-contact-item p {
    font-size: 14px;
  }
  .mz-contact-item {
    padding: 30px;
  }
  .mz-form-group input, .mz-form-group textarea {
    padding: 12px;
  }
  .mz-life-tabs h5 {
    font-size: 60px;
  }
  .mz-solution-text span {
    font-size: 26px;
  }
  .mz-banner p {
    font-size: 18px;
  }
  .mz-solution-detail-text span {
    font-size: 32px;
  }
  .mz-spec-tab {
    font-size: 16px;
  }
  .mz-solution-case-text span {
    font-size: 20px;
  }
  .mz-about-desc {
    width: 90%;
  }
  .mz-about-desc span {
    font-size: 18px;
  }
  .mz-about-page .mz-stats-two {
    margin-top: 40px;
  }
  .mz-culture-card p {
    font-size: 14px;
  }
  .mz-environment-content p {
    width: 90%;
    font-size: 16px;
  }
  .mz-culture-card {
    padding: 60px 30px 240px;
  }
  .mz-culture-card a {
    width: 26px;
    height: 26px;
    right: 30px;
    bottom: 30px;
  }
  .mz-history-text {
    padding-left: 100px;
  }
  .mz-history-text p {
    font-size: 18px;
  }
}
@media(max-width: 1368px) {
  .mz-section {
    padding: 68px 0;
  }
  .mz-title span {
    font-size: 42px;
  }
  .mz-header ul li {
    padding: 0 15px;
  }
  .mz-header ul li a {
    font-size: 14px;
  }
  .mz-language {
    width: 32px;
    height: 32px;
  }
  .mz-hero-slide .mz-hero-text span {
    font-size: 42px;
  }
  .mz-hero-slide .mz-hero-text .mz-title {
    font-size: 20px;
    margin-top: 25px;
  }
  .mz-slider-number span {
    font-size: 32px;
  }
  .mz-stats-two .mz-stat-item span b, .mz-stat-item span b {
    font-size: 54px;
  }
  .mz-stat-item p {
    margin-top: 10px;
  }
  .mz-stat-item {
    padding: 40px 35px;
  }
  .mz-products .mz-btn {
    margin-top: 30px;
  }
  .mz-products .mz-title p {
    width: 70%;
  }
  .mz-product-info {
    padding: 0 0 30px;
  }
  .mz-product-info span {
    font-size: 20px;
  }
  .mz-products-left .mz-product-info span {
    font-size: 24px;
  }
  .mz-product-info p {
    font-size: 14px;
  }
  .mz-products-left .mz-product-info p {
    font-size: 16px;
  }
  .mz-solutions-wrap .mz-title {
    margin-bottom: 120px;
  }
  .mz-solution-card span {
    font-size: 18px;
  }
  .mz-solution-card img {
    width: 25px;
    margin-bottom: 15px;
  }
  .mz-news-card {
    padding: 30px 30px 40px;
  }
  .mz-news-content span {
    font-size: 18px;
    min-height: 54px;
    margin-bottom: 25px;
  }
  .leftNav li a {
    font-size: 16px;
  }
  .mz-banner h5 {
    font-size: 52px;
  }
  .mz-banner-subnav a, .mz-banner-subnav i {
    font-size: 14px;
  }
  .mz-contact .mz-title p {
    width: 90%;
  }
  .mz-contact-item {
    padding: 30px 20px;
  }
  .mz-form-group input::placeholder, .mz-form-group textarea::placeholder {
    font-size: 14px;
  }
  .mz-life-controls a {
    width: 40px;
    height: 40px;
  }
  .mz-life-tabs {
    width: 25%;
  }
  .mz-life-sliders {
    width: 70%;
  }
  .mz-life-tabs h5 {
    font-size: 54px;
  }
  .mz-life-tab {
    padding: 20px 0;
  }
  .mz-life-tab span {
    font-size: 18px;
  }
  .mz-benefit-card span {
    font-size: 18px;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right {
    padding-left: 160px;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right .num_b {
    font-size: 140px;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right .num_b {
    font-size: 60px;
  }
  .mz-history-text {
    padding-left: 80px;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-pagination .num {
    font-size: 30px;
  }
}
@media(max-width: 1200px) {
  .mz-header {
    height: 80px;
  }
  .mz-header .mz-nav {
    display: none;
  }
  .mz-hero::after {
    top: 80px;
  }
  .mz-menu-toggle {
    display: flex;
  }
  .mz-header-right {
    width: 100px;
    justify-content: flex-end;
    margin-right: 3%;
  }
  .mz-language {
    margin: 0 20px 0 0;
  }
  .mz-search {
    display: none;
  }
  .mz-hero-slide .mz-hero-text {
    width: 75%;
  }
  .mz-side-trigger {
    display: none;
  }
  .mz-banner-text, .mz-banner-subnav {
    left: 5%;
  }
  .mz-hero-slide .mz-hero-text {
    left: 5%;
  }
  .mz-hero::after, .mz-about::after, .mz-products::after, .mz-solutions::before, .mz-news::before, .mz-video-box::after {
    display: none;
  }
  .mz-about, .mz-products, .mz-solutions, .mz-news, .mz-about-page, .mz-culture, .mz-honor .mz-container, .mz-history-section, .mz-facility, .mz-footer {
    padding-left: 0 !important;
  }
  .mz-honor-slider-wrap {
    padding: 0 5% 0 5%;
  }
  .mz-news-card:last-child {
    border-right: none;
  }
  .mz-about-wrap {
    flex-wrap: wrap;
  }
  .mz-about-text {
    width: 100%;
    order: -1;
  }
  .mz-about-text .mz-btn {
    margin-top: 30px;
  }
  .mz-about-image {
    width: 100%;
    padding-top: 54%;
    margin-top: 40px;
  }
  .mz-products-left {
    width: 100%;
  }
  .mz-products-left .mz-product-card .mz-product-img {
    padding-top: 60%;
  }
  .mz-products-right {
    width: 100%;
    display: flex;
  }
  .mz-product-card {
    width: 50%;
  }
  .mz-product-card:nth-child(5) {
    display: none;
  }
  .mz-solutions-wrap .mz-title {
    width: 95%;
  }
  .mz-solution-card {
    padding: 60px 40px;
  }
  .mz-title {
    margin-bottom: 48px;
  }
  .mz-news-card {
    padding: 30px 25px 40px;
  }
  .mz-footer-contact {
    display: none;
  }
  .mz-footer-links {
    width: 100%;
  }
  .mz-side-trigger span {
    height: 25px;
  }
  .mz-header .mz-logo {
    width: auto;
    padding-left: 3%;
  }
  .leftNav {
    display: none;
  }
  .mz-banner::before, .mz-contact::before, .mz-contact-form::before, .mz-footer::before {
    display: none;
  }
  .mz-contact::after {
    width: 100%;
    left: 0;
  }
  .mz-contact, .mz-contact-form, .mz-footer {
    padding-left: 0% !important;
  }
  .mz-contact-item {
    padding: 30px 40px;
  }
  .mz-contact-item:nth-child(2n)::after {
    display: none;
  }
  .mz-footer-top {
    margin-bottom: 30px;
  }
  .mz-life-tabs h5 {
    font-size: 46px;
  }
  .mz-life-tab span {
    font-size: 16px;
  }
  .mz-careers-benefits, .mz-employee-life, .mz-careers {
    padding-left: 0 !important;
  }
  .mz-careers-benefits::before, .mz-employee-life::before, .mz-careers::before {
    display: none;
  }
  .mz-benefit-card {
    width: calc(25% - 15px);
  }
  .mz-careers-filter form select, .mz-careers-filter form input, .mz-careers-filter form input::placeholder {
    font-size: 14px;
  }
  .mz-careers-filter form input {
    padding: 10px 20px;
  }
  .mz-careers-filter form a {
    font-size: 16px;
    padding: 12px 0;
  }
  .mz-job-col span, .mz-job-title span, .mz-job-actions b {
    font-size: 14px;
  }
  .mz-news-list {
    padding-left: 0 !important;
  }
  .mz-news-list::before {
    display: none;
  }
  .mz-news-grid-container {
    width: 100%;
    margin: 0 auto;
  }
  .mz-news-card {
    border-right: none;
  }
  .mz-solution-list {
    padding-left: 0 !important;
  }
  .mz-solution-list::before {
    display: none;
  }
  .mz-solution-items {
    padding-left: 5%;
  }
  .mz-solution-item {
    padding-left: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .mz-solution-text span {
    font-size: 24px;
  }
  .mz-solution-text p {
    width: 90%;
    font-size: 14px;
  }
  .mz-banner-text {
    width: 75%;
  }
  .mz-solution-detail, .mz-solution-features {
    padding-left: 0 !important;
  }
  .mz-solution-detail::before, .mz-solution-features::before {
    display: none;
  }
  .mz-feature-card span {
    font-size: 18px;
  }
  .mz-solution-case-text span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .mz-solution-case-text {
    padding: 15px 0;
  }
  .mz-product-list .mz-title.flex {
    flex-wrap: wrap;
  }
  .mz-product-list .mz-title select {
    width: 260px;
  }
  .mz-product-list {
    padding-left: 0 !important;
  }
  .mz-product-list::before {
    display: none;
  }
  .mz-product-detail-page::before {
    display: none;
  }
  .mz-product-detail-page {
    padding-top: 120px;
    padding-left: 0 !important;
  }
  .mz-product-show {
    flex-wrap: wrap;
    z-index: -1;
  }
  .mz-custom-select {
    width: 220px;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 18px;
  }
  .mz-product-info-detail {
    width: 100%;
    margin-bottom: 40px;
  }
  .mz-product-info-detail .mz-btn {
    margin-top: 40px;
  }
  .mz-product-gallery {
    width: 100%;
  }
  .mz-product-show-bg {
    font-size: 100px;
  }
  .mz-product-gallery-thumb {
    margin-bottom: 40px;
  }
  .mz-product-gallery-thumb .btn {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .mz-product-gallery-thumb .btn {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .mz-feature-card span {
    font-size: 18px;
  }
  .mz-spec-table tbody td {
    font-size: 14px;
  }
  .mz-environment-wrap {
    flex-wrap: wrap;
  }
  .mz-environment-img {
    width: 100%;
  }
  .mz-environment-text {
    width: 100%;
    margin-top: 30px;
  }
  .mz-about-page, .mz-culture, .mz-honor, .mz-history-section, .mz-facility {
    padding-left: 0 !important;
  }
  .mz-about-page::before, .mz-culture::before, .mz-honor::before, .mz-history-section::after, .mz-facility::before {
    display: none;
  }
  .mz-history-section::before {
    left: 50%;
  }
  .mz-video-play img {
    width: 50px;
  }
  .mz-video-play p {
    font-size: 18px;
  }
  .mz-culture-grid {
    flex-wrap: wrap;
  }
  .mz-honor-controls a, .mz-facility-controls a {
    width: 40px;
    height: 40px;
  }
  .mz-history-text span {
    font-size: 20px;
  }
  .mz-history-text p {
    font-size: 16px;
  }
  .mz-history-text p::after {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .mz-honor-desc p {
    margin: 0;
  }
  .mz-honor-slider-wrap .swiper-container {
    margin-bottom: -100px;
  }
  .mz-honor-controls .swiper-pagination {
    font-size: 20px;
  }
  .mz-honor-controls .swiper-pagination span {
    padding: 0 5px;
    font-size: 20px;
  }
  .mz-honor-controls a, .mz-facility-controls a {
    width: 30px;
    height: 30px;
  }
  .mz-honor-controls a img {
    width: 100%;
  }
  .mz-honor-controls {
    padding-bottom: 80px;
  }
}
@media(max-width: 1024px) {
  .mz-title span {
    font-size: 40px;
  }
  .mz-title p {
    font-size: 14px;
  }
  .mz-btn a i {
    padding: 8px 18px;
    font-size: 14px;
  }
  .mz-btn a svg {
    width: 14px;
    height: 14px;
  }
  .mz-stats-two .mz-stat-item span b, .mz-stat-item span b {
    font-size: 51px;
  }
  .mz-stat-item span {
    font-size: 16px;
  }
  .mz-solutions-wrap .mz-title {
    margin-bottom: 100px;
  }
  .mz-solution-card {
    padding: 50px 30px;
  }
  .mz-solution-card span {
    font-size: 16px;
  }
  .mz-contact-item::after {
    display: none;
  }
  .mz-contact-list {
    border-bottom: none;
  }
  .mz-contact-item {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .mz-contact-form-wrap {
    flex-wrap: wrap;
  }
  .mz-contact-form-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .mz-contact-form-img {
    width: 100%;
  }
  .mz-benefits-grid {
    flex-wrap: wrap;
  }
  .mz-benefit-card {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
  .mz-careers-filter form {
    flex-wrap: wrap;
  }
  .mz-careers-filter form select {
    width: 49%;
    margin-bottom: 10px;
    display: none;
  }
  .mz-careers-filter form input {
    width: 80%;
  }
  .mz-job-col:nth-child(4) {
    display: none;
  }
  .mz-job-detail {
    padding: 40px;
  }
  .mz-job-detail .list .mc {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mz-job-detail .list .list_p {
    font-size: 14px;
    line-height: 2;
  }
  .mz-news-grid-container {
    border-top: 1px solid rgba(0, 0, 0, .18);
  }
  .mz-news-grid-container .mz-news-card {
    border-top: none;
  }
  .mz-solution-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .mz-banner-text {
    width: 90%;
  }
  .mz-banner h5 {
    font-size: 48px;
  }
  .mz-banner p {
    font-size: 16px;
  }
  .mz-banner-btn i svg {
    width: 24px;
    height: 24px;
  }
  .mz-solution-detail-top {
    flex-wrap: wrap;
  }
  .mz-solution-detail-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .mz-solution-detail-slider {
    width: 100%;
    order: initial;
  }
  .mz-solution-detail-text span {
    font-size: 20px;
  }
  .mz-features-grid {
    flex-wrap: wrap;
  }
  .mz-feature-card span {
    font-size: 18px;
  }
  .mz-solution-case-text span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .mz-solution-case-text {
    padding: 15px 0;
  }
  .mz-product-list .mz-title > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .mz-product-list .mz-title select {
    width: 100%;
  }
  .mz-environment-content p {
    width: 100%;
  }
  .mz-product-show-bg {
    font-size: 90px;
  }
  .mz-product-detail-page {
    padding-top: 20px;
  }
  .mz-feature-card {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mz-spec-tab {
    font-size: 14px;
  }
  .mz-banner-subnav {
    position: absolute;
    left: 3%;
    bottom: 6%;
    z-index: 2;
    /* 核心滚动样式 */
    white-space: nowrap; /* 强制不换行 */
    overflow-x: auto; /* 超出宽度显示横向滚动条 */
    overflow-y: hidden; /* 隐藏纵向滚动条 */
    width: fit-content; /* 宽度适配内容（可选，也可设固定宽度） */
    max-width: 90%; /* 限制最大宽度（避免溢出父容器，可自行调整） */
    padding: 4px 8px; /* 内边距，避免滚动条紧贴内容 */
    -ms-overflow-style: none; /* 隐藏IE/Edge默认滚动条样式（可选美化） */
    scrollbar-width: thin; /* 火狐滚动条瘦身（可选美化） */
  }
  /* 可选：美化Chrome/Safari滚动条 */
  .mz-banner-subnav::-webkit-scrollbar {
    height: 6px; /* 滚动条高度 */
  }
  .mz-banner-subnav::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道色 */
    border-radius: 3px;
  }
  .mz-banner-subnav::-webkit-scrollbar-thumb {
    background: #ddd; /* 滚动条滑块色 */
    border-radius: 3px;
  }
  .mz-banner-subnav::-webkit-scrollbar-thumb:hover {
    background: #ccc; /* 滑块hover色 */
  }
  .mz-banner-btn {
    margin-top: 30px;
    font-size: 16px;
  }
  .mz-banner-btn i {
    width: 40px;
    height: 40px;
  }
  .mz-about-desc {
    width: 100%;
    margin-bottom: 20px;
  }
  .mz-about-desc span {
    font-size: 16px;
  }
  .mz-about-content p {
    font-size: 14px;
  }
  .mz-culture-card {
    flex: none;
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 10px;
  }
  .mz-culture-card p {
    min-height: 45px;
  }
  .mz-culture-card.on {
    flex: none;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right .num_b {
    font-size: 80px;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right .num_b {
    font-size: 45px;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right {
    padding-left: 80px;
  }
  .mz-history-text {
    padding-left: 80px;
    padding-right: 20px;
  }
  .mz-history-text p::after {
    width: 4px;
    height: 4px;
  }
  .mz-history-text p {
    font-size: 14px;
  }
  .mz-facility-tab {
    padding: 16px 0;
  }
  .mz-facility-tab span {
    font-size: 18px;
  }
}
@media(max-width: 900px) {
  .mz-products-left .mz-product-info span {
    font-size: 20px;
  }
  .mz-btn a span {
    margin-left: 5px;
    font-size: 1.5rem;
  }
  .mz-news-content dd {
    ;
    padding: 0px 15px;
  }
  .mz-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mz-honor-controls a, .mz-facility-controls a {
    width: 40px;
    height: 40px;
  }
  .mz-news-content i.bi {
    margin-left: 5px;
    font-size: 1.5rem;
  }
  .mz-header .mz-logo img {
    width: 130px;
  }
  .mz-header-right {
    width: 150px;
  }
  .mz-language {
    width: 90px !important;
    height: 32px;
    margin: 0 25px 0 0;
  }
  .mz-header.none .mz-language {
    background: #457CBD;
    color: #fff;
  }
  .mz-header {
    height: 65px;
  }
  .mz-hero, .mz-hero-swiper {
    height: 59vh;
  }
  .mz-side-trigger {
    width: 45px;
    display: none;
  }
  .mz-footer {
    padding-top: 40px;
  }
  .mz-footer-logo img {
    width: 140px;
  }
  .mz-footer-qrcode img {
    width: 65px;
  }
  .mz-footer-top {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .mz-footer-main {
    margin: 40px 0;
  }
  .mz-stat-item {
    padding: 40px 15px;
  }
  .mz-solutions-grid, .mz-news-grid {
    flex-wrap: wrap;
  }
  .mz-solution-card {
    width: 50%;
  }
  .mz-news-card {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .mz-news-card:last-child {
    border-bottom: none;
  }
  .mz-banner {
    height: 64vh;
  }
  .mz-banner h5 {
    font-size: 46px;
  }
  .mz-banner-subnav {
    bottom: 40px;
  }
  .mz-contact .mz-title p {
    width: 100%;
  }
  .mz-life-container {
    flex-wrap: wrap;
  }
  .mz-life-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
  .mz-life-tab.on::after {
    width: 100%;
  }
  .mz-life-sliders {
    width: 100%;
  }
  .mz-solution-item {
    flex-wrap: wrap;
  }
  .mz-solution-text {
    width: 100%;
    padding: 30px 0 0;
  }
  .mz-solution-text p {
    width: 100%;
  }
  .mz-solution-img {
    width: 100%;
    padding-top: 60%;
    order: -1;
  }
  .mz-product-show-bg {
    font-size: 68px;
  }
  .mz-product-info-detail b {
    font-size: 20px;
  }
  .mz-title.flex {
    flex-wrap: wrap;
    align-items: center;
  }
  .mz-honor-desc {
    width: 100%;
    margin-top: 20px;
  }
}
@media(max-width: 768px) {
  .mz-hero-slide .mz-hero-text {
    left: 3%;
  }
  .mz-solution-card i {
    font-size: 2rem;
    color: #fff;
  }
  .mz-hero-slide .mz-hero-text {
    width: 94%;
  }
  .mz-hero-slide .mz-hero-text .mz-title {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold
  }
  .mz-hero-slide .mz-hero-text span {
    font-size: 22px;
  }
  .mz-slider-controls {
    width: 55%;
  }
  .mz-slider-number span {
    font-size: 25px;
  }
  .mz-slider-number {
    font-size: 1.6rem !important;
    margin-bottom: 0px !important;
  }
  .mz-slider-controls .btnBox .btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .mz-slider-controls .mz-progressbar {
    width: calc(100% - 120px);
  }
  .mz-stats {
    margin-top: 10px;
  }
  .mz-about-image {
    margin-top: 20px;
  }
  .mz-btn a i {
    padding: 0px 18px;
    font-size: 14px;
  }
  .mz-about-text .mz-btn {
    margin-top: 20px;
    text-align: center;
  }
  .mz-product-img img {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    object-fit: contain;
  }
  .mz-product-img::after {
    width: 70%;
    padding-top: 70%;
  }
  .mz-products-left .mz-product-card .mz-product-img {
    padding-top: 77%;
  }
  .mz-product-img {
    width: 100%;
    padding-top: 77%;
  }
  .mz-stat-item {
    padding: 30px 15px;
  }
  .mz-stats-two .mz-stat-item span b, .mz-stat-item span b {
    font-size: 32px;
  }
  .mz-stat-item p {
    margin-top: 5px;
    font-size: 14px;
  }
  .mz-products .mz-title p {
    width: 100%;
  }
  .mz-solutions-wrap .mz-title {
    margin-bottom: 60px;
  }
  .mz-footer-main {
    margin-bottom: 10px;
  }
  .mz-footer-logo img {
    width: 128px;
  }
  .mz-footer-contact {
    width: 100%;
    display: block;
  }
  .mz-footer-links {
    display: none;
  }
  .mz-footer-details {
    margin-top: 30px;
  }
  .mz-footer {
    padding-top: 20px;
  }
  .mz-footer-bottom {
    padding: 15px 0;
  }
  .mz-footer-bottom a {
    font-size: 12px;
  }
  .mz-life-slide-img {
    height: 420px;
  }
  .mz-product-gallery-thumb .btn {
    width: 32px;
    height: 32px;
    margin: 0 5px;
  }
  .mz-product-gallery-thumb {
    width: 40%;
  }
  .mz-product-gallery-thumb {
    margin-bottom: 20px;
  }
  .mz-product-gallery-thumb span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mz-product-gallery-thumb p b, .mz-product-gallery-thumb p {
    font-size: 12px;
  }
  .mz-history-section .v_time_box {
    margin: 0 auto;
  }
  .mz-history-section .v_time_box .swiper-container, .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right {
    height: 60vh;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right {
    padding-left: 5%;
  }
  .mz-history-section::before {
    display: none;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .mz-history-right .num_b {
    font-size: 66px;
  }
  .mz-history-text {
    padding-left: 10%;
  }
  .mz-history-text p {
    font-size: 16px;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-pagination {
    width: 100px;
  }
}
/*悬浮链接*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 25%;
  width: 52px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 51px;
  height: 51px;
  background-color: #353535;
  margin-bottom: 1px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active, .suspension .a:hover {
  background: #2d7cc1;
}
/* 先优化父容器（关键！） */
.suspension .a {
  /* 必须：开启flex布局 */
  display: inline-flex; /* 若父容器需要自适应宽度，用inline-flex；否则用flex */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  /* 可选：给父容器设置宽高（根据你的实际布局调整，比如原布局的44px高度） */
  width: 51px; /* 确保父容器有足够宽度，让子元素能居中 */
  height: 51px;
  transition: all 0.3s ease; /* 核心：四周发白光效果（默认淡光，hover增强） */
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3); /* 白光外阴影，参数：x偏移 y偏移 模糊半径 颜色+透明度 */
  /* 可选：叠加内发光，让光效更饱满 */
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3), inset 0 0 4px rgba(255, 255, 255, 0.1);
}
/* 子元素（图标）样式 */
.suspension .a-service-phone .i {
  width: 26px;
  height: 26px;
  /* 无需任何margin/top/transform，flex会自动居中 */
  background-image: url(../fonts/kf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease;
}
.suspension .a-qrcode .i {
  width: 22px;
  height: 22px;
  /* 无需任何margin/top/transform，flex会自动居中 */
  background-image: url(../fonts/wx.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease;
}
.suspension .a-top .i {
  width: 18px;
  height: 18px;
  background-image: url(../fonts/d.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease;
  display: block;
  position: relative; /* 若父容器无定位，可加此属性保证层级 */
  margin: 0 auto; /* 水平居中 */
  top: 50%;
  transform: translateY(-50%);
}
.suspension .a-top {
  background: #2d7cc1;
  display: none;
}
.suspension .a-top:hover {
  background: #353535;
}
.suspension .d {
  display: none;
  width: 200px;
  background: #fff;
  position: absolute;
  right: 60px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 0px;
}
.suspension .d-qrcode {
  top: 35px;
}
.suspension .d .inner-box {
  padding: 10px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 51px;
  height: 51px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 51px;
  height: 51px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 51px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
.full-page-menu-content ul {
  padding: 0;
  font-size: 0;
  text-align: center;
}
.full-page-menu-content ul li {
  border-bottom: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: none;
  margin: 0 2px 5px;
}
.full-page-menu-content ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 42px;
  padding: 0 30px;
  background-color: #01aef2;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.full-page-menu-content ul li a:hover {
  background: #0293cc;
  color: #fff;
}
.full-page-menu-content ul li.current a {
  background: #0293cc;
  color: #fff;
}
.app-cultrue {
  width: 100%;
}
.app-cultrue .app-culpers {
  width: 100%;
}
.app-cultrue .app-culpers .swiper-slide {
  width: 33.33%;
  height: 450px;
  transition: width ease 0.5s;
  cursor: pointer;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.app-cultrue .app-culpers .swiper-slide:hover {
  background: var(--10, rgba(255, 255, 255, 0.10));
  backdrop-filter: blur(12.5px);
}
.app-cultrue .app-culpers .swiper-slide .app-spom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 15px;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-soc {
  width: 120px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-soc img {
  width: 100%;
  display: block;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-soc .app-sg {
  width: 100%;
  display: block;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-soc .app-sc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-sit {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-sim {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transition: all ease 0.5s;
  min-height: 45px;
}
.app-cultrue .app-culpers .swiper-slide .app-spom .app-sim p {
  color: #fff;
}
.app-cultrue .app-culpers .swiper-slide:last-child {
  border: none;
}
.app-cultrue .app-culpers.app-show .swiper-slide {
  width: calc(480 / 1920 * 100%);
}
.app-cultrue .app-culpers.app-show .swiper-slide.app-on {
  width: calc(960 / 1920 * 100%);
}
.app-cultrue .app-culpers.app-show .swiper-slide.app-on .app-sim {
  opacity: 1;
}
@media(max-width: 680px) {
  .app-cultrue .app-culpers .swiper-slide {
    width: 100%;
    height: 280px;
  }
  .app-cultrue .app-culpers .swiper-slide {
    background: var(--10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(12.5px);
  }
  .app-cultrue .app-culpers .swiper-slide .app-spom .app-sim {
    opacity: 1;
  }
  .app-cultrue .app-culpers .swiper-slide .app-spom .app-sit {
    font-size: 19px;
  }
  .app-cultrue .app-culpers .swiper-slide .app-spom .app-soc {
    width: 100px;
  }
  .suspension {
    display: none
  }
  .mz-facility-controls {
    margin: auto;
    margin-top: 25px;
  }
  .mz-news-card {
    padding: 20px 10px;
  }
  .mz-news-content span {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 10px;
  }
  .mz-section {
    padding: 28px 0;
  }
  .mz-about-text p {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .mz-stat-item {
    padding: 15px 5px;
  }
  .mz-stats-two .mz-stat-item span b, .mz-stat-item span b {
    font-size: 24px;
    padding-right: 5px;
  }
  .mz-stat-item span {
    font-size: 14px;
  }
  .mz-stat-item p {
    margin-top: 5px;
    font-size: 14px;
  }
  .mz-products-right {
    flex-wrap: wrap;
  }
  .mz-product-card {
    width: 100%;
    border-right: none;
  }
  .mz-footer-bottom {
    flex-wrap: wrap;
  }
  .mz-banner {
    height: 52vh;
  }
  .mz-banner h5 {
    font-size: 26px;
  }
  .mz-banner-subnav {
    bottom: 30px;
  }
  .mz-title span {
    font-size: 26px;
  }
  .mz-solution-card {
    padding: 20px 15px;
  }
  .mz-title {
    margin-bottom: 10px;
  }
  .mz-about-text .mz-title {
    margin-bottom: 10px;
  }
  .mz-contact-item {
    padding: 20px 20px;
    flex: auto;
    width: 100%;
  }
  .mz-contact-item span {
    font-size: 18px;
  }
  .mz-contact-form-img {
    padding-top: 60%;
  }
  .mz-benefit-card {
    width: 100%;
  }
  .swiper-slide.w50 {
    width: 100%;
  }
  .swiper-slide.w25 {
    width: 50%;
  }
  .mz-contact-list {
    border-bottom: none;
    flex-wrap: wrap;
  }
  .swiper-slide.w30 {
    width: 60%;
  }
  .mz-life-tabs h5 {
    font-size: 36px;
  }
  .mz-life-tab {
    padding: 15px 0;
  }
  .mz-life-controls a {
    width: 32px;
    height: 32px;
  }
  .mz-careers-filter form a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
  }
  .mz-careers-filter {
    margin-bottom: 20px;
  }
  .mz-job-col:nth-child(2) {
    text-align: center;
  }
  .mz-job-col:nth-child(3) {
    display: none;
  }
  .mz-job-actions {
    flex: 0.8;
  }
  .mz-job-row {
    padding: 0 20px;
    height: 60px;
  }
  .mz-job-actions span {
    width: 90%;
  }
  .mz-job-detail {
    padding: 20px;
  }
  .mz-job-detail .list {
    width: 100%;
    margin-right: 0;
    margin: 10px 0;
  }
  .mz-job-detail .list .mc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mz-footer-main h5 {
    font-size: 18px;
  }
  .mz-footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mz-footer-logo img {
    width: 125px;
  }
  .mz-footer-qrcode {
    margin: auto;
  }
  .mz-footer-qrcode img {
    width: 120px;
  }
  .mz-footer-main {
    margin-top: 20px;
  }
  .mz-banner p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mz-feature-card span {
    font-size: 14px;
  }
  .mz-feature-card {
    width: 100%;
  }
  .mz-spec-table thead th {
    font-size: 16px;
    padding: 12px 10px;
  }
  .mz-product-detail-section {
    padding: 40px 5%;
  }
  .mz-spec-tabs {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .mz-spec-tab {
    font-size: 14px;
    padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mz-environment-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mz-banner-btn {
    margin-top: 10px;
  }
  .mz-culture-card {
    padding: 20px 20px 40px;
  }
  .mz-about-page .mz-stats-two {
    margin-top: 20px;
  }
  .mz-video-play p {
    font-size: 16px;
  }
  .mz-video-play img {
    width: 40px;
  }
  .mz-video-img {
    padding-top: 60%;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con {
    height: 100%;
    flex-wrap: wrap;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-left {
    width: 100%;
    margin-bottom: 80px;
  }
  .mz-history-section .v_time_box .swiper-container .abo_scr7_con .mz-history-right {
    display: none;
  }
  .mz-history-section .v_time_box .swiper-container .swiper-pagination {
    width: auto;
    height: 50px;
    left: 50%;
    right: initial;
    top: initial;
    bottom: 10%;
    transform: translateX(-50%);
  }
  .mz-culture {
    padding: 48px 0;
  }
  .mz-facility-slider {
    flex-wrap: wrap;
  }
  .mz-facility-tabs {
    width: 100%;
    padding-right: 5%;
    margin-bottom: 30px;
  }
  .mz-facility-tab.on::after {
    width: 100%;
  }
  .mz-facility-tab span {
    font-size: 16px;
  }
  .mz-facility-slides {
    width: 100%;
  }
}
.mz-nav-dropdown .xiala {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.2s;
}
.mz-nav-dropdown .xiala a {
  transition: all 0.2s;
}
.mz-nav-dropdown .xiala .a01 {
  width: 50%;
  padding-right: 5rem;
  box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
}
.mz-nav-dropdown .xiala .a01.w30 {
  width: 30%;
}
.mz-nav-dropdown .xiala .a01 h1 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  color: #333;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-bottom: 0.87rem;
}
.mz-nav-dropdown .xiala .a01 h1::before {
  width: 9.125rem;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: inline-block;
  background: var(--Color-3, #2d7cc1);
}
.mz-nav-dropdown .xiala .a01 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mz-nav-dropdown .xiala .a01 dl dd {
  width: 100%;
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin: 0.8rem 0
}
.mz-nav-dropdown .xiala .a01 dl.lanmu3 dd {
  width: 33.33%;
}
.mz-nav-dropdown .xiala .a01 dl.lanmu3 {
  justify-content: flex-start;
}
.mz-nav-dropdown .xiala .a01 dl dd a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.mz-nav-dropdown .xiala .a01 dl dd a span {
  font-size: 0.74rem;
  margin-right: 0.35rem
}
.mz-nav-dropdown .xiala .a02 {
  width: 50%;
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 4.12rem;
}
.mz-nav-dropdown .xiala .a02 dl dt {
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mz-nav-dropdown .xiala .a02 dl dd {
  margin-top: 1.81rem;
}
.mz-nav-dropdown .xiala .a02 dl dd img {
  max-width: 100%;
}
.mz-nav-dropdown .xiala .a03 {
  width: 100%;
  padding-left: 0vw;
  padding-bottom: 2.53rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mz-nav-inner h1 {
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
  font-size: 1.05rem;
}
#nav_me_fu .mz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav_me_fu .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}
#nav_me_fu .mz-left {
  width: 57%
}
#nav_me_fu .mz-right {
  width: 40%
}
#nav_me_fu .mz-left .mz-title {
  position: relative;
  padding-bottom: 35px;
  font-size: 28px;
  line-height: 54px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#nav_me_fu .mz-left .mz-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 160px;
  height: 1px;
  background: #1b549b
}
#nav_me_fu .mz-left .mz-title span {
  font-weight: 400
}
#nav_me_fu .mz-left .mz-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 20px;
  border-bottom: 1px solid #1b549b
}
#nav_me_fu .mz-left .mz-list li {
  margin-bottom: 20px;
  padding-right: 20px;
  width: 48%;
  line-height: 26px;
  opacity: .7
}
#nav_me_fu .mz-left .mz-list li:last-child {
  width: 100%;
}
#nav_me_fu .mz-left .mz-list .mz-title2 {
  font-weight: 700
}
#nav_me_fu .mz-left .mz-list .mz-text.mz-dt {
  font-size: 18px;
  line-height: 40px;
  color: #111;
}
#nav_me_fu .mz-right .mz-title {
  position: relative;
  padding-bottom: 35px;
  font-size: 28px;
  line-height: 54px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#nav_me_fu .mz-right .mz-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 160px;
  height: 1px;
  background: #1b549b
}
#nav_me_fu .mz-right .mz-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 35px
}
#nav_me_fu .mz-right .mz-nav li {
  margin-bottom: 5px;
  padding: 0 10px;
  width: 50%;
  font-size: 22px;
}
#nav_me_fu .mz-right .mz-nav a {
  opacity: 1;
  color: #111;
  transition: .5s
}
#nav_me_fu .mz-right .mz-nav a:hover {
  opacity: .8;
}
.pager {
  text-align: center;
  margin: 45px 0 0
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.pager ul li, .pager ul li a {
  display: inline-block
}
.pager ul li a {
  padding: 5px 15px;
  border: 1px solid #ddd;
  margin-left: -1px
}
.pager ul li a:hover {
  border-color: #70c4f3;
  background-color: #70c4f3
}
.pager ul .active a {
  border: 1px solid #0f5695;
  display: inline-block;
  background-color: #0f5695;
  color: #fff
}
.pager ul a:not([href]):not([class]):hover {
  border: 1px solid #ddd;
  background-color: #fff
}
.pager ul .active a:hover {
  color: #fff;
  border: 1px solid #0f5695 !important;
  background-color: #0f5695 !important
}
/* 上/下一篇导航容器 */
.article-pagination {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
  width: 100%;
  box-sizing: border-box;
}
/* 通用导航项样式 */
.pagination-item {
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block; /* 基础适配，避免移动端换行异常 */
  box-sizing: border-box;
}
/* 可点击的导航项（上/下一篇） */
.pagination-prev, .pagination-next {
  color: #333;
  background-color: #f5f5f5;
}
/* 鼠标hover效果（PC端） */
.pagination-prev:hover, .pagination-next:hover {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #2d7cc1; /* 轻微变色提升交互感 */
}
/* 禁用状态（没有上/下一篇） */
.pagination-disabled {
  color: #999;
  background-color: #fafafa;
  cursor: not-allowed; /* 提示不可点击 */
}
/* 移动端适配（768px以下） */
@media (max-width: 768px) {
  .article-pagination {
    padding: 15px 0;
    margin-top: 20px;
    font-size: 13px; /* 移动端缩小字体 */
  }
  .mr4 {
    width: 100% !important;
  }
  .pagination-item {
    width: 100%; /* 移动端独占一行 */
    margin-bottom: 10px; /* 上下项间距 */
    text-align: center; /* 文字居中 */
    padding: 10px 15px; /* 增大点击区域 */
    float: none !important; /* 取消PC端的float，避免布局错乱 */
  }
  /* 最后一个项去掉底部间距 */
  .pagination-next {
    margin-bottom: 0;
  }
  .mz-benefit-card img {
    margin-bottom: 5px;
  }
}
/* PC端布局（float定位） */
@media (min-width: 769px) {
  .pagination-prev {
    float: left;
  }
  .pagination-next {
    float: right;
  }
}