.content{
  width: 100%;
  min-height: calc(100% - 200px);
  margin-top: 79px;
}
.banner{
  width: 100%;
  height: auto;
}
.swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #ff5ab8;
}

.swiper-pagination-bullet-active{
  background-color: #ff5ab8 !important;
}
.brand{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
.brand-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.aboutus-title{
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
.circle{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #31ecff;
  position: absolute;
  left: 38%;
  top: 4px;
  z-index:-1;
}
.title-sub{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  white-space: 5px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.descriop p{
  text-align: center;
  font-size: 14px;
  color: #3a3a3a;
}

.more {
  height: 40px;
  text-align: center;
  margin: 20px 0;
}
.more a{
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
}
.history{
  width: 100%;
  height: auto;
}
.history-content{
  width: 1200px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.team{
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.team-content{
  width: 1200px;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.team-content .circle{
  left: 42%;
}
.team-img{
  width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
  height: auto;
  margin-bottom: 20px;
}
.cooperative{
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.coo-content{
  width: 1200px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.coo-content .circle{
  left: 40%;
}
@media (max-width: 600px) {
  .brand-content,.history-content,.team-content,.coo-content{
    width: 100% !important;
    height: 100% !important;
    padding: 0 16px;
    margin: 0;
    transform: none;
  }
  .circle{
    left: 10% !important;
  }
  .team-content .circle{
    left: 22% !important;
  }
  .coo-content .circle{
    left: 16% !important;
  }
}