.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/group_infor_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page_banner .w1440 .subtit {
  color: #fff;
  margin-top: 10px;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 .top_txt {
  margin-top: 90px;
}
.cont .page1 .top_txt .label {
  color: #0a044b;
}
.cont .page1 .top_txt p {
  display: block;
  color: #0a044b;
  font-weight: 700;
}
.cont .page1 .top_txt span {
  display: block;
  color: #080748;
  margin-top: 20px;
}
.cont .page1 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4.5vw;
}
.cont .page1 ul .num {
  display: flex;
  align-items: baseline;
}
.cont .page1 ul .num p {
  font-size: 90px;
  color: #4f2a8c;
  line-height: 1.1;
  font-weight: bold;
}
.cont .page1 ul .num p em {
  font-weight: bold;
  font-style: initial;
  line-height: 1.1;
}
.cont .page1 ul .num i {
  color: #4f2a8c;
}
.cont .page1 ul span {
  width: 100%;
  display: block;
  text-align: center;
  color: #0a044b;
}
.cont .page1 .swiper-container {
  margin-left: calc((100% - 1440px) / 2);
  margin-top: 80px;
  z-index: 10;
}
.cont .page1 .swiper-container .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.cont .page1 .swiper-container .txt {
  position: absolute;
  left: 4vw;
  bottom: 2vw;
  right: 4vw;
}
.cont .page1 .swiper-container .txt p {
  color: #fff;
  display: block;
}
.cont .page1 .swiper-container .txt span {
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .cont .page1 .swiper-container {
    margin-left: 10%;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 ul .num p {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page1 ul .num p {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .cont .page1 .swiper-container {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 ul .num p {
    font-size: 28px;
  }
  .cont .page1 ul .num {
    justify-content: center;
  }
  .cont .page1 ul {
    flex-wrap: wrap;
  }
  .cont .page1 ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .cont .page1 ul .num p {
    font-size: 28px;
  }
  .cont .page1 ul .num i {
    font-size: 16px;
  }
  .cont .page1 ul span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%!important;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page_banner .w1440 .subtit {
    font-size: 14px;
    margin-top: 5px;
  }
  .cont .page1 .top_txt {
    margin-top: 30px;
  }
  .cont .page1 .swiper-container {
    margin-top: 20px;
    padding-bottom:40px;
  }
  .swiper-pagination-bullet-active{
      background: #4f2a8c;
  }
  .cont .page1 .swiper-container .swiper-slide {
    border-radius: 10px;
  }
  .cont .page1 .swiper-container .txt span {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=./group_infor.css.map */
