.service-part01 dl {
  margin: 1rem 1.5rem 0;
}

.service-part01 dd {
  width: 25%;
}

.modular1 li {
  width: 14%;
}


.modular1 li.active {
  width: 30%;
  padding: 0.5rem;
}

.modular1.modular {
  background: none;
}

.modular1 h2 {
  text-align: center;
  color: #fff;
  padding-top: 1rem;
}

.modular1 .title {
  font-size: 0.2rem;
  transition: all .5s;
  text-align: left;
}

.modular1 li.active .title {
  font-size: 0.4rem;
}

.modular1 h2 {
  padding-top: 0;
}

.modular1 .list {
  top: 2rem;
  height: calc(100% - 2rem);
}

.modular1 .list .details {
  top: auto;
  bottom: 0.7rem;
}

.modular1 .title {
  margin-bottom: 0;
}

.modular1 li::before {
  top: auto;
  bottom: 0.7rem;
  height: 1rem;
}

.modular1 li.active::before {
  height: 0;
}

.modular1 ul::before {
  display: none;
}

.modular1 li {
  padding: 0.14rem;
}

.modular1 li::before {
  border-width: 0.03rem;
}

.modular-2 h2 {
  margin-bottom: 1rem;
}

.modular-2 {
  background: url(../images/spaceAndService/q4.jpg) center center no-repeat;
  background-size: cover;
}

.modular {
  background: url(../images/spaceAndService/q4.jpg) center center no-repeat;
  background-size: cover;
}

.modular-1 {
  padding: 1rem 0;
  color: #fff;
}

.modular-1 .top {
  display: flex;
}

.modular-1 .top>* {
  width: 50%;
}

.modular-1 h2 {
  text-align: center;
  margin-bottom: 0.6rem;
  letter-spacing: 0.1em;
}

.modular-1 .text {
  width: 0.65rem;
  text-align: center;
  margin-top: 0.2rem;
  letter-spacing: 0em;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
}

.modular-1 ul {
  margin: -0.35rem;
  text-align: center;
}

.modular-1 li {
  margin: 0.35rem;
  display: inline-block;
  position: relative;
}

.modular-1 .icon {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid #fff;
  border-radius: 0.65rem;
  position: relative;
}

.modular-1 .icon img {
  max-width: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modular-1 .bottom {
  margin-top: 1rem;
}

.modular-1 .swiper-box,
.modular-1 .swiper-box {
  color: #000;
}

.modular-1 .swiper-container {
  padding: 0 1px;
}

.modular-1 .swiper-slide {
  padding: 0.4rem;
  box-sizing: border-box;
  position: relative;
  height: 3rem;
  transition: .5s;
}

.modular-1 .swiper-slide::before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  transition: .5s;
}

.modular-1 .swiper-slide .text h4 {
  margin-bottom: 0.4rem;
  position: relative;
}

.modular-1 .swiper-slide .text h4::after {
  content: '';
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.modular-1 .swiper-slide .text {
  width: auto;
  font-size: 0.16rem;
  text-align: left;
  color: #fff;
  line-height: 2em;
  position: absolute;
  z-index: 1;
  margin-top: 0;
  bottom: 0.4rem;
  top: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  overflow: hidden;
  white-space: normal;
}

.modular-1 .swiper-slide .text p {
  height: 8em;
  overflow: hidden;
  letter-spacing: 0;
}

.modular-1 .swiper-slide .text h4 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.14rem;
}

.modular-1 .swiper-slide .text h4 span::before {
  content: '';
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  position: absolute;
  right: -0.2rem;
  top: 0;
  border: 0.02rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.modular-1 .swiper-slide .text h4 span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: #17a8a8;
  z-index: 1;
  transition: .5s;
}

.about-par04 img {
  max-width: 100%;
}

.modular1 .bgs::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.about-par04 .swiper-button-next.swiper-button-disabled, .about-par04 .swiper-button-prev.swiper-button-disabled{
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .modular-1 .swiper-slide:hover {
    background: #17a8a8;
  }

  .modular-1 .swiper-slide:hover:before {
    border-color: transparent;
  }

  .modular-1 .swiper-slide:hover .text h4 span::after {
    background: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .service-part01 .con p br {
    display: none;
  }

  .modular-1 .swiper-slide .text p {
    line-height: 2;
  }

  .modular-1 .top {
    display: block;
  }

  .modular-1 .fnt_24 {
    font-size: 16px;
  }

  .modular-1 .fnt_16 {
    font-size: 12px;
  }

  .modular-1 li {
    padding-bottom: 1.5em;
  }

  .modular-1 .text {
    white-space: nowrap;
  }

  .modular-1 li {
    position: relative;
  }

  .modular-1 .bottom .text,
  .modular-1 .top .text {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% + 2px));
    width: auto;
  }

  .modular-1 .top>* {
    width: auto;
  }

  .modular-1 .swiper-slide .text {
    white-space: normal;
  }

  .modular-1 .swiper-slide .text {
    position: static;
  }

  .modular-1 .swiper-slide .text p,
  .modular-1 .swiper-slide {
    height: auto;
  }

  .modular-1 .top>.right {
    margin-top: 0.6rem;
  }

  .modular1 li .title {
    font-size: 0.4rem;
  }

  .modular1 ul {
    height: auto;
    margin-top: 0.5rem;
    width: 100%;
  }

  .modular1 li.active,
  .modular1 li {
    padding: 1.5rem 0.5rem;
    margin-bottom: 0;
  }

  .modular1 li::before {
    display: none;
  }

  .modular1 {
    margin: 0;
    padding: 0;
  }

  .modular-9 {
    padding-top: 0.75rem;
  }

  .modular1 h2 {
    color: #000;
  }

  .service-part01 dd {
    width: 50%;
    margin-top: 0.5rem;
  }

  .service-part01 dl {
    margin: 1rem 0;
  }

  .service-part01 dd+dd {
    margin-top: 0.5rem;
  }

  .service-part01 dd::before {
    display: block;
  }

  .service-part01 dd:nth-child(2n):before {
    display: none;
  }

  /* .modular1 li::after {
        background: rgba(0, 0, 0, 0.5);
    } */

  .modular1 .list .details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0.3rem 0.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }

  .modular1 li.active .title,
  .modular1 li .title {
    font-size: 0.3rem;
  }

  .modular1 .list .details br {
    display: none;
  }
}