@charset "utf-8";
body {
  overflow-x: hidden;
  line-height: inherit;
  color: #666666;
}
*,
: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-0 {
  width: 0;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.max-width-10 {
  max-width: 10%;
}
.max-width-20 {
  max-width: 20%;
}
.max-width-30 {
  max-width: 30%;
}
.max-width-40 {
  max-width: 40%;
}
.max-width-50 {
  max-width: 50%;
}
.max-width-60 {
  max-width: 60%;
}
.max-width-70 {
  max-width: 70%;
}
.max-width-80 {
  max-width: 80%;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-100 {
  max-width: 100%;
}
.max-width-all-100 * {
  max-width: 100%;
}
.height-auto {
  height: auto;
}
.height-50 {
  height: 50%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.max-height-90 {
  max-height: 90%;
}
.max-height-50 {
  max-height: 50%;
}
.max-height-70 {
  max-height: 70%;
}
.max-height-100 {
  max-height: 100%;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.bottom-auto {
  bottom: auto;
}
.left-0 {
  left: 0;
}
.left-50 {
  left: 50%;
}
.left-100 {
  left: 100%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-50 {
  right: 50%;
}
.right-100 {
  right: 100%;
}
.com-object-fit-cover {
  object-fit: cover;
}
.com-object-fit-contain {
  object-fit: contain;
}
.com-object-fit-none {
  object-fit: none;
}
.object-position-center-top {
  object-position: center top;
}
.com-spacing-1 {
  width: auto;
  margin: 0 calc(-1 * (1% / 2));
}
.com-spacing-1 .slide1 {
  margin: 0 calc(1% / 2);
}
.com-spacing-2 {
  width: auto;
  margin: 0 calc(-1 * (2% / 2));
}
.com-spacing-2 .slide1 {
  margin: 0 calc(2% / 2);
}
.com-spacing-3 {
  width: auto;
  margin: 0 calc(-1 * (3% / 2));
}
.com-spacing-3 .slide1 {
  margin: 0 calc(3% / 2);
}
.com-spacing-4 {
  width: auto;
  margin: 0 calc(-1 * (4% / 2));
}
.com-spacing-4 .slide1 {
  margin: 0 calc(4% / 2);
}
.com-spacing-5 {
  width: auto;
  margin: 0 calc(-1 * (5% / 2));
}
.com-spacing-5 .slide1 {
  margin: 0 calc(5% / 2);
}
.com-spacing-6 {
  width: auto;
  margin: 0 calc(-1 * (6% / 2));
}
.com-spacing-6 .slide1 {
  margin: 0 calc(6% / 2);
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
.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-000 {
  color: #000000;
}
.color-333 {
  color: #333333;
}
.color-666 {
  color: #666666;
}
.color-888 {
  color: #888888;
}
.color-999 {
  color: #999999;
}
.cursor-pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.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;
}
.background-000 {
  background: #000000;
}
.background-fff {
  background: #FFFFFF;
}
.background-transparent {
  background: transparent;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-1 {
  flex: 1;
}
.text-transform-lowercase {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.transform-translateY-reduce-50 {
  transform: translateY(-50%);
}
.transform-translateX-reduce-50 {
  transform: translateX(-50%);
}
.transform-translate-reduce-50 {
  transform: translate(-50%, -50%);
}
.transform-none {
  transform: none;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.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-05 {
  transition: all 0.5s ease;
}
.transition-all-06 {
  transition: all 0.6s ease;
}
.transition-all-07 {
  transition: all 0.7s ease;
}
.transition-all-10 {
  transition: all 1s ease;
}
.transform-scale-102 {
  transform: scale(1.02);
}
.transform-scale-105 {
  transform: scale(1.05);
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.com-size-all {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.com-size-all-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  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;
}
.overflow-ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.overflow-ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn1 {
  -webkit-animation-name: zoomIn1;
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}
@keyframes zoomIn3 {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.zoomIn3 {
  animation-name: zoomIn3;
}
@keyframes zoomIninfinite {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*
.com-layui-popup, .com-lati-longi, .com-map-info, .anchorBL {
  display: none !important;
}
 */
.amap-logo,
.amap-copyright {
  display: none !important;
}
.com-mobile {
  display: none !important;
}
.ax-swiper .ax-grid {
  display: grid;
}
.ax-grid.ax-space-10 {
  grid-gap: 0.52vw;
}
.ax-grid.ax-space-20 {
  grid-gap: 1.04vw;
}
.ax-grid.ax-space-30 {
  grid-gap: 1.56vw;
}
.ax-grid.ax-space-40 {
  grid-gap: 2.08vw;
}
.ax-grid.ax-space-50 {
  grid-gap: 2.6vw;
}
.ax-grid.ax-space-60 {
  grid-gap: 3.12vw;
}
.ax-dialog[data-size="width-800"] .ax-dialog-wrapper {
  width: 800px;
}
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close {
  width: 5.8rem;
  height: 5.8rem;
  line-height: 5.8rem;
}
.ax-dialog .ax-dialog-wrapper > .ax-dialog-close .ax-iconfont {
  font-size: 3rem;
}
.ax-swiper-outer .ax-prev {
  margin-top: 0;
  transform: translateY(-50%);
  left: 0 !important;
}
.ax-swiper-outer .ax-next {
  margin-top: 0;
  transform: translateY(-50%);
  right: 0 !important;
  left: auto !important;
}
.ax-swiper-outer.ax-inline {
  padding: 0;
}
.ax-swiper-outer.ax-inline .ax-swiper-btn {
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 26px;
}
.ax-gutter-80 {
  width: 4.16vw;
  overflow: hidden;
}
.ax-break-40 {
  height: 2.08vw;
  overflow: hidden;
}
.ax-padding.ax-5rem {
  padding: 5rem;
}
.ax-slowest-1000 {
  animation-duration: 1000ms;
}
.ax-slowest-2000 {
  animation-duration: 2000ms;
}
@media screen and (max-width: 768px) {
  .ax-dialog[data-size="width-800"] .ax-dialog-wrapper {
    width: 93.1vw;
  }
  .ax-dialog .ax-dialog-wrapper > .ax-dialog-close {
    width: 13.3vw;
    height: 13.3vw;
    line-height: 13.3vw;
  }
  .ax-dialog .ax-dialog-wrapper > .ax-dialog-close .ax-iconfont {
    font-size: 6.65vw;
  }
  .ax-swiper-outer .ax-prev,
  .ax-swiper-outer .ax-next {
    width: 6.65vw;
    height: 6.65vw;
  }
  .ax-padding.ax-5rem {
    padding: 6.65vw;
  }
}
.com-font-size-38 {
  font-size: 1.976vw;
}
.com-font-size-48 {
  font-size: 2.496vw;
}
.com-font-size-56 {
  font-size: 3.016vw;
}
.com-font-size-60 {
  font-size: 3.12vw;
}
.com-font-size-72 {
  font-size: 3.744vw;
}
.com-font-size-76 {
  font-size: 3.952vw;
}
.com-font-size-100 {
  font-size: 0.52vw;
  line-height: 0.52vw;
}
.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-60 {
  margin-top: 3.12vw;
}
.com-margin-top-80 {
  margin-top: 4.16vw;
}
.com-margin-top-100 {
  margin-top: 5.2vw;
}
.com-margin-top-140 {
  margin-top: 7.28vw;
}
.com-margin-top-180 {
  margin-top: 9.36vw;
}
.com-padding-top-20 {
  padding-top: 1.04vw;
}
.com-padding-top-30 {
  padding-top: 1.56vw;
}
.com-padding-top-40 {
  padding-top: 0.208vw;
}
.com-padding-top-60 {
  padding-top: 3.12vw;
}
.com-padding-top-80 {
  padding-top: 4.16vw;
}
.com-padding-top-100 {
  padding-top: 5.2vw;
}
.com-padding-top-130 {
  padding-top: 6.76vw;
}
.com-padding-top-160 {
  padding-top: 8.32vw;
}
.com-padding-bottom-20 {
  padding-bottom: 1.04vw;
}
.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-130 {
  padding-bottom: 6.76vw;
}
.com-padding-bottom-150 {
  padding-bottom: 7.8vw;
}
.com-padding-bottom-200 {
  padding-bottom: 10.4vw;
}
.com-cont-1280 {
  width: 1280px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1554 {
  width: calc(1554 / 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-1800 {
  width: calc(1800 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-menu1 {
  padding: 1.56vw 0;
  z-index: 101;
  background: #FFFFFF;
}
.com-menu1 .ax-btn {
  margin: 0 0 0 1.56vw;
}
.com-menu1 .ax-btn.active {
  color: #e50012;
  border: 1px solid #e50012;
}
.com-banner1 {
  height: 40.56vw;
}
.com-banner1 .swiper1 .slide1.ax-slide-active .dn-picture {
  transform: none;
}
.com-banner1 .swiper1 .slide1 .dn-picture {
  transform: scale(1.1);
  transition: all 6.5s 0.1s linear;
}
.com-banner1 .swiper1 .slide1 .dn-word {
  color: #FFFFFF;
}
.com-banner1 .swiper1 .slide1 .dn-word .com-cont {
  padding: 10.4vw 0 0;
}
.com-banner1 .swiper1 .slide1 .dn-word .dn-menu {
  display: none;
}
.app-industry .com-banner1 .swiper1 .slide1 .dn-word .dn-menu {
  display: block;
}
.com-banner1 .swiper1 .slide1 .dn-word .dn-menu .swiper2 .slide2 {
  background: #FFFFFF;
  padding: 1.56vw 2.08vw;
  color: #333333;
  border-right: 1px solid #cfcfcf;
}
.com-banner1 .swiper1 .slide1 .dn-word .dn-menu .swiper2 .slide2.active {
  background: #e50012;
  color: #FFFFFF;
}
.com-banner1 .swiper1 .slide1 .dn-word .dn-menu .swiper2 .slide2 .iconfont {
  font-size: 30px;
}
.com-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.app-header-com-header .com-header {
  position: relative;
}
.com-header.active,
.app-header-com-header .com-header {
  background: #FFFFFF;
  animation: fadeInUp 0.3s ease both;
}
.com-header.active .dn-logo .dp-img1.dp-img1-white,
.app-header-com-header .com-header .dn-logo .dp-img1.dp-img1-white {
  display: none;
}
.com-header.active .dn-logo .dp-img1.dp-img1-black,
.app-header-com-header .com-header .dn-logo .dp-img1.dp-img1-black {
  display: block;
}
.com-header.active .dn-menu .ax-menu .ax-menu-item .ax-menu-top,
.app-header-com-header .com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-top {
  color: #333333;
}
.com-header .dn-logo .dp-img1 {
  height: 4.888vw;
}
.com-header .dn-logo .dp-img1.dp-img1-black {
  display: none;
}
.com-header .dn-menu .ax-menu .ax-menu-item {
  margin: 0 1.56vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-top {
  height: auto;
  padding: 2.392vw 0;
  font-size: 18px;
  border-top: 4px solid transparent;
  color: #FFFFFF;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-top.active {
  border-top-color: #e50012;
  color: #e50012;
}
.com-header .dn-right .dn-lang {
  background: #FFFFFF;
  padding: 1.04vw 1.352vw;
  color: #888888;
}
.com-header .dn-right .dn-lang .ax-iconfont {
  font-size: 22px;
  margin: 0 4px 0 0;
}
.com-header .dn-right .dn-search {
  background: #e50012;
  color: #FFFFFF;
  padding: 1.092vw;
}
.com-header .dn-right .dn-search .ax-iconfont {
  font-size: 20px;
}
.com-header .dn-right .dn-menu-operate {
  display: none;
  margin: 0 0 0 1.5rem;
}
.com-header .dn-right .dn-menu-operate .ax-iconfont {
  font-size: 2rem;
}
.com-footer {
  background: #f5f5f7;
}
.com-footer .dn-middle .swiper1 .slide1 {
  width: auto;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-one .dp-img1 {
  height: 4.888vw;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-two {
  margin: 0 0 0 6.24vw;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-two .dp-phone1 {
  color: #e50012;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-three {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-three .swiper2 .slide2 {
  width: auto;
  font-size: 18px;
  color: #333333;
  margin: 0 0 0 2.08vw;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-three .ax-grid li .dp-icon1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  background: #d9d9d9;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-three .ax-grid li .dp-icon1 .ax-iconfont {
  color: #000000;
  font-size: 30px;
}
.com-footer .dn-middle .swiper1 .slide1.slide1-three .ax-grid li .dn-picture {
  display: none;
}
.com-footer .ax-break-line {
  background-color: #cfcfcf;
}
.com-footer .dn-lower .swiper1 .slide1 {
  width: auto;
}
.index-banner {
  height: 100vh;
}
.index-banner .swiper1 .slide1.ax-slide-active .dn-picture {
  transform: none;
}
.index-banner .swiper1 .slide1 .dn-picture {
  transform: scale(1.1);
  transition: all 6.5s 0.1s linear;
}
.index-banner .swiper1 .slide1 .dn-word {
  color: #FFFFFF;
}
.index-banner .swiper1 .slide1 .dn-word .com-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-banner .swiper1 .index-banner-operate {
  position: absolute;
  z-index: 5;
  bottom: 2.808vw;
  left: 50%;
  transform: translateX(-50%);
}
.index-banner .swiper1 .index-banner-operate .ax-pages {
  position: relative;
  bottom: auto;
  width: auto;
  line-height: inherit;
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet {
  width: auto;
  height: auto;
  font-size: 16px;
  opacity: 0.5;
  color: #FFFFFF;
  background: none;
  margin: 0 1rem;
  position: relative;
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet:before {
  content: '';
  width: 0;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet:after {
  content: '';
  width: 4rem;
  border-top: 1px solid #FFFFFF;
  opacity: 0.5;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet-active {
  font-size: 18px;
  opacity: 1;
  margin-right: 5rem;
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet-active:before {
  width: 4rem;
  transition: all 7s linear;
}
.index-banner .swiper1 .index-banner-operate .ax-pages .ax-pages-bullet-active:after {
  display: block;
}
.index-banner .swiper1 .index-banner-operate .ax-swiper-btn {
  position: relative;
  width: auto;
  height: auto;
  line-height: inherit;
  top: auto;
  color: #FFFFFF;
  margin: 0 1.04vw;
}
.index-about {
  background: #f8f8f8;
  position: relative;
}
.index-about .dp-backimg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index-about .dn-upper .dn-word {
  flex: 1;
  padding: 0 6.76vw 0 0;
}
.index-about .dn-upper .dn-word .dn-top .dp-title1 {
  color: #e50012;
}
.index-about .dn-upper .dn-word .dn-top .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-about .dn-upper .dn-word .dn-bot .swiper1 .slide1 {
  width: auto;
}
.index-about .dn-upper .dn-word .dn-bot .swiper1 .slide1 .dp-title1 b {
  color: #e50012;
  line-height: 3.328vw;
}
.index-about .dn-upper .dn-picture {
  width: 37.96vw;
  height: 31.72vw;
}
.index-business {
  background: #f5f5f7;
  overflow: hidden;
}
.index-business .dn-upper {
  background: #FFFFFF;
}
.index-business .dn-center .swiper1 {
  overflow: visible;
}
.index-business .dn-center .swiper1 .slide1 {
  height: 30.16vw;
}
.index-business .dn-center .swiper1 .slide1 .dn-word {
  flex: 1;
  height: 100%;
  position: relative;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont {
  position: absolute;
  z-index: 5;
  left: 9.672vw;
  top: 3.12vw;
  width: 100%;
  height: calc(100% - 120 * 0.052vw);
  background-image: linear-gradient(to right, #f5f5f7, rgba(255, 255, 255, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6.24vw 0 0;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont .dp-title1 {
  color: #e50012;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont .ax-breadcrumb span {
  font-weight: bold;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont .ax-breadcrumb .ax-gutter {
  font-size: 18px;
  margin: auto 1.6rem;
}
.index-business .dn-center .swiper1 .slide1 .dn-word .dn-word-cont .ax-breadcrumb .ax-gutter:last-of-type {
  display: none;
}
.index-business .dn-center .swiper1 .slide1 .dn-picture {
  width: 65vw;
  height: 34.32vw;
}
.index-business .dn-lower .swiper1 {
  overflow: visible;
}
.index-business .dn-lower .swiper1 .slide1 {
  width: calc(100% / 5);
  padding: 2.6vw 0;
  font-size: 24px;
  color: #888888;
  border-bottom: 5px solid #cfcfcf;
  cursor: pointer;
}
.index-business .dn-lower .swiper1 .slide1.ax-slide-thumb-active {
  border-bottom-color: #e50012;
  color: #e50012;
}
.index-business .dn-lower .swiper1 .slide1.ax-slide-thumb-active .iconfont1 {
  opacity: 0.1;
}
.index-business .dn-lower .swiper1 .slide1 .iconfont1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10.4vw;
  z-index: -1;
  color: #e50012;
  opacity: 0;
}
.index-business .dn-lower .swiper1 .slide1 .iconfont2 {
  font-size: 30px;
  margin: 0 0.52vw 0 0;
}
.index-news .dn-lower .swiper1 .wrapper1 {
  grid-gap: 4rem;
}
@media screen and (min-width: 750px) {
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) {
    display: flex;
    background: #f5f5f7;
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-picture {
    display: block;
    width: 31.2vw;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word {
    flex: 1;
    overflow: hidden;
    padding: 2.08vw;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word .dp-title1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word .dp-intr1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(2) {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
    border: 1px solid #cfcfcf;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(2) .dn-picture {
    display: block;
    height: 17.16vw;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(2) .dn-word {
    padding: 2.08vw;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(2) .dn-word .dp-title1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.index-news .dn-lower .swiper1 .slide1 .dn-picture {
  display: none;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-time1 {
  color: #e50012;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-title1 {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin: 1.56vw 0;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-common.about-common-reverse .dn-upper {
  flex-direction: row-reverse;
}
.about-common.about-common-reverse .dn-upper .dn-picture {
  margin: 0 0 0 -8.32vw;
  border-bottom-left-radius: inherit;
  border-top-right-radius: 4.16vw;
}
.about-common .dn-upper .dn-word {
  width: 39vw;
}
.about-common .dn-upper .dn-picture {
  width: 47.32vw;
  height: 28.6vw;
  margin: 0 -8.32vw 0 0;
  border-bottom-left-radius: 4.16vw;
  overflow: hidden;
}
.about-common .dn-lower .swiper1 .slide1 {
  width: auto;
}
.about-common .dn-lower .swiper1 .slide1 .dp-title1 b {
  color: #e50012;
  line-height: 3.328vw;
}
.about-history {
  position: relative;
  overflow: hidden;
}
.about-history .dn-center .swiper1 .slide1 .dn-word {
  width: 24.96vw;
}
.about-history .dn-center .swiper1 .slide1 .dn-word .dp-title1 {
  color: #e50012;
}
.about-history .dn-center .swiper1 .slide1 .dn-picture {
  width: 25.48vw;
  height: 16.12vw;
  margin: 0 0 0 2.6vw;
}
.about-history .dn-lower {
  position: relative;
}
.about-history .dn-lower:before {
  content: '';
  width: 100vw;
  border-top: 1px dashed #9a9a9a;
  position: absolute;
  left: -8.32vw;
  bottom: 7px;
}
.about-history .dn-lower .swiper1 .slide1 {
  width: calc(100% / 8);
  cursor: pointer;
}
.about-history .dn-lower .swiper1 .slide1:before {
  content: '';
  width: 100%;
  border-top: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: 7px;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-thumb-active {
  color: #e50012;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-thumb-active:before {
  border-top-color: #e50012;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-thumb-active .dp-icon1 {
  border-color: #e50012;
}
.about-history .dn-lower .swiper1 .slide1.ax-slide-thumb-active .dp-icon1:before {
  background: #e50012;
}
.about-history .dn-lower .swiper1 .slide1 .dp-time1 {
  font-size: 15px;
  font-weight: bold;
}
.about-history .dn-lower .swiper1 .slide1 .dp-icon1 {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  position: relative;
  border-radius: 50%;
  margin: 14px auto 0;
}
.about-history .dn-lower .swiper1 .slide1 .dp-icon1:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #9a9a9a;
  border-radius: 50%;
}
.about-honor .dn-center .swiper1 .slide1 {
  width: calc(480 * 0.052vw * 1.2);
}
.about-honor .dn-center .swiper1 .slide1.ax-slide-active .dn-word {
  display: block;
}
.about-honor .dn-center .swiper1 .slide1 .dn-picture {
  height: calc(310 * 0.052vw * 1.2);
  position: relative;
  z-index: 5;
}
.about-honor .dn-center .swiper1 .slide1 .dn-picture .dp-img1 {
  width: 80%;
  height: 80%;
}
.about-honor .dn-center .swiper1 .slide1 .dn-picture2 {
  margin: -1.04vw 0 -1.56vw;
}
.about-honor .dn-center .swiper1 .slide1 .dn-word {
  display: none;
}
.about-honor .dn-lower .ax-swiper-btn {
  position: relative;
  transform: none;
  margin: 0 8px;
}
.contact-information .dn-upper .swiper1 .slide1 .dp-icon1 {
  width: 76px;
  height: 76px;
  background: #f5f5f7;
  border-radius: 50%;
  margin: 1.248vw auto;
  color: #e50012;
}
.contact-information .dn-upper .swiper1 .slide1 .dp-icon1 i {
  font-size: 20px;
}
.contact-information .dn-lower {
  position: relative;
  height: 33.28vw;
}
.contact-information .dn-lower .dn-word {
  position: absolute;
  z-index: 101;
  left: 7.28vw;
  top: -2.392vw;
  background: #ea3341;
  color: #FFFFFF;
  padding: 2.392vw 3.328vw 4.68vw;
}
.concept .com-cont {
  padding: 0 13.52vw 0 0;
}
.concept .dn-lower .dn-left {
  width: 19.24vw;
}
.concept .dn-lower .dn-right {
  flex: 1;
}
.recruit .dn-center .ax-accordion .ax-accordion-li {
  margin: 0 0 1.56vw;
  background: #f8f8f8;
}
.recruit .dn-center .ax-accordion .ax-accordion-li:first-of-type .ax-accordion-header {
  font-size: 20px;
}
.recruit .dn-center .ax-accordion .ax-accordion-li:first-of-type .ax-accordion-header * {
  color: #333333 !important;
}
.recruit .dn-center .ax-accordion .ax-accordion-li[active] .ax-accordion-header {
  background: #e50012;
  color: #FFFFFF;
}
.recruit .dn-center .ax-accordion .ax-accordion-li .ax-accordion-header {
  line-height: inherit;
  padding: 1.56vw 0;
  font-size: 16px;
  transition: all 0.3s ease;
}
.recruit .dn-center .ax-accordion .ax-accordion-li .ax-accordion-header .ax-iconfont {
  font-size: 20px;
}
.recruit .dn-center .ax-accordion .ax-accordion-li .ax-accordion-content {
  padding: 2.6vw;
}
.industry-introduce .dn-upper .dn-word {
  width: 39vw;
}
.industry-introduce .dn-upper .dn-word .dn-list .swiper1 .slide1 {
  width: auto;
}
.industry-introduce .dn-upper .dn-word .dn-list .swiper1 .slide1 .dp-title1 b {
  color: #e50012;
  line-height: 3.328vw;
}
.industry-introduce .dn-upper .dn-picture {
  width: 40.56vw;
  height: 28.6vw;
}
.industry-business {
  background: #f5f5f7;
}
.industry-business .dn-lower {
  position: relative;
  height: 28.08vw;
}
.industry-business .dn-lower .swiper1 .slide1 {
  width: 11.44vw;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  font-size: 22px;
}
@media screen and (min-width: 750px) {
  .industry-business .dn-lower .swiper1 .slide1.active {
    flex: 1;
    align-items: flex-start;
    font-size: 30px;
    padding: 5.2vw 3.64vw;
    animation: fadeInLeft 0.5s ease both;
  }
  .industry-business .dn-lower .swiper1 .slide1.active .ax-iconfont {
    display: none;
  }
  .industry-business .dn-lower .swiper1 .slide1.active .dp-title1 {
    margin: 7.28vw 0 0;
  }
  .industry-business .dn-lower .swiper1 .slide1.active .dp-intr1 {
    display: block;
  }
}
.industry-business .dn-lower .swiper1 .slide1 .dp-num1 {
  opacity: 0.5;
}
.industry-business .dn-lower .swiper1 .slide1 .ax-iconfont {
  margin: 0.52vw 0;
}
.industry-business .dn-lower .swiper1 .slide1 .dp-intr1 {
  display: none;
}
.industry-project .dn-upper .dn-form form {
  width: 36.4vw;
  margin: auto;
}
.industry-project .dn-center .swiper1 .slide1 {
  background: #f5f5f7;
}
.industry-project .dn-center .swiper1 .slide1 .dn-picture {
  height: 17.16vw;
}
.industry-project .dn-center .swiper1 .slide1 .dn-word {
  padding: 1.56vw 2.6vw;
}
.industry-project .dn-lower .ax-pages .ax-pages-bullet {
  border-radius: 10rem;
}
.industry-project .dn-lower .ax-pages .ax-pages-bullet-active {
  width: 4rem;
}
.industry_detail-overview .dn-lower {
  background: #f8f8f8;
}
.industry_detail-overview .dn-lower .dn-picture {
  width: 53.56vw;
  height: 31.72vw;
}
.industry_detail-overview .dn-lower .dn-word {
  flex: 1;
  overflow: hidden;
  padding: 3.12vw 2.6vw;
}
.industry_detail-address .dn-lower {
  height: 32.76vw;
}
.news-recommend {
  background: #f5f5f7;
}
.news-recommend .dn-upper {
  background: #FFFFFF;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-picture {
  flex: 1;
  height: 26vw;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-word {
  width: 41.6vw;
  padding: 4.16vw;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-word .dp-time1 {
  color: #e50012;
}
.news-recommend .dn-upper .swiper1 .slide1 .dn-word .dp-more1 {
  text-decoration: underline;
}
.news-recommend .dn-upper .swiper1 .swiper1-operate {
  width: 41.6vw;
  background: #e50012;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  padding: 1.872vw 4.16vw;
}
.news-recommend .dn-upper .swiper1 .swiper1-operate * {
  color: #FFFFFF;
}
.news-recommend .dn-upper .swiper1 .swiper1-operate .ax-pages {
  position: relative;
  width: auto;
  bottom: auto;
  margin: 0 1.976vw;
  font-size: 16px;
}
.news-recommend .dn-upper .swiper1 .swiper1-operate .ax-pages .ax-pages-current {
  font-size: 24px;
}
.news-recommend .dn-upper .swiper1 .swiper1-operate .ax-prev,
.news-recommend .dn-upper .swiper1 .swiper1-operate .ax-next {
  position: relative;
  top: auto;
  margin-top: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 24px;
}
.news-all .dn-center .swiper1 .slide1 {
  padding: 1.56vw 0;
  border-bottom: 1px solid #cfcfcf;
}
.news-all .dn-center .swiper1 .slide1:hover {
  border-bottom-color: #e50012;
}
.news-all .dn-center .swiper1 .slide1:hover .dn-word .dp-time1 {
  display: none;
}
.news-all .dn-center .swiper1 .slide1:hover .dn-word .ax-btn {
  display: flex;
}
.news-all .dn-center .swiper1 .slide1 .dn-word {
  flex: 1;
  overflow: hidden;
  padding: 0 11.44vw 0 0;
}
.news-all .dn-center .swiper1 .slide1 .dn-word .dp-title1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-all .dn-center .swiper1 .slide1 .dn-word .dp-intr1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-all .dn-center .swiper1 .slide1 .dn-word .ax-btn {
  display: none;
}
.news-all .dn-center .swiper1 .slide1 .dn-picture {
  width: 380px;
  height: 250px;
}
.news-quarterly .dn-upper .swiper1 .slide1 .dn-picture {
  height: 20.8vw;
}
.news-quarterly .dn-upper .swiper1 .slide1 .dn-word {
  padding: 0.52vw 0;
}
.news-detail .dn-lower .ax-break-text .bshare-custom {
  margin: 0 2.6vw;
}
.news-detail .dn-lower .dn-pageturning .swiper1 .slide1 {
  background: #f8f8f8;
  padding: 1.56vw;
  font-size: 18px;
  color: #333333;
}
.bsBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bshareDiv {
  display: none;
}
