@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%;
}
.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;
}
.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);
}
.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-btn.ax-primary2,
.ax-btn.ax-reverse.ax-primary2 {
  color: #fff;
  background-color: #145e66;
}
input.ax-borderless {
  border: none;
}
.ax-swiper .ax-grid.display-grid {
  display: grid;
}
.ax-pages.ax-rectangle .ax-pages-bullet {
  border-radius: inherit;
}
.ax-pages.ax-rectangle .ax-pages-bullet-active {
  width: 4rem;
}
.ax-pages.ax-rectangle2 .ax-pages-bullet {
  border-radius: inherit;
  width: 4rem;
}
.ax-popup[size="width-28"] {
  width: 28rem;
}
.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;
}
.ax-bg-primary2,
.ax-avatar.ax-bg-primary2 {
  background-color: #145e66;
  color: #fff;
}
@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);
  }
  *[class*="ax-swiper"] .ax-prev,
  *[class*="ax-swiper"] .ax-next {
    width: 10.64vw;
    height: 10.64vw;
    line-height: 10.64vw;
    margin-top: -5.32vw;
  }
}
.com-font-size-44 {
  font-size: 2.288vw;
}
.com-font-size-54 {
  font-size: 2.808vw;
}
.com-font-size-58 {
  font-size: 3.016vw;
}
.com-margin-top-10 {
  margin-top: 0.52vw;
}
.com-margin-top-20 {
  margin-top: 1.04vw;
}
.com-margin-top-40 {
  margin-top: 2.08vw;
}
.com-margin-top-60 {
  margin-top: 3.12vw;
}
.com-padding-top-40 {
  padding-top: 2.08vw;
}
.com-padding-top-80 {
  padding-top: 4.16vw;
}
.com-padding-top-100 {
  padding-top: 5.2vw;
}
.com-padding-bottom-40 {
  padding-bottom: 2.08vw;
}
.com-padding-bottom-80 {
  padding-bottom: 4.16vw;
}
.com-padding-bottom-100 {
  padding-bottom: 5.2vw;
}
.com-content-1200 {
  width: 1200px;
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-content-1340 {
  width: calc(1340 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-content-1520 {
  width: calc(1520 / 1920 * 100%);
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.com-menu1 {
  padding: 10px 0;
}
.com-menu1 .ax-btn {
  margin: 0 1.04vw;
  font-size: 1.6rem;
}
.com-menu1 .ax-btn.ax-primary2 {
  font-weight: 600;
}
.com-banner1 {
  height: 29.12vw;
}
.com-banner1-100 .com-banner1 {
  height: 38.48vw;
}
.index-app .com-banner1 .dn-word .dp-title1 {
  margin: -4.16vw 0 0;
}
.com-banner1 .swiper1 .slide1 {
  /*
        &.ax-slide-active {
          .dn-picture {
            transform: none;
          }
        }

        .dn-picture {
          transform: scale(1.1);
          transition: all 5.9s 0.1s linear;
        }

         */
}
.com-banner1 .swiper1 .slide1 .dn-word {
  padding: 5.2vw 0 0;
}
.com-banner1 .swiper1 .ax-swiper-btn-all .ax-prev {
  left: 1.56vw;
}
.com-banner1 .swiper1 .ax-swiper-btn-all .ax-prev:before {
  content: 'left-t';
}
.com-banner1 .swiper1 .ax-swiper-btn-all .ax-next {
  right: 1.56vw;
}
.com-banner1 .swiper1 .ax-swiper-btn-all .ax-next:before {
  content: 'right-t';
}
.com-banner1 .swiper1 .ax-swiper-btn-all .ax-swiper-btn {
  font-size: 44px;
  color: #FFFFFF;
}
.com-header {
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  color: #FFFFFF;
}
.com-header.active {
  background: #ffffff;
  color: #333333;
}
.com-header.active .dn-logo {
  filter: none;
}
.com-header.active .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1 {
  color: #333333;
}
.com-header.active .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1.active {
  color: #145e66;
  border-bottom-color: #145e66;
}
.com-header .dn-logo {
  filter: grayscale(100%) brightness(10000%);
}
.com-header .dn-logo .dp-img1 {
  height: 54px;
}
.com-header .dn-menu {
  margin: 0 8.32vw 0 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item {
  margin: 0 2.6vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item:hover .ax-menu-item-bot {
  display: block;
  animation: fadeInUp 0.3s ease both;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top {
  height: auto;
  padding: 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1 {
  font-size: 18px;
  border-bottom: 4px solid transparent;
  color: #FFFFFF;
  padding: 2.08vw 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-top .dn-a1.active {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.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 {
  left: 50%;
  margin: 0 0 0 -100px;
  padding: 24px 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li {
  border-bottom: none;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li-top {
  padding: 0;
  font-size: 20px;
  height: auto;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-ul .ax-menu-item-li-top .dn-a1 {
  padding: 14px 0;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: calc(40 * 0.052vw * 2 + 21px);
  background: #ffffff;
  color: #333333;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot .dn-left {
  width: 50%;
  height: auto;
  padding: 2.6vw 4.16vw 2.6vw 14.56vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot .dn-left .dn-bot {
  padding: 0 0 0 3.64vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot .dn-right {
  width: 50%;
  height: auto;
  padding: 1.872vw 4.16vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot .dn-right .dn-picture {
  width: 24.96vw;
  height: 12.48vw;
}
.com-header .dn-menu .ax-menu .ax-menu-item .ax-menu-item-bot .dn-right .dn-word {
  max-width: 560px;
}
.com-header .dn-search {
  margin: 0 0 0 2.08vw;
  cursor: pointer;
}
.com-header .dn-menu-operate {
  display: none;
  margin: 0 0 0 5.32vw;
}
.com-footer .dp-img1 {
  width: 100px;
  height: 100px;
}
.index-news .dn-lower .swiper1 .slide1 {
  align-items: inherit;
}
@media screen and (min-width: 768px) {
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) {
    grid-row: span 3;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-picture {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.04vw 1.56vw;
    background: rgba(0, 0, 0, 0.5);
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word * {
    color: #FFFFFF;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word .dp-title1 {
    font-size: 26px;
  }
  .index-news .dn-lower .swiper1 .slide1:nth-of-type(1) .dn-word .ax-btn {
    background: #145e66;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.index-news .dn-lower .swiper1 .slide1 .dn-picture {
  width: 156px;
  height: 146px;
}
.index-news .dn-lower .swiper1 .slide1 .dn-word {
  padding: 0.52vw 0 0 2.08vw;
  border-bottom: 1px solid #ebebeb;
}
.index-business .dn-upper .ax-swiper-outer .ax-swiper-btn {
  margin: 0 0 0 0.728vw;
}
.index-business .dn-lower .dn-left {
  width: 15.6vw;
  height: calc(72 * 0.052vw * 7);
  z-index: 5;
}
.index-business .dn-lower .dn-left .swiper1 .slide1 {
  cursor: pointer;
  padding: 0 1.04vw;
}
.index-business .dn-lower .dn-left .swiper1 .slide1.ax-slide-thumb-active {
  background: #145e66;
  color: #FFFFFF;
}
.index-business .dn-lower .dn-left .swiper1 .slide1 .iconfont {
  font-size: 26px;
}
.index-business .dn-lower .dn-left .swiper1 .slide1 .dp-p1 {
  padding: 0 0.52vw;
}
.index-business .dn-lower .dn-left .swiper1 .slide1 .ax-iconfont {
  font-size: 20px;
}
.index-business .dn-lower .dn-right {
  width: calc(100% - 300 * 0.052vw);
  padding: 0 0 0 5.2vw;
  height: 29.12vw;
}
.index-business .dn-lower .dn-right .swiper1 .slide1.ax-slide-prev {
  opacity: 0;
}
.index-business .dn-lower .dn-right .swiper1 .slide1.ax-slide-next .dn-word {
  opacity: 0;
}
.index-business .dn-lower .dn-right .swiper1 .slide1 .dn-word {
  width: 310px;
  position: absolute;
  padding: 1.872vw;
  bottom: -2.08vw;
  left: 5.72vw;
  background: rgba(255, 255, 255, 0.9);
}
.index-business .dn-lower .dn-right .swiper1 .slide1 .dn-word i {
  position: absolute;
  top: 0;
  left: -1.56vw;
}
.about-profile .dp-backimg1 {
  width: 36.4vw;
  position: absolute;
  top: 0;
  right: 0;
}
.about-profile .dn-upper .dn-word {
  padding: 0 5.2vw 0 0;
}
.about-profile .dn-upper .dn-picture {
  width: 40.04vw;
  height: 23.92vw;
}
.about-vision .dn-lower .dn-picture {
  width: 45.76vw;
  height: 22.88vw;
}
.about-vision .dn-lower .dn-word {
  padding: 2.08vw 5.72vw;
}
.about-vision .dn-lower .dn-word .swiper1 .wrapper1 {
  grid-gap: 2.6vw;
}
.about-vision .dn-lower .dn-word .swiper1 .slide1 .dp-left {
  padding: 4px 0 0;
}
.about-vision .dn-lower .dn-word .swiper1 .slide1 .dp-left .dp-img1 {
  width: 20px;
}
.about-vision .dn-lower .dn-word .swiper1 .slide1 .dp-right {
  padding: 0 0 0 0.832vw;
}
.about-history .dn-lower .ax-swiper-outer2 {
  padding: 0 4.68vw;
}
.about-history .dn-lower .swiper1 .slide1 {
  height: 300px;
}
.about-history .dn-lower .swiper1 .slide1:nth-of-type(2n) {
  flex-direction: column-reverse;
}
.about-history .dn-lower .swiper1 .slide1:nth-of-type(2n) .dp-intr1 {
  padding: 0 0 1.456vw 0.728vw;
}
.about-history .dn-lower .swiper1 .slide1:hover {
  color: #145e66;
}
.about-history .dn-lower .swiper1 .slide1:hover .dp-intr1 {
  border-left-color: #145e66;
}
.about-history .dn-lower .swiper1 .slide1 i {
  margin: 0 0 0 20px;
}
.about-history .dn-lower .swiper1 .slide1 .dp-time1 {
  margin: 10px 0;
}
.about-history .dn-lower .swiper1 .slide1 .dp-intr1 {
  width: 80%;
  height: calc((100% - 18px) / 2);
  border-left: 1px solid #ebebeb;
  padding: 1.456vw 0 0 0.728vw;
  overflow-y: auto;
  margin: 0 0 0 28px;
}
.about-history .dn-lower .ax-swiper-btn {
  font-size: 5rem;
}
.work .dn-upper2 {
  padding: 1.04vw 0;
}
.work .dn-upper {
  padding: 0 6.24vw;
}
.work .dn-upper .ax-swiper-outer2 {
  padding: 0 4.68vw;
}
.work .dn-upper .swiper1 .slide1 {
  width: 31.2vw;
}
.work .dn-upper .swiper1 .slide1.ax-slide-active .dn-word {
  opacity: 1;
}
.work .dn-upper .swiper1 .slide1 .dn-picture {
  height: 18.2vw;
}
.work .dn-upper .swiper1 .slide1 .dn-word {
  opacity: 0;
}
.work .dn-upper .ax-swiper-btn {
  font-size: 5rem;
}
.work .dn-center .swiper1 .slide1 {
  align-items: inherit;
  grid-gap: 1.56vw;
}
.work .dn-center .swiper1 .slide1 .dn-picture {
  width: 156px;
  height: 146px;
}
.work .dn-center .swiper1 .slide1 .dn-word {
  padding: 1.56vw 0;
  border-bottom: 1px solid #ebebeb;
}
.business .dn-upper .swiper1 .slide1 {
  height: 17.16vw;
  /*
                @media screen and (min-width: 768px) {
                  &:nth-of-type(1) {
                    grid-row: span 2;
                    .height-auto;

                    .dn-word {
                      .align-items-start;
                      .justify-content-start;
                      padding: 44*@pcconversion 34*@pcconversion;

                      i {
                        .position-absolute;
                        bottom: 44*@pcconversion;
                        right: 34*@pcconversion;
                      }
                    }
                  }

                  &:not(:nth-of-type(1)) {
                    .dn-word {
                      .dp-intr1 {
                        .display-none;
                      }
                    }
                  }
                }

         */
}
.business .dn-upper .swiper1 .slide1 .dn-word i {
  font-size: 2.288vw;
}
.business-detail-one {
  margin: -6.24vw 0 0;
}
.business-detail-one .dn-upper {
  width: calc(1340 / 1520 * 100%);
  margin: auto;
  grid-gap: 5.2vw;
}
.business-detail-one .dn-upper .dn-picture {
  width: 32.032vw;
  height: 20.28vw;
}
.business-detail-one .dn-upper .dn-picture2 {
  width: 26vw;
  height: 17.16vw;
}
.business-detail-two .dn-upper {
  grid-gap: 3.12vw;
}
.business-detail-two .dn-upper .dn-picture {
  width: 31.2vw;
  height: 16.64vw;
}
.business-detail-three .dn-upper {
  grid-gap: 5.2vw;
}
.business-detail-three .dn-upper .dn-picture {
  width: 33.8vw;
  height: 22.88vw;
}
.business-detail-advantage .dn-lower .swiper1 .slide1 {
  padding: 1.872vw 1.04vw 3.64vw;
  border-top-right-radius: 1.56vw;
  border-bottom-left-radius: 1.56vw;
}
.join .dn-upper .swiper1 .slide1[active] {
  background: #ffffff;
}
.join .dn-upper .swiper1 .slide1 .ax-accordion-content {
  padding: 0 6.76vw 1.04vw;
}
.contact .dn-upper .swiper1 .wrapper1 {
  grid-gap: 2.288vw;
}
.contact .dn-upper .swiper1 .slide1 .dn-word {
  padding: 1.04vw 2.08vw;
  margin: 0 0 0 -1.04vw;
}
.contact .dn-upper .swiper1 .slide1 .dn-word .dp-p2 {
  margin: 4px 0 0;
}
.contact .dn-lower #allmap {
  height: 22.88vw;
}
.culture-contrast .dn-upper .dp-backimg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  filter: grayscale(100%) brightness(10000%);
  width: 80px;
}
.culture-contrast .dn-upper .swiper1 .wrapper1 {
  grid-gap: 1px;
}
.culture-contrast .dn-upper .swiper1 .slide1 {
  height: 26vw;
  background: #c49a6c;
}
.culture-contrast .dn-upper .swiper1 .slide1:nth-of-type(2n) {
  background: #145e66;
}
.culture-employee .dn-center .swiper1 .slide1 .dn-picture {
  height: 12.48vw;
}
