.tabs-wrap {
  border-bottom: 1px solid #ddd;
}
.tabs-wrap ul {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 -15px;
}
.tabs-wrap ul li {
  display: inline-block;
}
.tabs-wrap ul li a {
  display: block;
  padding: 0 15px;
  line-height: 70px;
  color: #666;
}
.tabs-wrap ul li:hover a {
  color: var(--main-color);
}
.tabs-wrap ul li.active a {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}



.introduce-wrap {
  overflow: hidden;
}
.introduce-wrap .rw {
  display: flex;
  align-items: center;
  padding: 55px 0;
}
.introduce-wrap .rw .desc {
  flex: 1;
  margin-right: 5%;
}
.introduce-wrap .rw .desc h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
}
.introduce-wrap .rw .desc .rich-text {
  font-size: 14px;
  color: #666;
  margin: unset;
  margin-top: 20px;
}
.introduce-wrap .rw .desc .rich-text p {
  margin: unset;
  line-height: 1.8;
}
.introduce-wrap .rw .desc .rich-text p + p {
  margin-top: 15px;
}
.introduce-wrap .rw .cover {
  display: block;
}
.introduce-wrap .rw .cover img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}


.business-wrap {
  background: rgba(26, 77, 124, 0.05);
  background-blend-mode: overlay;
  background-size: cover;
  overflow: hidden;
  padding: 55px 0;
}
.business-wrap h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
}
.business-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.business-wrap .col {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.business-wrap .col .wrap {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(107, 184, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 30px 15px;
  height: 100%;
}
.business-wrap .col .wrap h3 {
  font-size: 20px;
  color: #333;
  margin: unset;
}
.business-wrap .col .wrap ul {
  margin-top: 20px;
}
.business-wrap .col .wrap li {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
  border-radius: 5px;
  transition: background .3s ease, color .3s ease;
  padding: 10px;
}
.business-wrap .col .wrap li:hover {
  color: #fff;
  background: var(--main-color);
}
.business-wrap.theme2 .row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.business-wrap.theme2 .col .wrap {
  margin-top: 30px;
  transition: transform .4s ease-in-out, color .3s ease;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  height: calc(100% - 30px);
}
.business-wrap.theme2 .col .wrap:hover {
  color: var(--main-color);
  box-shadow: 0 0 10px 0 rgba(0, 43, 136, 0.1);
  transform: translate(-10px, -10px);
  font-weight: 700;
}


.advantage-wrap {
  overflow: hidden;
  padding: 55px 0;
  border-bottom: 1px solid #ddd;
}
.advantage-wrap {
  overflow: hidden;
  padding: 55px 0;
}
.advantage-wrap h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
}
.advantage-wrap .rich-text {
  margin-top: 20px;
}
.advantage-wrap .rich-text img {
  max-width: 100%;
  object-fit: contain;
}
.advantage-wrap .rich-text p {
  margin: unset;
  color: #666;
}
.advantage-wrap .rich-text p + p {
  margin-top: 10px;
}


.step-wrap {
  overflow: hidden;
  padding: 55px 0;
}
.step-wrap h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
}
.step-wrap .rich-text {
  margin-top: 40px;
}
.step-wrap .rich-text img {
  max-width: 100%;
}
.step-wrap .rich-text.mobile {
  display: none;
}
.step-wrap .rw {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5%;
  margin-top: 15px;
}
.step-wrap .rw .col {
  margin-left: 5%;
  margin-top: 30px;
}
.step-wrap .rw .index {
  width: 39px;
  height: 39px;
  background: var(--main-color);
  line-height: 39px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: transform .3s ease;
}
.step-wrap .rw .wrap {
  text-align: center;
}
.step-wrap .rw .col:hover .index {
  transform: scale(1.1);
}
.step-wrap .rw .col:hover p {
  color: #4371EB;
  cursor: pointer;
}


.industry-wrap {
  overflow: hidden;
  padding: 55px 0;
  border-top: 1px solid #ddd;
}
.industry-wrap h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
}
.industry-wrap .row {
  margin-top: 10px;
}
.industry-wrap .wrap {
  background: #fff;
  text-align: center;
  margin-top: 30px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 43, 136, 0.1);
  font-size: 18px;
  color: #666;
  transition: transform .4s ease-in-out, color .3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-wrap .wrap:hover {
  color: var(--main-color);
  box-shadow: 0 0 10px 0 rgba(0, 43, 136, 0.1);
  transform: translate(-10px, -10px);
  font-weight: 700;
}



.customer-comment-wrap {
  padding: 55px 0 30px;
  background: #F2F5F7;
  background-size: cover;
}
.customer-comment-wrap header {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.customer-comment-wrap header h2 {
  margin: unset;
  font-size: 26px;
  color: #333;
}
.customer-comment-wrap header  small {
  font-size: 14px;
  color: #666;
}
.customer-comment-wrap .loop {
  position: relative;
}
.customer-comment-wrap .swiper {
  padding: 0 0 60px;
  margin: 30px 0 0;
}
.customer-comment-wrap .swiper-pagination {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-comment-wrap .swiper-pagination span {
  width: 5px;
  height: 5px;
  background: #D0D3D9;
  opacity: 1;
}
.customer-comment-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: unset;
  border: 3px solid #D0D3D9;
}

.customer-comment-wrap .swiper-slide .wrap {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 30px;
}
.customer-comment-wrap .swiper-slide .wrap > p {
  line-height: 1.6;
  margin: unset;
  height: 85px;
  margin-bottom: 50px;
  font-size: 17px;
}
.customer-comment-wrap .swiper-slide .user {
  display: flex;
  align-items: center;
}
.customer-comment-wrap .swiper-slide .user .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F2F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 10px;
}
.customer-comment-wrap .swiper-slide .user .avatar img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.customer-comment-wrap .swiper-slide h3 {
  font-size: 18px;
  color: #333;
  margin: unset;
}
.customer-comment-wrap .swiper-slide p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}
.customer-comment-wrap .swiper-navigation {
  position: absolute;
  top: 36%;
  left: -40px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.customer-comment-wrap .swiper-navigation .prev,
.customer-comment-wrap .swiper-navigation .next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--main-color);
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(23, 65, 111, 0.1);
  transition: background .3s ease, color .3s ease;
}
.customer-comment-wrap .swiper-navigation .prev:hover,
.customer-comment-wrap .swiper-navigation .next:hover {
  background: var(--main-color);
  color: #fff;
}





.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.dialog-wrap.active {
  pointer-events: all;
  opacity: 1;
}
.dialog-wrap.active .content {
  transform: translate(-50%, -50%) scale(1);
}
.dialog-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100px;
  max-width: 800px;
  max-height: 80vh;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow-y: hidden;
  transform: scale(0);
  transition: transform .3s ease;
}
.dialog-wrap .content .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}
.dialog-wrap .content .close img {
  display: block;
  width: 100%;
  height: 100%;
}
.dialog-wrap .content h2 {
  margin: 0 0 15px;
}
.dialog-wrap .content .rich-text img {
  max-width: 100%;
}
.dialog-wrap .content .rich-text,
.dialog-wrap .content .rich-text p {
  color: #666;
  line-height: 1.8;
}



@media screen and (max-width: 640px) {
  .tabs-wrap ul {
    margin: 0 -5px;
  }
  .tabs-wrap ul li a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
  }
  .tabs-wrap ul li.active a {
    font-size: 16px;
  }


  .introduce-wrap .rw {
    display: block;
    padding: 30px 0;
  }
  .introduce-wrap .rw .desc h2 {
    font-size: 24px;
  }
  .introduce-wrap .rw .desc {
    margin-right: unset;
  }
  .introduce-wrap .rw .desc .rich-text p + p {
    margin-top: 10px;
  }

  .business-wrap {
    padding: 30px 0;
  }
  .business-wrap .col {
    width: 100%;
  }
  .business-wrap .col + .col {
    margin-top: 15px;
  }
  .business-wrap h2 {
    font-size: 24px;
  }
  .business-wrap .row {
    margin-top: 15px;
  }



  .advantage-wrap {
    padding: 30px 0;
  }
  .advantage-wrap h2 {
    font-size: 24px;
  }

  .dialog-wrap .content {
    max-width: 90%;
  }
  .dialog-wrap .content .close {
    top: 10px;
    right: 10px;
  }

  .step-wrap {
    padding: 30px 0;
  }
  .step-wrap h2 {
    font-size: 24px;
  }
  .step-wrap .rw .col {
    width: 50%;
    margin: 15px 0 0;
  }
  .step-wrap p {
    font-size: 14px;
    color: #666;
  }


  .industry-wrap {
    padding: 30px 0;
  }
  .industry-wrap h2 {
    font-size: 24px;
  }
  .industry-wrap .row {
    margin: 0 -10px;
  }
  .industry-wrap .col {
    padding: 0 10px;
  }
  .industry-wrap .wrap {
    font-size: 14px;
    margin-top: 20px;
  }

  .business-wrap.theme2 .col .wrap {
    margin-top: unset;
    height: unset;
    line-height: unset;
  }


  .customer-comment-wrap {
    padding: 30px 0 25px;
  }
  .customer-comment-wrap header {
    display: block;
    text-align: center;
  }
  .customer-comment-wrap header h2 {
    font-size: 24px;
  }
  .customer-comment-wrap header small {
    display: block;
    margin-top: 10px;
  }
  .customer-comment-wrap .swiper {
    margin: 15px 0 0;
    padding-bottom: 30px;
  }
  .customer-comment-wrap .swiper-navigation {
    display: none;
  }
  .customer-comment-wrap .swiper-slide .wrap {
    padding: 20px 15px 20px;
  }
  .customer-comment-wrap .swiper-slide .wrap > p {
    font-size: 14px;
  }
  .customer-comment-wrap .swiper-slide h3 {
    font-size: 14px;
  }
  .customer-comment-wrap .swiper-slide .wrap > p {
    margin-bottom: 30px;
  }
  .customer-comment-wrap .swiper-pagination {
    margin-top: 15px;
    bottom: 0;
  }
}
