#about .ab_con {
  padding: 0.76rem 0 0.46rem 0;
  display: flex;
  justify-content: space-between;
}
#about .ab_con .ab_left {
  width: 40%;
  padding: 0 0.8rem 0 2.15rem;
}
#about .ab_con .ab_left .ab_tit {
  height: 0.7rem;
  font-weight: bold;
  font-size: 0.48rem;
  color: #037F7A;
  line-height: 0.7rem;
  text-align: justify;
  font-style: normal;
}
#about .ab_con .ab_left .ab_info {
  height: 7rem;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.18rem;
  color: #66676E;
  line-height: 0.36rem;
  text-align: justify;
  font-style: normal;
}
#about .ab_con .ab_left .ab_info p {
  padding: 0.1rem 0;
}
#about .ab_con .ab_left .ab_num {
  display: flex;
  justify-content: space-between;
  padding-top: 0.05rem;
}
#about .ab_con .ab_left .ab_num .am_item {
  width: 1.93rem;
  height: 1.43rem;
  margin-right: 0.4rem;
}
#about .ab_con .ab_left .ab_num .am_item .am_top {
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
}
#about .ab_con .ab_left .ab_num .am_item .am_top .amt_num {
  width: 1.46rem;
  height: 0.87rem;
  font-family: BebasNeue;
  font-size: 0.72rem;
  line-height: 0.87rem;
  text-align: left;
  font-style: normal;
  background: linear-gradient(to bottom, #F99104, #F26B21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F26B21;
}
#about .ab_con .ab_left .ab_num .am_item .am_top .amt_txt {
  width: 0.4rem;
  height: 0.29rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #F26B21;
  line-height: 0.29rem;
  text-align: center;
  padding-top: 0.42rem;
}
#about .ab_con .ab_left .ab_num .am_item .am_boot {
  width: 1.08rem;
  height: 0.26rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #222636;
  line-height: 0.26rem;
  text-align: center;
  padding-left: 0.1rem;
}
#about .ab_con .ab_left .ab_num .am_item:first-child .am_top .amt_num {
  width: 1.16rem;
}
#about .ab_con .ab_left .ab_num .am_item:first-child .am_boot {
  padding-left: 0;
}
#about .ab_con .ab_pic {
  width: 59%;
  height: 8.87rem;
}
#about .ab_con .ab_pic img {
  width: 100%;
  height: 8.87rem;
}
#about .honor {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 0.85rem;
}
#about .honor #honor_page {
  bottom: 0.4rem !important;
}
#about .honor .honor_tit {
  box-sizing: border-box;
  padding: 0.37rem 0 0 1.5rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
#about .honor .honor_con {
  width: 80%;
  margin: 1rem auto 0;
}
#about .honor .honor_con .honor_swiper {
  width: 100%;
  height: 5.8rem;
}
#about .honor .honor_con .honor_swiper .swiper-slide {
  height: 4.5rem;
}
#about .honor .honor_con .honor_swiper .swiper-slide .ss_img img {
  width: 100%;
  display: block;
}
#about .honor .honor_con .honor_swiper .swiper-slide .ss_tit {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  display: block;
}
#about .honor .honor_con .honor_swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}
#about .honor .honor_con .honor_swiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 0.5;
  margin: 0 0.12rem !important;
}
#about .honor .honor_swiper.swiper-button-prev,
#about .honor .honor_swiper.swiper-button-next {
  opacity: 0 !important;
}
#about .honor .honor-button-next {
  position: absolute;
  z-index: 10;
  top: 5rem;
  right: 35%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
#about .honor .honor-button-next i {
  color: #333;
  font-size: 0.12rem;
}
#about .honor .honor-button-next:hover {
  background-color: #037F7A;
}
#about .honor .honor-button-next:hover i {
  color: #fff;
}
#about .honor .honor-button-prev {
  position: absolute;
  z-index: 10;
  top: 5rem;
  left: 35%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  text-align: center;
  transform: scaleX(-1);
  cursor: pointer;
}
#about .honor .honor-button-prev i {
  color: #333;
  font-size: 0.12rem;
}
#about .honor .honor-button-prev:hover {
  background-color: #037F7A;
}
#about .honor .honor-button-prev:hover i {
  color: #fff;
}
#about .swiper-button-next,
#about .swiper-button-prev {
  opacity: 0!important;
  width: 0;
  height: 0;
}
#about .about_info {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%;
  color: #fff;
}
#about .about_info h2 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  text-align: center;
  font-style: normal;
  position: relative;
  padding-bottom: 0.8rem;
}
#about .about_info p {
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  text-align: center;
  font-style: normal;
}
#about .icon {
  position: relative;
  display: block;
  margin-bottom: 0.6rem;
}
#about .icon01::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -0.72rem;
  margin-right: -0.36rem;
  width: 0.72rem;
  height: 0.6rem;
  min-width: 47px;
  min-height: 47px;
  background: url(../img/about/about_icon01.svg) no-repeat;
  background-size: 100%;
}
#about .icon02::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -0.72rem;
  margin-right: -0.36rem;
  width: 0.72rem;
  height: 0.76rem;
  min-width: 47px;
  min-height: 47px;
  background: url(../img/about/about_icon02.svg) no-repeat;
  background-size: 100%;
}
#about .icon03::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -0.72rem;
  margin-right: -0.36rem;
  width: 0.72rem;
  height: 0.76rem;
  min-width: 47px;
  min-height: 47px;
  background: url(../img/about/about_icon03.svg) no-repeat;
}
#about .about_info h2::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0.6rem;
  margin-right: 0px;
  width: 0.01rem;
  height: 0.32rem;
  background-color: #fff;
}
#about .story_module {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#about .story_pic {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  background: #E7E7E9 url(../img/about/ceo.png) no-repeat center bottom;
  background-size: contain;
}
#about .story_pic img {
  width: 100%;
  height: auto;
  display: block;
}
#about .story_main {
  flex: 0 0 auto;
  width: 50%;
  padding: 0.8rem 0.64rem;
  box-sizing: border-box;
}
#about .story_main h2 {
  font-weight: bold;
  font-size: 0.48rem;
  color: #222636;
  line-height: 0.7rem;
  text-align: left;
  font-style: normal;
  padding-bottom: 0.56rem;
}
#about .story_info {
  height: 4.4rem;
  overflow-y: scroll;
  padding-right: 0.24rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #66676E;
  line-height: 0.3rem;
  text-align: justify;
  font-style: normal;
}
#about .story_info p {
  padding: 0.05rem 0;
}
