.about-poaple {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/weilasi.png) 65% center no-repeat;
  background-size: auto 100%;
  z-index: -1;
}

.about-bg-en {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 2%;
  z-index: -1;
}

.about-bg-en strong {
  display: block;
  color: #000;
  color: rgba(0, 0, 0, 0.1);
  font-size: 192px;
  line-height: 1;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  animation: Move1 145s linear infinite alternate;
}

.about-bg-en strong:nth-child(2) {
  animation: Move 145s linear infinite alternate;
}

.about-swiper-container img {
  width: 100%;
}

.about-swiper-container .swiper-pagination-bullet {
  background-color: #fff;
}

.about-swiper-container .swiper-pagination-bullet-active {
  background-color: #007cc3;
}

/* 关于我们 */
.about-inner {
  margin: 0 69px;
  position: relative;
}

.introdus-text {
  width: 37.82%;
}

.introducts .introdus-text {
  padding-top: 169px;
  float: left;
}

.intext {
  margin-bottom: 30px;
}

.intext strong {
  display: block;
  color: #007cc3;
  font-size: 72px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 26px;
}

.inimg .item {
  width: 50%;
  float: left;
}

.inimg .item img {
  width: 100%;
}

.inimg .item:first-child {
  padding-right: 10px;
}

.inimg .item:last-child {
  padding-left: 10px;
}


.since {
  width: 792px;
  float: right;
  background: #fff;
  margin-top: 73px;
}

.since .datas {
  padding: 55px 0 55px 37px;
  background: url('../img/data.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.since .datas .data-item {
  float: left;
  width: 36%;
}

.since .datas .data-item:last-child {
  width: auto;
}

.since .datas .data-item strong {
  font-size: 36px;
  color: #e77b1a;
}

.since .datas .data-item p {
  color: #333333;
}

.since-top {
  padding: 64px 35px 0 36px;
  position: relative;
}

.busienntt {
  display: block;
  float: left;
  color: #e77b1a;
  font-size: 20px;
  line-height: 1.2;
}

.since-text {
  width: 440px;
  float: right;
}

.sincein {
  margin-bottom: 35px;
  position: relative;
}

.sincein p {
  color: #333333;
  font-size: 14px;
  width: 408px;
}

.sincein .newsmore {
  position: relative;
  left: 0;
  margin-top: 18px;
  bottom: 0;
}

.newsmore span {
  display: inline-block;
  cursor: pointer;
  line-height: 33px;
  color: #007cc3;
  font-size: 14px;
  transition: 0.35s;
}

.sinceimg img {
  display: block;
  width: 100%;
  height: auto;
}

.business {
  padding: 170px 68px 100px 36px;
  background: #007cc3;
  margin-top: -97px;
}

.since-time {
  float: left;
}

.since-time small {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.business-text {
  width: 408px;
  float: right;
}

.since-time strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 32px;
}

.business-text p {
  color: #FFFFFF;
  font-size: 14px;
}

.business-text .newsmore {
  position: static;
  margin-top: 30px;
}

.vmore span {
  color: #fff;
}

.intext h4 {
  color: #333333;
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
}

.business-box {
  padding: 50px 0;
}

.business-l {
  padding-top: 25px;
}

.blist li {
  float: left;
  width: 25%;
  position: relative;
}

.business-li .title {
  font-size: 18px;
  color: #e77b1a;
}

.business-li .desc {
  font-size: 16px;
  color: #333333;
}

.business-top img {
  max-width: 100%;
}

.about-letter {
  background: url('../img/letter.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 69px 69px 30px 69px;
}

.about-partner {
  padding: 69px 69px 30px 69px;
}

.about-partner .partner-swiper .top {
  background: url('../img/c.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 0;
  margin-bottom: 20px;
  position: relative;
}

.about-partner img {
  max-width: 100%;
}

@media screen and (max-width: 1600px) {
  .since {
    width: 55%;
  }

  .intext strong {
    font-size: 56px;
  }
}

@media screen and (max-width: 1450px) {
  .inner {
    margin-right: 100px;
  }

  .sincein p {
    max-width: 100%;
  }

  .since-text,
  .business-text {
    width: 70%;
  }

  .business {
    padding: 150px 35px 60px 36px;
  }

  .intext strong {
    font-size: 50px;
  }

  .introducts .introdus-text {
    padding-top: 150px;
  }
}

@media screen and (max-width: 1360px) {
  .newsmore {
    bottom: 30px;
  }

  .intext strong {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .newsmore {
    bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about-inner {
    margin: 0 5%;
  }

  .introdus-text {
    width: 100%;
  }

  .intext strong {
    font-size: 28px;
  }

  .introducts .introdus-text {
    padding-top: 40px;
    width: 100%;
  }

  .intext {
    margin-bottom: 13px;
  }

  .since {
    width: 100%;
    margin-top: 30px;
  }

  .newsmore {
    display: none;
  }

  .blist li {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 1%;
  }

  .business-li .title {
    font-size: 16px;
  }

  .business-li .desc {
    font-size: 14px;
  }

  .about-letter {
    padding: 5%;
    background-size: cover;
    background-position: center center;
  }

  .about-partner {
    padding: 5%;
  }
}

@media screen and (max-width: 641px) {
  .since-top {
    padding: 50px 5% 0;
  }

  .business {
    padding: 120px 5% 40px;
  }

  .intext strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 481px) {
  .intext strong {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sincein {
    margin-bottom: 20px;
  }

  .since-text,
  .business-text {
    width: 100%;
    margin-top: 20px;
  }

  .since .datas .data-item strong {
    font-size: 24px;
  }
}

.about-more {
  background-color: #007cc3;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px !important;
  border-radius: 50%;
}

.about-more-white {
  background-color: #fff;
  color: #007cc3;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px !important;
  border-radius: 50%;
}