.service-con {
  background-color: #fff;
  padding-top: 64px;
}
.service-con .service-top {
  text-align: center;
}
.service-con .service-middle {
  margin-top: 38px;
  padding: 0 30px;
}
.service-con .contact-bottom {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 56px;
}

.step-item {
  float: left;
  height: 172px;
  text-align: center;
  margin-left: 31px;
  position: relative;
}
.step-item:nth-child(1) {
  margin-left: 0;
}
.step-item .step-img-box {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.step-item .step-img-box img {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
.step-item .step-desc {
  height: 14px;
  font-size: 14px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  margin-top: 14px;
  display: inline-block;
}
.step-item .step-progress-box {
  position: absolute;
  left: -14px;
}
.step-item .step-progress {
  width: 116px;
  height: 1px;
  border: 1px dashed #0D58B7;
  position: relative;
  margin-top: 32px;
}
.step-item .step-progress::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #C1DBFC;
  border-radius: 50%;
  top: -8px;
  left: calc(50% - 8px);
  border: 4px solid #2380F6;
}

.contact-box {
  margin-top: 56px;
  padding-left: 30px;
  height: 297px;
}
.contact-box .contact-left {
  float: left;
  width: 513px;
  height: 100%;
  background-color: #ccc;
  position: relative;
}
.contact-box .contact-left .fix-btn {
  cursor: pointer;
  width: 28px;
  height: 40px;
  opacity: 0;
  background-color: red;
  position: absolute;
  top: 114px;
  left: 268px;
  z-index: 10;
}
.contact-box .contact-right {
  float: left;
  height: 100%;
  margin-left: 43px;
  padding-top: 12px;
  text-align: left;
}
.contact-box .contact-right .contact-company {
  height: 16px;
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  font-weight: 600;
}
.contact-box .contact-right .code {
  display: block;
  width: 86px;
  height: 87px;
  margin-top: 16px;
}

.contact-other {
  margin-top: 26px;
}
.contact-other .info-item {
  height: 17px;
  line-height: 17px;
  margin-top: 10px;
}
.contact-other .info-item:nth-child(1) {
  margin-top: 0;
}
.contact-other .info-item img {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  vertical-align: middle;
}
.contact-other .info-item span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}/*# sourceMappingURL=service.css.map */