.banner .title-text {
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner .title-text .container {
  padding: 0 5rem;
  color: #fff;
}
.banner .title-text .container .title {
  font-size: 2.1875rem;
  font-weight: bold;
  margin-bottom: 1.375rem;
}
.banner .title-text .container .text {
  font-size: 16px;
  margin-bottom: 50px;
}
.banner .title-text .container .button a {
  color: #fff;
  display: inline-block;
  padding: 16px 48px;
  background: rgb(1, 147, 222);
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  line-height: 18px;
}

.business-structure {
  padding: 5rem 0;
  padding-bottom: 5rem;
  background: #fff;
}
.business-structure .part-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.business-structure .part-text {
  text-align: center;
  margin-bottom: 1.75rem;
}
.business-structure .row-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.business-structure .row-box .column {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 31%;
  flex-direction: column;
  box-shadow: 0 0 10px 0 #aaa;
  padding: 1.75rem 1rem;
  text-align: center;
}
.business-structure .row-box .column .tubiao {
  margin-bottom: 1rem;
}
.business-structure .row-box .column .title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.business-structure .row-box .column .text {
  color: #666;
  flex-grow: 1;
}

.customer-case {
  padding: 5rem 0;
}
.customer-case .part-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.customer-case .part-title .black {
  color: #000;
}
.customer-case .part-text {
  text-align: center;
}

/*# sourceMappingURL=qixiazhandian.css.map */
