.about-us-wrap .company-profile {
  width: 100%;
  /* margin: 0; */
  /* margin-top: 80px;
  padding-bottom: 48px; */
}
.show-cultrue-mobile {
  display: none;
}
.banner-title {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 56px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  /* text-transform: uppercase; */
}
.aboutus-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-wrap .company-profile .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-us-wrap .company-profile .text .title {
  margin: 104px 0 32px;
  max-width: 880px;
  font-size: 42px;
  color: #333333;
  line-height: 56px;
  text-align: center;
  font-family: MiSansVF_Bold;
}

.about-us-wrap .company-profile .text .desc {
  max-width: 880px;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.about-us-wrap .company-profile .profile-img {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 104px;
}

.about-us-wrap .corporate-culture .title {
  font-size: 42px;
  color: #333333;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  font-family: MiSansVF_Bold;
}
.about-us-wrap .corporate-culture .cultrue-bg {
  width: 100%;
  height: 800px;
  margin: 56px 0 0;
}

.about-us-wrap .corporate-culture .cultrue-bg .culture-list {
  display: flex;
  width: 100%;
  height: 100%;
}

.about-us-wrap .corporate-culture .cultrue-bg .culture-list .culture-item {
  position: relative;
  height: 100%;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

.about-us-wrap
  .corporate-culture
  .cultrue-bg
  .culture-list
  .culture-item:last-child {
  border-right: none;
}

.about-us-wrap
  .corporate-culture
  .cultrue-bg
  .culture-list
  .culture-item
  .item-text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-us-wrap
  .corporate-culture
  .cultrue-bg
  .culture-list
  .culture-item
  .item-text
  .title {
  font-size: 28px;
  color: #ffffff;
  line-height: 38px;
  font-family: MiSansVF_Bold;
}

.about-us-wrap
  .corporate-culture
  .cultrue-bg
  .culture-list
  .culture-item
  .item-text
  .sub-title {
  max-width: 320px;
  margin: 24px auto 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}

.about-us-wrap
  .corporate-culture
  .cultrue-bg
  .culture-list
  .culture-item
  .item-text:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.honors-awards {
  padding: 104px 0;
}
.honors-awards .title {
  font-size: 42px;
  color: #333333;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  padding-bottom: 22px;
  font-family: MiSansVF_Bold;
}
.honors-awards .swiper-container .swiper {
  padding-bottom: 136px;
}
.honors-awards .swiper-container .swiper .swiper-wrapper {
  width: 100%;
}
.honors-awards .swiper-container .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 240px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}
.honors-awards .swiper-container .swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-40px);
}
.honors-awards
  .swiper-container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-box {
  padding: 20px 20px 12px;
}
.honors-awards
  .swiper-container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-box
  img {
  width: 100%;
}
.honors-awards
  .swiper-container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-box
  p {
  height: 66px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制为3行 */
  overflow: hidden;
}
.honors-awards .swiper {
  position: relative;
  padding-top: 50px;
  /* overflow: visible; */
}
.honors-awards .swiper .swiper-button-prev {
  position: absolute;
}
.honors-awards .swiper .swiper-button-next {
  right: calc(50% - 94px);
}
.honors-awards .swiper .swiper-button-prev {
  left: calc(50% - 94px);
}
.honors-awards .swiper .swiper-button-next,
.honors-awards .swiper .swiper-button-prev {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  z-index: 99;
  border-radius: 50px;
  color: #333;
}
.honors-awards .swiper .swiper-button-next:after,
.honors-awards .swiper .swiper-button-prev:after {
  font-size: 20px;
}
.honors-awards .swiper .swiper-button-next:after,
.swiper-button-next:after {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .about-us-wrap .company-profile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .about-us-wrap .company-profile {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .show-cultrue-pc {
    display: none;
  }
  .show-cultrue-mobile {
    display: block;
  }

  .img-bg {
    height: 262px;
    position: relative;
    text-align: center;
    margin-top: 24px;
  }
  .honors-awards {
    padding: 48px 0;
  }
  .honors-awards .swiper .swiper-button-next,
  .honors-awards .swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .honors-awards .swiper-container .swiper {
    padding-bottom: 76px;
  }
  .honors-awards .swiper-container .swiper .swiper-wrapper .swiper-slide {
    /* margin: 0 24px !important; */
    margin: 0 20px 0 0 !important;
    /* max-width: none; */
  }
  .honors-awards
    .swiper-container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .swiper-box
    p {
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-bottom: 38px;
  }
  .honors-awards
    .swiper-container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .swiper-box
    img {
    margin-bottom: 26px;
  }
  .honors-awards .swiper {
    /* padding-top: 0; */
  }
  .honors-awards .title {
    margin-bottom: -26px;
    padding-bottom: 0;
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
  }
  .text-content {
    width: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text-content .mobile-title {
    font-family: MiSansVF_Bold;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-style: normal;
  }
  .text-content .mobile-desc {
    font-family: MiSansVF;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    font-style: normal;
  }
  .show-cultrue-mobile .swiper {
    position: relative;
  }
  .show-cultrue-mobile .swiper-pagination-mobile {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6px;
    position: relative;
    margin-top: 25px;
  }
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active {
    background: #21a13b !important;
  }
  .aboutus-banner {
    height: 298px !important;
  }
  .banner-title {
    font-family: MiSansVF_Bold;
    font-size: 32px;
    color: #ffffff;
    line-height: 46px;
    text-align: right;
    font-style: normal;
    /* text-transform: uppercase; */
  }
  .about-us-wrap .company-profile {
    margin-bottom: 48px;
  }
  .about-us-wrap .company-profile .text {
    /* width: 92%; */
    margin: 0 1px;
  }
  .about-us-wrap .company-profile .text .title {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
  }
  .about-us-wrap .company-profile .text .desc {
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
  }
  .about-us-wrap .company-profile .profile-img {
    border-radius: 10px;
    height: 200px;
    margin-bottom: 48px;
  }
  .about-us-wrap .corporate-culture .title {
    font-family: MiSansVF_Bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
  }
}
