.about_introduce {
  padding: 118px 0 177px;
  position: relative;
  z-index: 1;
}
.about_introduce:after {
  content: '';
  position: absolute;
  width: 46.72916667vw;
  height: 19.79166667vw;
  background: #FAF7F7;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_introduce .wrap {
  width: 81.25vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about_introduce .wrap .message {
  width: 31.25vw;
}
.about_introduce .wrap .message .title {
  font-size: 42px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 175px 0;
  line-height: 60px;
}
.about_introduce .wrap .message .title span {
  color: #E72410;
}
.about_introduce .wrap .message .img {
  width: 100%;
}
.about_introduce .wrap .message .img img {
  width: 100%;
}
.about_introduce .wrap .right {
  width: 40.57291667vw;
}
.about_introduce .wrap .right p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.about_quality {
  position: relative;
}
.about_quality .bg {
  width: 100%;
}
.about_quality .text {
  width: 56.19791667vw;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.about_quality .text span {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  margin: 0 0 61px;
}
.about_quality .text p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.about_honor {
  padding: 163px 0 139px 0;
}
.about_honor .wrap {
  width: 70.83333333vw;
  margin: auto;
}
.about_honor .wrap .title {
  font-size: 36px;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 101px ;
}
.about_honor .wrap .figure {
  display: flex;
  justify-content: space-between;
  margin: 0 0 123px;
}
.about_honor .wrap .figure .list {
  text-align: center;
}
.about_honor .wrap .figure .list span {
  font-size: 48px;
  font-weight: 800;
  color: #E72410;
  position: relative;
  display: block;
  margin: 0 0 22px;
}
.about_honor .wrap .figure .list span:before {
  content: attr(data-text);
  display: inline-block;
}
.about_honor .wrap .figure .list span:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #E72410;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.about_honor .wrap .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_honor .wrap .content .pick .list {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 60px;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
}
.about_honor .wrap .content .pick .list:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  transition: 0.7s;
  color: #E72410;
}
.about_honor .wrap .content .pick .list p {
  transition: 0.7s;
}
.about_honor .wrap .content .pick .list.on {
  color: #E72410;
}
.about_honor .wrap .content .pick .list.on:before {
  opacity: 1;
}
.about_honor .wrap .content .pick .list:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #E72410;
  border-radius: 50%;
}
.about_honor .wrap .content .swiper {
  width: 30.625vw;
  margin: 0;
  height: 488px;
}
.about_honor .wrap .content .swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_honor .wrap .content .swiper img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1740px) {
  .about_introduce .wrap .right p {
    font-size: 15px;
    line-height: 38px;
  }
  .about_introduce .wrap .message .title{
    font-size: 35px;
  }
  
}
@media screen and (max-width: 1600px) {
  .about_honor .wrap .content .pick .list {
    font-size: 17px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1514px) {
  .about_honor .wrap .content .pick .list {
    font-size: 16px;
    line-height: 49px;
  }
  .about_honor .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .about_introduce .wrap{
    width: 85%;
  }
  .about_introduce .wrap .right p {
    font-size: 14px;
    line-height: 32px;
  }
  .about_introduce .wrap .message .title {
    font-size: 31px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1165px) {
  .about_honor .wrap{
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .about_introduce {
    padding: 36px 0 43px;
  }
  .about_introduce .wrap{
    width: 90%;
    flex-direction: column;
  }
  .about_introduce .wrap .message {
    width: 100%;
  }
  .about_introduce .wrap .message .title {
    font-size: 24px;
    margin: 0 0 29px 0;
  }
  .about_introduce .wrap .right {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .about_introduce .wrap .right p {
    font-size: 13px;
    line-height: 30px;
  }
  .about_introduce:after{
    display: none;
  }
  .about_quality .text{
    position: static;
    width: 90%;
    padding: 60px 0;
  }
  .about_quality .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .about_quality .text span{
    font-size: 24px;
    margin: 0 0 30px;
  }
  .about_quality .text p {
    font-size: 13px;
    line-height: 30px;
  }
  .about_honor {
    padding: 46px 0 38px 0;
  }
  .about_honor .wrap .title{
    font-size: 24px;
    margin: 0 0 29px;
  }
  .about_honor .wrap .figure .list span{
    font-size: 30px;
  }
  .about_honor .wrap .figure .list p{
    font-size: 13px;
  }
  .about_honor .wrap .figure{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 10px;
    margin: 0 0 55px;
  }
  .about_honor .wrap .content{
    flex-direction: column;
    align-items: unset;
  }
  .about_honor .wrap .content .pick .list {
    font-size: 12px;
    line-height: 22px;

    margin: 0 0 10px 0;
  }
  .about_honor .wrap .content .swiper {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
  }
  .about_honor .wrap .content .swiper img{
    transform: scale(0.85);
    max-height: 300px;
  }
  .news .wrap{

  }
  .about_introduce .wrap .message .img{
    display: none;
  }
}
/*# sourceMappingURL=about.css.map */