.app_service {
  width: 100%;
  margin-top: 3.38vw;
  /* padding-top: 8vh; */
}

.app_service a {
  color: #000000;
}

.app_service .bannerBox {
  width: 100%;
  height: 41.6vw;
  position: relative;
}

.app_service .bannerBox .bannerBox_txt {
  position: absolute;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  top: 40%;
  left: 15%;
}

.app_service .bannerBox .bannerBox_txt .bannerBox_txt_h {
  font-size: 1.872vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.6vw;
  letter-spacing: 0.104vw;
}

.app_service .bannerBox .bannerBox_txt .bannerBox_txt_line {
  width: 7.332vw;
  height: 0.208vw;
  background: #ffffff;
  margin: 1.3vw 0 2.6vw;
}

.app_service .bannerBox .bannerBox_txt p {
  font-size: 0.832vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
}

.app_service .bannerBox .imgBox {
  width: 100%;
  height: 100%;
}

.app_service .bannerBox .imgBox img {
  width: 100%;
  height: 100%;
}

.app_service .process {
  text-align: center;
  padding: 2.912vw 0 5.2vw;
}

.app_service .process .process_h {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}

.app_service .process .process_p {
  font-size: 0.728vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8990a0;
  margin: 0.78vw 0 2.6vw;
}

.app_service .process .process_content {
  background: url("/static/web/images/service/bg03.png") no-repeat center;
  background-size: 39.4vw 30.4vw;
}

.app_service .process .process_content .imgBox {
  text-align: center;
  position: absolute;
  width: 39.416vw;
  height: 30.888vw;
  margin: 0 auto;
  top: 0;
}

.app_service .process .process_content .imgBox img {
  width: 39.416vw;
  height: 30.888vw;
}

.app_service .process .process_content .oneBox,
.app_service .process .process_content .twoBox,
.app_service .process .process_content .threeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.app_service .process .process_content .oneBox div,
.app_service .process .process_content .twoBox div,
.app_service .process .process_content .threeBox div {
  width: 10.8vw;
  height: 8vw;
  border: 0.052vw solid #374fee;
  border-radius: 0.624vw;
  padding: 0.52vw;
  overflow: hidden;
  background-color: #f7f7f7;
  overflow: hidden;
}

.app_service .process .process_content .oneBox div p:nth-child(1),
.app_service .process .process_content .twoBox div p:nth-child(1),
.app_service .process .process_content .threeBox div p:nth-child(1) {
  font-size: 1vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #0d32eb;
  text-align: center;
  margin-bottom: 0.5vw;
}

.app_service .process .process_content .oneBox div p:nth-child(2),
.app_service .process .process_content .twoBox div p:nth-child(2),
.app_service .process .process_content .threeBox div p:nth-child(2) {
  font-size: 0.8vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.app_service .process .process_content .oneBox {
  width: 30vw;
}

.app_service .process .process_content .twoBox {
  width: 63vw;
  margin: 3.12vw auto;
}

.app_service .process .process_content .twoBox .yuanBox {
  text-align: center;
  border: none;
  font-size: 1.248vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3950ef;
  background-color: rgba(247, 247, 247, 0);
  line-height: 6.5vw;
}

.app_service .process .process_content .threeBox {
  width: 30vw;
}

.app_service .technology {
  text-align: center;
  padding: 2.6vw 0;
  position: relative;
}

.app_service .technology .technology_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
}

.app_service .technology .technology_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.04vw;
  margin: 0.52vw 0 3.12vw;
}

.app_service .technology .technology_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 53.924vw;
  margin: 0 auto;
}

.app_service .technology .technology_flex .technology_flex_s {
  width: 32%;
  background: #0d57db;
  border-radius: 0.52vw;
  margin: 0 1% 1.04vw;
  color: #fff;
  padding: 1.092vw 0.936vw 0;
  overflow: hidden;
}

.app_service .technology .technology_flex .technology_flex_s .topBox {
  border-bottom: 0.052vw solid #ffffff;
  font-size: 0.936vw;
  font-family: PingFang SC;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.416vw;
}

.app_service .technology .technology_flex .technology_flex_s .topBox .topBox_l img {
  width: 1.612vw;
  height: 1.612vw;
  margin-right: 0.676vw;
  -webkit-transform: translateY(-0.156vw);
          transform: translateY(-0.156vw);
}

.app_service .technology .technology_flex .technology_flex_s .botBox {
  font-size: 0.728vw;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: left;
  padding: 0.52vw 0;
}

.app_service .technology .technology_flex .technology_flex_s .botBox p {
  margin-bottom: 0.5vw;
}

.app_service .technology .technology_flex .technology_flex_s:nth-child(3n + 1) {
  margin-left: 0;
}

.app_service .technology .technology_flex .technology_flex_s:nth-child(3n + 3) {
  margin-right: 0;
}

.app_service .technology .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.app_service .technology .imgBox img {
  width: 100%;
  height: 100%;
}

.app_service .example {
  width: 62.4vw;
  margin: 4.16vw auto 0;
}

.app_service .example .example_l,
.app_service .example .example_r {
  height: 26vw;
  height: 26vw;
  position: relative;
  margin-bottom: 6.24vw;
}

.app_service .example .example_l .example_bg,
.app_service .example .example_r .example_bg {
  width: 46.8vw;
  height: 26vw;
  background: #eff0f2;
}

.app_service .example .example_l .example_bg img,
.app_service .example .example_r .example_bg img {
  width: 31.2vw;
  height: 26vw;
}

.app_service .example .example_l .example_txt,
.app_service .example .example_r .example_txt {
  position: absolute;
  width: 22.88vw;
  padding-top: 4.056vw;
}

.app_service .example .example_l .example_txt .example_txt_h,
.app_service .example .example_r .example_txt .example_txt_h {
  font-size: 1.664vw;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #000000;
  line-height: 2.496vw;
  letter-spacing: 0.052vw;
}

.app_service .example .example_l .example_txt .example_txt_p,
.app_service .example .example_r .example_txt .example_txt_p {
  font-size: 0.832vw;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.052vw;
  margin: 3.692vw 0;
}

.app_service .example .example_l .example_txt .example_txt_btn,
.app_service .example .example_r .example_txt .example_txt_btn {
  width: 13vw;
  height: 2.496vw;
  border: 0.052vw solid #333333;
  font-size: 1.04vw;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 2.496vw;
  text-align: center;
  letter-spacing: 0.052vw;
  cursor: pointer;
}

.app_service .example .example_r .example_bg {
  float: right;
}

.app_service .example .example_r .example_bg img {
  float: right;
  width: 31.2vw;
  height: 26vw;
}

.app_service .example .example_r .example_txt {
  top: 0;
  left: 0;
}

.app_service .example .example_l .example_bg {
  float: left;
  width: 46.8vw;
  height: 26vw;
  background: #eff0f2;
}

.app_service .example .example_l .example_bg img {
  float: left;
  width: 31.2vw;
  height: 26vw;
}

.app_service .example .example_l .example_txt {
  position: absolute;
  top: 0;
  right: 0;
}

.app_service .contactBox {
  width: 100%;
  padding: 3.12vw 0 5.2vw;
  text-align: center;
  margin: 0 auto;
  background: url("/static/web/images/index/img08.png") no-repeat;
  background-size: 100% 50%;
  color: #ffffff;
  min-height: 240px;
}

.app_service .contactBox .contactBox_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
}

.app_service .contactBox .contactBox_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.04vw;
  margin: 1.04vw 0 2.6vw;
}

.app_service .contactBox .contactBox_bigBox {
  width: 68.692vw;
  height: 27.976vw;
  background-color: #fff;
  margin: 2.6vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l {
  width: 50%;
  height: 100%;
  padding: 0 2.132vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #909090;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .contactBox_bigBox_l_h {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 1.82vw 0 2.34vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
  width: 100%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l {
  width: 45%;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l img {
  width: 0.832vw;
  height: 0.988vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r {
  width: 45%;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r img {
  width: 0.78vw;
  height: 0.988vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox {
  width: 100%;
  margin: 1.04vw 0;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox img {
  width: 1.04vw;
  height: 0.988vw;
  margin-right: 0.27vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
  width: 100%;
  height: 6.812vw;
  border: 0.052vw solid #ccc;
  padding: 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
  width: 45%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
  position: absolute;
  left: 55%;
  cursor: pointer;
  width: 7.8vw;
  display: block;
  height: 2.6vw;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
  width: 11.856vw;
  height: 3.12vw;
  margin: 2vw auto 0;
  line-height: 3.12vw;
  text-align: center;
  background: #0c57db;
  border-radius: 0.52vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_r {
  width: 50%;
  height: 100%;
}

.app_service .contactBox .contactBox_bigBox .contactBox_bigBox_r img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .app_service .contactBox .contactBox_bigBox {
    width: 68.692vw;
    height: 40vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l {
    width: 100%;
    height: 100%;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
    height: 5vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
    height: 12vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
    height: 5vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
    width: 10vw;
    height: 5vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
    width: 15vw;
    height: 5vw;
    margin: 2vw auto 0;
    line-height: 5vw;
  }
  .app_service .contactBox .contactBox_bigBox .contactBox_bigBox_r {
    display: none;
  }
  .app_service .process .oneBox div p:nth-child(2),
  .app_service .process .twoBox div p:nth-child(2),
  .app_service .process .threeBox div p:nth-child(2) {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */