.company-section .auto-container .about_column {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.company-section .auto-container .about_column .about_title {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  height: 50px;
  position: relative;
  margin-bottom: 50px;
}
.company-section .auto-container .about_column .about_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #5dca0f;
}
.company-section .auto-container .about_column .abount_content .text_content {
  margin-bottom: 50px;
}
.company-section .auto-container .about_column .abount_content p {
  text-indent: 2em;
}
.company-section .auto-container .honor .honorSwiper > div {
  margin-bottom: 20px;
}
.company-section .auto-container .companyIntro .swiper_content {
  text-align: center;
}
.company-section .auto-container .companyIntro .swiper_content .swiper-slide {
  width: 100%;
}
.company-section .auto-container .companyIntro .swiper_content .swiper-slide img {
  width: 100%;
}
.company-section .auto-container .companyCulture .conpanyRow {
  padding: 20px;
  box-sizing: border-box;
}
.company-section .auto-container .companyCulture .conpanyRow h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e36c09;
}
.company-section .auto-container .companyCulture .conpanyRow p {
  margin-top: 20px;
  text-indent: 0;
}
.company-section .auto-container .companyCulture .conpanyRow .p1 {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.company-section .auto-container .companyCulture .conpanyRow .p1 span {
  margin-right: 10px;
}
.company-section .auto-container .structure .abount_content > div {
  width: 100%;
  height: 100%;
  text-align: center;
}
.company-section .auto-container .course .history-carousel .carousel-outer .content-carousel .content-slide .content-inner {
  min-height: 580px;
}
.company-section .auto-container .course .history-carousel .carousel-outer .content-carousel .content-slide .content-inner .text {
  margin-bottom: 10px;
}
.company-section .auto-container .course .history-carousel .carousel-outer .content-carousel .content-slide .content-inner .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.company-section .auto-container .course .history-carousel .carousel-outer .content-carousel .content-slide .content-inner .img_box img {
  display: block;
  height: 400px;
}
