.introduce-wrap {
  padding: 63px 0;
  background: url(/images/abort-bg-1.png) no-repeat center;
  background-size: cover;
}
.introduce-wrap h2 {
  color: var(--main-color);
  font-size: 35px;
  font-weight: 400;
  margin: unset;
}
.introduce-wrap .rich-text {
  font-size: 16px;
  color: #454545;
  line-height: 1.8;
  text-indent: 32px;
  margin-top: 35px;
}
.introduce-wrap .count-wrap {
  margin-top: 70px;
}
.introduce-wrap .count-wrap .col {
  text-align: center;
}
.introduce-wrap .count-wrap .col .count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.introduce-wrap .count-wrap .col .count .num {
  font-size: 48px;
  font-weight: 700;
}
.introduce-wrap .count-wrap .col .count .symbol {
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}


.honor-wrap {
  padding: 83px 0 0;
  background: url(/images/abort-bg-2.png) no-repeat center;
  background-size: cover;
}
.honor-wrap h2 {
  color: var(--main-color);
  font-size: 35px;
  font-weight: 400;
  margin: unset;
}
.honor-wrap header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.honor-wrap header ul {
  display: flex;
}
.honor-wrap header ul li + li {
  margin-left: 20px;
}
.honor-wrap header ul li {
  width: 52px;
  height: 52px;
  transition: transform .3s ease;
  cursor: pointer;
}
.honor-wrap header ul li:hover {
  transform: scale(1.1);
}
.honor-wrap header ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor-wrap .swiper {
  padding-bottom: 130px;
}
.honor-wrap .swiper-slide {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 30px;
}
.honor-wrap .swiper-slide:hover img {
  transform: scale(1.05);
}
.honor-wrap .swiper-slide .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.honor-wrap .swiper-slide .cover img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: transform .3s ease;
}
.honor-wrap .swiper-slide:hover p {
  color: var(--main-color);
}
.honor-wrap .swiper-slide p {
  text-align: center;
  font-size: 18px;
  color: #454545;
  transition: color .3s ease;
}
.honor-wrap .swiper-pagination {
  bottom: 80px;
}
.honor-wrap .swiper-pagination .swiper-pagination-bullet {
  border-radius: unset;
  width: 30px;
  height: 6px;
  opacity: 0.6;
  border-radius: 5px;
  background: #fff;
}
.honor-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--main-color);
}


.company-culture-wrap {
  background: url(/images/abort-bg-3.png) no-repeat center;
  background-size: cover;
}
.company-culture-wrap .container {
  position: relative;
}
.company-culture-wrap .container h2 {
  position: absolute;
  top: 71px;
  color: var(--main-color);
  font-size: 35px;
  font-weight: 400;
}
.company-culture-wrap .rw {
  height: 965px;
  position: relative;
}
.company-culture-wrap .rw li {
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
  height: 355px;
  overflow: hidden;
  border-radius: 50%;
  transition: transform .3s ease;
}
.company-culture-wrap .rw li:hover {
  transform: scale(1.05);
}
.company-culture-wrap .rw li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-culture-wrap .rw li .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.company-culture-wrap .rw li .hover h3 {
  font-size: 30px;
  color: #FFFFFF;
  margin: unset;
}
.company-culture-wrap .rw li .hover p {
  font-size: 22px;
  color: #FFFFFF;
  margin: 20px 0 0;
  width: 80%;
  line-height: 1.4;
}
.company-culture-wrap .rw li:nth-child(1) {
  top: 260px;
  width: 487px;
  height: 487px;
}
.company-culture-wrap .rw li:nth-child(2) {
  left: 565px;
  top: 574px;
}
.company-culture-wrap .rw li:nth-child(3) {
  top: 69px;
  left: 765px;
  width: 333px;
  height: 333px;
}
.company-culture-wrap .rw li:nth-child(4) {
  top: 468px;
  left: 1050px;
  width: 299px;
  height: 299px;
}
.company-culture-wrap .rw li:nth-child(5) {
  left: unset;
  right: 0;
  top: 174px;
  width: 299px;
  height: 299px;
}


.camera-wrap {
  padding: 108px 0;
  background-size: cover;
  background: url("/images/abort-bg-4.png") no-repeat center;
}
.camera-wrap h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  margin: unset;
}
.camera-wrap .swiper {
  margin-top: 50px;
}
.camera-wrap .swiper-slide {
  height: 600px;
  transition: transform .3s ease;
  transform: scale(0.7);
  border-radius: 15px;
  overflow: hidden;
}
.camera-wrap .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.camera-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camera-wrap .swiper-control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.camera-wrap .swiper-control .prev,
.camera-wrap .swiper-control .next {
  width: 66px;
  height: 70px;
  transition: transform .3s ease;
}
.camera-wrap .swiper-control .prev:hover,
.camera-wrap .swiper-control .next:hover {
  transform: scale(1.1);
}
.camera-wrap .swiper-control .prev img,
.camera-wrap .swiper-control .next img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.facility-wrap {
  padding: 65px 0;
}
.facility-wrap h2 {
  color: var(--main-color);
  font-size: 35px;
  font-weight: 400;
  margin: unset;
  margin-bottom: 10px;
}
.facility-wrap .col {
  display: block;
  margin-top: 30px;
}
.facility-wrap .wrap {
  display: block;
  border: 1px solid #B7EDB4;
  border-radius: 5px;
  transition: transform .3s ease;
  padding: 23px;
  transition: box-shadow .3s ease;
  cursor: pointer;
}
.facility-wrap .wrap:hover {
  box-shadow: 0 0 30px 0 #B7EDB4;
}
.facility-wrap .wrap p {
  margin: unset;
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
}
.facility-wrap .wrap .icon {
  float: right;
  width: 26px;
  height: 26px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .introduce-wrap {
    padding: 40px 0;
  }
  .introduce-wrap h2 {
    font-size: 24px;
  }
  .introduce-wrap .rich-text {
    margin-top: 15px;
  }
  .introduce-wrap .count-wrap {
    margin-top: 30px;
  }
  .introduce-wrap .count-wrap .col {
    padding: 0 5px;
  }
  .introduce-wrap .count-wrap .col .count .num {
    font-size: 30px;
  }
  .introduce-wrap .count-wrap .col > p {
    font-size: 13px;
    line-height: 1.6;
    margin: 6px 0;
  }

  .honor-wrap {
    padding: 40px 0 0;
  }
  .honor-wrap h2 {
    font-size: 24px;
  }
  .honor-wrap header ul li {
    width: 35px;
    height: 35px;
  }
  .honor-wrap header ul li + li {
    margin-left: 10px;
  }
  .honor-wrap header {
    margin-bottom: 15px;
  }
  .honor-wrap .swiper-slide .cover {
    height: 300px;
  }
  .honor-wrap .swiper-slide {
    padding-bottom: 15px;
  }
  .honor-wrap .swiper {
    padding-bottom: 80px;
  }
  .honor-wrap .swiper-pagination {
    bottom: 20px;
  }

  .company-culture-wrap {
    padding: 40px 0;
  }
  .company-culture-wrap .container h2 {
    position: relative;
    top: unset;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .company-culture-wrap .rw {
    height: unset;
    display: flex;
    flex-wrap: wrap;
  }
  .company-culture-wrap .rw li {
    position: relative;
    top: unset !important;
    left: unset !important;
    width: calc(50% - 8px) !important;
    height: auto !important;
    overflow: hidden;
    margin-top: 15px;
  }
  .company-culture-wrap .rw li:nth-child(2n) {
    margin-left: 15px;
  }
  .company-culture-wrap .rw li .hover h3 {
    font-size: 20px;
  }
  .company-culture-wrap .rw li .hover p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
  }

  .camera-wrap {
    padding: 40px 0;
  }
  .camera-wrap h2 {
    font-size: 24px;
  }
  .camera-wrap .swiper {
    margin: 30px 15px 0;
  }
  .camera-wrap .swiper-slide {
    height: 200px;
  }
  .camera-wrap .swiper-control {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .facility-wrap {
    padding: 40px 0;
  }
  .facility-wrap h2 {
    font-size: 24px;
  }
  .facility-wrap .col {
    margin-top: 15px;
  }
}
