.about-box {
  height: 826px;
  background: url("../imgs/others/about_us_bg.png") no-repeat right center;
  /* background-size: contain; */
  text-align: left;
  padding-right: 34%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  color: #3e3a3a;
  font-size: 14px;
  margin-top: 60px;
  opacity: .3;
}
.about-box .about-title {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #343434;
  margin-bottom: 40px;
}
.about-box .about-p {
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.honor-box {
  width: 100%;
  height: 400px;
  background: url("../imgs/others/about_us_honor_bg.png") no-repeat center
    center;
  background-size: cover;
  margin-bottom: 80px;
  position: relative;
}
.el-carousel__mask {
  background-color: transparent;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #9d9c9a66;
  line-height: 55px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
  font-size: 24px;
}
.swiper-button-disabled {
  display: none;
}
