/* 企业文化 */
.aboutgg_content {
  display: flex;
  justify-content: space-between;
  /* margin: 100px 0 0 0; */
}

.aboutgg_content .l {
  position: relative;
  width: 24%;
}

.aboutgg_content .l h4 {
  margin: 50px 0 0 0;
  font-weight: 300;
}

.aboutgg_content .l h5 {
  font-weight: 500;
}

.aboutgg_content .l img {
  display: block;
  width: 100%;
}

.aboutgg_content .r {
  width: 70%;
}

.timeandtitle {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px 0;
}

.timeandtitle h4 {
  color: #00648E;
}

.timeandtitle h5 span:nth-child(1) {
  color: #F6AB00;
}

.timeandtitle h5 span:nth-child(2) {
  color: #00648E;
}

.bannertwo {
  margin: 100px 0 120px 0;
}

.bannertwo .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-containerabout,
.swiper-containertwo {
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  top: 80% !important;
}

.swiper-button-next {
  right: 25% !important;
}

.aboutgg_content .l .fa {
  font-size: 50px;
}

.bannerabout .swiper-slide p {
  font-weight: 300;
  line-height: 40px;
}

@media screen and (max-width: 1680px) {
  .aboutgg_content .l h4 {
    font-size: 26px;
  }

  .aboutgg_content .l h5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .aboutgg_content .l h4 {
    font-size: 22px;
  }

  .aboutgg_content .l h5 {
    font-size: 22px;
  }

  .timeandtitle h4 {
    font-size: 35px;
  }

  .timeandtitle h5 span {
    font-size: 35px;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
  .aboutgg_content .l h4 {
    font-size: 20px;
  }

  .aboutgg_content .l h5 {
    font-size: 20px;
  }

  .timeandtitle h4 {
    font-size: 30px;
  }

  .timeandtitle h5 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .timeandtitle {
    margin: 0 0 40px 0;
  }

  .bannerabout .swiper-slide p {
    line-height: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 85% !important;
  }

  .bannertwo {
    margin: 80px 0 100px 0;
  }

  .timeandtitle h4 {
    font-size: 28px;
  }

  .timeandtitle h5 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .aboutgg_content .l h4 {
    font-size: 18px;
  }

  .aboutgg_content .l h5 {
    font-size: 18px;
  }

  .timeandtitle h4 {
    font-size: 18px;
  }

  .timeandtitle h5 span {
    font-size: 18px;
  }

  .timeandtitle {
    margin: 0 0 40px 0;
  }

  .bannerabout .swiper-slide p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .bannertwo {
    margin: 40px 0 50px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .aboutgg_content {
    flex-wrap: wrap;
  }

  .aboutgg_content .l,
  .aboutgg_content .r {
    width: 100%;
  }

  .aboutgg_content .l {
    margin: 0 0 20px 0;
    text-align: center;
  }

  .aboutgg_content .l img {
    width: 25%;
  }

  .aboutgg_content .l h4 {
    margin: 25px 0 0 0;
  }

  .timeandtitle {
    margin: 0 0 20px 0;
  }

  .bannertwo {
    margin: 20px 0 25px 0;
  }

  .five_unit {
    padding: 30px 0;
  }
}

@media screen and (max-width: 375px) {}