@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;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.align-items-inherit {
  align-items: inherit;
}
.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;
}
.flex-direction-column {
  flex-direction: column;
}
.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;
}
/* 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;
}
.com-flex-1 {
  flex: 1;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-600 {
  font-weight: 600;
}
.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;
}
.text-align-justify {
  text-align: justify;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.border-radius-50 {
  border-radius: 50%;
}
.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 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.overflow-ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.overflow-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.overflow-ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ax-menu [label] {
  width: inherit;
}
.ax-slowest-1000 {
  animation-duration: 1000ms;
}
.ax-slowest-2000 {
  animation-duration: 2000ms;
}
.ax-fadeInUp,
.ax-fadeInLeft,
.ax-fadeInRight,
.ax-scaleIn {
  animation-duration: 1500ms;
}
@keyframes scaleIn {
  from,
  to {
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
  }
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ax-btn.ax-lg-font *[class*="font"] {
  font-size: 1.4rem;
}
.ax-btn.ax-text.ax-text2 {
  background-color: #000;
}
.ax-space-10 {
  gap: 1rem;
}
.ax-space-20 {
  gap: 2rem;
}
.ax-space-30 {
  gap: 3rem;
}
.ax-space-40 {
  gap: 4rem;
}
.ax-space-50 {
  gap: 5rem;
}
.ax-space-60 {
  gap: 6rem;
}
.ax-space-70 {
  gap: 7rem;
}
.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;
}
*[class*="ax-swiper"] .ax-white.ax-prev,
*[class*="ax-swiper"] .ax-white.ax-next {
  color: #ffffff;
  border-color: #ffffff;
}
.ax-glitter.ax-white,
.ax-glitter.ax-white:before,
.ax-glitter.ax-white:after {
  background-color: #FFFFFF;
}
@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: 4rem;
  }
  .font-size-44 {
    font-size: 4rem;
  }
  .font-size-46 {
    font-size: 4.2rem;
  }
  .font-size-48 {
    font-size: 4.4rem;
  }
  .font-size-50 {
    font-size: 4.6rem;
  }
  .font-size-54 {
    font-size: 4.8rem;
  }
  .font-size-60 {
    font-size: 5.4rem;
  }
  .font-size-70 {
    font-size: 6.2rem;
  }
  .font-size-80 {
    font-size: 7rem;
  }
  /* line-height */
  .line-height-22 {
    line-height: 2.6rem;
  }
  .line-height-24 {
    line-height: 0.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 - 1.4rem * 2);
  }
  .ax-swiper-outer .ax-prev.ax-round {
    left: 0;
  }
  .ax-swiper-outer .ax-next.ax-round {
    right: 0;
  }
}
:root {
  --h-primary: 28;
  --s-primary: 87%;
  --l-primary: 51%;
}
.com-margin-top-30 {
  margin-top: 3rem;
}
.com-margin-top-40 {
  margin-top: 4rem;
}
.com-margin-top-50 {
  margin-top: 5rem;
}
.com-margin-top-70 {
  margin-top: 7rem;
}
.com-margin-top-80 {
  margin-top: 8rem;
}
.com-margin-top-90 {
  margin-top: 9rem;
}
.com-margin-top-110 {
  margin-top: 11rem;
}
.com-margin-top-130 {
  margin-top: 13rem;
}
.com-padding-top-10 {
  padding-top: 1rem;
}
.com-padding-top-20 {
  padding-top: 2rem;
}
.com-padding-top-30 {
  padding-top: 3rem;
}
.com-padding-top-40 {
  padding-top: 4rem;
}
.com-padding-top-60 {
  padding-top: 6rem;
}
.com-padding-top-70 {
  padding-top: 7rem;
}
.com-padding-top-80 {
  padding-top: 8rem;
}
.com-padding-top-90 {
  padding-top: 9rem;
}
.com-padding-top-120 {
  padding-top: 12rem;
}
.com-padding-bottom-30 {
  padding-bottom: 3rem;
}
.com-padding-bottom-50 {
  padding-bottom: 5rem;
}
.com-padding-bottom-70 {
  padding-bottom: 7rem;
}
.com-padding-bottom-100 {
  padding-bottom: 10rem;
}
.com-padding-bottom-140 {
  padding-bottom: 14rem;
}
.com-padding-bottom-180 {
  padding-bottom: 18rem;
}
.com-padding-bottom-350 {
  padding-bottom: 35rem;
}
.com-cont-1000,
.com-cont-1440,
.com-cont-1720 {
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1000 {
  width: 1000px;
}
.com-cont-1440 {
  width: calc(1440 / 1920 * 100%);
}
.com-cont-1720 {
  width: calc(1720 / 1920 * 100%);
}
.ax-break-line {
  background: #e2e2e2;
}
.ax-pagination a {
  line-height: 5rem;
  width: 5rem;
  padding: 0 !important;
  font-size: 1.6rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.ax-pagination a.ax-active {
  cursor: default;
}
.com-select1 .ax-select {
  width: 27rem;
  height: 5.6rem;
  background: #f8f8f8;
  border-radius: 6rem;
  border: none;
  padding: 0 1rem;
}
.com-more1 {
  font-weight: 600;
}
.com-more1 .ax-btn i {
  color: #000000 !important;
  font-size: 1.2rem !important;
}
.com-more1 span {
  margin: 0 0 0 -1rem;
  z-index: 5;
}
.com-menu1 .dn-upper {
  grid-template-columns: 1fr auto;
}
.com-menu1 .dn-upper .dn-left .swiper1 .wrapper1 {
  gap: 7.4rem;
}
.com-menu1 .dn-upper .dn-left .swiper1 .slide1 {
  width: auto;
  padding: 4.2rem 0;
  border-bottom: 3px solid transparent;
  font-size: 2.4rem;
  color: #333333;
  transition: all 0.3s ease;
}
.com-menu1 .dn-upper .dn-left .swiper1 .slide1.active,
.com-menu1 .dn-upper .dn-left .swiper1 .slide1:hover {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.com-banner1 {
  height: 70rem;
}
.com-banner1 * {
  color: #FFFFFF;
}
.com-banner1 .swiper1 .slide1 .dn-picture .dp-img1 {
  transform: scale(1.1);
}
.com-banner1 .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  transform: none;
  transition: all 6s linear;
}
.com-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: sticky;
  z-index: 101;
  transition: all 0.3s ease;
  background: #ffffff;
}
.index-app.active .com-header {
  position: fixed;
  background: transparent;
}
.index-app.active .com-header .com-cont {
  border-bottom-color: #bababd;
}
.com-header * {
  color: #333333;
  font-weight: 600 !important;
}
.com-header .com-cont {
  border-bottom: 1px solid transparent;
  display: grid !important;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.com-header .dn-menu .ax-menu {
  display: flex;
  gap: 2.184vw;
}
.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] {
  border-bottom: 3px solid transparent;
  height: calc(60 * 0.1rem + 30 * 0.1rem + 30 * 0.1rem);
}
.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);
  border-bottom-color: var(--color-primary);
}
.com-header .dn-middle .dn-logo .dp-img1 {
  height: 6rem;
}
.com-header .dn-right {
  gap: 5rem;
}
.com-header .dn-right .iconfont {
  font-size: 2.6rem;
}
.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 .dn-upper .com-cont {
  grid-template-columns: 1fr auto;
}
.com-footer .dn-upper .dn-left .dp-logo1 {
  height: 7.4rem;
}
.com-footer .dn-upper .dn-left .ax-menu2 {
  gap: 7rem;
}
.com-footer .dn-upper .dn-left .ax-menu2 > li > :first-child {
  font-size: 1.5rem;
  font-weight: 600;
}
.com-footer .dn-upper .dn-left .ax-menu2 > li > :first-child > [label] {
  color: #000000;
}
.com-footer .dn-upper .dn-right .ul1 li .dp-img1 {
  width: 14rem;
  height: 14rem;
}
.com-footer .dn-lower .com-cont {
  grid-template-columns: 1fr auto;
}
.com-footer .dn-lower .dn-right .ax-btn {
  background: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.index-banner1 {
  height: 100vh;
}
.index-banner1 .swiper1 .slide1 .dn-picture .dp-img1 {
  transform: scale(1.1);
}
.index-banner1 .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  transform: none;
  transition: all 6s linear;
}
.index-banner1 .swiper1 .slide1 .dn-word .com-cont {
  padding: 28rem 0 0;
}
.index-banner1 .swiper1 .ax-pages {
  bottom: 5.4rem !important;
  padding: 0 calc(100 / 1920 * 100%);
  line-height: inherit;
  gap: 3rem;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet {
  width: auto;
  height: auto;
  background: transparent;
  color: #FFFFFF;
  font-size: 2.4rem;
  opacity: 0.6;
  margin: inherit;
  position: relative;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet:before,
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet:after {
  content: '';
  width: 6.6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 4 * 0.1rem);
  opacity: 0;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet:before {
  background: #ffffff;
  width: 0;
  z-index: 5;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet-active {
  opacity: 1;
  margin: 0 6rem 0 0;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet-active:before,
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet-active:after {
  opacity: 1;
}
.index-banner1 .swiper1 .ax-pages .ax-pages-bullet-active:before {
  width: 6.6rem;
  transition: width 6s linear;
}
.index-about {
  position: relative;
  z-index: 5;
}
.index-about .dn-upper {
  grid-template-columns: auto 50%;
}
.index-about .dn-upper .dn-left {
  padding: 0 6.24vw 0 8.32vw;
}
.index-about .dn-upper .dn-left .dn-bottom .dp-p1 {
  font-size: 11.44vw;
  line-height: 10.4vw;
  color: #eeeeee;
  font-style: italic;
  font-family: 'Arial';
  margin: 0 0 -2.6vw -8.32vw;
}
.index-about .dn-upper .dn-center {
  padding: 8.32vw 0 1.56vw 3.12vw;
  margin: -4.16vw 0 0;
  display: none;
}
.index-about .dn-upper .dn-center .swiper1 .slide1 .dn-top span {
  line-height: 4.4rem;
}
.index-about .dn-upper .dn-right {
  margin: -4.16vw 0 0;
}
.index-about .dn-upper .dn-right .swiper1 .slide1 {
  height: 26.52vw;
}
.index-about .dn-upper .dn-right .swiper1 .slide1 .dn-word {
  padding: 2.808vw;
}
.index-about .dn-upper .dn-right .swiper1 .slide1 .dn-word .dp-operate i {
  font-size: 8rem;
  line-height: 6.6rem;
  margin: 0 -3rem 0 0;
}
.index-product {
  position: relative;
  z-index: 5;
}
.index-product .dn-upper .swiper1 .slide1 {
  height: 24.96vw;
}
@media screen and (min-width: 500px) {
  .index-product .dn-upper .swiper1 .slide1 {
    grid-column: span 2;
  }
  .index-product .dn-upper .swiper1 .slide1:nth-of-type(5n+1),
  .index-product .dn-upper .swiper1 .slide1:nth-of-type(5n+2) {
    grid-column: span 3;
  }
}
.index-product .dn-upper .swiper1 .slide1 .dn-word {
  padding: 2.6vw;
}
.index-product .dn-upper .swiper1 .slide1 .dn-picture {
  overflow: hidden;
}
.index-product .dn-upper .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-news .dn-upper {
  grid-template-columns: 1fr auto;
}
.index-news .dn-lower .swiper1 .wrapper1 {
  gap: 9.2rem 17rem;
}
.index-news .dn-lower .swiper1 .slide1 .dn-picture {
  height: 17.16vw;
  overflow: hidden;
}
.index-news .dn-lower .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
@media screen and (min-width: 500px) {
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) {
    grid-column: span 3;
    display: grid !important;
    align-items: center;
    grid-template-columns: 50% auto;
    gap: 5.72vw;
  }
  .index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)):not(:nth-of-type(3n+4)):before {
    content: '';
    width: 1px;
    height: 13rem;
    position: absolute;
    right: -8.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e2e2;
  }
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)):after {
  content: '';
  width: calc(100% + 170 * 0.1rem);
  height: calc(100% + 92 * 0.1rem);
  position: absolute;
  left: -8.5rem;
  top: -4.6rem;
  background: var(--color-primary);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)):hover * {
  color: #FFFFFF;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)):hover:after {
  opacity: 1;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)) .dn-picture {
  display: none;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)) .dn-word .dp-intr1 {
  display: none;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)) .dn-word .com-more1 {
  margin-top: 6rem;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)) .dn-word .com-more1 .ax-btn {
  display: none;
}
.index-news .dn-lower .swiper1 .slide1:not(:nth-of-type(1)) .dn-word .com-more1 span {
  margin: 0;
  font-size: 1.8rem;
}
.technology .dn-upper .swiper1 .slide1 {
  gap: 13rem;
  padding: 16rem 0;
}
.technology .dn-upper .swiper1 .slide1:not(:nth-of-type(3n+1)) {
  flex-direction: row-reverse;
}
.technology .dn-upper .swiper1 .slide1:nth-of-type(3n+2) * {
  color: #FFFFFF;
}
.technology .dn-upper .swiper1 .slide1:nth-of-type(3n+2) .dn-picture .dp-img1 {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  left: calc(-1 * (1920 - 1440) / 2 * 0.052vw);
}
.technology .dn-upper .swiper1 .slide1 .dn-picture {
  height: 50rem;
}
.industry .dn-upper .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.industry .dn-upper .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.industry .dn-upper .swiper1 .slide1:hover .dn-word * {
  color: #FFFFFF;
}
.industry .dn-upper .swiper1 .slide1:hover .dn-word .com-more1 .ax-btn {
  background: rgba(255, 255, 255, 0.5);
}
.industry .dn-upper .swiper1 .slide1 .dn-picture {
  height: 48rem;
}
.industry .dn-upper .swiper1 .slide1 .dn-word {
  padding: 0 9rem;
}
.industry .dn-upper .swiper1 .slide1 .dn-word .com-more1 .ax-btn {
  background: #d2d2d2;
}
.industry .dn-upper .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.industry-detail .dn-center .dn-top {
  grid-template-columns: 1fr auto;
}
.industry-detail .dn-lower {
  height: 27rem;
}
.contact-hotline .dn-center .swiper1 .wrapper1 {
  gap: 0 4rem;
}
.contact-hotline .dn-center .swiper1 .slide1 {
  padding: 7.4rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.contact-hotline .dn-center .swiper1 .slide1 .dp-p1 {
  grid-template-columns: auto 1fr;
}
.contact-hotline .dn-center .swiper1 .slide1 .dp-p1 i {
  font-size: 2rem;
}
.contact-hotline .dn-lower {
  height: 55rem;
}
@media screen and (min-width: 500px) {
  .contact-message .dn-lower .dn-form .ax-grid .width-large {
    grid-column-start: span 3;
  }
}
.contact-message .dn-lower .dn-form .ax-grid input,
.contact-message .dn-lower .dn-form .ax-grid textarea {
  background: #f8f8f8;
}
.recruit-information {
  position: relative;
}
.recruit-information .dn-lower .swiper1 .slide1 {
  background: #ffffff;
  padding: 4.6rem 5.6rem;
  grid-template-columns: 1fr auto;
}
.recruit-information .dn-lower .swiper1 .slide1 .dn-right i {
  font-size: 12rem;
  background: linear-gradient(to right, var(--color-primary), #fce3ca);
  -webkit-background-clip: text;
  color: transparent;
}
.recruit-detail .dn-upper .dn-form1 ul li {
  grid-template-columns: auto 1fr;
  padding: 1rem 3rem;
  border-radius: 6rem;
}
.recruit-detail .dn-upper .dn-form1 ul li .ax-select,
.recruit-detail .dn-upper .dn-form1 ul li input {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.recruit-detail .dn-upper .dn-form1 ul li .ax-select .ax-tags,
.recruit-detail .dn-upper .dn-form1 ul li input .ax-tags {
  justify-content: flex-end;
}
.recruit-detail .dn-upper .dn-form1 ul li .ax-select {
  cursor: pointer;
}
.recruit-detail .dn-upper .dn-form1 ul li:last-of-type {
  grid-template-columns: 1fr auto;
}
.recruit-detail .dn-center ul li[active] .ax-accordion-header {
  background: #f8f8f8;
}
.recruit-detail .dn-center ul li[active] .ax-accordion-header [arrow] {
  background: var(--color-primary);
  color: #FFFFFF;
}
.recruit-detail .dn-center ul li .ax-accordion-header {
  padding: 2.4rem 5rem;
  transition: all 0.3s ease;
}
.recruit-detail .dn-center ul li .ax-accordion-header [flex] {
  grid-template-columns: auto 1fr;
}
.recruit-detail .dn-center ul li .ax-accordion-header [flex] .ax-gutter-line {
  width: 0.3rem;
  height: 2.4rem;
  background: var(--color-primary);
}
.recruit-detail .dn-center ul li .ax-accordion-body .ax-accordion-content {
  padding: 4rem 5rem;
}
.investor .dn-upper {
  grid-template-columns: 1fr auto;
}
.investor .dn-center .swiper1 .slide1 {
  grid-template-columns: auto auto 1fr auto;
  padding: 5rem 4rem;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s ease;
}
.investor .dn-center .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.investor .dn-center .swiper1 .slide1:hover * {
  color: #FFFFFF;
}
.investor .dn-center .swiper1 .slide1 .ax-gutter-line {
  height: 1.8rem;
  margin: 0 5rem 0 6rem;
}
.investor .dn-center .swiper1 .slide1 .dp-title1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 5rem 0 0;
}
.stock .dn-center .swiper1 {
  padding: 5.4rem 0;
}
.stock .dn-center .swiper1 .slide1 {
  padding: 1.4rem 0;
}
.stock .dn-center .swiper1 .slide1:not(:first-of-type):before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #e2e2e2;
}
.stock .dn-lower .ax-tab-group > * {
  height: auto;
  line-height: inherit;
  padding: 1.4rem 3.4rem;
  font-size: 1.6rem;
}
.stock .dn-lower .ax-tab-group > *[active] {
  color: #FFFFFF;
  background: var(--color-primary);
}
.service .dn-upper {
  grid-template-columns: 50% auto;
  gap: 10rem;
}
.service .dn-upper .dn-picture {
  height: 46rem;
}
.service .dn-upper .dn-word {
  padding: 4rem 0;
}
.service .dn-upper .dn-word .dn-bottom {
  margin: auto 0 0;
}
.service .dn-upper .dn-word .dn-bottom ul li {
  grid-template-columns: auto 1fr;
}
.service .dn-upper .dn-word .dn-bottom ul li i {
  font-size: 2rem;
}
.introduction-intro .dn-upper .dp-block .swiper1 .wrapper1 {
  grid-template-columns: repeat(7, auto);
}
.introduction-intro .dn-upper .dp-block .swiper1 .slide1 .dp-p1 i {
  line-height: 5.4rem;
  padding: 0 0.6rem 0 0;
}
.introduction-intro .dn-upper .dp-intr1 img {
  cursor: pointer;
}
.honor .dn-upper {
  grid-template-columns: 1fr auto;
}
.honor .dn-center .swiper1 .slide1 {
  padding: 3rem;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.honor .dn-center .swiper1 .slide1 .dn-picture {
  height: 31rem;
  padding: 1rem 0 4rem;
  position: relative;
}
.honor .dn-center .swiper1 .slide1 .dn-picture:before {
  font-family: 'ax-iconfont';
  content: "\e642";
  position: absolute;
  bottom: 1rem;
  right: 0;
  font-size: 1.6rem;
}
.honor .dn-center .swiper1 .slide1:hover {
  border-bottom-color: var(--color-primary);
  box-shadow: 0 0 2rem 2rem rgba(0, 0, 0, 0.05);
}
.responsibility .dn-upper {
  grid-template-columns: 1fr auto;
}
.responsibility .dn-center .swiper1 .slide1 .dn-picture {
  height: 28rem;
  overflow: hidden;
}
.culture .dn-center .swiper1 .slide1 .dn-picture {
  height: 64rem;
}
.culture .dn-center .swiper1 .slide1 .dn-word {
  padding: 0 4rem;
}
.culture .dn-center .swiper1 .slide1:nth-of-type(2n+1) .dn-word {
  justify-content: flex-end;
}
.culture .dn-lower .swiper1 .slide1 {
  width: 18rem;
  height: 47rem;
  padding: 5rem 6rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.culture .dn-lower .swiper1 .slide1 .dp-title1 {
  writing-mode: vertical-rl;
}
.culture .dn-lower .swiper1 .slide1 .dp-title2 {
  display: none;
}
.culture .dn-lower .swiper1 .slide1 .dp-icon1 {
  margin: auto 0 0 auto;
}
.culture .dn-lower .swiper1 .slide1 .dp-icon1 i {
  font-size: 7rem;
}
.culture .dn-lower .swiper1 .slide1.active {
  flex: auto;
  align-items: flex-start;
  background: var(--color-primary);
}
.culture .dn-lower .swiper1 .slide1.active * {
  color: #FFFFFF;
}
.culture .dn-lower .swiper1 .slide1.active .dp-title1 {
  writing-mode: inherit;
}
.culture .dn-lower .swiper1 .slide1.active .dp-title2 {
  display: block;
}
.culture .dn-lower .swiper1 .slide1.active .dp-icon1 {
  opacity: 0.5;
}
.culture .dn-lower .swiper1 .slide1.active .dp-icon1 i {
  font-size: 11rem;
}
.history .dn-center .swiper1 {
  padding: 0 3rem;
}
.history .dn-center .swiper1:before {
  content: '';
  width: 100%;
  border-top: 1px dashed #bababd;
  position: absolute;
  left: 0;
  top: 1rem;
}
.history .dn-center .swiper1 .slide1 {
  width: auto;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.history .dn-center .swiper1 .slide1 .dp-p1 {
  height: 2rem;
}
.history .dn-center .swiper1 .slide1 .dp-p1:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 1.8rem;
}
.history .dn-center .swiper1 .slide1 .dp-p2 {
  margin: 0 3.2rem;
}
.history .dn-center .swiper1 .slide1.ax-slide-thumb-active {
  color: var(--color-primary);
}
.history .dn-center .swiper1 .slide1.ax-slide-thumb-active .dp-p1:before {
  font-size: 2.8rem;
}
.history .dn-center .swiper1 .slide1.ax-slide-thumb-active .dp-p2 {
  font-size: 7rem;
  line-height: 7rem;
  margin: 0 20rem;
}
.history .dn-center .ax-prev,
.history .dn-center .ax-next {
  top: 1rem;
}
.history .dn-lower .swiper1 .slide1 {
  grid-template-columns: calc(644 / 1440 * 100%) auto;
  gap: 12rem;
}
.history .dn-lower .swiper1 .slide1 .dn-picture {
  height: 40rem;
}
.history .dn-lower .swiper1 .slide1 .dn-word .dp-title1 {
  gap: 1rem;
}
.history .dn-lower .swiper1 .slide1 .dn-word .dp-title1 span {
  line-height: 5rem;
}
