/* 关于我们 */
.aboutus-banner {
  position: relative;
}
.aboutus-banner img {
  width: 100%;
}
.aboutus-banner-text {
  text-align: right;
  position: absolute;
  right: 19%;
  top: 42%;
  z-index: 2;
  color: #fff;
}
.aboutus-banner-text p {
  font-size: 48rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 0.2rem 0.4rem #616d7f;
  margin: 0;
}
.aboutus-banner-text span {
  font-size: 22rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2rem 4rem #616d7f;
  display: block;
  padding-top: 14rem;
}

.aboutUs-content h6 {
  padding: 0px 0px 20rem;
  color: rgb(43, 45, 47);
  font-size: 24rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.aboutUs-content p {
  padding: 0px 0px 25rem;
  color: rgb(43, 45, 47);
  line-height: 28rem;
  font-size: 16rem;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.aboutUs-content p span {
  font-weight: bold;
}
.about-content {
  background-image: url(../images/aboutus2.png);
  height: 440rem;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content-box {
  height: 306rem;
  background-color: rgba(47, 115, 248, 0.39);
  border-radius: 6rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  width: 1200rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content-inner {
  width: 79.833%;
  height: 216rem;
  background: rgba(47, 115, 248, 0.39);
  border-radius: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-content-inner-item {
  width: 25%;
  text-align: center;
  position: relative;
}
.about-content-inner-item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 54rem;
  background: #a8c2f3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-content-inner-item h5 {
  font-size: 38rem;
  font-weight: 500;
  color: #60fdc0;
  margin: 0;
}

.about-content-inner-item p {
  font-size: 22rem;
  font-weight: 500;
  color: #ffffff;
  padding-top: 15rem;
  padding-bottom: 10rem;
  margin: 0;
}
.about-content-inner-item span {
  font-size: 14rem;
  font-weight: 400;
  color: #f0f7ff;
}
.contactus-items {
  display: flex;
  justify-content: space-between;
}

.contactus-item {
  width: 30%;
  height: 180rem;
  background: #ffffff;
  box-shadow: 0px 0px 6rem 4rem #eceff1;
  border-radius: 6rem;
  overflow: hidden;
  margin-top: 46rem;
  padding: 25rem;
  padding-left: 8rem;
  display: flex;
  align-items: center;
}

.contactus-item p {
  font-size: 20rem;
  font-weight: bold;
  color: #2b2d2f;
  padding-bottom: 3rem;
  margin: 0;
}

.contactus-item span {
  display: block;
  font-size: 16rem;
  font-weight: 400;
  color: #2b2d2f;
  padding-top: 10rem;
}

.image-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60rem;
}

.image-list-item {
  width: 24%;
  height: 352rem;
  box-shadow: 0 0 8rem 6rem #f2f5f7;
  overflow: hidden;
  border-radius: 6rem;
  position: relative;
}

.image-list-item > div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 40rem 30rem;
}

.image-list-item img {
  width: 100%;
}

.image-list-item > div p {
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 6rem;
}

.image-list-item > div span {
  font-size: 1.2rem;
  color: #a2a2a2;
}

.swiper-slide {
  background: url(../images/award.jpeg);
  height: 342rem;
  border-radius: 6rem;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 8rem 4rem #eef5fa;
  margin-bottom: 20rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 20rem;
  background-size: 100% 100%;
}

@media screen and (max-width: 960px) {
  .aboutus-banner {
    padding-top: 50rem;
  }
  .aboutus-banner-text {
    left: 10rem;
    text-align: left;
  }
  .aboutus-banner-text p {
    font-size: 14rem;
  }

  .aboutus-banner-text span {
    font-size: 12rem;
    padding-top: 5rem;
    line-height: 1.7;
  }

  .aboutUs-content h6 {
    font-size: 18rem;
  }
  .aboutUs-content p {
    font-size: 12rem;
  }
  .image-list {
    flex-wrap: wrap;
  }
  .image-list-item {
    width: 49%;
    height: 200rem;
  }
  .about-content-inner {
    flex-wrap: wrap;
    width: 90%;
  }
  .about-content-inner-item {
    width: 50%;
  }
  .about-content-inner-item p,
  .about-content-inner-item span {
    font-size: 12rem;
  }
  .about-content-inner-item:nth-child(2)::after {
    display: none;
  }
  .contactus-items {
    flex-wrap: wrap;
  }
  .contactus-item {
    width: 100%;
    padding: 12rem;
    height: 90rem;
    margin-top: 15rem;
  }
  .contactus-item img {
    width: 80rem;
  }
  .contactus-item p {
    font-size: 16rem;
  }
  .contactus-item span {
    font-size: 14rem;
  }
  .swiper-slide {
    height: 120rem;
  }
}
