section.banner {
  width: 100vw;
  height: 9.2rem;
  background: url(../imgs/about/banner.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  color: #fff;
  font-size: 0.775rem;
  font-weight: 700;
}

.banner ul {
  margin-top: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.2rem;
}

.banner ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner ul>li span {
  font-size: 0.35rem;
  color: #fff;
  margin-left: 6px;
}

@-webkit-keyframes load {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.banner ul>li .earth {
  -webkit-animation: load 1.1s infinite linear;
}
.car .strike5 {
  top: 0.55rem;
  animation-delay: 0.1s;
}
.car .strike {
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ffe4e1;
  animation: strikes 0.3s linear infinite;
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: -50px;
    opacity: 0;
  }
  to {
    left: 50px;
  }
}
.car img {
  animation: speed 0.8s linear infinite;
}
.about_gjh {
  background: url(../imgs/about/aboutBg.png) no-repeat;
  width: 100vw;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 1rem 0;
}

.about_item {
  display: flex;
}

.ml40 {
  margin-left: 0.5rem;
}

.mr40 {
  margin-right: 0.5rem;
}

.about_item .about_text {
  width: 7.625rem;
}

.about_text .about_title {
  font-size: 0.4rem;
}

.about_text h2,
.about_text h2 span {
  font-size: 0.25rem;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #444;
}
.about_text h2 span {
  color: #ff9d29;
}

.about_text p {
  font-size: 0.2rem;
  color: #666666;
}

.about_text ul {
  margin-top: 0.5rem;
}

.about_text ul li {
  display: flex;
  margin: 7px 0;
  align-items: center;
}

.about_text li div {
  width: 12px;
  height: 12px;
  border: 6px;
  border: 1px solid #4d74f4;
}

.about_text li span {
  margin-left: 5px;
  font-size: 0.2rem;
  color: #666666;
}

.about_title::after {
  content: "";
  display: block;
  width: 0.625rem;
  text-align: center;
  height: 4px;
  background-color: #445993;
  margin-top: 10px;
  position: relative;
}

.history {
  padding: 0.875rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history h1 {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 0.775rem;
}

.certificate {
  position: relative;
  padding: 0.9375rem 0 1.25rem 0;
  background: #eef1fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.certificate h1 {
  font-size: 0.4rem;
  margin-bottom: 1rem;
}

.mySwiper {
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  background-image: url(../imgs/about/Box.png) no-repeat !important;
  width: 2.625rem !important;
  height: 3.4rem !important;
  padding: 0.2rem !important;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.box {
  position: absolute;
}

.swiper-item {
  background-image: url(../imgs/about/Box.png) no-repeat !important;
}

.swiper-slide img {
  display: block;

  z-index: 10;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(50%);
  width: 30px;
  height: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  position: absolute !important;
  right: -0.575rem;
  /* background-image: url(../imgs/icons/circleRight.png) !important; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  position: absolute !important;
  left: -0.575rem;
  /* background-image: url(../imgs/icons/circleLeft.png) !important; */
}

.companyAddress {
  padding: 0.9375rem 0 0.375rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.companyAddress h1 {
  font-size: 0.4rem;
}

.companyAddress #allmap {
  width: 15rem;
  height: 5.65rem;
  margin: 0.75rem 0 0.5rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}

.companyAddress ul {
  display: flex;
}

.companyAddress ul > li:nth-child(2) {
  margin: 0 1rem;
}

.companyAddress ul li span {
  margin-left: 10px;
  font-size: 14px;
}

.anchorBL {
  display: none;
}
@media (max-width: 992px) {
  .company-activities .activities {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }

  .company-activities .activities {
    width: 100%;
  }

  .activities .activities_left {
    width: unset;
    width: 100%;
  }

  .companyAddress ul {
    flex-direction: column;
  }

  .companyAddress ul > li:nth-child(2) {
    margin: 1rem 0 !important;
  }
}

@media (max-width: 992px) {
  .about_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .about_img {
    margin: 20px;
  }

  .about_text {
    width: 50% !important;
  }
}

@media (max-width: 576px) {
  .about_text {
    width: 80% !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 24px;
    height: 26px;
  }

  .companyAddress {
    padding: 20px !important;
  }

  .companyAddress #allmap {
    /* width: 100vw !important; */
    width: 100% !important;
    height: 400px !important;
  }
}
