@charset "utf-8";
body {
  overflow-x: hidden;
  line-height: inherit;
  color: #666666;
}
p {
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a a:active {
  color: inherit;
}
/*
.swiper-container, .ax-swiper {
  width: 100%;
  height: 100%;
}
 */
.width-auto {
  width: auto;
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
.max-width-50 {
  max-width: 50%;
}
.max-width-100 {
  max-width: 100%;
}
.max-width-all-100 * {
  max-width: 100%;
}
.height-auto {
  height: auto;
}
.height-50 {
  height: 50%;
}
.height-100 {
  height: 100%;
}
.max-height-50 {
  max-height: 50%;
}
.max-height-90 {
  max-height: 90%;
}
.max-height-100 {
  max-height: 100%;
}
.top-auto {
  top: auto;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-auto {
  bottom: auto;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.left-auto {
  left: auto;
}
.left-0 {
  left: 0;
}
.left-50 {
  left: 50%;
}
.left-100 {
  left: 100%;
}
.right-auto {
  right: auto;
}
.right-0 {
  right: 0;
}
.right-50 {
  right: 50%;
}
.right-100 {
  right: 100%;
}
.com-object-fit-cover {
  object-fit: cover;
}
.com-object-fit-scale-down {
  object-fit: scale-down;
}
.com-object-fit-none {
  object-fit: none;
}
.display-grid {
  display: grid !important;
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.color-fff {
  color: #ffffff;
}
.color-888 {
  color: #888888;
}
.color-999 {
  color: #999999;
}
.color-666 {
  color: #666666;
}
.color-333 {
  color: #333333;
}
.color-000 {
  color: #000000;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.margin-auto {
  margin: auto;
}
.z-index-reduce-1 {
  z-index: -1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-101 {
  z-index: 101;
}
/* font-size */
.font-size-12 {
  font-size: 1.2rem;
}
.font-size-13 {
  font-size: 1.3rem;
}
.font-size-14 {
  font-size: 1.4rem;
}
.font-size-15 {
  font-size: 1.5rem;
}
.font-size-16 {
  font-size: 1.6rem;
}
.font-size-18 {
  font-size: 1.8rem;
}
.font-size-20 {
  font-size: 2rem;
}
.font-size-22 {
  font-size: 2.2rem;
}
.font-size-24 {
  font-size: 2.4rem;
}
.font-size-26 {
  font-size: 2.6rem;
}
.font-size-28 {
  font-size: 2.8rem;
}
.font-size-30 {
  font-size: 3rem;
}
.font-size-32 {
  font-size: 3.2rem;
}
.font-size-34 {
  font-size: 3.4rem;
}
.font-size-36 {
  font-size: 3.6rem;
}
.font-size-38 {
  font-size: 3.8rem;
}
.font-size-40 {
  font-size: 4rem;
}
.font-size-42 {
  font-size: 4.2rem;
}
.font-size-44 {
  font-size: 4.4rem;
}
.font-size-46 {
  font-size: 4.6rem;
}
.font-size-48 {
  font-size: 4.8rem;
}
.font-size-50 {
  font-size: 5rem;
}
.font-size-54 {
  font-size: 5.4rem;
}
.font-size-60 {
  font-size: 6rem;
}
.font-size-70 {
  font-size: 7rem;
}
.font-size-80 {
  font-size: 8rem;
}
.font-size-90 {
  font-size: 9rem;
}
.font-size-100 {
  font-size: 10rem;
}
.font-weight-600 {
  font-weight: 600;
}
/* line-height */
.line-height-22 {
  line-height: 2.2rem;
}
.line-height-24 {
  line-height: 2.4rem;
}
.line-height-26 {
  line-height: 2.6rem;
}
.line-height-28 {
  line-height: 2.8rem;
}
.line-height-30 {
  line-height: 3rem;
}
.line-height-32 {
  line-height: 3.2rem;
}
.line-height-34 {
  line-height: 3.4rem;
}
.line-height-36 {
  line-height: 3.6rem;
}
.line-height-38 {
  line-height: 3.8rem;
}
.line-height-40 {
  line-height: 4rem;
}
.line-height-42 {
  line-height: 4.2rem;
}
.line-height-inherit {
  line-height: inherit;
}
.background-000 {
  background: #000000;
}
.background-fff {
  background: #ffffff;
}
.background-transparent {
  background: transparent;
}
.flex-auto {
  flex: auto;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.transform-translateX-reduce-50 {
  transform: translateX(-50%);
}
.transform-translateY-reduce-50 {
  transform: translateY(-50%);
}
.transform-translate-reduce-50 {
  transform: translate(-50%, -50%);
}
.transform-none {
  transform: none;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-1 {
  opacity: 1;
}
.border-radius-50 {
  border-radius: 50%;
}
.border-radius-inherit {
  border-radius: inherit;
}
.transition-all-02 {
  transition: all 0.2s ease;
}
.transition-all-03 {
  transition: all 0.3s ease;
}
.transition-all-04 {
  transition: all 0.4s ease;
}
.transition-all-10 {
  transition: all 1s ease;
}
.transform-scale-102 {
  transform: scale(1.02);
}
.transform-scale-105 {
  transform: scale(1.05);
}
.com-size-all-img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.com-position-absolute-start {
  position: absolute;
  top: 0;
  left: 0;
}
.outline-none {
  outline: none;
}
.overflow-ellipsis-1,
.overflow-ellipsis-2,
.overflow-ellipsis-3,
.overflow-ellipsis-4,
.overflow-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.overflow-ellipsis-1 {
  -webkit-line-clamp: 1;
}
.overflow-ellipsis-2 {
  -webkit-line-clamp: 2;
}
.overflow-ellipsis-3 {
  -webkit-line-clamp: 3;
}
.overflow-ellipsis-4 {
  -webkit-line-clamp: 4;
}
.overflow-ellipsis-5 {
  -webkit-line-clamp: 5;
}
*[class*="ax-swiper"] .ax-white.ax-prev,
*[class*="ax-swiper"] .ax-white.ax-next {
  color: #ffffff;
  border-color: #ffffff;
}
*[class*="ax-swiper"] .ax-pages.ax-line .ax-pages-bullet {
  width: 3.2rem;
  height: 0.5rem;
  border-radius: inherit;
}
*[class*="ax-swiper"] .ax-pages.ax-bg-white .ax-pages-bullet {
  opacity: 1;
  border: none;
  background: #ffffff;
}
*[class*="ax-swiper"] .ax-pages.ax-bg-white .ax-pages-bullet-active {
  background: var(--color-primary);
}
.ax-slowest-1000 {
  animation-duration: 1000ms;
}
.ax-slowest-2000 {
  animation-duration: 2000ms;
}
.ax-fadeInUp,
.ax-fadeInLeft,
.ax-fadeInRight {
  animation-duration: 1500ms;
}
.ax-btn.ax-xl {
  font-size: 2.6rem;
  height: calc(38 * 0.1rem + 30 * 0.1rem);
  line-height: calc(38 * 0.1rem + 30 * 0.1rem);
}
.ax-btn.ax-xl.ax-circle,
.ax-btn.ax-xl.ax-circle:after {
  padding: 0;
  border-radius: calc(38 * 0.1rem + 30 * 0.1rem);
  width: calc(38 * 0.1rem + 30 * 0.1rem);
}
.ax-btn.ax-xl *[class*="font"] {
  font-size: 3.2rem;
}
.ax-btn.ax-lg *[class*="font"] {
  font-size: 1.4rem;
}
.ax-space {
  gap: 1.4rem;
}
.ax-space-xxs {
  gap: 0.4rem;
}
.ax-space-xs {
  gap: 0.8rem;
}
.ax-space-sm {
  gap: 1rem;
}
.ax-space-md {
  gap: 1.4rem;
}
.ax-space-lg {
  gap: 1.8rem;
}
.ax-space-xl {
  gap: 2.2rem;
}
.ax-space-xxl {
  gap: 2.8rem;
}
.ax-space-40 {
  gap: 4rem;
}
.ax-space-50 {
  gap: 5rem;
}
.ax-space-60 {
  gap: 6rem;
}
.ax-space-70 {
  gap: 7rem;
}
.ax-space-80 {
  gap: 8rem;
}
.ax-space-90 {
  gap: 9rem;
}
.ax-space-100 {
  gap: 10rem;
}
.ax-dialog[data-size="width-80"] .ax-dialog-wrapper {
  width: 80rem;
}
.ax-dialog[data-size="full2"] .ax-dialog-wrapper {
  width: 100%;
  height: 100%;
}
.ax-dialog[data-size="full2"] .ax-dialog-body {
  max-height: 100vh;
}
.ax-popup[size="xs"] {
  width: 14rem;
}
.ax-swiper-outer.ax-swiper-outer-no .ax-prev,
.ax-swiper-outer.ax-swiper-outer-no .ax-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.ax-swiper-outer.ax-swiper-outer-no .ax-pages {
  padding: 0;
}
.ax-glitter.ax-white,
.ax-glitter.ax-white:before,
.ax-glitter.ax-white:after {
  background-color: #FFFFFF;
}
.ax-pagination.ax-lg a {
  width: 5rem !important;
  height: 5rem !important;
  line-height: 5rem !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
}
@keyframes scaleOut-swiper {
  from,
  to {
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
  }
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ax-scaleOut-swiper {
  animation-duration: 6000ms;
  animation-fill-mode: both;
  animation-name: scaleOut-swiper;
}
.ax-scaleOut-slide {
  animation-duration: 300ms;
  animation-fill-mode: both;
  animation-name: scaleOut-swiper;
}
@media screen and (max-width: 500px) {
  /* font-size */
  .font-size-12 {
    font-size: 1.6rem;
  }
  .font-size-13 {
    font-size: 1.7rem;
  }
  .font-size-14 {
    font-size: 1.8rem;
  }
  .font-size-15 {
    font-size: 1.9rem;
  }
  .font-size-16 {
    font-size: 2rem;
  }
  .font-size-18 {
    font-size: 2.2rem;
  }
  .font-size-20 {
    font-size: 2.4rem;
  }
  .font-size-22 {
    font-size: 2.6rem;
  }
  .font-size-24 {
    font-size: 2.8rem;
  }
  .font-size-26 {
    font-size: 2.8rem;
  }
  .font-size-28 {
    font-size: 3rem;
  }
  .font-size-40 {
    font-size: 3.8rem;
  }
  .font-size-42 {
    font-size: 3.8rem;
  }
  .font-size-44 {
    font-size: 4rem;
  }
  .font-size-46 {
    font-size: 4.2rem;
  }
  .font-size-48 {
    font-size: 4.2rem;
  }
  .font-size-50 {
    font-size: 4.4rem;
  }
  .font-size-54 {
    font-size: 4.6rem;
  }
  .font-size-60 {
    font-size: 5rem;
  }
  .font-size-70 {
    font-size: 5.8rem;
  }
  .font-size-80 {
    font-size: 6.6rem;
  }
  .font-size-90 {
    font-size: 7.2rem;
  }
  .font-size-100 {
    font-size: 8rem;
  }
  /* line-height */
  .line-height-22 {
    line-height: 2.6rem;
  }
  .line-height-24 {
    line-height: 2.8rem;
  }
  .line-height-26 {
    line-height: 3rem;
  }
  .line-height-28 {
    line-height: 3.2rem;
  }
  .line-height-30 {
    line-height: 3.4rem;
  }
  .line-height-32 {
    line-height: 3.6rem;
  }
  .line-height-34 {
    line-height: 3.8rem;
  }
  .line-height-36 {
    line-height: 4rem;
  }
  .line-height-38 {
    line-height: 4.2rem;
  }
  .line-height-40 {
    line-height: 4.4rem;
  }
  .line-height-42 {
    line-height: 4.6rem;
  }
  .ax-dialog[data-size="width-80"] .ax-dialog-wrapper {
    width: calc(100vw - 14 * 0.1rem * 2);
  }
  /*
  .ax-swiper-outer {
    .ax-prev.ax-round {
      left: 0;
    }
    .ax-next.ax-round {
      right: 0;
    }
  }
   */
}
:root {
  --h-primary: 19;
  --s-primary: 88%;
  --l-primary: 58%;
}
@font-face {
  font-family: 'goelz1';
  src: url('../fonts/goelz1.ttf');
}
@font-face {
  font-family: 'goelz2';
  src: url('../fonts/goelz2.ttf');
}
@font-face {
  font-family: 'hel';
  src: url('../fonts/HELVETICANEUE-LIGHT.OTF');
}
body {
  font-family: 'goelz1';
}
.com-font2 {
  font-family: 'goelz2';
}
.com-font3 {
  font-family: 'hel';
}
.com-padding-top-40 {
  padding-top: 4rem;
}
.com-padding-top-60 {
  padding-top: 6rem;
}
.com-padding-top-80 {
  padding-top: 8rem;
}
.com-padding-top-110 {
  padding-top: 11rem;
}
.com-padding-bottom-50 {
  padding-bottom: 5rem;
}
.com-padding-bottom-60 {
  padding-bottom: 6rem;
}
.com-padding-bottom-80 {
  padding-bottom: 8rem;
}
.com-padding-bottom-110 {
  padding-bottom: 11rem;
}
.com-padding-bottom-140 {
  padding-bottom: 14rem;
}
.com-cont-1000,
.com-cont-1460,
.com-cont-1760 {
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1000 {
  width: 1000px;
}
.com-cont-1460 {
  width: calc(1460 / 1920 * 100%);
}
.com-cont-1760 {
  width: calc(1800 / 1920 * 100%);
}
.ax-break-line {
  background-color: #dbdbdb;
}
.ax-emulate input.ax-input,
.ax-emulate input[type="text"],
.ax-emulate input[type="password"],
.ax-emulate input[type="file"],
.ax-emulate select {
  height: calc(3.8rem + 1rem);
  line-height: calc(3.8rem + 1rem);
}
.ax-dialog:not([placement=center]) .ax-dialog-wrapper {
  margin: 10rem 0 0;
}
.com-btn1 {
  width: 20rem;
  height: 5.6rem !important;
}
.com-ax-swiper-outer .ax-prev,
.com-ax-swiper-outer .ax-next {
  width: 4.6rem;
  height: 4.6rem;
  color: #ffffff;
  font-size: 2rem;
}
.com-ax-swiper-outer .ax-prev:not(:hover),
.com-ax-swiper-outer .ax-next:not(:hover) {
  background: #dbdbdb;
}
.com-breadcrumb1 .ax-breadcrumb .ax-title {
  color: var(--color-primary);
  font-size: 2rem;
}
.com-breadcrumb1 .ax-breadcrumb a:last-of-type {
  color: #000000;
}
.com-classification1 .swiper1 .slide1 {
  width: auto;
  min-width: 30rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 2.4rem 0;
}
.com-classification1 .swiper1 .slide1.active,
.com-classification1 .swiper1 .slide1:hover {
  border-bottom-color: var(--color-primary);
}
.com-classification1.com-classification1-top .swiper1 .slide1 {
  border-top-color: var(--color-ignore);
}
.com-classification1.com-classification1-top .swiper1 .slide1.active,
.com-classification1.com-classification1-top .swiper1 .slide1:hover {
  border-top-color: var(--color-primary);
  border-bottom-color: transparent;
}
.com-classification1.help-classification .swiper1 .slide1 {
  min-width: 13rem;
}
.com-list1 .swiper1 .slide1 .dn-picture {
  height: 26rem;
  margin: 0 0 2.2rem;
}
.com-navigation1 .dn-right .ax-breadcrumb .ax-title {
  font-size: 2rem;
}
.com-navigation1 .dn-right .ax-breadcrumb .ax-gutter {
  font-size: 1.8rem;
  margin: auto 0.4rem;
}
.com-banner1 .swiper1 {
  height: 50rem;
}
.com-banner1 .swiper1 * {
  color: #ffffff;
}
.com-banner1 .swiper1 .slide1 .dn-word {
  margin: -2rem 0 0;
}
.com-banner1 .swiper1 .slide1 .dn-word .dp-title1 {
  transform: translate(0, 3rem);
}
.com-banner1 .swiper1 .slide1 .dn-picture .dp-img1 {
  transform: scale(1.1);
}
.com-banner1 .swiper1 .slide1.ax-slide-active .dn-word .dp-title1 {
  transform: none;
  transition: all 0.6s ease 0.1s;
}
.com-banner1 .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  transform: none;
  transition: all 6s linear 0.1s;
}
.com-banner1 .swiper1 .dn-breadcrumb {
  position: absolute;
  width: 100%;
  bottom: 3.6rem;
}
.com-banner1 .swiper1 .dn-breadcrumb .ax-title {
  font-size: 2rem;
}
.com-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: sticky;
  z-index: 101;
  transition: all 0.3s ease;
  animation: fadeInUp 0.4s ease both;
}
.com-header.active {
  background: var(--color-primary);
}
.index-header .com-header,
.index2-header .com-header {
  position: fixed;
}
.index-header .com-header .dn-menu,
.index-header .com-header .dn-right {
  display: none;
}
.com-header :not(.ax-menu ul *) {
  color: #ffffff !important;
}
.com-header .com-cont {
  display: grid !important;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.com-header .dn-left .dn-logo .dp-img1 {
  height: 4.2rem;
}
.com-header .dn-menu .ax-menu {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.com-header .dn-menu .ax-menu > li > :first-child {
  padding: 0;
  font-size: 2rem;
  height: auto;
}
.com-header .dn-menu .ax-menu > li > :first-child > [label] {
  border-bottom: 2px solid transparent;
  padding: 4rem 0;
}
.com-header .dn-menu .ax-menu > li > :first-child > [label].active,
.com-header .dn-menu .ax-menu > li > :first-child > [label]:hover {
  border-bottom-color: #FFFFFF;
}
.com-header .dn-menu .ax-menu > li > ul {
  left: 50%;
  top: 100%;
  margin: 0 0 0 -14rem;
}
.com-header .dn-menu .ax-menu > li > ul > li {
  border-bottom: none;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul {
  position: fixed;
  left: 23rem;
  width: 146rem !important;
  margin: 0;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li > :first-child {
  height: auto;
  background: #ffffff;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li > :first-child > [label] {
  align-items: flex-start;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li .ax-tab-header {
  width: 60rem;
  border-right: 1px solid #dbdbdb;
  padding: 0 14rem 0 0;
  margin: 0 4rem 0;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li .ax-tab-header .dp-img1 {
  width: 4.4rem;
  height: 4.4rem;
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li .ax-tab-header > [active] * {
  color: var(--color-primary);
}
.com-header .dn-menu .ax-menu > li.li-dropdown > ul > li .ax-tab-body a:hover {
  color: var(--color-primary);
}
.com-header .dn-right .dn-menu-operate {
  display: none;
}
.com-header-drawer .ax-menu li > :first-child {
  height: 6rem;
  font-size: 2.4rem;
}
.com-footer-top .dn-upper .swiper1 {
  padding: 0 0 calc(4px + 54 * 0.1rem);
}
.com-footer-top .dn-upper .swiper1 .slide1 .dn-picture {
  height: 10rem;
}
.com-footer-top .dn-upper .swiper1 .slide1:hover .dp-title1 {
  color: var(--color-primary);
}
.com-footer-top .dn-upper .swiper1 .ax-prev,
.com-footer-top .dn-upper .swiper1 .ax-next {
  width: 3.6rem;
  height: 5.4rem;
  margin-top: -2.7rem;
  background-color: var(--color-primary);
  font-size: 2.2rem;
}
.com-footer-top .dn-upper .swiper1 .ax-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
}
.com-footer-top .dn-upper .swiper1 .ax-scrollbar-drag {
  background-color: var(--color-primary);
}
.com-footer * {
  color: #ffffff;
}
.com-footer .dn-upper .dn-left {
  max-width: 66rem;
}
.com-footer .dn-upper .dn-left .dp-img1 {
  height: 4.2rem;
}
.com-footer .dn-upper .dn-left .ul-share i {
  font-size: 2.4rem;
}
.com-footer .dn-upper .dn-right {
  max-width: 41rem;
}
.index-dialog-img {
  width: 800px;
  height: 500px;
}
.index-ax-dialog .ax-dialog-wrapper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-ax-dialog .ax-dialog-wrapper .ax-dialog-close {
  bottom: calc(3.8rem * 2) !important;
}
.index-language {
  height: 100vh;
  background: var(--color-primary) url("../images/index1_02.png") no-repeat center bottom / 100% auto;
}
.index-language .dn-upper {
  margin: -10rem 0 0;
}
.index-language .dn-upper .ax-checkbox u:before {
  background-color: transparent;
  border-color: #FFFFFF !important;
  border-width: 2px;
}
.index-language .dn-upper .ax-checkbox u ~ i {
  margin-right: 0;
}
.index-language .dn-upper .swiper1 .slide1 {
  width: auto;
}
.index-header .com-footer-top {
  display: none;
}
.index-header .com-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.index-header .com-footer .dn-upper,
.index-header .com-footer .ax-break-line {
  display: none;
}
.index-banner1 .swiper1 {
  height: 100vh;
}
.index-banner1 .swiper1 .slide1 .dn-word .dp-title1 {
  position: relative;
  transform: translate(0, 3rem);
}
@media screen and (min-width: 500px) {
  .index-banner1 .swiper1 .slide1 .dn-word .dp-title1:before {
    content: '';
    width: calc(100% + 120 * 0.1rem);
    height: calc(100% + 50 * 0.1rem);
    position: absolute;
    top: -3rem;
    left: -6rem;
    backdrop-filter: blur(1rem);
    z-index: -1;
  }
}
.index-banner1 .swiper1 .slide1 .dn-word .ax-btn {
  transform: translate(0, 3rem);
}
.index-banner1 .swiper1 .slide1 .dn-picture .dp-img1 {
  transform: scale(1.1);
}
.index-banner1 .swiper1 .slide1.ax-slide-active .dn-word .dp-title1,
.index-banner1 .swiper1 .slide1.ax-slide-active .dn-word .ax-btn {
  transform: none;
  transition: all 0.6s ease 0.1s;
}
.index-banner1 .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  transform: none;
  transition: all 6s linear 0.1s;
}
.index-banner1 .swiper1 .ax-pages {
  bottom: 4rem !important;
}
.index-product .dn-upper {
  padding: 0 13rem;
}
.index-product .dn-upper .ax-tab-header > * {
  min-width: 35rem;
  line-height: inherit;
  padding: 2rem 0;
  border-top: 0.3rem solid var(--color-ignore);
}
.index-product .dn-upper .ax-tab-header > *:after {
  height: 0.3rem;
  width: 100%;
  top: -0.3rem;
}
.index-product .dn-center .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.index-product .dn-center .swiper1 .slide1 .dn-picture {
  height: 44rem;
}
.index-product .dn-center .swiper1 .slide1 .dn-picture2 {
  opacity: 0;
}
.index-product .dn-center .swiper1 .slide1 .dn-word .dp-title1 {
  transition: all 0.3s ease;
  transform: translate(0, 2.6rem);
}
.index-product .dn-center .swiper1 .slide1 .dn-word .dp-more1 {
  opacity: 0;
}
.index-product .dn-center .swiper1 .slide1:hover {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
.index-product .dn-center .swiper1 .slide1:hover .dn-picture2 {
  opacity: 1;
}
.index-product .dn-center .swiper1 .slide1:hover .dn-word .dp-title1 {
  transform: none;
  color: #ffffff;
}
.index-product .dn-center .swiper1 .slide1:hover .dn-word .dp-more1 {
  opacity: 1;
}
.index-news .dn-center .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.index-news .dn-center .swiper1 .slide1 .dn-picture {
  height: 34rem;
  overflow: hidden;
}
.index-news .dn-center .swiper1 .slide1:hover {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
.index-news .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-main .dn-upper .swiper1 .slide1 {
  grid-column: span 2;
  transition: all 0.3s ease;
}
.index-main .dn-upper .swiper1 .slide1 .dn-picture {
  height: 32rem;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .index-main .dn-upper .swiper1 .slide1:nth-of-type(5n+1),
  .index-main .dn-upper .swiper1 .slide1:nth-of-type(5n+2) {
    grid-column: span 3;
  }
  .index-main .dn-upper .swiper1 .slide1:nth-of-type(5n+1) .dn-picture,
  .index-main .dn-upper .swiper1 .slide1:nth-of-type(5n+2) .dn-picture {
    height: 44rem;
  }
}
.index-main .dn-upper .swiper1 .slide1:hover {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
.index-main .dn-upper .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.product .dn-upper .dn-left {
  width: 28rem;
}
.product .dn-upper .dn-left .ax-accordion > li {
  border-top: 1px solid #dbdbdb;
}
.product .dn-upper .dn-left .ax-accordion > li[active] {
  border-top-color: #000000;
}
.product .dn-upper .dn-left .ax-accordion > li[active] .ax-accordion-header [arrow] {
  color: #000000;
}
.product .dn-upper .dn-left .ax-accordion .ax-accordion-header {
  line-height: inherit;
  padding: 2.2rem 0;
}
.product .dn-upper .dn-left .ax-accordion .ax-accordion-content {
  padding: 0.4rem 0 2rem;
}
.product .dn-upper .dn-left .ax-accordion .ax-accordion-content .ax-checkbox {
  line-height: inherit;
  height: auto;
}
.product .dn-upper .dn-left .ax-accordion .ax-accordion-content .ax-checkbox u ~ i {
  margin-left: 1.2rem;
  flex: auto;
  white-space: inherit;
  font-family: 'hel';
  color: #000000;
}
.product-detail-introduce .dn-upper .dn-left {
  width: 9rem;
}
.product-detail-introduce .dn-upper .dn-left .swiper1 {
  height: calc((90 * 0.1rem + 12px) * 6);
}
.product-detail-introduce .dn-upper .dn-left .swiper1 .slide1 {
  opacity: 0.8;
  cursor: pointer;
}
.product-detail-introduce .dn-upper .dn-left .swiper1 .slide1.ax-slide-thumb-active {
  border-color: #999999;
  opacity: 1;
}
.product-detail-introduce .dn-upper .dn-middle {
  width: 60rem;
}
.product-detail-introduce .dn-upper .dn-middle .swiper1 .slide1 {
  height: 60rem;
}
.product-detail-introduce .dn-upper .dn-right {
  width: 43rem;
  padding: 13rem 0 0;
}
.product-detail-introduce .dn-lower .ax-accordion > li {
  border-top: 1px solid #dbdbdb;
}
.product-detail-introduce .dn-lower .ax-accordion > li:last-of-type .ax-accordion-content {
  padding: 0;
}
.product-detail-introduce .dn-lower .ax-accordion .ax-accordion-header {
  line-height: inherit;
  padding: 3rem 0;
}
.product-detail-introduce .dn-lower .ax-accordion .ax-accordion-header [arrow] {
  color: #000000;
}
.product-detail-introduce .dn-lower .ax-accordion .ax-accordion-content {
  padding: 0 0 8rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-features .swiper1 .slide1 .dn-picture {
  width: 13.6rem;
  height: 13.6rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-table .ax-accordion-content {
  font-family: 'goelz2';
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-table .ax-accordion-content table {
  width: 65%;
  border-collapse: collapse;
}
.product-detail-introduce .dn-lower .ax-accordion .li-table .ax-table tr:first-of-type {
  background-color: var(--color-primary);
  color: #ffffff;
}
.product-detail-introduce .dn-lower .ax-accordion .li-table .ax-table tr td {
  width: 50%;
  font-size: 1.8rem;
  padding: 2rem 5.4rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-table .ax-table tr td:last-of-type {
  font-family: 'goelz2';
}
.product-detail-introduce .dn-lower .ax-accordion .li-applications .swiper1 .slide1 .dn-picture {
  height: 21rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-download .swiper1 .slide1 i {
  font-size: 2rem;
}
.product-detail-introduce .dn-lower .ax-accordion .li-videos .dn-video {
  width: 83rem;
  height: 47rem;
}
.solution .dn-upper .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.solution .dn-upper .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.solution .dn-upper .swiper1 .slide1:hover * {
  color: #ffffff;
}
.solution .dn-upper .swiper1 .slide1:hover .dn-word .ax-btn {
  background: #ffffff;
  color: var(--color-primary);
}
.solution .dn-upper .swiper1 .slide1 .dn-picture {
  width: 50%;
  height: 52rem;
}
.solution .dn-upper .swiper1 .slide1 .dn-word {
  padding: 7rem;
}
.solution-detail-block .dn-upper .swiper1 .slide1:nth-of-type(1) .dn-word .ax-accordion > li {
  border: none !important;
}
.solution-detail-block .dn-upper .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-picture {
  width: 50%;
  height: 49rem;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion > li {
  border-top: 1px solid #dbdbdb;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion > li:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion > li[active] {
  border-top-color: var(--color-primary);
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion .ax-accordion-header {
  line-height: inherit;
  padding: 2.4rem 0;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion .ax-accordion-header [label] {
  flex: auto;
}
.solution-detail-block .dn-upper .swiper1 .slide1 .dn-word .ax-accordion .ax-accordion-content {
  padding: 0 0 7rem;
}
.solution-detail-scenario .dn-lower .swiper1 {
  height: 50rem;
}
.solution-detail-scenario .dn-lower .swiper1 .ax-prev {
  left: 18.4rem;
}
.solution-detail-scenario .dn-lower .swiper1 .ax-next {
  right: 18.4rem;
}
.solution-detail2-block .dn-upper .dn-picture {
  width: 50%;
  height: 49rem;
}
.solution-detail2-block .dn-upper .ax-swiper-outer {
  width: calc(50% + 54 * 0.1rem);
  position: absolute;
  bottom: 0;
  left: 0;
}
.solution-detail2-block .dn-upper .ax-swiper-outer .ax-pages {
  width: auto;
  position: relative;
  bottom: 0;
  font-size: 1.6rem;
}
.solution-detail2-block .dn-upper .ax-swiper-outer .ax-pages .ax-pages-current {
  font-size: 2rem;
  color: #333333;
}
.solution-detail2-block .dn-upper .ax-swiper-outer .ax-break-line {
  margin: 0 5.6rem 0 1.6rem;
}
.solution-detail2-block .dn-upper .ax-swiper-outer .ax-next {
  width: calc(54 * 0.1rem * 2);
  height: 4.8rem;
  color: #ffffff;
}
.solution-detail2-block .dn-lower .swiper1 .slide1 i {
  font-size: 7rem;
}
.solution-detail3-two .dn-lower {
  margin: 46rem 0 0;
}
.services .dn-lower .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.services .dn-lower .swiper1 .slide1 .dn-picture {
  width: 55rem;
  height: 32rem;
}
.services .dn-lower .swiper1 .slide1 .dn-word {
  padding: 0 13rem;
}
.services-more .dn-lower .swiper1 .slide1 .dn-picture {
  width: 27rem;
  height: 16rem;
}
.services-more .dn-lower .swiper1 .slide1 .dn-word {
  padding: 0 6rem;
}
.videos .dn-center .swiper1 .slide1 .dn-picture {
  height: 34rem;
}
.download-banner1 .dn-upper .dn-form {
  border-bottom: 1px solid #dbdbdb;
}
.download-banner1 .dn-upper .dn-form .ax-input {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
}
.download-banner1 .dn-breadcrumb .ax-breadcrumb * {
  color: rgba(255, 255, 255, 0.5);
}
.download-banner1 .dn-breadcrumb .ax-breadcrumb .ax-title {
  font-size: 2rem;
  color: #ffffff;
}
.download-banner1 .dn-breadcrumb .ax-breadcrumb a:last-of-type {
  color: #ffffff;
}
.download-list .dn-center .swiper1 .slide1 .dn-picture {
  width: 24rem;
  height: 34rem;
}
.download-list .dn-center .swiper1 .slide1 .dn-word {
  height: 34rem;
}
.download-list .dn-center .swiper1 .slide1 .dn-word .dn-bottom {
  margin: auto 0 0;
  height: auto;
}
.download-message .dn-lower .dn-form .swiper1 .wrapper1 {
  gap: 3rem 1.8rem;
}
.download-message .dn-lower .dn-form .swiper1 .width-large {
  grid-column-start: span 3;
}
.qa-list .dn-center .ax-accordion .ax-accordion-header {
  padding: 2.6rem;
  border-bottom: 1px solid #dbdbdb;
}
.qa-list .dn-center .ax-accordion .ax-accordion-header [arrow] {
  color: #000000;
}
.qa-list .dn-center .ax-accordion .ax-accordion > li {
  margin: 0 0 0.4rem;
}
.qa-list .dn-center .ax-accordion .ax-accordion > li .ax-accordion-header {
  border-bottom-color: transparent;
}
.qa-list .dn-center .ax-accordion .ax-accordion > li[active] {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}
.qa-list .dn-center .ax-accordion .ax-accordion > li[active] .ax-accordion-header {
  background: var(--color-primary);
}
.qa-list .dn-center .ax-accordion .ax-accordion > li[active] .ax-accordion-header * {
  color: #ffffff;
}
.qa-list .dn-center .ax-accordion .ax-accordion .ax-accordion-content {
  padding: 4rem 7rem 7rem;
}
.service-list .dn-center .swiper1 .slide1 .dn-picture {
  height: 53rem;
  overflow: hidden;
}
.service-list .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.service-address .dn-upper .dn-left {
  width: 50%;
  height: 49rem;
}
.service-address .dn-upper .dn-right {
  padding: 8rem;
}
.about .swiper1 .slide1 .dn-upper .dn-picture {
  width: 50%;
  height: 49rem;
}
.about .swiper1 .slide1:nth-child(2n) .dn-upper {
  flex-direction: row-reverse;
}
.about .swiper1 .slide1:last-child .dn-upper {
  padding: 6.6rem 5.6rem;
}
.about .swiper1 .slide1:last-child .dn-upper .dn-picture {
  width: calc(540 / 1330 * 100%);
  height: 42rem;
}
.about .swiper1 .about-association .dn-center .swiper2 {
  padding: 0 0 calc(10 * 0.1rem + 60 * 0.1rem);
}
.about .swiper1 .about-association .dn-center .swiper2 .slide2 .dn-picture {
  height: 20rem;
}
.about-introduce .dn-upper .dn-left {
  width: 42rem;
}
.about-introduce .dn-upper .dn-right .swiper1 .slide1 {
  width: auto;
}
.about-history {
  color: #ffffff;
}
.about-history .dn-lower .swiper1 .slide1 {
  width: 42rem;
  padding: 0 3rem;
  border-left: 1px solid #dbdbdb;
  opacity: 0.5;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-active {
  opacity: 1;
}
.about-history .dn-lower .swiper1 .slide1 .dn-word .dp-title1 {
  margin: 0 0 -2rem;
}
.about-history .dn-lower .swiper1 .slide1 .dn-picture {
  height: 24.8rem;
}
.values .dn-lower .swiper1 .slide1 {
  width: 22rem;
  height: 49rem;
  transition: all 0.3s ease;
}
.values .dn-lower .swiper1 .slide1.active {
  flex: auto;
}
.values .dn-lower .swiper1 .slide1.active .dn-picture {
  opacity: 1;
}
.values .dn-lower .swiper1 .slide1.active .dn-word {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.values .dn-lower .swiper1 .slide1.active .dn-word * {
  color: #ffffff;
}
.values .dn-lower .swiper1 .slide1.active .dn-word .dn-wen .dp-title1 {
  font-size: 3.2rem;
}
.values .dn-lower .swiper1 .slide1.active .dn-word .dn-wen .dp-intr1 {
  display: block;
}
.values .dn-lower .swiper1 .slide1 .dn-picture {
  opacity: 0;
}
.values .dn-lower .swiper1 .slide1 .dn-word {
  padding: 6rem;
}
.values .dn-lower .swiper1 .slide1 .dn-word i {
  font-size: 6rem;
}
.values .dn-lower .swiper1 .slide1 .dn-word .dn-wen .dp-intr1 {
  display: none;
}
.news-detail .dn-lower {
  grid-template-columns: 1fr auto 1fr;
  padding: 2.4rem 3.4rem;
}
.contact-subsidiaries .dn-lower .dn-word .dp-a1 {
  position: absolute;
}
.contact-subsidiaries-popup {
  word-break: break-all;
  padding: 2.5rem 0;
}
