.about-container .qyjj {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.about-container .qyjj .text {
  flex: 1;
}
.about-container .qyjj .text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ff6900;
  margin-bottom: 0.5rem;
  position: relative;
}
.about-container .qyjj .text h3::after {
  content: "";
  position: absolute;
  top: 102%;
  left: 0;
  width: 4rem;
  border-bottom: 0.1rem solid #ff6900;
}
.about-container .qyjj .text h4 {
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
.about-container .qyjj .text p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1.6;
  text-indent: 2em;
}
.about-container .qyjj .img-wrap {
  background-color: #fff;
  margin-right: 6%;
  position: relative;
}
.about-container .qyjj .img-wrap::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #ff6900;
  z-index: -1;
}
.about-container .qyjj .img-wrap .img {
  width: 30rem;
  min-height: 18rem;
  background-color: #f5f5f5;
}

.culture-con{ margin-bottom:2rem;}

.about-container .honor-swiper {
  margin-bottom: 1.5rem;
}
.about-container .honor-swiper .swiper-slide {
  height: 15rem;
  text-align: center;
  padding: 1rem;
  border: 0.05rem solid #ebebeb;
}
.about-container .honor-swiper .swiper-slide img {
  display: inline-block;
  object-fit: scale-down;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .about-container .qyjj {
    flex-direction: column-reverse;
    padding-left: 2%;
    padding-right: 2%;
  }
  .about-container .qyjj > div {
    width: 100% !important;
  }
  .about-container .qyjj .img-wrap {
    margin-top: 1rem;
  }
  .about-container .qyjj .img-wrap::after {
    display: none;
  }
  .about-container .qyjj .img-wrap .img {
    width: 100%;
    min-height: 4rem;
  }
  .about-container .qyjj .text h3 {
    font-size: 1.2rem;
  }
  .about-container .qyjj .text h3::after {
    top: 120%;
  }
  .about-container .qyjj .text p {
    font-size: 0.8rem;
  }
  .about-container .honor-swiper .swiper-slide {
    height: 8rem;
    padding: 0.2rem;
  }
}
