.ui-banner .carousel-indicators {
  margin-bottom: 6rem;
}
.ui-banner .carousel-indicators button {
  border-radius: 100px;
  border: 0;
  width: 18px;
  height: 18px;
  margin-left: 1rem;
}
.ui-banner .carousel-indicators button:first-child {
  margin-left: 0;
}
.ui-banner .carousel-indicators button.active {
  background-color: rgb(1, 147, 222);
}
.ui-banner .carousel-item .img-box {
  display: flex;
  justify-content: center;
  min-height: 300px;
}
.ui-banner .carousel-item .title-text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.ui-banner .carousel-item .title-text .title {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.ui-banner .carousel-item .title-text .text {
  color: #fff;
  font-size: 1rem;
}
.ui-banner .button {
  width: 218px;
  height: 65px;
  color: #fff;
  font-size: 1.375rem;
  background: red;
  align-self: stretch;
  justify-self: stretch;
  border-radius: 5px;
}

.ui-postdemand {
  background: rgb(238, 245, 248) url("/assets/images/xuqiubiaodan-bg.png") repeat-y center;
  background-size: 100%;
  padding: 4rem;
}
.ui-postdemand .container {
  padding: 0;
  min-width: 1386px !important;
  width: 1386px !important;
}
.ui-postdemand .form-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  padding-left: 3em;
}
.ui-postdemand .form-box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 90px;
  border: 0;
  border-radius: 20px;
}
.ui-postdemand .form-box .form-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.ui-postdemand .form-box .form-option .item {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: rgb(248, 248, 248);
}
.ui-postdemand .form-box .form-option .item.input {
  border: 1px solid #ddd;
  padding: 1rem;
}
.ui-postdemand .form-box .form-option .item label {
  color: rgb(148, 148, 148);
  margin-right: 10px;
}
.ui-postdemand .form-box .form-option .item input {
  background-color: initial;
  border: 0;
}
.ui-postdemand .form-box .form-option .item input:focus-visible {
  border: 0;
  outline: 0;
}
.ui-postdemand .form-box .form-option .item.button button {
  padding: 15px 3rem;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.375rem;
}

.ui-part {
  text-align: center;
  padding-bottom: 25px;
}
.ui-part .part-title {
  font-size: 1.75rem;
  font-weight: bold;
}
.ui-part .part-title .black {
  color: #000;
}
.ui-part .part-text {
  margin-top: 10px;
  color: #929393;
}

.service-advantage {
  padding: 3rem 0;
  background-color: rgb(238, 245, 248);
}
.service-advantage .head {
  margin-bottom: 2.5rem;
  text-align: center;
}
.service-advantage .head .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.service-advantage .head .text {
  color: rgb(146, 147, 147);
}
.service-advantage .body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 28px;
  row-gap: 28px;
}
.service-advantage .body .card {
  position: relative;
  border: none;
  border-radius: 0;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgb(212, 224, 230), -5px -5px 10px rgb(212, 224, 230);
}
.service-advantage .body .card::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 40.8695652174%;
}
.service-advantage .body .card > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.service-advantage .body .card > div {
  padding: 1.5rem 1rem;
}
.service-advantage .body .card table {
  height: 100%;
  width: 100%;
}
.service-advantage .body .card table td {
  text-align: left;
  vertical-align: middle;
}
.service-advantage .body .card table td.tubiao {
  text-align: center;
  width: 150px;
  height: 65px;
}
.service-advantage .body .card table td.title > div {
  height: 50px;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.service-advantage .body .card table td.title > div::after {
  display: block;
  content: "";
  height: 0;
  width: 1.3em;
  border-bottom: 2px solid rgb(1, 147, 222);
  position: absolute;
  bottom: 0;
}
.service-advantage .body .card table td.text {
  font-size: 0.875rem;
  color: #898989;
}

/**/
.contact-consultant {
  padding: 5rem 0;
}
.contact-consultant .container {
  min-width: 1338px;
  width: 1338px;
}
.contact-consultant .card-box {
  padding: 5rem;
  border-radius: 15px;
  background: rgb(1, 147, 222);
}
.contact-consultant .card-box .image-box {
  margin-right: 2rem;
}
.contact-consultant .card-box .body {
  color: #fff;
}
.contact-consultant .card-box .body .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.contact-consultant .card-box .body .text {
  font-size: 1.25rem;
}
.contact-consultant .card-box .button a {
  color: rgb(1, 147, 222);
  background: #fff;
  padding: 1.5rem 3rem;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.5rem;
}

.customer-case {
  padding: 3rem 0;
}
.customer-case .container.width {
  width: 1390px;
  padding: 0;
}
.customer-case .container.width .box {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.customer-case .container.width .box .column {
  width: 25%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.customer-case .container.width .box .column .card-box:first-child {
  margin-left: 0;
}
.customer-case .container.width .box .column .card-box img {
  max-width: 100%;
  max-height: 100%;
}

/*# sourceMappingURL=ui-component.css.map */
