.banner-wrap {
  overflow: hidden;
  position: relative;
}
.banner-wrap img {
  display: block
}
.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .swiper-slide .hover {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
}
.banner-wrap .swiper-slide .hover h2 {
  font-size: 60px;
  color: var(--main-color);
  margin: unset;
}
.banner-wrap .swiper-slide .hover small {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-top: 15px;
  display: block;
}
.banner-wrap .swiper-slide .cover {
  position: absolute;
  right: 12%;
  bottom: 0;
}
.banner-wrap .swiper-slide .cover img {
  max-width: 770px;
  width: 40vw;
  object-fit: contain;
}
.banner-wrap .swiper-pagination {
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: unset;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 0 10px;
}
.banner-wrap .swiper-pagination span {
  width: 10px;
  height: 10px;
}
.banner-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main-color);
}




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



.service-wrap {
  padding: 55px 0 100px;
  background: url(/images/home_bg_3.png) no-repeat center;
  background-size: cover;
}
.service-wrap small {
  display: block;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.service-wrap h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 10px 0 20px;
}
.service-wrap .swiper {
  margin-top: 60px;
}
.service-wrap .wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.service-wrap .swiper .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.service-wrap .swiper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.service-wrap .swiper h3 {
  text-align: center;
  color: var(--main-color);
}
.service-wrap .swiper li {
  text-align: center;
}
.service-wrap .swiper li {
  padding: 10px;
  background: rgba(23, 65, 111, 0.1);
  border-radius: 5px;
  color: #333;
  transition: background .3s ease, color .3s ease;
  cursor: pointer;
}
.service-wrap .swiper li:hover {
  background: var(--main-color);
  color: #fff;
}
.service-wrap .swiper li + li {
  margin-top: 10px;
}
.service-wrap .list {
  height: 232px;
}

.team-wrap {
  padding: 55px 0 55px;
  background: url(/images/home_bg_4.png) no-repeat center;
  background-size: cover;
}
.team-wrap small {
  display: block;
  font-size: 35px;
  color: var(--main-color);
  text-align: center;
}
.team-wrap h2 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin: 10px 0 20px;
}
.team-wrap .swiper {
  margin: 60px 0 0;
}
.team-wrap .wrap {
  background: radial-gradient(#666, #111);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
  cursor: pointer;
}
.team-wrap .wrap img {
  display: block;
  max-width: 100%;
  width: 95%;
  object-fit: contain;
  transition: transform .3s ease;
}
.team-wrap .wrap:hover img {
  transform: scale(1.2);
}
.team-wrap .wrap .hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 77, 124, .9);
  border-radius: 10px;
  padding: 20px 15px;
  transform: translateY(100%);
  transition: transform .3s ease;
  /* box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.1); */
}
.team-wrap .wrap:hover .hover {
  transform: translateY(0);
}
.team-wrap .wrap .hover h3 {
  font-size: 22px;
  color: #FFFFFF;
  margin: unset;
}
.team-wrap .wrap .hover small {
  font-size: 14px;
  color: rgb(231, 201, 148);
  text-align: left;
  margin: 5px 0 10px;
}
.team-wrap .wrap .hover .rich-text {
  height: 200px;
}
.team-wrap .wrap .hover .rich-text p {
  font-size: 14px;
  color: #ffff;
  line-height: 1.6;
  margin: unset;
}
.team-wrap .swiper-control {
  margin-top: 30px;
}
.team-wrap .swiper-control .count span {
  color: #333;
}
.team-wrap .swiper-control .count span.active {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}
.team-wrap .swiper-control .control {
  display: flex;
  justify-content: space-between;
}
.team-wrap .swiper-control .navigation {
  display: flex;
  align-items: center;
}
.team-wrap .swiper-control .navigation i {
  font-size: 24px;
  color: RGBA(222, 222, 222, 1);
  cursor: pointer;
  transition: color .3s ease;
}
.team-wrap .swiper-control .navigation div + div {
  margin-left: 10px;
}
.team-wrap .swiper-control .navigation i:hover {
  color: var(--main-color);
}
.team-wrap .swiper-pagination {
  position: unset;
  text-align: unset;
  display: flex;
  margin-top: 10px;
}
.team-wrap .swiper-pagination span {
  flex: 1;
  border-radius: unset;
  margin: unset !important;
  background: RGBA(222, 222, 222, 1);
  transition: background .3s ease;
  opacity: 1;
  height: 4px;
}
.team-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main-color);
}




.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: 40px;
  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;
}



.advantage-wrap {
  padding: 50px 0;
  background: linear-gradient(to bottom, rgba(26, 77, 124, 1), rgba(22, 48, 71, 1));
}
.advantage-wrap .rw {
  display: flex;
  align-items: center;
}
.advantage-wrap .rw small {
  font-size: 35px;
  color: #fff;
}
.advantage-wrap .rw h2 {
  font-size: 26px;
  color: #FFFFFF;
  margin: 5px 0 0;
  letter-spacing: 5px;
}
.advantage-wrap .rw ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
}
.advantage-wrap .rw ul .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.advantage-wrap .rw ul .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantage-wrap .rw ul p {
  font-size: 14px;
  color: #fff;
  margin: 10px 0 0;
}

.news-wrap {
  padding: 55px 0;
  background: linear-gradient(to bottom, #FFFFFF 76%, #e7f2ff 100%);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.news-wrap header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news-wrap header ul {
  display: flex;
  align-items: end;
  height: 30px;
}
.news-wrap header ul li + li {
  margin-left: 50px;
}
.news-wrap header ul li {
  font-size: 20px;
  color: #000102;
  cursor: pointer;
  transition: all .3s ease;
}
.news-wrap header ul li.active {
  font-size: 26px;
  font-weight: 700;
  color: #194C7B;
}
.news-wrap header a {
  font-size: 14px;
  color: #A1A1A1;
}
.news-wrap .wrap,
.news-wrap .col {
  display: block;
}
.news-wrap .wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-wrap .wrap .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: transparent;
  background: linear-gradient(to bottom, transparent, rgba(26, 77, 124, 0.7));
  padding: 40px 20px 20px;
}
.news-wrap .wrap h3 {
  margin: unset;
  color: #fff;
}
.news-wrap .wrap p {
  margin: 15px 0 0;
  color: #fff;
  line-height: 1.6;
}
.news-wrap .wrap img {
  display: block;
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform .3s ease;
}
.news-wrap .wrap:hover img {
  transform: scale(1.2);
}
.news-wrap .list {
  margin-top: -18px;
}
.news-wrap .list h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: unset;
}
.news-wrap .list p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #868686;
  line-height: 1.6;
}
.news-wrap .list .col {
  padding-top: 25px;
}
.news-wrap .list .col:hover h3 {
  color: var(--main-color);
}
.news-wrap .list-wrap .item.active {
  display: block;
}
.news-wrap .list-wrap .item {
  display: none;
}



.customer-wrap {
  padding: 55px 0;
  position: relative;
}
.customer-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 10%, white 80%);
  background-size: cover;
  z-index: 1;
}
.customer-wrap .swiper + .swiper {
  margin-top: -30px;
}
.customer-wrap .swiper {
  padding: 30px;
}
.customer-wrap .swiper-slide {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 50, 124, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 90px;
  border-radius: 10px;
  margin-left: 30px;
}
.customer-wrap .swiper-slide img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}
.customer-wrap .tips {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: radial-gradient(ellipse at center, #fff 30%, transparent 80%);
  padding: 80px 300px;
  background-size: contain;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  backdrop-filter: blur(5);
}



@media screen and (max-width: 640px) {
  .banner-wrap {
    height: 240px;
    overflow: hidden;
  }
  .banner-wrap .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
  .banner-wrap .swiper-slide .hover h2 {
    font-size: 24px;
  }
  .banner-wrap .swiper-slide .hover small {
    font-size: 14px;
    font-weight: 400;
    max-width: 60%;
    line-height: 1.6;
    margin-top: 10px;
  }
  .banner-wrap .swiper-slide .cover {
    right: 0;
    max-width: 50%;
  }
  .banner-wrap .cover img {
    width: 100%;
  }
  .banner-wrap .swiper-pagination {
    left: 15px;
    bottom: 15px;
    height: 20px;
  }


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


  .service-wrap {
    padding: 30px 0;
  }
  .service-wrap small {
    font-size: 24px;
  }
  .service-wrap h2 {
    font-size: 24px;
  }
  .service-wrap .swiper {
    margin-top: 20px;
  }
  .service-wrap .swiper li {
    font-size: 14px;
  }

  .team-wrap {
    padding: 30px 0;
  }
  .team-wrap small {
    font-size: 24px;
  }
  .team-wrap h2 {
    font-size: 24px;
  }
  .team-wrap .swiper {
    margin: 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;
  }

  .advantage-wrap {
    padding: 30px 0;
  }
  .advantage-wrap .rw {
    display: block;
  }
  .advantage-wrap .rw h2 {
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
  }
  .advantage-wrap .rw small {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .advantage-wrap .rw ul .icon {
    width: 30px;
    height: 30px;
  }
  .advantage-wrap .rw ul {
    margin-left: unset;
    flex-wrap: wrap;
  }
  .advantage-wrap .rw ul li {
    width: 33%;
    margin-top: 20px;
  }
  .advantage-wrap .rw ul li:nth-child(4) {
    width: 50%;
  }
  .advantage-wrap .rw ul li:nth-child(5) {
    width: 50%;
  }
  .advantage-wrap .rw ul p {
    font-size: 12px;
    text-align: center;
  }


  .news-wrap {
    padding: 30px 0;
  }
  .news-wrap header {
    align-items: center;
    margin-bottom: 15px;
  }
  .news-wrap header ul {
    width: 75%;
    height: 24px;
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
  }
  .news-wrap header ul li {
    display: inline-block;
    font-size: 14px;
  }
  .news-wrap header ul li.active {
    font-size: 20px;
  }
  .news-wrap header ul li + li {
    margin-left: 10px;
  }


  .news-wrap .wrap img {
    height: 200px;
  }
  .news-wrap .wrap .hover {
    padding: 0 10px 10px;
  }
  .news-wrap .wrap h3 {
    font-size: 16px;
  }
  .news-wrap .wrap p {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .news-wrap .list {
    margin-top: unset;
  }

  .customer-wrap {
    padding: 0 0;
  }
  .customer-wrap .tips {
    padding: 80px 30px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

}
