section .about-title {
  margin-top: 5.45rem;
  text-align: center;
}
section .about-title h2 {
  font-size: 1.82rem;
  color: #000135;
}
section .about-title p {
  position: relative;
  margin-top: 0.55rem;
  font-size: 0.73rem;
  line-height: 1.09rem;
}
section .about-title p::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.14rem;
  width: 2.64rem;
  height: 0.09rem;
  background-color: #ff6900;
}
section .about .ab-container {
  display: flex;
  align-items: center;
  height: 24.41rem;
  background-color: #f8fafb;
}
section .about .ab-container .about-l {
  width: calc(100% - 23.86rem);
  padding: 0 1.82rem;
}
section .about .ab-container .about-l h2 {
  font-size: 1.18rem;
  color: #000135;
  margin-bottom: 1.82rem;
}
section .about .ab-container .about-l .about-sx {
  font-size: 0.73rem;
  line-height: 1.59rem;
  text-align: justify;
}
section .about .ab-container .about-l .about-now {
  font-size: 0.73rem;
  line-height: 1.59rem;
  color: #999999;
  margin-top: 3.18rem;
  text-align: justify;
}
section .about .ab-container .about-r {
  width: 23.86rem;
  height: 24.27rem;
}
section .about .ab-container .about-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .jscx {
  height: 27rem;
  background-color: #f8fafb;
  margin-top: 5.91rem;
  padding: 3.64rem 0;
}
section .jscx .about-title {
  margin-top: 0;
  margin-bottom: 3.86rem;
}
section .jscx .js-container {
  position: relative;
}
section .jscx .js-container .tech-l {
  width: 32.5%;
  padding-right: 4%;
  padding-top: 3.18rem;
}
section .jscx .js-container .tech-l h2 {
  color: #000332;
  font-size: 1.18rem;
}
section .jscx .js-container .tech-l p {
  font-size: 0.73rem;
  line-height: 1.59rem;
  margin-top: 0.91rem;
}
section .jscx .js-container .tech-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
}
section .jscx .js-container .tech-r #tech-container .swiper-slide {
  position: relative;
  width: 11.82rem !important;
}
section .jscx .js-container .tech-r #tech-container .swiper-slide .txt {
  position: absolute;
  bottom: 0.91rem;
  width: 100%;
  text-align: center;
}
section .jscx .js-container .tech-r #tech-container .swiper-slide .txt h2 {
  font-size: 0.91rem;
  color: #fff;
}
section .jscx .js-container .tech-r #tech-container .swiper-slide .txt p {
  color: #ffffff;
  font-size: 0.73rem;
  margin-top: 0.36rem;
}
section .zl .about-title {
  margin-bottom: 5rem;
}
section .zl .container {
  height: 15.09rem;
  background: url(../images/about_zl.png) no-repeat center;
  background-size: cover;
}
section .zl .container .main_center {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section .zl .container .main_center .item {
  color: #ffffff;
  text-align: center;
}
section .zl .container .main_center .item h2 .numCX {
  font-size: 3.6364rem;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 1.36rem;
}
section .zl .container .main_center .item h2 i {
  color: #ffffff;
  font-size: 1.36rem;
  font-style: normal;
}
section .zl .container .main_center .item p {
  font-size: 0.73rem;
}
section .team .about-title {
  margin-bottom: 6.82rem;
}
section .team .team-container {
  display: flex;
  justify-content: space-between;
}
section .team .team-container .team-box {
  width: 23.5%;
  position: relative;
  padding: 0.91rem 1.82rem;
  background-color: #fff;
  box-shadow: 0rem 0.36rem 0.73rem 0rem rgba(244, 244, 244, 0.6);
  transform: translateY(0);
  transition: transform 0.5s;
}
section .team .team-container .team-box .img {
  height: 5.95rem;
}
section .team .team-container .team-box .img img {
  height: 100%;
  object-fit: contain;
  display: block;
}
section .team .team-container .team-box h2 {
  font-size: 0.91rem;
  color: #000000;
  margin: 0.68rem 0 0.91rem;
  text-align: center;
}
section .team .team-container .team-box p {
  font-size: 0.73rem;
  line-height: 1.36rem;
  text-align: center;
}
section .team .team-container .team-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.18rem;
  background-image: linear-gradient(90deg, #ff6900 0%, #a6bbff 100%);
  transition: width 0.5s;
}
section .team .team-container .team-box:hover {
  transform: translateY(-1.82rem);
  transition: transform 0.5s;
}
section .team .team-container .team-box:hover::after {
  width: 100%;
  transition: width 0.5s;
}
section .market .pic {
  margin: 4.55rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  section .about-title {
    margin-top: 3.45rem;
  }
  section .about .common_h {
    margin: 40px 0 30px;
  }
  section .about .ab-container {
    height: auto;
    flex-direction: column-reverse;
    padding: 40px 10px;
  }
  section .about .ab-container .about-l {
    width: 100%;
  }
  section .about .ab-container .about-r {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
  section .jscx {
    height: auto;
  }
  section .jscx .about-title {
    margin: 0;
  }
  section .jscx .js-container .tech-l {
    width: 100% !important;
  }
  section .jscx .js-container .tech-r {
    position: static;
    width: 100%;
  }
  section .zl .container .main_center {
    flex-wrap: wrap;
  }
  section .zl .container .main_center .item {
    width: 50%;
  }
  section .team .team-container {
    flex-wrap: wrap;
  }
  section .team .team-container .team-box {
    width: 49%;
    margin-bottom: 10px;
  }
  section .market .pic {
    margin: 2.55rem 0 2rem;
  }
}
