@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;
}
.text-align-justify {
  text-align: justify;
}
.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-prev,
*[class*="ax-swiper"] .ax-next {
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  margin-top: -2.5rem;
}
*[class*="ax-swiper"] .ax-prev.ax-round,
*[class*="ax-swiper"] .ax-next.ax-round,
*[class*="ax-swiper"] .ax-prev.ax-square,
*[class*="ax-swiper"] .ax-next.ax-square {
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  margin-top: -2.5rem;
}
*[class*="ax-swiper"] .ax-round.ax-prev {
  left: 1.4rem;
}
*[class*="ax-swiper"] .ax-round.ax-next {
  right: 1.4rem;
}
*[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;
}
@media screen and (max-width: 900px) {
  .ax-tab {
    text-align: inherit;
  }
}
.ax-btn.ax-xl {
  font-size: 2.4rem;
  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: 2.4rem !important;
}
.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-space-110 {
  gap: 11rem;
}
.ax-space-120 {
  gap: 12rem;
}
.ax-space-130 {
  gap: 13rem;
}
.ax-space-140 {
  gap: 14rem;
}
.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: inherit;
  right: inherit;
  top: inherit;
  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: 5.2rem !important;
  height: 5.2rem !important;
  line-height: 5.2rem !important;
  padding: 0 !important;
  font-size: 1.8rem !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: 210;
  --s-primary: 100%;
  --l-primary: 33%;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf');
}
body {
  font-family: 'Poppins';
  line-height: 1.2;
}
.com-padding-top-60 {
  padding-top: 6rem;
}
.com-padding-top-80 {
  padding-top: 8rem;
}
.com-padding-top-100 {
  padding-top: 10rem;
}
.com-padding-bottom-80 {
  padding-bottom: 8rem;
}
.com-padding-bottom-100 {
  padding-bottom: 10rem;
}
.com-padding-bottom-120 {
  padding-bottom: 12rem;
}
.com-padding-bottom-160 {
  padding-bottom: 16rem;
}
.com-cont-1100,
.com-cont-1200,
.com-cont-1600 {
  position: relative;
  margin: 0 auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1100 {
  width: 1100px;
}
.com-cont-1200 {
  width: calc(1200 / 1920 * 100%);
}
.com-cont-1600 {
  width: calc(1600 / 1920 * 100%);
}
.ax-shortcut[size=lg] > * {
  margin-top: 2px;
}
.ax-shortcut[size=lg] > * > a {
  width: calc(2.8rem * 2.5);
  height: calc(2.8rem * 2.5);
  background: var(--color-primary);
  color: #ffffff;
  flex-direction: column;
  gap: 0.6rem;
  text-align: center;
}
.com-detail-banner1 {
  padding: 2.4rem 0 6rem;
  background-image: linear-gradient(#00a683 1%, #0054a6);
}
.com-detail-banner1 * {
  color: #ffffff !important;
}
.com-detail-banner1 .dp-title1 {
  margin: 9rem 0;
}
.com-detail .dn-back {
  position: absolute;
  left: -20rem;
}
.com-detail .ax-break-line {
  margin: 6rem 0 4.4rem;
}
.com-detail-other .dn-lower .swiper1 .slide1 .dn-picture {
  height: 26rem;
}
.com-navigation1 {
  z-index: 101;
  background: #ffffff;
}
.com-navigation1 .swiper1 .slide1 {
  height: auto;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000000;
  padding: 2.6rem 3rem;
  border-bottom: 3px solid transparent;
  flex: auto;
  display: flex;
  justify-content: center;
}
.com-navigation1 .swiper1 .slide1.active,
.com-navigation1 .swiper1 .slide1:hover {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.com-banner1 {
  height: 50rem;
}
.com-header {
  width: 100%;
  z-index: 101;
}
.com-header .dn-left .dn-logo .dp-img1 {
  height: 5rem;
}
.com-header .dn-menu-operate {
  display: none;
}
.com-header .dn-right .dn-top {
  padding: 2.2rem 0 0;
}
.com-header .dn-right .dn-menu .ax-menu {
  display: flex;
  align-items: center;
}
.com-header .dn-right .dn-menu .ax-menu > li > :first-child {
  padding: 0;
  font-size: 1.8rem;
  height: auto;
}
.com-header .dn-right .dn-menu .ax-menu > li > :first-child > [label] {
  padding: 2.2rem 0;
  border-bottom: 3px solid transparent;
}
.com-header .dn-right .dn-menu .ax-menu > li > :first-child > [label].active,
.com-header .dn-right .dn-menu .ax-menu > li > :first-child > [label]:hover {
  border-bottom-color: var(--color-primary);
}
.com-header .dn-right .dn-menu .ax-menu > li > :first-child > [arrow] {
  display: none;
}
.com-header .dn-right .dn-menu .ax-menu > li > ul > li > :first-child {
  height: auto;
}
.com-header .dn-right .dn-menu .ax-menu > li > ul > li > :first-child > [label] {
  padding: 1.2rem 0;
}
.com-header-drawer .ax-menu li > :first-child {
  height: 6rem;
  font-size: 2.4rem;
}
.com-header-drawer .ax-menu li [arrow] {
  color: #000000;
  font-size: 2.4rem;
}
.com-footer .dn-right {
  width: 94rem;
}
.com-footer .dn-upper .dn-left .dp-img1 {
  height: 5rem;
}
.com-footer .dn-lower .dn-top .dn-left .ul-share li i {
  font-size: 2.8rem;
}
.index-banner {
  height: 63rem;
}
.index-banner .swiper1 .slide1 .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-banner .swiper1 .slide1 .dn-word .com-cont {
  padding: 5rem 0;
}
.index-banner .swiper1 .slide1.ax-slide-active .dn-picture .dp-img1 {
  transform: none;
  transition: all 6s linear 0.1s;
}
.index-banner .swiper1 .slide1.ax-slide-active .dn-word {
  animation: fadeInUp 0.8s ease both;
}
.index-platform .dn-lower .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.index-platform .dn-lower .swiper1 .slide1 .dn-picture {
  height: 29rem;
  overflow: hidden;
}
.index-platform .dn-lower .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.index-platform .dn-lower .swiper1 .slide1:hover * {
  color: #ffffff;
}
.index-platform .dn-lower .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.index-products .dn-lower .swiper1 .slide1 .dn-picture {
  height: 58rem;
}
.index-products .dn-lower .swiper1 .ax-prev,
.index-products .dn-lower .swiper1 .ax-next {
  color: #ffffff;
}
.index-disciplines {
  background-image: linear-gradient(#00a683 1%, #0054a6);
  color: #ffffff;
}
.index-disciplines .dn-lower .dn-left {
  height: 50rem;
  padding: 0 0 0 6rem;
}
.index-disciplines .dn-lower .dn-left .swiper1 .slide1 {
  height: auto;
}
.index-disciplines .dn-lower .dn-left .swiper1 .slide1 .ax-btn {
  margin: 0 0 11rem;
}
.index-disciplines .dn-lower .dn-left .swiper1 .slide1 .dp-title1 {
  cursor: pointer;
}
.index-disciplines .dn-lower .dn-left .swiper1 .slide1:not(.ax-slide-thumb-active) .dp-title1 {
  opacity: 0.5;
}
.index-disciplines .dn-lower .dn-left .swiper1 .slide1:not(.ax-slide-thumb-active) *:not(.dp-title1) {
  display: none;
}
.index-disciplines .dn-lower .dn-right {
  height: 50rem;
}
.index-disciplines .dn-lower .dn-right .swiper1 {
  overflow: visible;
}
.index-disciplines .dn-lower .dn-right .swiper1 .ax-scrollbar {
  left: -100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.index-disciplines .dn-lower .dn-right .swiper1 .ax-scrollbar .ax-scrollbar-drag {
  width: 2px;
  background: #ffffff;
}
.index-expert .dn-lower .swiper1 .slide1:hover .dn-picture .dp-word {
  opacity: 1;
}
.index-expert .dn-lower .swiper1 .slide1 .dn-picture {
  height: 49rem;
  position: relative;
}
.index-expert .dn-lower .swiper1 .slide1 .dn-picture .dp-word {
  background-image: linear-gradient(transparent, #0054a6);
  opacity: 0;
}
.index-expert .dn-lower .dn-operate .ax-prev,
.index-expert .dn-lower .dn-operate .ax-next {
  color: #ffffff;
}
.index-expert .dn-lower .dn-operate .ax-break-line {
  margin: 0 5rem 0 3rem;
}
.index-expert .dn-lower .dn-operate .ax-pages {
  width: auto;
}
.index-expert .dn-lower .dn-operate .ax-pages .ax-pages-current {
  color: #000000;
}
.index-expert-dialog .ax-dialog-close .ax-iconfont {
  font-size: 2.4rem;
}
.index-expert-dialog .ax-dialog-body {
  max-height: 83.3vh;
}
.index-expert-dialog .dn-upper {
  padding: 4rem;
}
.index-expert-dialog .dn-lower {
  padding: 4rem;
}
.index-expert-dialog .dn-lower .dn-picture {
  width: 42rem;
  height: 58rem;
}
.index-expert-dialog .dn-lower .dn-word {
  padding: 4rem 0 0;
}
.index-news .dn-lower {
  gap: 22rem;
}
.index-news .dn-lower .dn-left {
  width: 43rem;
  height: 31rem;
}
.index-news .dn-lower .dn-right .swiper1 {
  border-top: 1px solid #c9c9c9;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 {
  padding: 4rem 0 7rem;
  border-bottom: 1px solid #c9c9c9;
}
.index-news .dn-lower .dn-right .swiper1 .slide1 .dp-time1 {
  width: 18rem;
}
.index-news .dn-lower .dn-right .swiper1 .slide1:hover,
.index-news .dn-lower .dn-right .swiper1 .slide1.active {
  border-bottom-color: var(--color-primary);
}
.index-news .dn-lower .dn-right .swiper1 .slide1:hover .dp-time1,
.index-news .dn-lower .dn-right .swiper1 .slide1.active .dp-time1 {
  color: var(--color-primary);
}
.index-news .dn-lower .dn-right .swiper1 .slide1:hover .dp-you .dp-title1,
.index-news .dn-lower .dn-right .swiper1 .slide1.active .dp-you .dp-title1 {
  color: var(--color-primary);
  text-decoration: underline;
}
.about-profile .dn-lower {
  align-items: inherit;
}
.about-profile .dn-lower .dn-picture {
  height: 50rem;
}
.about-profile .dn-lower .dn-word {
  height: auto;
}
.about-profile .dn-lower .dn-word .dn-top {
  overflow-y: auto;
  padding: 0 0.8rem 0 0;
}
.about-profile .dn-lower .dn-word .dn-bottom {
  width: 100%;
}
.about-profile .dn-lower .dn-word .dn-bottom .ul1 li {
  padding: 0 0 4rem;
  border-bottom: 1px solid #c9c9c9;
}
.about-culture .dn-lower .swiper1 .slide1 {
  height: 50rem;
  color: #ffffff;
}
.about-culture .dn-lower .swiper1 .slide1:nth-of-type(3n+1) {
  background: #0054a6;
}
.about-culture .dn-lower .swiper1 .slide1:nth-of-type(3n+2) {
  background: #00a683;
}
.about-culture .dn-lower .swiper1 .slide1:nth-of-type(3n+3) {
  background: #7e909e;
}
.about-culture .dn-lower .swiper1 .slide1:hover .dn-picture {
  opacity: 1;
}
.about-culture .dn-lower .swiper1 .slide1:hover .dn-word .dn-bottom .dp-intr1 {
  max-width: 18rem;
}
.about-culture .dn-lower .swiper1 .slide1 .dn-picture {
  opacity: 0;
}
.about-culture .dn-lower .swiper1 .slide1 .dn-word {
  padding: 5rem;
}
.about-culture .dn-lower .swiper1 .slide1 .dn-word .dn-top i {
  font-size: 7rem;
}
.about-culture .dn-lower .swiper1 .slide1 .dn-word .dn-bottom {
  width: 100%;
}
.about-history .dn-center .swiper1 .slide1 .dn-picture {
  height: 50rem;
  margin: 0 0 0 1px;
}
.about-history .dn-lower .dn-swiper {
  padding: calc(50 * 0.1rem / 2 - 20 * 0.1rem / 2) 14rem 0;
  position: relative;
}
.about-history .dn-lower .dn-swiper:before {
  content: '';
  width: 100%;
  border-top: 1px solid #c9c9c9;
  position: absolute;
  left: 0;
  top: calc(50 * 0.1rem / 2);
}
.about-history .dn-lower .dn-swiper .swiper1 .slide1 {
  width: auto;
  cursor: pointer;
  margin: 0 7rem;
}
.about-history .dn-lower .dn-swiper .swiper1 .slide1 .dp-p1 {
  height: 2rem;
}
.about-history .dn-lower .dn-swiper .swiper1 .slide1 .dp-p1:before {
  font-family: "iconfont" !important;
  content: "\ec1e";
  font-size: 4rem;
}
.about-history .dn-lower .dn-swiper .swiper1 .slide1.ax-slide-thumb-active * {
  color: var(--color-primary);
}
.about-history .dn-lower .ax-prev,
.about-history .dn-lower .ax-next {
  color: #ffffff;
}
.about-partners .dn-lower .swiper1 {
  height: calc(400 * 0.1rem + 60 * 0.1rem);
  padding: 0 0 6rem;
}
.about-partners .dn-lower .swiper1 .slide1 {
  height: calc(400 * 0.1rem / 2);
}
.platform .dn-lower .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.platform .dn-lower .swiper1 .slide1 .dn-picture {
  width: 51rem;
  height: 32rem;
}
.platform .dn-lower .swiper1 .slide1 .dn-word {
  padding: 0 5rem 0 0;
}
.platform .dn-lower .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.platform .dn-lower .swiper1 .slide1:nth-of-type(2n) .dn-word {
  padding: 0 0 0 5rem;
}
.platform .dn-lower .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.platform .dn-lower .swiper1 .slide1:hover * {
  color: #ffffff;
}
.products .dn-upper .dn-picture {
  width: 70rem;
  height: 42rem;
}
.products .ax-break-line {
  margin: 6rem 0;
}
.services .dn-lower .swiper2 .slide2 {
  transition: all 0.3s ease;
}
.services .dn-lower .swiper2 .slide2 .dn-picture {
  height: 47rem;
  overflow: hidden;
}
.services .dn-lower .swiper2 .slide2 .dn-word .dp-more1 {
  display: none;
}
.services .dn-lower .swiper2 .slide2:hover {
  background: var(--color-primary);
}
.services .dn-lower .swiper2 .slide2:hover * {
  color: #ffffff;
}
.services .dn-lower .swiper2 .slide2:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.services .dn-lower .swiper2 .slide2:hover .dn-word .dp-title1 {
  text-align: left !important;
}
.services .dn-lower .swiper2 .slide2:hover .dn-word .dp-more1 {
  display: block;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-picture {
  height: 50rem;
  overflow: hidden;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-word {
  padding: 0 10rem;
}
.news-recommend .dn-upper .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.news-recommend .dn-upper .swiper1 .slide1:hover .dn-word .dp-title1 {
  color: var(--color-primary);
}
.news-list .dn-center .swiper1 .slide1 .dn-picture {
  height: 34rem;
  overflow: hidden;
}
.news-list .dn-center .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.news-list .dn-center .swiper1 .slide1:hover .dn-word .dp-title1 {
  color: var(--color-primary);
}
.careers-planning .dn-lower .swiper1 .slide1 .dn-picture {
  height: 50rem;
}
.careers-planning .dn-lower .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.careers-recruitment .ax-tab-header li[active] .ax-btn {
  color: #ffffff;
  background-color: var(--color-primary);
}
.careers-recruitment .ax-tab-body .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.careers-recruitment .ax-tab-body .swiper1 .slide1 .dn-top .ax-btn {
  border-radius: 3.8rem;
}
.careers-recruitment .ax-tab-body .swiper1 .slide1 .dn-bottom .ul1 .ax-gutter-line {
  height: 5rem;
  background-color: #c9c9c9;
}
.careers-recruitment .ax-tab-body .swiper1 .slide1:hover {
  background: var(--color-primary);
}
.careers-recruitment .ax-tab-body .swiper1 .slide1:hover *:not(.ax-btn) {
  color: #ffffff;
}
.careers-ax-dialog .ax-dialog-close .ax-iconfont {
  font-size: 2.4rem;
}
.careers-ax-dialog .ax-dialog-body {
  max-height: inherit;
}
.careers-detail .dn-upper {
  padding: 4rem 6rem;
}
.careers-detail .dn-lower {
  padding: 4rem 6rem 8rem;
}
.careers-detail .dn-lower .ul1 {
  padding: 0 8rem 0 0;
}
.careers-detail .dn-lower .ul1 .ax-gutter-line {
  height: 5rem;
  background-color: #c9c9c9;
}
.contact-map .dn-center .swiper1 .slide1 {
  width: auto;
}
.contact-map .dn-lower {
  position: relative;
}
.contact-map .dn-lower .dn-top {
  height: 70rem;
}
.contact-map .dn-lower .dn-word {
  position: absolute;
  z-index: 5;
  left: 6rem;
  top: 50%;
  transform: translateY(-50%);
  height: calc(570 / 700 * 100%);
  width: 46rem;
  padding: 6rem 4rem;
}
.contact-map .dn-lower .dn-word .dp-img1 {
  height: 6rem;
}
.contact-message .dn-lower {
  padding: 5rem;
}
@media screen and (min-width: 500px) {
  .contact-message .dn-lower .dn-form .swiper1 .width-large {
    grid-column-start: span 3;
  }
}
.contact-message .dn-lower .dn-form .swiper1 .dp-title1 {
  font-size: 1.6rem;
  color: #000000;
  margin: 0 0 1.2rem;
}
.contact-message .dn-lower .dn-form .swiper1 .ax-select {
  background: #ffffff;
}
