.introduce-wrap {
  padding: 55px 0;
}
.introduce-wrap .desc h2 {
  margin: unset;
  font-size: 26px;
  color: #333;
}
.introduce-wrap .desc .rich-text {
  margin-top: 20px;
}
.introduce-wrap .desc .rich-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: unset;
}
.introduce-wrap .desc .rich-text p + p {
  margin-top: 15px;
}
.introduce-wrap .cover img {
  width: 100%;
  object-fit: contain;
}

.advantage-wrap {
  background: url(/images/home_bg-1.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}
.advantage-wrap small {
  display: block;
  font-size: 35px;
  color: var(--main-color);
  text-align: center;
}
.advantage-wrap h2 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin: 10px 0 20px;
  position: relative;
}
.advantage-wrap .container p {
  font-size: 14px;
  color: #646464;
  text-align: center;
  line-height: 1.6;
}
.advantage-wrap #particle {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.advantage-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 700px;
  position: relative;
  margin: 60px 60px 0;
}
.advantage-wrap ul .wrap {
  width: 180px;
  height: 180px;
  background: url(/images/home_bg_2.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: filter .3s ease;
}
.advantage-wrap ul .wrap p {
  font-size: 14px;
  color: #fff;
  margin: unset;
  text-align: center;
  line-height: 1.4;
}
.advantage-wrap ul li .icon {
  margin-bottom: 15px;
}
.advantage-wrap ul li .icon img {
  width: 100%;
  height: 100%;
}
.advantage-wrap ul li:not(.advantage-wrap ul li:nth-child(4)) .icon {
  width: 30px;
  height: 30px;
}
.advantage-wrap ul li:hover .wrap {
  filter: drop-shadow(rgba(0, 50, 124, 0.5) 0px 0px 20px);
}
.advantage-wrap ul li:nth-child(1) .wrap {
  position: absolute;
  top: 35%;
  left: 0;
  --distance-length: 30px;
  animation: bounce 5s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(2) .wrap {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 50px;
  left: 18%;
  --distance-length: -30px;
  animation: bounce 5s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(3) .wrap {
  position: absolute;
  bottom: 80px;
  left: 25%;
  --distance-length: 50px;
  animation: bounce 3s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(4) .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
}
.advantage-wrap ul li:nth-child(4) .wrap p {
  font-size: 24px;
  color: #fff;
}
.advantage-wrap ul li:nth-child(5) .wrap {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 30px;
  right: 30%;
  --distance-length: -50px;
  animation: bounce 4s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(6) .wrap {
  position: absolute;
  bottom: 50px;
  right: 25%;
  --distance-length: 50px;
  animation: bounce 4s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(7) .wrap {
  position: absolute;
  top: 40%;
  right: 18%;
  --distance-length: -50px;
  animation: bounce 6s ease-in-out infinite;
}
.advantage-wrap ul li:nth-child(8) .wrap {
  position: absolute;
  top: 50%;
  right: 0;
  --distance-length: 50px;
  animation: bounce 6s ease-in-out infinite;
}


.intro-wrap {
  padding: 55px 0;
}
.intro-wrap h2 {
  margin: unset;
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.intro-wrap p {
  margin: unset;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.intro-wrap p + p {
  margin-top: 5px;
}
.intro-wrap .row .wrap {
  background: #B4BBC2;
  color: #fff;
  padding: 20px 30px;
  margin-top: 30px;
  transition: background .3s ease;
  cursor: pointer;
}
.intro-wrap .row .wrap h3 {
  margin: 10px 0 0;
}
.intro-wrap .row .col:nth-child(6) .wrap,
.intro-wrap .row .col:nth-child(3) .wrap,
.intro-wrap .row .col:nth-child(2) .wrap {
  background: #4D5270;
}
.intro-wrap .row .wrap:hover {
  background: var(--main-color) !important;
}



.vi-wrap {
  background: linear-gradient(to left, rgba(26, 75, 120, 1), rgba(50, 94, 134, 1));
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.vi-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1200px;
  background:  url(/images/about_cover.png) no-repeat right;
  background-size: contain;
}
.vi-wrap .desc {
  max-width: 700px;
}
.vi-wrap .desc h2 {
  margin: unset;
  font-size: 30px;
  color: #fff;
}
.vi-wrap .desc .rich-text {
  margin-top: 40px;
}
.vi-wrap .desc .rich-text p {
  margin: unset;
  color: #fff;
  line-height: 1.6;
}
.vi-wrap .desc .rich-text p + p {
  margin-top: 15px;
}



.team-wrap {
  background: url(/images/h4.png) no-repeat center;
  background-size: cover;
  padding: 55px 0;
}
.team-wrap .content {
  padding-top: 140px;
}
.team-wrap .header {
  background: rgba(237, 237, 237, 1) !important;
  padding: 40px 0 0 50px;
}
.team-wrap .header h2 {
  font-size: 28px;
  color: #000;
  margin: 0 0 10px;
}
.team-wrap .header h2 > span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.team-wrap .header small {
  display: block;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.8;
  max-width: 92%;
}
.team-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin: unset;
}
.team-wrap .col {
  position: relative;
  overflow: hidden;
}
.team-wrap .col:nth-child(even),
.team-wrap .swiper-slide:nth-child(even) {
  background: rgba(214, 214, 214, 1);
}
.team-wrap .col:nth-child(odd),
.team-wrap .swiper-slide:nth-child(odd) {
  background: rgba(244, 244, 244, 1);
}
.team-wrap .wrap {
  height: 355px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.team-wrap .col:hover img,
.team-wrap .swiper-slide:hover img {
  transform: scale(1.1);
}
.team-wrap .wrap img {
  display: block;
  /*max-width: 80%;*/
  /*max-height: 80%;*/
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}
.team-wrap .wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 47, 65, .5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  transform: scale(2);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.team-wrap .swiper-slide {
  overflow: hidden;
}
.team-wrap .col:hover .wrap .hover,
.team-wrap .swiper-slide:hover .wrap .hover {
  transform: scale(1);
  opacity: 1;
}
.team-wrap .wrap .hover h3 {
  margin: unset;
}
.team-wrap .wrap .hover small {
  display: block;
  color: rgb(253, 207, 127);
  margin: 5px 0 15px;
}
.team-wrap .wrap .hover .rich-text {
  height: 150px;
}
.team-wrap .wrap .hover .rich-text p {
  margin: unset;
  font-size: 14px;
  line-height: 1.4;
}
.team-wrap .wrap .hover .rich-text p + p {
  margin-top: 10px;
}



.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;
}


@media screen and (max-width: 640px) {
  .introduce-wrap {
    padding: 30px 0;
  }
  .introduce-wrap .desc h2 {
    font-size: 20px;
  }
  .introduce-wrap .desc .rich-text {
    margin: 15px 0;
  }


  .advantage-wrap {
    padding: 30px 0;
  }
  .advantage-wrap small {
    font-size: 24px;
  }
  .advantage-wrap h2 {
    font-size: 24px;
  }
  .advantage-wrap ul {
    flex-wrap: wrap;
    margin: 0 10px;
    height: unset;
  }
  .advantage-wrap ul li .wrap {
    position: unset !important;
    transform: unset !important;
    width: 42vw !important;
    height: 42vw !important;
    margin: 20px auto 0;
  }
  .advantage-wrap ul li:nth-child(4) .wrap p,
  .advantage-wrap ul li:nth-child(5) .wrap p {
    width: 80px;
    font-size: 14px;
  }
  .advantage-wrap ul li .icon {
    width: 30px;
    height: 30px;
  }
  .advantage-wrap ul li {
    width: 50%;
  }


  .team-wrap {
    padding: 30px 0;
  }
  .team-wrap .header {
    padding: 20px;
  }
  .team-wrap .header small {
    max-width: 100%;
    margin-bottom: unset;
  }
  .team-wrap .header h2 {
    font-size: 24px;
  }
  .team-wrap .header h2 > span {
    font-size: 14px;
    color: #666;
  }
  .team-wrap .wrap {
    height: 200px;
  }


  .intro-wrap .row .wrap {
    margin-top: 15px;
    padding: 20px;
  }
  .intro-wrap .row .wrap h3 {
    font-size: 18spx;
    line-height: 1.6;
  }

  .vi-wrap {
    padding: 30px 0;
  }
  .vi-wrap::after {
    opacity: .3;
  }
  .vi-wrap .desc {
    position: relative;
    z-index: 1;
  }
  .vi-wrap .desc h2 {
    font-size: 24px;
  }
  .vi-wrap .desc .rich-text {
    margin-top: 15px;
  }
  .vi-wrap .desc .rich-text p {
    font-size: 14px;
  }
  .vi-wrap .desc .rich-text p + p {
    margin-top: 10px;
  }

  .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;
  }
}
