@charset "utf-8";
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.otf');
}
/*
@font-face {
  font-family: 'Didot-Italic';
  src: url('../fonts/Didot Italic.otf');
}
@font-face {
  font-family: 'Didot-Bold';
  src: url('../fonts/Didot Bold.otf');
}
 */
@font-face {
  font-family: 'SourceHanSerifCN-1';
  src: url('../fonts/SourceHanSerifCN-Regular-1.otf');
}
/*
@font-face {
  font-family: 'SourceHanSerifCN-6';
  src: url('../fonts/SourceHanSerifCN-Medium-6.otf');
}
 */
body {
  overflow-x: hidden;
  line-height: normal;
  color: #666666;
  font-family: 'Didot', 'SourceHanSerifCN-1', "微软雅黑", "microsoft yahei", "Arial", "Helvetica Neue", "sans-serif", "宋体", "simsun";
  font-size: 1.6rem;
}
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;
}
.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-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-50 {
  font-size: 50px;
}
.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-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-06 {
  transition: all 0.6s 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.6s 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;
}
em {
  font-style: italic;
  text-emphasis: none;
}
.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-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-padding.ax-60 {
  padding: 3.12vw;
}
.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 (min-width: 500px) {
  /*
  .ax-menu {
    .display-flex;
  }

   */
}
@media screen and (max-width: 500px) {
  .ax-dialog[data-size="width-80"] .ax-dialog-wrapper {
    width: calc(100vw - 1.4rem * 2);
  }
}
/*改变axui的primary颜色*/
:root {
  --h-primary: 0;
  --s-primary: 0%;
  --l-primary: 0%;
}
html,
body {
  background-color: transparent;
}
.ax-select-wrapper ul > *:not([disabled]):not([parent]):not([message]):hover,
.ax-select-wrapper ul > *:not([disabled]):not([parent]):not([message])[active] {
  background-color: #ebebeb;
}
@keyframes fadeInDown2 {
  from,
  to {
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
  }
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutDown2 {
  from,
  to {
    animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.com-font-size-30 {
  font-size: 1.56vw;
}
.com-font-size-36 {
  font-size: 1.872vw;
}
.com-font-size-50 {
  font-size: 2.6vw;
}
.com-font-size-54 {
  font-size: 2.808vw;
}
.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-50 {
  margin-top: 2.6vw;
}
.com-margin-top-80 {
  margin-top: 4.16vw;
}
.com-margin-top-120 {
  margin-top: 6.24vw;
}
.com-padding-top-20 {
  padding-top: 1.04vw;
}
.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-50 {
  padding-bottom: 2.6vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.2vw;
}
.com-padding-bottom-120 {
  padding-bottom: 6.24vw;
}
.com-cont-760 {
  width: 760px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-900 {
  width: 900px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1818 {
  width: calc(1818 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-cont-1870 {
  width: calc(1870 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-hover {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 96%;
  background-repeat: no-repeat;
  background-size: 100% 0.105em;
  transition: background-size 0.3s;
}
.com-hover:hover {
  background-size: 0 0.105em;
}
.com-hover2 {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 96%;
  background-repeat: no-repeat;
  background-size: 0 0.105em;
  transition: background-size 0.3s;
}
.ax-shortcut > * > a {
  box-shadow: none !important;
  font-size: 2.8rem;
  background-color: inherit;
}
.com-border-t {
  width: calc(1818 / 1920 * 100%);
  border-top: 1px solid #ebebeb;
  margin: auto;
}
.com-border-t2 {
  width: 100%;
  border-top: 1px solid #000000;
}
.com-ax-swiper-btn {
  font-family: 'iconfont' !important;
  top: 50% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  color: #FFFFFF !important;
  width: auto !important;
  height: auto !important;
  line-height: inherit !important;
  font-size: 50px !important;
  bottom: auto !important;
  z-index: 11 !important;
}
.com-ax-swiper-btn.color-black {
  color: #333333 !important;
}
.com-ax-swiper-btn.ax-prev {
  left: 2.652vw !important;
}
.com-ax-swiper-btn.ax-prev:before {
  content: "\e67d";
}
.com-ax-swiper-btn.ax-next {
  left: auto !important;
  right: 2.652vw !important;
}
.com-ax-swiper-btn.ax-next:before {
  content: "\e67c";
}
.com-ax-pages .ax-pages-bullet {
  border-radius: inherit !important;
  width: 5.2vw !important;
  height: 2px !important;
  background: #ffffff !important;
  margin: 0 1px !important;
}
.com-ax-pagination * {
  color: #666666;
}
.com-ax-pagination .ax-active {
  background: transparent !important;
  color: #000000 !important;
}
.com-ax-pagination .ax-active:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -1.4rem;
  left: 0;
  border-top: 2px solid #000000;
}
.com-ax-pagination .ax-prev {
  margin: 0 auto 0 0;
  color: #000000;
}
.com-ax-pagination .ax-next {
  margin: 0 0 0 auto;
  color: #000000;
}
.com-banner1 {
  height: 100vh;
}
@media screen and (min-width: 500px) {
  .com-banner1 .swiper1 {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
  }
}
.com-header {
  position: absolute;
  top: 0;
  left: 0;
  position: sticky;
  z-index: 101;
  width: 100%;
  transition: all 0.3s ease;
  height: calc(63px + 20 * 0.052vw * 2);
  background: #ffffff;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06);
}
.com-header * {
  color: #000000;
}
.com-header.glided {
  top: calc(-1 * calc(63px + 20 * 0.052vw * 2));
}
.com-header.glided2 {
  background: rgba(255, 255, 255, 0.9);
}
.com-header.com-projects-dialog .dn-logo {
  display: none;
}
.com-header.dialog {
  background: #000000 !important;
}
.com-header.dialog * {
  color: #FFFFFF !important;
}
.com-header.dialog .dn-logo .dp-img1-black {
  display: none;
}
.com-header.dialog .dn-logo .dp-img1-white {
  display: block;
}
.com-header.dialog .dn-menu {
  display: none !important;
}
.com-header.dialog .dn-menu-operate .ax-deform > * {
  background-color: #FFFFFF;
}
.index-app .com-header,
.project-app .com-header {
  background: transparent;
  box-shadow: none;
  position: fixed;
}
.index-app .com-header *,
.project-app .com-header * {
  color: #FFFFFF !important;
}
.index-app .com-header .dn-logo .dp-img1-black,
.project-app .com-header .dn-logo .dp-img1-black {
  display: none;
}
.index-app .com-header .dn-logo .dp-img1-white,
.project-app .com-header .dn-logo .dp-img1-white {
  display: block;
}
.index-app .com-header .dn-menu,
.project-app .com-header .dn-menu {
  display: none;
}
.index-app .com-header .dn-menu-operate .ax-deform > *,
.project-app .com-header .dn-menu-operate .ax-deform > * {
  background-color: #FFFFFF;
}
@media screen and (min-width: 500px) {
  .project-app .com-header .dn-menu {
    display: block;
  }
}
.com-header .dn-logo .dp-img1 {
  height: 63px;
}
.com-header .dn-logo .dp-img1-white {
  display: none;
}
.com-header .dn-right {
  font-size: 18px;
  height: 100%;
}
.com-header .dn-right .ax-iconfont {
  font-size: 18px;
}
.com-header .dn-menu .ax-menu {
  display: flex;
}
.com-header .dn-menu .ax-menu .ax-menu-item {
  margin: 0 24px;
}
.com-header .dn-menu .ax-menu .ax-menu-item:first-of-type {
  display: none;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top {
  font-size: 18px;
  height: 100%;
  padding: 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1 {
  opacity: 0.5;
  font-weight: 600;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1:hover,
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1.active {
  opacity: 1;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top i {
  display: none;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul {
  padding: 1rem;
  background: transparent;
  left: 67%;
  transform: translateX(-50%);
  top: 100%;
  border: none;
  border-radius: inherit;
  font-size: 0;
  box-shadow: none;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul.ax-menu-item-ul2 {
  left: 86%;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li {
  border: none;
  display: inline-block;
  margin: 0 10px;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div {
  background: transparent !important;
  height: auto;
  padding: 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div * {
  color: #000000;
  opacity: 0.5;
  font-size: 18px;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div *:hover,
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div *.active {
  opacity: 1;
}
.com-header .dn-menu .dn-information {
  display: none;
}
.com-header .dn-menu .dn-custom-close {
  display: none;
}
.com-header .dn-language {
  margin: 0 0 0 24px;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.com-header .dn-language:hover,
.com-header .dn-language.active {
  opacity: 1;
}
.com-header .dn-menu-operate {
  display: none;
}
.com-header .dn-menu-operate .ax-deform {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  transform: scale(1.2);
}
.com-header .dn-menu-operate .ax-deform > * {
  background-color: #000000;
}
.com-header-dialog {
  height: calc(100vh - calc(63px + 10 * 0.052vw * 2));
}
.com-header-dialog.ax-show {
  top: calc(63px + 10 * 0.052vw * 2);
}
.com-header-dialog .ax-dialog-wrapper {
  background: #000000;
}
.com-header-dialog .ax-dialog-body {
  height: 100%;
}
.com-header-dialog .ax-dialog-body .ax-padding {
  padding: 2.66vw 6.783vw;
  height: 100%;
}
.com-header-dialog .ax-dialog-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.com-header-dialog .ax-dialog-content * {
  color: rgba(255, 255, 255, 0.4);
}
.com-header-dialog .ax-dialog-content .ax-menu {
  height: auto;
  margin: auto;
}
.com-header-dialog .ax-dialog-content .ax-menu li > :first-child {
  height: auto;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item {
  margin: 6.65vw 0;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top {
  background: transparent !important;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top * {
  font-size: 6.118vw;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1 {
  color: inherit;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1:hover,
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1.active {
  color: #ffffff;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1 + i {
  color: rgba(255, 255, 255, 0.2) !important;
}
.com-header-dialog .ax-dialog-content .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li {
  margin: 3.99vw 0;
}
.com-header-dialog .ax-dialog-content .dn-information {
  flex-direction: column;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo {
  width: 100%;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo .swiper1 .wrapper1 {
  grid-gap: 3.99vw;
  flex-wrap: wrap;
  height: auto;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo .swiper1 .slide1 {
  width: auto;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo .swiper1 .slide1 .dp-p1 {
  color: #ffffff;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo .swiper1 .slide1 .dp-p2 {
  font-size: 1.4rem;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-zuo .swiper1 .slide1:last-of-type {
  width: 100%;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-you {
  width: 100%;
  margin: 3.99vw 0 0;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-you * {
  color: #ffffff;
}
.com-header-dialog .ax-dialog-content .dn-information .dn-you .dp-img1 {
  width: 18.62vw;
  height: 18.62vw;
}
.com-projects-dialog .ax-dialog-wrapper {
  background: transparent;
}
.com-projects-dialog .ax-dialog-wrapper > .ax-dialog-close {
  width: 94px;
  right: calc(51 * 0.052vw + 392px) !important;
  height: calc(63px + 20 * 0.052vw * 2);
  opacity: 0;
}
.com-footer {
  display: none;
}
.com-footer .dn-upper {
  border-top: 1px solid #000000;
  padding: 1.56vw 0;
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    bottom: 30px;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    bottom: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
.index-loading {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  transition: none;
  display: block;
}
.index-loading .dn-upper {
  margin: 9.36vw 0 3.12vw;
  height: 32px;
}
.index-loading .dn-center .dn-picture {
  width: 600px;
  height: 380px;
  margin: 0 0 2.08vw;
}
.index-loading .dn-center .dn-picture:hover .dp-operate {
  background: rgba(0, 0, 0, 0.5);
}
.index-loading .dn-center .dn-picture .dp-operate .dp-p1 {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.index-loading .dn-center .dp-enter {
  transition: all 0.2s ease;
}
.index-loading .dn-center .dp-enter:hover {
  transform: scale(1.05);
}
.index-loading .dn-lower {
  margin: auto 0 1.56vw;
}
.index-plate {
  width: 100vw;
  height: 100vh;
}
.index-plate .swiper1 * {
  color: #FFFFFF;
}
.index-plate .swiper1 .ax-pages-all {
  right: 1.248vw !important;
}
.index-plate .swiper1 .ax-pages-all .ax-pages-bullet {
  width: 6px;
  height: 6px;
  background: #ffffff;
  opacity: 1;
  margin: 1.4rem auto !important;
}
.index-plate .swiper1 .ax-pages-all .ax-pages-bullet-active {
  width: 12px;
  height: 12px;
}
.index-plate .swiper1 .ax-prev-all {
  font-size: 42px;
  font-family: 'iconfont';
  animation: fadeUp 1.5s infinite;
  top: auto;
  bottom: 0;
}
.index-plate .swiper1 .ax-prev-all:before {
  content: "\e67d";
}
.index-plate .swiper1 .ax-next-all {
  font-size: 42px;
  font-family: 'iconfont';
  animation: fadeDown 1.5s infinite;
}
.index-plate .swiper1 .ax-next-all:before {
  content: "\e67c";
}
.index-plate .swiper1 .slide1 {
  overflow: hidden;
}
.index-plate .swiper1 .slide1-all .dn-content {
  padding: 0 10.4vw;
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2:hover .dp-icon1 .dp-img1 {
  display: none;
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2:hover .dp-icon1 .dp-img2 {
  display: block;
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2:hover .dp-title1 {
  transform: scale(1.05);
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2 .dp-icon1 {
  width: 200px;
  height: 200px;
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2 .dp-icon1 .dp-img1 {
  width: calc(114 / 236 * 100%);
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2 .dp-icon1 .dp-img2 {
  width: 100%;
  display: none;
}
.index-plate .swiper1 .slide1-all .dn-content .swiper2 .slide2 .dp-title1 {
  transition: all 0.2s ease;
}
.index-plate .swiper1 .slide1-com:hover .dn-title1 {
  opacity: 1;
}
.index-plate .swiper1 .slide1-com:hover .dn-content .swiper2 .com-ax-swiper-btn {
  opacity: 1;
}
.index-plate .swiper1 .slide1-com .dn-title1 {
  top: 5.2vw;
  z-index: 5;
  opacity: 0;
  transition: all 0.6s ease;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .slide2 {
  overflow: hidden;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .slide2:hover .dn-picture .dp-img1 {
  filter: brightness(50%);
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .slide2:hover .dn-word {
  opacity: 1;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .slide2 .dn-word {
  opacity: 0;
  padding: 6.24vw 0;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .slide2 .dn-word .dp-title1 {
  width: 60%;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .ax-pages {
  left: 2.652vw;
  bottom: 3.432vw;
  line-height: 30px;
  text-align: left;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .ax-pages .ax-pages-bullet {
  height: auto !important;
  border-bottom: 1px solid #ffffff !important;
  background: transparent !important;
}
.index-plate .swiper1 .slide1-com .dn-content .swiper2 .com-ax-swiper-btn {
  opacity: 0;
  transition: all 0.6s ease;
}
.project {
  width: 100vw;
  height: 100vh;
}
.project-body .ax-popup {
  background: #000000;
  border: none;
}
.project-body .ax-popup .ax-select-wrapper ul > * {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.project-body .ax-popup .ax-select-wrapper ul > *:after {
  color: rgba(255, 255, 255, 0.7);
}
.project-body .ax-popup .ax-select-wrapper ul > * [label] {
  text-transform: uppercase;
}
.project-detail-body .ax-popup {
  margin: -40px 0 0 0;
}
.project .dp-backimg1 {
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.project .com-cont {
  padding: calc(63px + 20 * 0.052vw * 2) 0 0;
}
.project:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
}
.project .dn-left {
  width: 50%;
  height: 100%;
  padding: 36px 1.04vw 0 0;
}
.project .dn-left .dn-picture {
  height: 31.928vw;
}
.project .dn-left .dn-picture .swiper1 .slide1:first-of-type img[data-src] {
  visibility: visible;
}
.project .dn-right {
  height: 100%;
  padding: 0 0 0 2.6vw;
}
.project .dn-right .dn-upper .ax-menu {
  display: flex;
  justify-content: space-between;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-top {
  padding: 0;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-top * {
  color: #FFFFFF;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-top i {
  font-size: 1.8rem;
  width: auto;
  margin: 0;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul {
  background: #000000;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 2.08vw;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div {
  background: transparent;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div a {
  color: #666666;
}
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div a:hover,
.project .dn-right .dn-upper .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li > div a.active {
  color: #FFFFFF;
}
.project .dn-right .dn-upper .ax-grid .ax-select {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  box-shadow: none;
  padding: 0;
}
.project .dn-right .dn-upper .ax-grid .ax-select * {
  color: rgba(255, 255, 255, 0.7);
}
.project .dn-right .dn-upper .ax-grid .ax-select .ax-tags[text] .ax-tag {
  font-size: 18px;
}
.project .dn-right .dn-lower {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.project .dn-right .dn-lower .swiper1 .ax-break-line {
  background-color: rgba(255, 255, 255, 0.3);
}
.project .dn-right .dn-lower .swiper1 .slide1 {
  height: calc(24px + 14 * 0.052vw * 2);
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}
.project .dn-right .dn-lower .swiper1 .slide1 * {
  opacity: 0.5;
}
.project .dn-right .dn-lower .swiper1 .slide1 .dp-p1 {
  min-width: 100px;
}
.project .dn-right .dn-lower .swiper1 .slide1:hover,
.project .dn-right .dn-lower .swiper1 .slide1.active {
  font-size: 20px;
}
.project .dn-right .dn-lower .swiper1 .slide1:hover *,
.project .dn-right .dn-lower .swiper1 .slide1.active * {
  opacity: 1;
}
.project-detail-banner {
  height: 100vh;
  position: relative;
}
.project-detail-banner .dn-btn-operate .ax-btn {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1rem;
  position: absolute;
  z-index: 5;
  right: 2.652vw;
}
.project-detail-banner .dn-btn-operate .ax-btn.ax-btn-open {
  bottom: 2.652vw;
}
.project-detail-banner .dn-btn-operate .ax-btn.ax-btn-open:hover {
  transform: scale(1.1);
}
.project-detail-banner .dn-btn-operate .ax-btn.ax-btn-close {
  top: 2.652vw;
}
.project-detail-banner .dn-thumbs {
  display: none;
}
.project-detail-banner .dn-thumbs .dn-large {
  height: calc(100% - 120 * 0.052vw);
  padding: 1.04vw 0;
}
.project-detail-banner .dn-thumbs .dn-small {
  height: 6.24vw;
  /*
        .position-absolute;
        bottom: 40*@pcconversion;
        .left-0;
        .width-100;
        .z-index-5;
        .opacity-0;
        .transition-all-03;
         */
}
.project-detail-banner .dn-thumbs .dn-small .ax-swiper-outer {
  margin: 0 50px;
}
.project-detail-banner .dn-thumbs .dn-small .ax-swiper-outer .ax-prev,
.project-detail-banner .dn-thumbs .dn-small .ax-swiper-outer .ax-next {
  color: #333333;
}
.project-detail-banner .dn-thumbs .dn-small .swiper1 .slide1 {
  opacity: 0.5;
  cursor: pointer;
}
.project-detail-banner .dn-thumbs .dn-small .swiper1 .slide1.ax-slide-thumb-active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .project-detail-banner .dp-img1 {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
  }
  .project-detail-banner .dn-video {
    position: fixed;
  }
}
.project-detail-banner .dn-video .dn-play {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-detail-introduce .dn-lower .dn-left {
  min-width: 30%;
}
.project-detail-introduce .dn-lower .dn-left .swiper1 .slide1 {
  padding: 1.04vw 0;
  border-top: 1px solid #e2e2e2;
}
.project-detail-introduce .dn-lower .dn-left .swiper1 .slide1 .dp-code .dp-p2 {
  transition: all 0.3s ease;
}
.project-detail-introduce .dn-lower .dn-left .swiper1 .slide1 .dp-code .dp-p2:hover {
  transform: scale(1.05);
}
.project-detail-introduce .dn-lower .dn-right .dn-top {
  padding: 0 10px 0 0;
}
.project-detail-introduce-code {
  width: 120px;
  height: 120px;
}
.project-detail-picture .dn-upper .swiper1 .slide1 {
  padding: 0.26vw;
}
.ax-popup {
  border-radius: inherit;
}
.ax-popup[size="width-640"] {
  width: 33.28vw;
}
.ax-popup .ax-media-title {
  margin: 0;
}
.about-introduce .dn-upper .dn-right {
  max-height: 39vw;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.about-team .dn-upper .dn-right .ax-swiper-outer .ax-prev,
.about-team .dn-upper .dn-right .ax-swiper-outer .ax-next {
  color: #333333;
}
.about-team .dn-upper .dn-right .swiper1 .slide1:hover .dn-picture .dp-img1 {
  transform: scale(1.05);
}
.about-team .dn-upper .dn-right .swiper1 .slide1:hover .dn-word {
  /*
                .dp-name1, .dp-job1 {
                  background-size: 100% 0.105em;
                }
                .dp-job1 {
                  transition-delay: .15s;
                }
                 */
}
.about-team .dn-upper .dn-right .swiper1 .slide1:hover .dn-word .dp-name1 {
  font-size: 22px;
}
.about-team .dn-upper .dn-right .swiper1 .slide1 .dn-picture {
  height: 18.2vw;
  overflow: hidden;
}
.about-team .dn-upper .dn-right .swiper1 .slide1 .dn-word {
  /*
              .dp-name1, .dp-job1 {
                .com-hover2();
                display: inline;
              }
               */
}
.about-team .dn-upper .dn-right .swiper1 .slide1 .dn-word .dp-name1 {
  transition: all 0.2s ease;
}
.about-award .dn-lower .ax-table-wrapper {
  height: 39vw;
  padding: 0 10px 0 0;
  border: none;
}
.about-award .dn-lower .ax-table-wrapper .ax-table tr.noselected {
  opacity: 0.3;
}
.about-award .dn-lower .ax-table-wrapper .ax-table tr:hover td {
  font-size: 20px;
}
.about-award .dn-lower .ax-table-wrapper .ax-table th {
  box-shadow: inset 0 -2px 0 0 #000;
  font-weight: 600;
  font-size: 22px;
}
.about-award .dn-lower .ax-table-wrapper .ax-table th:nth-of-type(2) {
  width: 25%;
}
.about-award .dn-lower .ax-table-wrapper .ax-table th:nth-of-type(3) {
  width: 35%;
}
.about-award .dn-lower .ax-table-wrapper .ax-table th,
.about-award .dn-lower .ax-table-wrapper .ax-table td {
  padding: 1.144vw;
  font-size: 18px;
  color: #000000;
  transition: all 0.2s ease;
}
.about-award .dn-lower .ax-table-wrapper .ax-table .dp-img1 {
  width: 20.8vw;
}
.about-award .dn-lower .dn-swiper {
  width: 31.2vw;
  height: 21.84vw;
  position: absolute;
  right: 0.52vw;
  top: 50%;
  transform: translateY(-50%);
}
.about-contact .dn-upper .dn-right .swiper1 .wrapper1 {
  grid-gap: 2.08vw;
}
.about-contact .dn-upper .dn-right .swiper1 .slide1 .dp-img1 {
  width: 130px;
  height: 130px;
}
.designer-detail .dn-center .dn-left {
  width: 42.64vw;
  height: 31.2vw;
}
.designer-detail .dn-center .dn-right {
  padding: 0 0 0 4.68vw;
}
.designer-detail .dn-center .dn-right .dp-intr1 {
  max-height: 13.52vw;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.designer-detail .dn-center .dn-right .dn-bot .swiper1 .slide1 {
  transition: all 0.2s ease;
}
.designer-detail .dn-center .dn-right .dn-bot .swiper1 .slide1.active {
  font-size: 20px;
}
.news .swiper1 .slide1 .dn-top {
  height: calc(100vh - calc(63px + 20 * 0.052vw * 2));
}
.news .swiper1 .slide1 .dn-bot .dn-left {
  padding: 0 5.72vw 0 0;
}
.news .swiper1 .slide1 .dn-bot .dn-right .dp-intr1 a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 96%;
  background-repeat: no-repeat;
  background-size: 100% 0.105em;
  transition: background-size 0.3s;
}
.news .swiper1 .slide1 .dn-bot .dn-right .dp-intr1 a:hover {
  background-size: 0 0.105em;
}
.news .swiper1 .slide1 .dn-bot .dn-right .dp-more1 {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 96%;
  background-repeat: no-repeat;
  background-size: 100% 0.105em;
  transition: background-size 0.3s;
}
.news .swiper1 .slide1 .dn-bot .dn-right .dp-more1:hover {
  background-size: 0 0.105em;
}
.publishing .dn-upper .dn-picture {
  height: 100vh;
}
.publishing .dn-upper .dn-picture .dp-img1 {
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
}
.publishing .dn-upper2 .ax-form-input {
  width: 20rem;
}
.publishing .dn-upper2 .ax-form-input * {
  font-size: 2rem;
}
.publishing .dn-upper2 .ax-select {
  border: none;
  box-shadow: none !important;
}
.publishing .dn-upper2 .ax-select > [arrow]:after {
  border-width: 0.6rem 0.6rem 0 0.6rem;
}
.publishing .dn-center {
  border-bottom: 1px solid #000000;
}
.publishing .dn-center .swiper1 .wrapper1 {
  grid-gap: 2.08vw 0.52vw;
}
.publishing .dn-center .swiper1 .slide1:hover .dn-picture {
  /*
            .dp-img1 {
              .transform-scale-105;
            }
             */
}
.publishing .dn-center .swiper1 .slide1:hover .dn-picture .dn-picture-cont {
  opacity: 1;
}
.publishing .dn-center .swiper1 .slide1 .dn-picture {
  height: calc(596 * 0.052vw * 4 / 3);
  overflow: hidden;
}
.publishing .dn-center .swiper1 .slide1 .dn-picture .dn-picture-cont {
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .prolab-banner {
    height: 100vh;
  }
  .prolab-banner .swiper1 {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
  }
}
.prolab-banner .swiper1 .slide1 {
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .prolab-banner .swiper1 .slide1:nth-of-type(6n+3),
  .prolab-banner .swiper1 .slide1:nth-of-type(6n+4) {
    grid-column: span 3;
  }
}
.prolab-banner .swiper1 .slide1:hover .dn-word {
  opacity: 1;
  top: 0;
}
.prolab-banner .swiper1 .slide1:hover .dn-word .dp-title1,
.prolab-banner .swiper1 .slide1:hover .dn-word .dp-intr1 {
  animation: fadeInUp 0.7s ease both 0.3s;
}
.prolab-banner .swiper1 .slide1 .dn-word {
  padding: 2.912vw;
  opacity: 0;
  overflow-y: auto;
  top: 100%;
}
