@charset "utf-8";
.com-background1 {
  background: #f7f9fb;
}
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;
}
.swiper-container,
.ax-swiper,
.ax-slide {
  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;
}
.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;
}
.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-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-80 {
  font-size: 80px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-inherit {
  line-height: inherit;
}
.background-000 {
  background: #000000;
}
.background-fff {
  background: #ffffff;
}
.background-transparent {
  background: transparent;
}
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: auto;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.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.3s 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 {
  animation-duration: 1500ms;
}
.ax-btn.ax-lg-font *[class*="font"] {
  font-size: 1.4rem;
}
.ax-swiper .ax-grid.display-grid {
  display: grid;
}
.ax-dialog[data-size="width-80"] .ax-dialog-wrapper {
  width: 80rem;
}
.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;
}
@media screen and (min-width: 768px) {
  .ax-menu {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ax-dialog[data-size="width-80"] .ax-dialog-wrapper {
    width: calc(100vw - 1.4rem*2);
  }
}
@font-face {
  font-family: 'AlibabaSans';
  src: url('/Assets/fonts/AlibabaSans-Regular.otf');
}
body {
  font-family: 'AlibabaSans';
}
.com-font-size-30 {
  font-size: 1.56vw;
}
.com-font-size-36 {
  font-size: 1.872vw;
}
.com-font-size-42 {
  font-size: 2.184vw;
}
.com-font-size-48 {
  font-size: 2.496vw;
}
.com-font-size-60 {
  font-size: 3.12vw;
}
.com-font-size-72 {
  font-size: 3.744vw;
}
.com-margin-top-10 {
  margin-top: 0.52vw;
}
.com-margin-top-20 {
  margin-top: 1.04vw;
}
.com-margin-top-30 {
  margin-top: 1.56vw;
}
.com-margin-top-40 {
  margin-top: 2.08vw;
}
.com-margin-top-50 {
  margin-top: 2.6vw;
}
.com-margin-top-80 {
  margin-top: 4.16vw;
}
.com-margin-top-120 {
  margin-top: 6.24vw;
}
.com-padding-top-30 {
  padding-top: 1.56vw;
}
.com-padding-top-50 {
  padding-top: 2.6vw;
}
.com-padding-top-80 {
  padding-top: 4.16vw;
}
.com-padding-top-100 {
  padding-top: 5.2vw;
}
.com-padding-bottom-30 {
  padding-bottom: 1.56vw;
}
.com-padding-bottom-80 {
  padding-bottom: 4.16vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.2vw;
}
.com-padding-bottom-140 {
  padding-bottom: 7.28vw;
}
.com-cont-1420 {
  width: calc(1420 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1600 {
  width: calc(1600 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1720 {
  width: calc(1720 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-dialog-download,
.com-dialog-consult {
  width: 41.6vw;
  padding: 2.184vw;
}
.com-scale-img1 {
  transition: all 0.3s ease;
}
.com-scale-img1 .dn-picture {
  overflow: hidden;
}
.com-scale-img1:hover {
  transform: translateY(-0.52vw);
}
.com-scale-img1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.com-wx-img1 {
  width: 5.2vw;
  height: 5.2vw;
}
.com-breadcrumb2 {
  z-index: 100;
  background: #ffffff;
}
.com-breadcrumb2 .dn-left .swiper1 .slide1 {
  width: auto;
  padding: 1.872vw 0;
  margin: 0 3.12vw 0 0;
  font-size: 18px;
  color: #888888;
  border-bottom: 2px solid transparent;
}
.com-breadcrumb2 .dn-left .swiper1 .slide1.active,
.com-breadcrumb2 .dn-left .swiper1 .slide1:hover {
  color: #0b4ea1;
  border-bottom-color: #0b4ea1;
}
.com-menu1 {
  padding: 1.144vw 0;
  z-index: 101;
  background: #f7f9fb;
}
.com-menu1 .ax-btn {
  margin: 0 0 0 1.56vw;
  background: transparent;
}
.com-menu1 .ax-btn.active {
  color: #0b4ea1;
  border: 1px solid #0b4ea1;
}
.com-banner1 {
  height: 32.24vw;
  position: relative;
}
.index-app .com-banner1 {
  height: 45.76vw;
}
.index-app .com-banner1 .dn-crumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .index-app .com-banner1 .swiper1 .slide1 .dn-word .ax-btn {
    display: block;
  }
}
.com-banner1 .dn-crumbs * {
  color: #FFFFFF;
}
.com-banner1 .swiper1 .slide1 .dn-word .ax-btn {
  display: none;
}
.com-banner1 .swiper1 .ax-pages .ax-pages-bullet {
  border-radius: inherit;
  width: 4.2rem;
  height: 0.6rem;
}
.com-banner1 .swiper1 .ax-pages .ax-pages-bullet-active {
  background: #ffffff;
}
.ax-drawer .ax-menu .ax-menu-item .ax-menu-item-top {
  font-size: 1.6rem;
}
.ax-drawer .ax-menu .ax-menu-item .ax-menu-item-top.active {
  color: #0b4ea1;
}
.ax-drawer .ax-menu .ax-menu-item .ax-menu-item-top.active + .ax-menu-item-ul {
  display: block;
}
.com-header {
  position: absolute;
  top: 0;
  left: 0;
  position: sticky;
  z-index: 101;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.com-header.active {
  position: fixed;
  background: transparent;
}
.com-header.active .dn-logo {
  filter: grayscale(100%) brightness(10000%);
}
.com-header.active .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top * {
  color: #FFFFFF;
}
.com-header.active .dn-lang {
  color: #FFFFFF;
}
.com-header.active .dn-menu-operate {
  color: #FFFFFF;
}
.com-header .dn-logo .dp-img1 {
  height: 61px;
}
.com-header .dn-menu .ax-menu .ax-menu-item {
  margin: 0 1.04vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top {
  font-size: 18px;
  height: auto;
  padding: 1.768vw 0;
  border-bottom: 4px solid transparent;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top * {
  color: #000000;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top.active {
  border-bottom-color: #0b4ea1;
}
.com-header .dn-search {
  width: 260px;
  margin: 0 1.56vw;
}
.com-header .dn-lang {
  margin: 0 0 0 1.56vw;
}
.com-header .dn-lang i {
  font-size: 22px;
  margin: 0 4px 0 0;
}
.com-header .dn-menu-operate {
  display: none;
  margin: 0 0 0 5.32vw;
  color: #000000;
}
.com-header .dn-menu-operate i {
  font-size: 2rem;
}
.com-footer {
  background: #ffffff;
  z-index: 100;
  position: relative;
}
.com-footer .dn-upper .dn-left .dn-logo .dp-img1 {
  height: 54px;
}
.com-footer .dn-upper .dn-left .dn-share {
  margin: 0 0 0 3.744vw;
}
.com-footer .dn-upper .dn-left .dn-share .swiper1 .wrapper1 {
  grid-gap: 1.872vw;
}
.com-footer .dn-upper .dn-left .dn-share .swiper1 .slide1 {
  width: auto;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .ax-menu-item-top {
  font-size: 20px;
  font-weight: 600;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .ax-menu-item-ul {
  margin: 2.6vw 0 0;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .ax-menu-item-ul .ax-menu-item-li {
  margin: 0 0 1.04vw;
  font-size: 16px;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .ax-menu-item-ul .ax-menu-item-li .ax-menu-item-li-top {
  color: #666666;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .ax-menu-item-ul .ax-menu-item-li .ax-menu-item-li-top:hover {
  color: #0b4ea1;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .dn-contact .swiper1 .wrapper1 {
  grid-gap: 1.872vw;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .dn-contact .swiper1 .slide1 {
  width: auto;
}
.com-footer .dn-center .ax-menu2 .ax-menu-item .dn-contact .swiper1 .slide1 .dp-img1 {
  width: 5.2vw;
  height: 5.2vw;
}
.all-empty {
  width: 100vw;
  height: 100vh;
}
.all-empty .ax-icon i {
  font-size: 10rem;
}
.all-empty .ax-grid {
  font-size: 2.6rem;
  margin: 2rem 0 0;
}
.index-about .dp-backimg1 {
  width: 37.96vw;
  position: absolute;
  right: 0;
  bottom: -7.8vw;
}
.index-about .dn-lower .swiper1 .slide1 {
  height: 20.8vw;
  overflow: hidden;
}
.index-about .dn-lower .swiper1 .slide1 .dn-word {
  background: rgba(0, 0, 0, 0.1);
  padding: 3.12vw 2.08vw;
}
.index-about .dn-lower .swiper1 .slide1 .dn-word .ax-btn {
  margin: auto 0 0;
}
.index-technology .dn-lower .swiper1 .slide1 {
  height: 21.84vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .index-technology .dn-lower .swiper1 .slide1:nth-of-type(1) {
    grid-column: span 8;
  }
  .index-technology .dn-lower .swiper1 .slide1:nth-of-type(2) {
    grid-column: span 5;
  }
  .index-technology .dn-lower .swiper1 .slide1:nth-of-type(3) {
    grid-column: span 3;
  }
}
.index-technology .dn-lower .swiper1 .slide1 .dn-word {
  background: rgba(0, 0, 0, 0.1);
  padding: 2.912vw 3.952vw;
}
.index-technology .dn-lower .swiper1 .slide1 .dn-word .ax-btn {
  margin: auto 0 0;
}
.index-product .dp-backimg1 {
  width: 38.48vw;
}
.index-product .dp-backimg2 {
  width: 42.64vw;
  position: absolute;
  bottom: -4.16vw;
  right: -4.16vw;
}
.index-product .dn-center .swiper1 .slide1 .dn-picture {
  width: 33.28vw;
  height: 16.64vw;
}
.index-product .dn-lower .swiper1 .slide1 {
  background: #ffffff;
  padding: 1.04vw 1.248vw;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease;
}
.index-product .dn-lower .swiper1 .slide1.ax-slide-thumb-active {
  background: #0b4ea1;
  color: #FFFFFF;
}
.index-product .dn-lower .swiper1 .slide1 i {
  font-size: 40px;
}
.index-area .dn-upper .swiper1 .slide1 {
  height: 42.64vw;
}
.index-area .dn-upper .swiper1 .slide1 .dn-word {
  background: rgba(0, 0, 0, 0.3);
  padding: 3.64vw;
}
.index-area .dn-upper .swiper1 .slide1 .dn-word > i {
  font-size: 48px;
}
.index-news .dn-center .swiper1 .slide1 {
  background: #ffffff;
  height: auto;
}
.index-news .dn-center .swiper1 .slide1 .dn-picture {
  height: 15.6vw;
}
.index-news .dn-center .swiper1 .slide1 .dn-word {
  padding: 1.664vw 2.184vw;
}
.index-news .dn-center .swiper1 .slide1 .dn-word .dp-label1 {
  color: #0b4ea1;
}
.index-news .dn-lower .ax-swiper-btn {
  margin: 0 0.728vw 0 0;
}
.technology-technology .dn-lower .swiper1 .slide1 {
  height: 26vw;
}
.technology-history .dn-upper .ax-swiper-outer .ax-swiper-btn {
  margin: 0 0 0 0.624vw;
}
.technology-history .dn-center .swiper1 .slide1 {
  min-height: 20.8vw;
  border-right: 1px solid #e1e1e1;
  padding: 1.872vw 2.6vw;
}
.technology-history .dn-center .swiper1 .slide1:hover .dp-time1 {
  transform: translateY(-0.52vw);
}
.technology-history .dn-center .swiper1 .slide1 .dp-time1 {
  color: #0b4ea1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .technology-history .dn-lower .ax-pages .ax-pages-bullet {
    border-radius: inherit;
    width: 4.2rem;
    height: 0.6rem;
  }
  .technology-history .dn-lower .ax-pages .ax-pages-bullet-active {
    background: #0b4ea1;
  }
}
.technology-advantages .dn-lower .swiper1 .slide1 {
  height: calc(1600 * 0.052vw / 4);
  border: 1px dashed #ffffff;
  border-radius: 50%;
  padding: 3.12vw;
}
.product-form .dn-left {
  width: 83%;
  padding: 0 10% 0 0;
}
.product-form .dn-lower {
  /*
            .dn-cont {
              width: 1060px;
              .margin-auto;
            }
       */
}
.product-form .dn-lower .dp-search a {
  color: #0b4ea1;
  margin: 0 1.248vw 0 0;
}
.product-product .dn-upper .dn-left {
  width: 20.8vw;
  height: auto;
  padding-right: 3.12vw;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 {
  background: #ffffff;
}
.product-product .dn-upper .dn-left .swiper1 .slide1[active] .ax-accordion-header {
  background: #0b4ea1;
}
.product-product .dn-upper .dn-left .swiper1 .slide1[active] .ax-accordion-header * {
  color: #FFFFFF;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-header {
  line-height: inherit;
  padding: 20px 24px;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-header > i {
  font-size: 48px;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content {
  padding: 30px;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content .swiper2 .slide2:hover,
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content .swiper2 .slide2.active {
  color: #0b4ea1;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content .swiper2 .slide2:hover i,
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content .swiper2 .slide2.active i {
  opacity: 1;
}
.product-product .dn-upper .dn-left .swiper1 .slide1 .ax-accordion-body .ax-accordion-content .swiper2 .slide2 i {
  opacity: 0;
}
.product-product .dn-upper .dn-right {
  padding-left: 4.472vw;
}
.product-product .dn-upper .dn-right .swiper1 .slide1 {
  height: 20.072vw;
}
.product-product .dn-upper .dn-right .swiper1 .slide1:hover .dn-word {
  background: linear-gradient(transparent, #0b4ea1);
  color: #FFFFFF;
}
.product-product .dn-upper .dn-right .swiper1 .slide1:hover .dn-word .dn-xia {
  display: block;
}
.product-product .dn-upper .dn-right .swiper1 .slide1 .dn-word {
  padding: 1.56vw 1.872vw;
}
.product-product .dn-upper .dn-right .swiper1 .slide1 .dn-word .dn-xia {
  display: none;
}
.product-detail .dn-upper .dn-left {
  width: 23.4vw;
}
.product-detail .dn-upper .dn-left .dn-bot .swiper1 .slide1 i {
  padding: 8px 0;
  border-bottom: 4px solid transparent;
}
.product-detail .dn-upper .dn-left .dn-bot .swiper1 .slide1.active i {
  border-bottom-color: #0b4ea1;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1 {
  background: #ffffff;
  padding: 3.64vw 4.68vw;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-overview .dn-picture {
  width: 26vw;
  height: 17.68vw;
  margin: 0 2.08vw 0 0;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-characteristics ul,
.product-detail .dn-upper .dn-right .swiper1 .slide1-characteristics li {
  list-style: inherit;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-parameter table {
  width: 100%;
  border-collapse: collapse;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-parameter .ax-table td {
  font-size: 16px;
  padding: 1.6rem;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-parameter .ax-table td:nth-of-type(1) {
  width: 40%;
}
.product-detail .dn-upper .dn-right .swiper1 .slide1-parameter .ax-table thead td {
  font-size: 20px;
  color: #0b4ea1;
}
.product-detail-data .swiper2 .slide2 {
  padding: 1.352vw 1.56vw;
  transition: all 0.3s ease;
}
.product-detail-data .swiper2 .slide2:hover {
  background: #0b4ea1;
}
.product-detail-data .swiper2 .slide2:hover * {
  color: #FFFFFF;
}
.product-detail-data .swiper2 .slide2:hover .ax-btn * {
  color: #0b4ea1;
}
.product-detail-data .swiper2 .slide2 > i {
  color: #0b4ea1;
  margin: 0 0.52vw 0 0;
}
.application-area .dn-upper .swiper1 .slide1 {
  height: 42.64vw;
  width: calc(100% / 6);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .application-area .dn-upper .swiper1 .slide1.active {
    flex: auto;
  }
  .application-area .dn-upper .swiper1 .slide1.active .dn-word {
    align-items: flex-start;
    text-align: left !important;
    padding: 3.64vw;
  }
  .application-area .dn-upper .swiper1 .slide1.active .dn-word .dp-title1 {
    font-size: 2.184vw;
  }
  .application-area .dn-upper .swiper1 .slide1.active .dn-word .dn-xia {
    display: block;
  }
}
.application-area .dn-upper .swiper1 .slide1 .dn-word {
  background: rgba(0, 0, 0, 0.3);
  padding: 3.64vw 1.04vw;
  align-items: center;
}
.application-area .dn-upper .swiper1 .slide1 .dn-word > i {
  font-size: 48px;
}
.application-area .dn-upper .swiper1 .slide1 .dn-word .dn-xia {
  display: none;
}
.application-detail-overview .dn-lower {
  height: 33.8vw;
  position: relative;
}
.application-detail-overview .dn-lower .dn-word {
  padding: 4.16vw 23.4vw 4.16vw 4.68vw;
}
.application-detail-device .dn-center .swiper1 .slide1 {
  background: #ffffff;
  padding: 2.08vw;
}
.application-detail-device .dn-center .swiper1 .slide1 i {
  font-size: 48px;
  color: #0b4ea1;
  margin: 0 1.872vw 0 0;
}
@media screen and (min-width: 768px) {
  .application-detail-device .dn-lower .ax-pages .ax-pages-bullet {
    border-radius: inherit;
    width: 1.8rem;
    height: 0.6rem;
  }
  .application-detail-device .dn-lower .ax-pages .ax-pages-bullet-active {
    width: 4.2rem;
  }
}
.application-detail-case .dn-lower .dn-picture {
  width: 50%;
  height: 28.6vw;
}
.application-detail-case .dn-lower .dn-word {
  padding-left: 4.16vw;
  overflow: hidden;
}
.application-detail-case .dn-lower .dn-word .dn-middle .swiper1 .slide1 {
  margin: 0 0.624vw 0 0;
}
.application-detail-next .dn-upper {
  align-items: inherit;
}
.application-detail-next .dn-upper .dn-word {
  background: #0b4ea1;
  padding: 0 3.64vw 0 13vw;
}
.application-detail-next .dn-upper .dn-picture {
  width: 50%;
  height: 13.52vw;
}
.news-video .dn-lower {
  padding: 0 5.72vw 0 0;
}
.news-video .dn-lower .swiper1 .slide1 .dn-picture {
  width: 45.76vw;
  height: 26.52vw;
  overflow: hidden;
}
.news-video .dn-lower .swiper1 .slide1 .dn-word {
  background: #ffffff;
  padding: 3.12vw 3.64vw;
  margin: 0 0 0 -3.64vw;
}
.news-video .dn-lower .swiper1 .slide1 .dn-word i {
  color: #0b4ea1;
}
.news-video .dn-lower .swiper1 .ax-pages {
  width: auto;
  left: calc(880 * 0.052vw + 70 * 0.052vw);
}
.news-company .dn-upper {
  grid-gap: 3.12vw;
}
.news-company .dn-upper .dp-title1.active {
  color: #0059b2;
}
.news-company .dn-center .swiper1 .wrapper1 {
  grid-gap: 1.768vw 3.328vw;
}
.news-company .dn-center .swiper1 .slide1 {
  transition: all 0.3s ease;
}
.news-company .dn-center .swiper1 .slide1:hover {
  background: #0b4ea1;
  overflow: hidden;
}
.news-company .dn-center .swiper1 .slide1:hover .dn-word * {
  color: #FFFFFF;
}
.news-company .dn-center .swiper1 .slide1:hover .dn-word .dp-more1 {
  opacity: 1;
}
.news-company .dn-center .swiper1 .slide1 .dn-picture {
  height: 17.68vw;
}
.news-company .dn-center .swiper1 .slide1 .dn-word {
  padding: 1.248vw 1.768vw;
}
.news-company .dn-center .swiper1 .slide1 .dn-word .dp-more1 {
  opacity: 0;
}
.news-detail .com-cont {
  padding: 5.2vw 6.24vw;
}
.news-detail .dn-upper .dp-time1 i {
  margin: 0 1.04vw 0 0;
}
.news-detail .dn-lower .swiper1 .slide1 {
  padding: 1.352vw 2.08vw;
}
.news-related .dn-center .swiper1 .slide1 .dn-picture {
  height: 17.68vw;
}
.news-related .dn-center .swiper1 .slide1 .dn-word {
  padding: 1.04vw 1.56vw 1.56vw;
}
.about-profile .dn-upper .dn-picture {
  width: 50%;
  height: 26.52vw;
}
.about-profile .dn-upper .dn-word {
  padding: 0 0 0 5.2vw;
}
.about-profile .dn-lower .swiper1 .slide1 {
  width: auto;
}
.about-culture .dn-lower .swiper1 .slide1 {
  width: 16.12vw;
  padding: 0 2.08vw 7.8vw;
  border-left: 1px solid #ffffff;
}
.about-culture .dn-lower .swiper1 .slide1.active {
  flex: auto;
  padding-bottom: 13.52vw;
}
.about-culture .dn-lower .swiper1 .slide1.active .dn-xia {
  display: block;
}
.about-culture .dn-lower .swiper1 .slide1 i {
  font-size: 48px;
}
.about-culture .dn-lower .swiper1 .slide1 .dn-xia {
  display: none;
}
.about-com .dn-center .swiper1 .slide1 .dn-picture {
  height: 18.72vw;
  padding: 1.56vw;
}
.about-patent .dn-center .swiper1 {
  height: 40.56vw;
}
.about-patent .dn-center .swiper1 .slide1 {
  height: calc(100% / 2);
  padding: 0 0.728vw;
}
.about-patent .dn-center .swiper1 .slide1 .dn-word .dp-title1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about-patent .dn-lower .ax-pages .ax-pages-bullet {
  width: 3.12vw;
  height: 3.12vw;
  line-height: 3.12vw;
  font-size: 18px;
  color: #000000;
  opacity: 0.5;
}
.about-patent .dn-lower .ax-pages .ax-pages-bullet-active {
  color: #FFFFFF;
  opacity: 1;
}
.about-benefit .dn-center .swiper1 .slide1 {
  padding: 1.56vw 1.56vw 3.12vw;
  height: auto;
}
.about-benefit .dn-center .swiper1 .slide1 .dn-picture {
  height: 14.56vw;
}
.about-advantages .dn-lower {
  align-items: inherit;
}
.about-advantages .dn-lower .dn-left {
  width: 24.44vw;
  height: 30.16vw;
}
.about-advantages .dn-lower .dn-left .swiper1 .slide1 {
  padding: 5.2vw 2.6vw;
}
.about-advantages .dn-lower .dn-right .swiper1 .slide1 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.about-advantages .dn-lower .dn-right .swiper1 .slide1.ax-slide-thumb-active .ax-glitter {
  transition: all 0.3s ease;
  margin: -2.08vw 0 0;
}
.about-others .dn-upper .swiper1 .slide1 .dn-word {
  padding: 3.64vw 7.8vw;
}
.invent-team .dn-lower .dn-left {
  width: 26vw;
}
.invent-team .dn-lower .dn-left .dn-word {
  padding: 5.2vw 3.12vw;
  font-size: 1.248vw;
  line-height: 2.704vw;
}
.invent-team .dn-lower .dn-left .dn-word i {
  vertical-align: middle;
  opacity: 0.5;
  margin: 0 1.04vw 0 0;
}
.invent-team .dn-lower .dn-left .ax-swiper-btn-all {
  position: absolute;
  bottom: 3.12vw;
  left: 5.2vw;
}
.invent-team .dn-lower .dn-left .ax-swiper-btn-all .ax-swiper-btn {
  margin: 0 0.52vw 0 0;
}
.invent-team .dn-lower .dn-right {
  height: 33.28vw;
  overflow: hidden;
}
.join-recruitment .dn-lower .ax-tab {
  border-top: 2px solid #0b4ea1;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-header .ax-tab-item {
  padding: 1.56vw 0;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-header .ax-tab-item[active] {
  color: #000000;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-body .swiper1 .slide1:first-of-type * {
  color: #FFFFFF;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-body .swiper1 .slide1 .ax-accordion-header {
  line-height: inherit;
  padding: 1.56vw 0;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-body .swiper1 .slide1 .ax-accordion-header .ax-iconfont {
  margin-right: 0;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-body .swiper1 .slide1 .ax-accordion-content {
  padding: 0 6.76vw 3.328vw;
}
.join-recruitment .dn-lower .ax-tab .ax-tab-body .swiper1 .slide1 .ax-accordion-content .dn-bot .dp-left {
  padding: 0 6.76vw 0 0;
}
.join-benefits .dn-lower .swiper1 .slide1 {
  padding: 1.56vw 1.872vw;
}
.join-benefits .dn-lower .swiper1 .slide1 .dp-icon1 {
  width: 100%;
}
.join-benefits .dn-lower .swiper1 .slide1 .dp-icon1 i {
  font-size: 48px;
}
.join-strategy .dn-center .swiper1 .slide1 {
  padding: 2.08vw 2.6vw;
}
.join-strategy .dn-center .swiper1 .slide1 .dp-icon1 {
  width: 100%;
}
.join-strategy .dn-center .swiper1 .slide1 .dp-icon1 i {
  font-size: 48px;
}
.join-strategy .dn-lower .swiper1 .slide1 {
  width: 14.04vw;
  height: 14.04vw;
  border-radius: 14.04vw;
  margin: 0 -1.04vw;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .join-strategy .dn-lower .swiper1 .slide1.active {
    width: 27.56vw;
    background: #0b4ea1;
  }
  .join-strategy .dn-lower .swiper1 .slide1.active * {
    color: #FFFFFF;
  }
  .join-strategy .dn-lower .swiper1 .slide1.active .dp-right {
    display: block;
  }
}
.join-strategy .dn-lower .swiper1 .slide1:last-of-type .dp-icon1 {
  display: none;
}
.join-strategy .dn-lower .swiper1 .slide1 .dp-left i {
  font-size: 48px;
}
.join-strategy .dn-lower .swiper1 .slide1 .dp-line1 {
  height: 5.512vw;
  border-left: 1px dashed rgba(255, 255, 255, 0.6);
}
.join-strategy .dn-lower .swiper1 .slide1 .dp-right {
  width: 17.68vw;
  display: none;
  padding: 0 2.288vw;
}
.join-strategy .dn-lower .swiper1 .slide1 .dp-icon1 {
  margin: 0 0.52vw 0 0;
}
.contact-information .dn-left .dn-bot .swiper1 .wrapper1 {
  grid-gap: 2.288vw;
}
.contact-information .dn-left .dn-bot .swiper1 .slide1 .dp-zuo {
  margin: 0 0.832vw 0 0;
}
.contact-information .dn-left .dn-bot .swiper1 .slide1 .dp-zuo .ax-btn {
  width: calc(3.8rem + 2rem);
  height: calc(3.8rem + 2rem);
}
.contact-information .dn-left .dn-bot .swiper1 .slide1 .dp-zuo .ax-btn:after {
  width: 100%;
}
.contact-information .dn-right {
  width: 44.2vw;
  height: 32.24vw;
}
@media screen and (min-width: 768px) {
  .contact-message .dn-lower .swiper1 .slide1.slide1-100 {
    grid-column: span 3;
  }
}
