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

.scheme {
  padding: 5rem 0;
}
.scheme .row-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.scheme .row-box .column {
  width: 275px;
}
.scheme .row-box .column .tubiao {
  text-align: center;
  height: 95px;
  margin-bottom: 1rem;
}
.scheme .row-box .column .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.scheme .row-box .column .text {
  text-align: center;
  color: #7b7c7c;
  font-size: 0.875rem;
}

.application-scenarios {
  padding: 5rem 0;
  background: rgb(238, 245, 248);
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
}
.application-scenarios .row-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-scenarios .row-box .column {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 684px;
  height: 251px;
  border: 1px solid #606060;
  border-radius: 16px;
  background: #fff;
  padding: 46px 20px;
  margin-left: 25px;
}
.application-scenarios .row-box .column .tubiao {
  margin-right: 20px;
  width: 62px;
  height: 57px;
  flex-shrink: 0;
}
.application-scenarios .row-box .column .tubiao img {
  display: block;
  width: 100%;
  height: 100%;
}
.application-scenarios .row-box .column .body .title {
  align-content: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #fc2d39, #fc2d39);
  background-size: 2.5em 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 57px;
  margin-bottom: 20px;
}
.application-scenarios .row-box .column .body .text {
  line-height: 30px;
}

.cooperation-process {
  padding: 5rem 0;
}
.cooperation-process > .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("/assets/images/icon_Line4.png") no-repeat center;
  height: 790px;
  width: 1200px;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.cooperation-process > .body::before {
  display: block;
  content: "";
  background: #9e9e9e;
  padding: 6px;
  width: 0;
  border-radius: 100px;
}
.cooperation-process > .body::after {
  display: block;
  content: "";
  background: #9e9e9e;
  padding: 6px;
  width: 0;
  border-radius: 100px;
  justify-self: end;
}
.cooperation-process > .body > .item {
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
}
.cooperation-process > .body > .item .list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("/assets/images/icon_Line7.png") no-repeat;
  background-size: 100% 100%;
  width: 422px;
  height: 193px;
  padding: 3em 2em;
}
.cooperation-process > .body > .item .list .item {
  font-size: 1.375rem;
  font-weight: bold;
  width: 50%;
  text-align: center;
}
.cooperation-process > .body > .item .name {
  font-size: 2.1875rem;
  color: rgb(1, 147, 222);
  font-weight: bold;
  width: 40px;
  text-align: center;
  margin: 0 45px;
  line-height: 35px;
}
.cooperation-process > .body > .item .num {
  font-size: 2.1875rem;
  color: rgb(1, 147, 222);
  font-weight: bold;
  background: url("/assets/images/icon_Line5.png") repeat-x bottom;
  width: 70px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 2.1875rem;
}
.cooperation-process > .body > .item.i1 {
  right: 50%;
  top: 50px;
}
.cooperation-process > .body > .item.i2 {
  right: 50%;
  bottom: 50px;
}
.cooperation-process > .body > .item.i3 {
  left: 50%;
  top: 200px;
}
.cooperation-process > .body > .item.i3 .second-order-branch {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  background: url("/assets/images/icon_Line6.png") no-repeat left center;
  background-size: 18%;
  padding-left: 50px;
  height: 400px;
}
.cooperation-process > .body > .item.i3 .second-order-branch .item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.cooperation-process > .body > .item.i3 .second-order-branch .item .name {
  margin-right: 30px;
  padding-left: 20px;
}
.cooperation-process > .body > .item.i3 .second-order-branch .item .list {
  background: url("/assets/images/icon_Line8.png") no-repeat;
  background-size: 100% 100%;
  width: 248px;
  height: 138px;
  padding: 30px 0px 30px 40px;
}
.cooperation-process > .body > .item.i3 .second-order-branch .item .list .item {
  font-size: 1.0625rem;
  font-weight: bold;
}

.customer-case {
  padding: 5rem 0;
}
.customer-case .ui-part .part-text {
  color: #898989;
  margin-top: 20px;
}
.customer-case .container.list {
  min-width: 1428px;
}
.customer-case .container.list .list {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.customer-case .container.list .list .item {
  margin: 10px;
  width: 236px;
  height: 122px;
  outline: 1px solid #ddd;
}
.customer-case .container.list .list .item img {
  width: 100%;
  height: 100%;
}

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