
.banner-container {
  display: flex;
  width: 100%;
  height: 600px;
  background-image: url('../images/aboutUs/banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-container .title {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.banner-container .desc {
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
}

.advantage-container {
  background-color: #FFFFFF;
}

.advantage-content {
  width: 1200px;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: auto;
  text-align: center;
}

.advantage-content .advantage-title {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
  margin-bottom: 54px;
}

.advantage-content .advantage-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.advantage-content .advantage-desc > div:first-child {
  margin-bottom: 20px;
}

.advant-list-cntent {
  margin-top: 72px;
}

.advant-lsit {
  display: flex;
  justify-content: center;
}

.advant-lsit .advant-item {
  width: 300px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}

.advant-lsit .advant-item {
  margin-right: 46px;
  margin-bottom: 40px;
}

.advant-lsit .advant-item:last-child {
  margin-bottom: 0;
}

.advant-lsit .advant-item:last-child {
  margin-right: 0;
}

.advant-lsit .advant-item img {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}

.active {
  color: #E02097;
  box-shadow: 0px 2px 10px 0px #EBF0FA;
  background: #ffffff;
  border-radius: 16px;
}

.advant-lsit .advant-item.active img {
  width: 96px;
  height: 96px;
}

.advant-content {
  margin-top: 64px;
}

.our-honor-content .honors-desc {
  width: 600px;
  margin: 55px auto!important;
  text-align: center;
}

.our-honor {
  background: #F5F8FB;
  padding-top: 54px;
  padding-bottom: 80px;
  position: relative;
}

.our-honor .bg1 {
  user-select: none;
  width: 313px;
  height: 296px;
  position: absolute;
  right: 7.3%;
  top: 179px;
  z-index: 1;
}

.our-honor .bg2 {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 11%;
  bottom: 96px;
}


.our-honor-content {
  width: 1200px;
  margin: auto;
}

.honors-item {
  display: flex;
  padding-bottom: 48px;
}

.honors-item:last-child {
  margin-bottom: 0;
}

.honors-item .honors-left {
  width: 560px;
  margin-right: 113px;
  padding-bottom: 34px;
  border-bottom: 1px dashed #8B9BB5;
}

.honors-item:last-child  .honors-left{
  border: none;
}

.honors-list {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.honors-right {
  width: 432px;
}

.honors-right .img1 {
  width: 107px;
  height: 152px;
}

.honors-right .img1:last-child {
  margin-right: 0;
}

.honors-left .honor-title{
  font-size: 26px;
  font-weight: 600;
  color: #E02097;
  margin-bottom: 20px;
}

.honors-left .honor-desc {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.honor-img-list {
  display: flex;
  justify-content: space-between;
}

.honor-img-list .img2 {
  width: 208px;
  height: 164px;
}

