/* ====== 公司简介 start ======*/
.about_companyIntro {
  height: 700px;
  background: url(../images/about_companyIntro.png) 50% 50% no-repeat;
  background-size: cover;
}
.about_companyIntro_content p {
  line-height: 32px;
  color: #333333;
}
.about_companyIntro_content p + p {
  margin-top: 20px;
}
.index_aboutData_content {
  height: auto;
  margin-top: 70px;
}
.index_aboutData_content .index_aboutData_number {
  color: #cea368;
}

.index_aboutData_content .index_aboutData_label {
  color: #666666;
}
/* ====== 公司简介 end ======*/

/* ====== 企业文化 start ====== */
.about_culture {
  height: 760px;
  background: url(../images/about_culture.png) 50% 50% no-repeat;
  background-size: cover;
}
.about_culture_img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.about_cultureContent {
  margin-top: 90px;
}
.about_culture_name {
  color: #fff;
  margin-top: 45px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.about_culture_name::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.about_culture_2,
.about_culture_1 {
  color: #ffffff;
  width: 230px;
  line-height: 30px;
  text-align: center;
}
.about_culture_1 {
  width: 230px;
}
.about_culture_2 {
  width: 355px;
}
/* ====== 企业文化 end ====== */

/* ====== 发展历程 start ===== */
.about_develop {
  overflow: hidden;
  background-color: #f7f7f7;
}
.about_developList.width1200 {
  width: 280px !important;
}

.about_develop_content {
  width: 280px;
  height: 320px;
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
}
.about_develop_label {
  color: #cea368;
}
.about_develop_desc {
  color: #333333;
  margin-top: 20px;
}
.about_develop_img {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.about_develop_content:hover {
  border-bottom: 3px solid #cea368;
  box-shadow: 0px 14px 28px 0px rgba(188, 191, 198, 0.27);
}

.index_screenSwiper {
  width: 1200px !important;
  height: 380px;
  margin-top: 60px;
  position: relative;
  margin-left: 120px;
}

.index_screenSwiperBanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_screenPagination.swiper-pagination-bullets {
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_screenPagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d5d5d5;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.index_screenPagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 1px #cea368;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #cea368;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.index_screenSwiperParent {
  position: relative;
}
.swiper-button-next {
  background: url('../images/swiper_next.png') 50% 50% no-repeat;
}
.swiper-button-prev {
  background: url('../images/swiper_prev.png') 50% 50% no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: 220px !important;
}

.about_developList.flex_spaceBetweenStart {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.about_develop_content + .about_develop_content {
  margin-left: 26px;
}
.marginTop_60 {
  margin-top: 60px;
  overflow: hidden;
}
.marginTop_60.fl {
  margin-right: 26px;
}
.marginTop_60.fr {
  margin-left: 26px;
}

/* ====== 发展历程 end ===== */

@media (max-width: 767px) {
  .about_cultureContent > div,
  .about_develop_content,
  .about_culture_2 {
    width: 100%;
  }
  .about_culture {
    height: auto;
  }

  .about_culture_name {
    padding-bottom: 10px;
  }
  .public_module_title p,
  .about_culture,
  .about_companyIntro {
    padding-bottom: 20px;
  }
  .about_develop_content {
    padding: 20px;
  }
  .about_cultureContent {
    margin-top: 0px;
  }
  .about_culture_name,
  .about_companyIntro_content p + p {
    margin-top: 10px;
  }
  .index_screenSwiper,
  .about_cultureContent > div,
  .index_aboutData_content {
    margin-top: 20px;
  }
  .about_culture_name {
    margin-bottom: 10px;
  }
  .index_screenSwiper,
  .public_module_title p {
    margin-bottom: 20px;
  }
  .about_companyIntro_content p {
    line-height: 28px;
  }
  .about_companyIntro {
    height: auto;
  }
  .about_cultureContent {
    flex-wrap: wrap;
  }
  .index_screenSwiper {
    height: 280px;
    width: 100% !important;
  }
  .about_develop_content {
    height: 240px;
  }

  .index_screenPagination .swiper-pagination-bullet,
  .index_screenPagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #cea368;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .about_culture_img {
    width: 90px;
    height: 90px;
  }
}
