.swiperBox {
  position: relative;
}
.swiperBox h2 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-60%);
}
.main h2 {
  text-align: center;
  line-height: 1rem;
  margin: 2rem 0;
  font-size: 0.9rem;
}
.main h2 span {
  width: 3rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  display: inline-block;
  background-image: url("../../img/line.jpg");
  background-repeat: no-repeat;
  background-position-y: 20px;
}
.main p {
  text-align: left;
  text-indent: 2em;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #666666;
}

#honor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#honor ul li {
  width: 30%;
  margin-bottom: 0.5rem;
}
#honor img {
  width: 100%;
  height: 100%;
}
.service_content {
  color: #666666;
  margin: 0 auto;
}
.service_content > div {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.service_content p {
  font-size: 14px;
  text-align: center;
  text-indent: 0;
}
.contact_lsit {
  font-size: 14px;
}
.contact_lsit li {
  margin: 0 auto;
  width: 9rem;
  line-height: 1.2rem;
}
.contact_lsit i {
  font-size: 16px;
}
.service_img {
  width: 128px;
  height: 128px;
}

/* 加入我们 */
#join p {
  text-align: center;
  text-indent: 0;
}

#join .icon-youxiang {
  font-size: 0.9rem;
}

#join a {
  width: 6rem;
  height: 2rem;
  font-size: 0.7rem;
  color: #1b94d3;
  border: 1px solid #1b94d3;
  line-height: 1.9rem;
  display: block;
  text-align: center;
  margin: 1.5rem auto;
}
