@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-56 {
  line-height: 5.6rem;
}
.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-03 {
  opacity: 0.3;
}
.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-btn.ax-line.ax-white {
  color: #ffffff;
  background: transparent;
}
.ax-btn.ax-line.ax-white:after {
  border-color: #ffffff;
}
.ax-btn.ax-black {
  background-color: #000000;
  color: #fff;
}
.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-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: 35;
  --s-primary: 64%;
  --l-primary: 53%;
}
.com-mo-display {
  display: none;
}
@media screen and (max-width: 500px) {
  .com-pc-display {
    display: none;
  }
  .com-mo-display {
    display: block;
  }
}
@keyframes fadeInBack {
  from {
    background: #000000;
  }
  to {
    background: #ffffff;
  }
}
.ax-fadeInBack {
  animation-duration: 1500ms;
  animation-fill-mode: both;
  animation-name: fadeInBack;
  animation-timing-function: ease-in-out;
}
@keyframes zoomIn2 {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.zoomIn2 {
  animation-name: zoomIn2;
}
@keyframes fadeInUp2 {
  from,
  to {
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.ax-fadeInUp2 {
  animation-duration: 1500ms;
  animation-fill-mode: both;
  animation-name: fadeInUp2;
}
.com-padding-top-50 {
  padding-top: 5rem;
}
.com-padding-top-60 {
  padding-top: 6rem;
}
.com-padding-top-70 {
  padding-top: 7rem;
}
.com-padding-top-100 {
  padding-top: 10rem;
}
.com-padding-top-160 {
  padding-top: 16rem;
}
.com-padding-bottom-70 {
  padding-bottom: 7rem;
}
.com-padding-bottom-100 {
  padding-bottom: 10rem;
}
.com-padding-bottom-140 {
  padding-bottom: 14rem;
}
.com-padding-bottom-160 {
  padding-bottom: 16rem;
}
.com-cont-1200,
.com-cont-1300,
.com-cont-1400,
.com-cont-1480,
.com-cont-1600,
.com-cont-1730,
.com-cont-1840 {
  position: relative;
  margin: 0 auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1200 {
  width: 1200px;
}
.com-cont-1300 {
  width: calc(1300 / 1920 * 100%);
}
.com-cont-1400 {
  width: calc(1400 / 1920 * 100%);
}
.com-cont-1480 {
  width: calc(1480 / 1920 * 100%);
}
.com-cont-1600 {
  width: calc(1600 / 1920 * 100%);
}
.com-cont-1730 {
  width: calc(1730 / 1920 * 100%);
}
.com-cont-1840 {
  width: calc(1840 / 1920 * 100%);
}
.ax-dialog .ax-dialog-close i {
  font-size: 3rem !important;
}
.ax-break-line {
  background-color: #dbdbdb;
}
.ax-pages2 .ax-pages-bullet {
  width: 2.6rem !important;
  height: 0.4rem !important;
  border-radius: inherit !important;
}
.ax-pages2 .ax-pages-bullet-active {
  width: 6.6rem !important;
  background: rgba(0, 0, 0, 0.8) !important;
}
.com-btn1 {
  width: 22rem;
}
.com-navigation1 {
  border-bottom: 1px solid #dbdbdb;
}
.com-navigation1 .dn-left .swiper1 .slide1 {
  width: auto;
  padding: 2.8rem 0;
}
.com-navigation1 .dn-left .swiper1 .slide1.active {
  border-bottom: 2px solid #00274c;
  color: #000000;
}
.com-navigation1 .dn-right .ax-breadcrumb .ax-gutter {
  font-size: 1.8rem;
}
.com-navigation1 .dn-right .ax-breadcrumb a:last-of-type {
  color: #000000;
}
.com-banner1 {
  height: 66rem;
}
.com-banner1 .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  animation: zoomIn2 6.5s 0.2s linear both;
}
.ax-drawer .ax-drawer-wrapper {
  background: transparent;
  backdrop-filter: blur(2rem);
  background: rgba(255, 255, 255, 0.2);
}
.com-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 3rem 0;
}
.com-header.active * {
  color: #000000;
}
.com-header.active .dn-center .dn-logo {
  filter: none;
}
.header-diff .com-header {
  position: sticky;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  animation: fadeInUp2 0.4s linear both;
}
.header-diff .com-header * {
  color: #000000;
}
.header-diff .com-header .dn-center .dn-logo {
  filter: none;
}
.com-header * {
  color: #ffffff;
}
.com-header .com-cont {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
}
.com-header .dn-center .dn-logo {
  filter: invert(100%);
}
.com-header .dn-center .dn-logo .dp-img1 {
  height: 4.2rem;
}
.com-header .dn-menu .ax-menu {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.com-header .dn-menu .ax-menu > li > :first-child {
  padding: 0;
  font-size: 1.8rem;
  height: auto;
}
.com-header .dn-menu .ax-menu > li > :first-child > [label].active,
.com-header .dn-menu .ax-menu > li > :first-child > [label]:hover {
  color: var(--color-primary);
}
.com-header-drawer {
  color: #ffffff;
}
.com-header-drawer .ax-drawer-close {
  left: 14% !important;
  top: 5% !important;
}
.com-header-drawer .ax-drawer-close i {
  font-size: 4rem;
}
.com-header-drawer .ax-drawer-close i:before {
  content: "\f162";
}
.com-header-drawer .dn-left,
.com-header-drawer .dn-middle {
  display: none;
}
.com-header-drawer .dn-right {
  padding: 50% 14% 10%;
  height: calc(100vh - 14 * 0.1rem * 2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.com-header-drawer .dn-right .ax-menu2 {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.com-header-drawer .dn-right .ax-menu2 [label] {
  font-size: 2.4rem;
  color: #ffffff;
  transition: all 0.2s ease;
}
.com-header-drawer .dn-right .ax-menu2 [label]:hover {
  transform: scale(1.05);
}
.com-header-drawer .dn-right .ul-information {
  margin: auto 0 6%;
}
.com-header-drawer .dn-right .ul-share {
  justify-content: flex-start;
}
.com-header-drawer .dn-right .ul-share .ax-btn i {
  font-size: 2.4rem;
}
.com-footer :not(.ul-share *) {
  color: #ffffff;
}
.com-footer .dn-upper {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.com-footer .dn-upper .dn-middle {
  filter: invert(100%);
}
.com-footer .dn-upper .dn-middle .dp-img1 {
  height: 4.2rem;
}
.com-footer .dn-upper .dn-right .ul-information {
  display: none;
}
.com-footer .dn-upper .dn-right .ul-share .ax-btn i {
  font-size: 2.4rem;
}
.technology-formula .dn-lower .swiper1 .slide1 .dn-picture {
  height: 26rem;
}
.technology-simulate .dn-lower .swiper1 .slide1 {
  padding: 8rem 16rem;
}
.technology-simulate .dn-lower .swiper1 .slide1 .dn-picture {
  width: 46rem;
  height: 28rem;
}
.technology-simulate .dn-lower .swiper1 .slide1 .dn-word .dp-intr1 {
  max-width: 80%;
}
.certs .dn-center {
  padding: 0 20rem;
}
.certs .dn-center .swiper1 .slide1 .dn-picture {
  height: 41rem;
  overflow: hidden;
}
.certs .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.certs .dn-lower .swiper1 .slide1 .dn-picture {
  height: 41rem;
}
.index-mask-video {
  height: 100% !important;
}
.index-video-dialog {
  /*
    .ax-dialog-body{
      max-height:inherit;
    }
    .ax-dialog-wrapper {
      & > .ax-dialog-close {
        right: 0 !important;
        margin: 10*@remconversion;
      }
    }
    &.change {
      .justify-content-end !important;
      .align-items-end !important;
      padding: 20*@remconversion !important;
      .transition-all-10;
      .ax-dialog-wrapper {
        width: 400*@remconversion !important;
        .transition-all-10;
        .ax-dialog-content {
          height: 300*@remconversion !important;
          .transition-all-10;
        }
      }
    }
     */
}
.index-video-dialog .ax-dialog-body {
  max-height: inherit;
  max-width: 94vw;
}
@media screen and (max-width: 500px) {
  .index-video-dialog .ax-dialog-body .ax-dialog-content {
    width: 80vw;
    height: auto !important;
  }
}
.index-video-dialog .ax-dialog-body .ax-dialog-content .ax-media-container {
  height: 100%;
}
.index-video-dialog .ax-dialog-body .ax-dialog-content .ax-media-container video {
  height: 100%;
  object-fit: cover;
}
.index-banner {
  height: 100vh;
}
.index-banner .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  animation: zoomIn2 6.5s 0.2s linear both;
}
.index-banner .swiper1 .slide1.ax-slide-active .dn-word .dp-nei {
  animation: fadeInUp 1s 0.2s linear both;
}
.index-banner .swiper1 .slide1 .dn-mask i {
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 8rem;
  color: #ffffff;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet {
  border-radius: 4rem;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet:not(.ax-pages-bullet-active) {
  background: #ffffff;
  opacity: 1;
}
.index-banner .swiper1 .ax-pages .ax-pages-bullet.ax-pages-bullet-active {
  width: 3rem;
}
.index-about .dn-lower .dn-left {
  width: 38rem;
  height: 55rem;
}
.index-about .dn-lower .dn-right {
  height: 55rem;
}
.index-product {
  height: 100vh;
  position: relative;
}
.index-product .dn-cont {
  width: 100%;
  position: absolute;
  bottom: 10rem;
  z-index: 5;
}
.index-product .dn-cont .dn-swiper-multiple .swiper1 .slide1 {
  width: auto;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  padding: 1rem 0;
}
.index-product .dn-cont .dn-swiper-multiple .swiper1 .slide1.ax-slide-thumb-active {
  opacity: 1;
  border-bottom-color: #FFFFFF;
}
.index-product .dn-cont .dn-bottom {
  width: 22rem;
}
.index-advantage .dn-lower .swiper1 .slide1 {
  width: 39rem;
  height: 54rem;
  transition: all 1s ease;
  overflow: hidden;
}
.index-advantage .dn-lower .swiper1 .slide1 .dn-word {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.index-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-intr1,
.index-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-more1 {
  opacity: 0;
  position: absolute;
}
.index-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-intr1 {
  max-width: 70%;
}
.index-advantage .dn-lower .swiper1 .slide1.active {
  flex: auto;
}
.index-advantage .dn-lower .swiper1 .slide1.active .dn-picture .dp-img1 {
  animation: zoomIn2 3s 1.2s linear both;
}
.index-advantage .dn-lower .swiper1 .slide1.active .dn-word .dp-intr1,
.index-advantage .dn-lower .swiper1 .slide1.active .dn-word .dp-more1 {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s 0.5s;
}
.index-leader .dn-upper .dn-word {
  width: 56rem;
}
.index-leader .dn-upper .dn-picture {
  width: 56rem;
  margin: 0 8rem 0 0;
}
.index-leader .dn-upper .dn-picture .dp-img1 {
  height: 65rem;
}
.index2 .swiper-all .slide-all:not(.slide-all-banner) {
  padding-top: calc(14rem + 20 * 0.1rem);
}
.index2 .swiper-all .slide-all-banner .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  animation: zoomIn2 6.5s 0.2s linear both;
}
.index2 .swiper-all .slide-all-banner .swiper1 .ax-pages .ax-pages-bullet {
  border-radius: 4rem;
}
.index2 .swiper-all .slide-all-banner .swiper1 .ax-pages .ax-pages-bullet:not(.ax-pages-bullet-active) {
  background: #ffffff;
  opacity: 1;
}
.index2 .swiper-all .slide-all-banner .swiper1 .ax-pages .ax-pages-bullet.ax-pages-bullet-active {
  width: 3rem;
}
.index2 .swiper-all .slide-all-about .dn-lower .dn-left {
  width: 38rem;
  height: 55rem;
}
.index2 .swiper-all .slide-all-about .dn-lower .dn-right {
  height: 55rem;
}
.index2 .swiper-all .slide-all-product .dn-cont {
  width: 100%;
  position: absolute;
  bottom: 10rem;
  z-index: 5;
}
.index2 .swiper-all .slide-all-product .dn-cont .dn-swiper-multiple .swiper1 .slide1 {
  width: auto;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  padding: 1rem 0;
}
.index2 .swiper-all .slide-all-product .dn-cont .dn-swiper-multiple .swiper1 .slide1.ax-slide-thumb-active {
  opacity: 1;
  border-bottom-color: #FFFFFF;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1 {
  width: 39rem;
  height: 54rem;
  transition: all 1s ease;
  overflow: hidden;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-intr1,
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-more1 {
  display: none;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1 .dn-word .dp-intr1 {
  max-width: 70%;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1.active {
  flex: auto;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1.active .dn-picture .dp-img1 {
  animation: zoomIn2 3s 1.2s linear both;
}
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1.active .dn-word .dp-intr1,
.index2 .swiper-all .slide-all-advantage .dn-lower .swiper1 .slide1.active .dn-word .dp-more1 {
  display: block;
}
.index2 .swiper-all .slide-all-leader .dn-upper .dn-word {
  width: 56rem;
}
.index2 .swiper-all .slide-all-leader .dn-upper .dn-picture {
  width: 56rem;
  margin: 0 8rem 0 0;
}
.index2 .swiper-all .slide-all-leader .dn-upper .dn-picture .dp-img1 {
  height: 65rem;
}
.index2 .swiper-all .slide-all-footer {
  height: auto;
}
.index2 .swiper-all .ax-pages-all.active .ax-pages-bullet:before {
  background: rgba(0, 0, 0, 0.5);
}
.index2 .swiper-all .ax-pages-all.active .ax-pages-bullet-active {
  border-color: #000000;
}
.index2 .swiper-all .ax-pages-all .ax-pages-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  position: relative;
  background: transparent;
  opacity: 1;
}
.index2 .swiper-all .ax-pages-all .ax-pages-bullet:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
}
.index2 .swiper-all .ax-pages-all .ax-pages-bullet-active {
  border-color: #FFFFFF;
}
.index2 .swiper-all .ax-pages-all .ax-pages-bullet-active:before {
  background: transparent !important;
}
.product {
  height: 100vh;
}
.product .dn-swiper-single .swiper1 .slide1 .ax-btn2 {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #ffffff;
}
.product .dn-swiper-single .swiper1 .slide1 .ax-btn2:before,
.product .dn-swiper-single .swiper1 .slide1 .ax-btn2:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.product .dn-swiper-multiple {
  position: absolute;
  bottom: 11rem;
  left: 26rem;
  height: calc(110 * 0.1rem * 5);
}
.product .dn-swiper-multiple .swiper1 .slide1 {
  cursor: pointer;
  opacity: 0.5;
}
.product .dn-swiper-multiple .swiper1 .slide1.ax-slide-thumb-active {
  opacity: 1;
}
.product-2 {
  padding-top: 14rem;
}
.product-2 .dn-upper .swiper1 {
  padding: 0 0 10rem;
}
.product-2 .dn-upper .swiper1 .slide1 .dn-picture {
  height: 44rem;
}
.product-2 .dn-upper .swiper1 .slide1 .dn-picture .dp-mask {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.product-2 .dn-upper .swiper1 .slide1 .dn-picture .dp-mask .dp-p1 {
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.product-2 .dn-upper .swiper1 .slide1 .dn-word .dp-title2 {
  opacity: 0;
}
.product-2 .dn-upper .swiper1 .slide1:hover .dn-picture .dp-mask,
.product-2 .dn-upper .swiper1 .slide1.ax-slide-active .dn-picture .dp-mask {
  opacity: 1;
}
.product-2 .dn-upper .swiper1 .slide1:hover .dn-word .dp-title2,
.product-2 .dn-upper .swiper1 .slide1.ax-slide-active .dn-word .dp-title2 {
  opacity: 1;
}
.product-2 .dn-upper .swiper1 .ax-scrollbar {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.product-2 .dn-upper .swiper1 .ax-scrollbar .ax-scrollbar-drag {
  background-color: rgba(255, 255, 255, 0.8);
}
.product-list .dn-upper .dn-right {
  width: 72rem;
}
.product-list .dn-upper .dn-right .dp-img1 {
  height: 10rem;
}
.product-list .dn-lower .swiper1 .slide1 .dn-picture {
  height: 34rem;
}
.product-list .dn-lower .swiper1 .slide1 .dn-word {
  position: relative;
}
.product-list .dn-lower .swiper1 .slide1 .dn-word .ax-btn {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-list .dn-lower .swiper1 .slide1:hover .dn-word .dp-cont1 {
  opacity: 0;
}
.product-list .dn-lower .swiper1 .slide1:hover .dn-word .ax-btn {
  opacity: 1;
}
.product-detail .dn-upper .dn-left {
  width: 58rem;
  height: 64rem;
}
.product-detail .dn-upper .dn-left .swiper1 .ax-fill {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-detail .dn-upper .dn-left .swiper1 .ax-pages .ax-pages-bullet-active {
  background: #000;
}
.product-detail .dn-upper .dn-right .ul1 li {
  border-bottom: 1px solid #dbdbdb;
}
.about-introduce .dn-upper {
  padding: 0 14rem;
}
.about-introduce .dn-lower {
  height: 70rem;
}
.about-introduce .dn-lower .swiper1 .ax-fill {
  background-color: rgba(0, 0, 0, 0.2);
}
.about-brand .dn-upper .swiper1 .slide1 .dn-picture {
  height: 40rem;
}
.about-history .dn-lower .swiper1 .slide1 .ax-break-xxs {
  background: #000000;
  height: 0.3rem;
  margin: 6rem 0;
}
.about-history .dn-lower .swiper1 .slide1:before {
  content: "\e60f";
  font-family: 'ax-iconfont';
  position: absolute;
  top: 9.6rem;
  font-size: 4rem;
  right: -21%;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-next + .slide1 {
  opacity: 0.8;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-next + .slide1 + .slide1 {
  opacity: 0.5;
}
.about-honor .dn-upper .dn-left {
  padding: 8.6rem 0 0;
}
.about-honor .dn-upper .dn-right {
  width: 120rem;
  margin: 0 -26rem 0 0;
}
.about-honor .dn-upper .dn-right .swiper1 .slide1 .dn-picture {
  height: 41rem;
}
.contact .dn-upper .dn-left {
  width: 70rem;
  height: 54rem;
}
.contact .dn-upper .dn-right {
  padding: 0 7rem 0 14rem;
}
.contact .dn-upper .dn-right .ul1 li i {
  font-size: 2.6rem;
}
.news-recommend .dn-upper .swiper1 {
  padding: 0 0 calc(34 * 0.1rem + 10 * 0.1rem);
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-picture {
  height: 49rem;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-word {
  padding: 0 9rem;
}
.news-recommend .dn-upper .swiper1 .ax-pages {
  bottom: 0;
}
.news-recommend .dn-upper .swiper1 .ax-pages .ax-pages-bullet-active {
  background: #000000;
}
.news-list .dn-center .swiper1 .wrapper1 {
  gap: 7rem 3rem;
}
.news-list .dn-center .swiper1 .slide1 .dn-picture {
  height: 37rem;
  overflow: hidden;
}
.news-list .dn-center .swiper1 .slide1 .dn-picture2 {
  height: 30rem;
  overflow: hidden;
}
.news-list .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1,
.news-list .dn-center .swiper1 .slide1:hover .dn-picture2 .dp-img1 {
  transform: scale(1.05);
}
.news-list .dn-center .swiper1 .slide1 .dn-word .dp-more1 {
  text-underline-offset: 1rem;
  padding: 0 0 1rem;
}
.news-detail .dn-lower {
  grid-template-columns: 1fr auto 1fr;
}
.develop-introduce .dn-lower {
  gap: 14rem;
}
.develop-introduce .dn-lower .dn-left {
  width: 86rem;
}
.develop-introduce .dn-lower .dn-left .swiper1 {
  padding: 0 0 calc(4 * 0.1rem + 50 * 0.1rem);
}
.develop-introduce .dn-lower .dn-left .swiper1 .slide1 {
  height: 58rem;
}
.develop-introduce .dn-lower .dn-left .swiper1 .ax-pages {
  bottom: 0;
}
.develop-effect .dn-upper .swiper1 .slide1 {
  gap: 14rem;
}
.develop-effect .dn-upper .swiper1 .slide1 .dn-word {
  padding: 10rem 0 0;
}
.develop-effect .dn-upper .swiper1 .slide1 .dn-picture {
  width: 72rem;
  height: 68rem;
}
.develop-effect .dn-upper .swiper1 .ax-pages {
  bottom: 10rem;
}
.develop-team .dn-upper {
  position: relative;
}
.develop-team .dn-upper:before {
  content: '';
  position: absolute;
  top: 10rem;
  right: 0;
  background: #ffffff;
  width: calc(100% - 370 * 0.1rem);
  height: calc(100% - 40 * 0.1rem);
}
.develop-team .dn-upper .dn-picture {
  width: 63rem;
  height: 73rem;
}
.develop-team .dn-upper .dn-word {
  padding: 0 10rem;
  margin: 9rem 0 0;
}
.develop-team .dn-upper .dn-word .dp-title1 {
  position: relative;
  z-index: 5;
}
.develop-team .dn-upper .dn-word .dp-title1:before {
  content: "\e854";
  font-family: 'iconfont';
  position: absolute;
  top: -3rem;
  left: -3rem;
  color: #ececec;
  font-size: 7rem;
  z-index: -1;
}
.develop-team .dn-upper .dn-word .dp-title1:after {
  content: "\e853";
  font-family: 'iconfont';
  position: absolute;
  bottom: -6rem;
  right: 0;
  color: #ececec;
  font-size: 7rem;
  z-index: -1;
}
.develop-team .dn-upper .dn-word .dp-name1 {
  margin: 23rem 0 0;
}
.develop-team .dn-upper .dn-word .dp-name1 .ax-break-line {
  width: 4rem;
  background: var(--color-brief);
}
.develop-team .dn-lower .swiper1 {
  padding: 0 0 10rem;
}
.develop-team .dn-lower .swiper1 .slide1 .dn-picture {
  height: 54rem;
}
.develop-team .dn-lower .swiper1 .ax-scrollbar {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.develop-team .dn-lower .swiper1 .ax-scrollbar .ax-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.8);
}
