body {
  min-width: 1440px;
  min-width: 90rem;
}
.module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
  margin: 0 auto 3.75rem;
  width: 100%;
  height: 92px;
  height: 5.75rem;
  text-align: center;
}
.module-title>h1 {
  margin: 0 0 31px;
  margin: 0 0 1.9375rem;
  color: #161616;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 38px;
  line-height: 2.375rem;
  letter-spacing: 0;
}
.module-title .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: none;
  color: #0058C7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  background-color: transparent;
}

.module-title .bg-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  height: 3.7rem;
  font-weight: bold;
  font-size: 78px;
  font-size: 4.875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 225, 225, 0.49804)), to(rgba(224, 225, 225, 0.2)));
  background: linear-gradient(180deg, rgba(224, 225, 225, 0.49804) 0%, rgba(224, 225, 225, 0.2) 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.index-service .module-title .bg-text {
  color: #DFE8F3;
}
.module-title .bg-text .sv {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #161616;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 38px;
  line-height: 2.375rem;
  letter-spacing: 0;
}

.module-title .all i {
  margin-left: 8px;
  margin-left: 0.5rem;
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 12px;
  height: 0.75rem;
  background: url('../images/index/link-arrow-more.png') no-repeat;
}

/* 输入框 */
[type='text'],
[type='number'] {
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 400px;
  width: 25rem;
  height: 48px;
  height: 3rem;
  color: #212937;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
  border-radius: 0.375rem;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border: 0.0625rem solid #EAEAEA;
  outline: none;
}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* 火狐 */
input[type='number'] {
  -moz-appearance: none;
}

[type='text']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
}

[type='text']::-moz-placeholder,
[type='number']::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
}

[type='text']::-ms-input-placeholder,
[type='number']::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
}

[type='text']::placeholder,
[type='number']::placeholder {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
}
.form .input-box {
  position: relative;
}
.form .input-box .error {
  position: absolute;
  left: 15px;
  left: 0.9375rem;
  bottom: 5px;
  bottom: 0.3125rem;
  color: #F32C29;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 11px;
  line-height: 0.6875rem;
  letter-spacing: 0;
  text-align: left;
  display: none;
}
.select-box {
  position: relative;
  width: 400px;
  width: 25rem;
  height: 48px;
  height: 3rem;
}
.select-box .select {
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
}
.select-box .select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 300px;
  max-height: 18.75rem;
  overflow: auto;
  border-radius: 0.375rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.25rem 1.5rem 0 rgba(22, 22, 22, 0.11765);
          box-shadow: 0 0.25rem 1.5rem 0 rgba(22, 22, 22, 0.11765);
  display: none;
}
.select-box .suffix {
  position: absolute;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border: 1px solid #555555;
  border: 0.0625rem solid #555555;
  border-right: transparent;
  border-bottom: transparent;
}
.select-box .select-dropdown .select-dropdown-list {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.select-dropdown .select-dropdown-list .select-dropdown-item {
  padding: 10px 0;
  padding: 0.625rem 0;
  color: #212937;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

/* 轮播图 */
.my-container {
  position: relative;
  width: 900px;
  width: 56.25rem;
  height: 534px;
  height: 33.375rem;
  background: linear-gradient(152.97deg, #0058C7 0%, #1875F0 100%);
  -webkit-box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0.5rem 0.5rem 1.25rem 0 rgba(0, 88, 199, 0.09804);
  overflow: hidden;
}
.my-container .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.my-container .carousel .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 900px;
  width: 56.25rem;
  height: 100%;
}
.my-container .carousel .item img {
  width: 100%;
  height: 100%;
}
.my-container .indicator {
  position: absolute;
  left: 50%;
  bottom: 15px;
  bottom: 0.9375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  width: 3.125rem;
  height: 8px;
  height: 0.5rem;
}
.my-container .indicator span {
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.my-container .indicator .active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #1875F0;
}

/* 产品优势标题块 */
.product-advantages {
  padding: 100px 0 100px;
  padding: 6.25rem 0 6.25rem;
  width: 100%;
}
.product-advantages .product-advantages-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.product-advantages .product-advantages-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
/* 产品功能标题块 */
.product-function {
  padding-top: 91px;
  padding-top: 5.6875rem;
  width: 100%;
}
.product-function .product-function-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.product-function .product-function-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.product-function .product-function-content .module-title .bg-text {
  color: transparent;
  -webkit-background-clip: text;
}
.product-function .module-title .bg-text .sv {
  color: #161616;
}
/* 业务架构 */
.product-architecture {
  padding-top: 100px;
  padding-top: 6.25rem;
  width: 100%;
}
.product-architecture .product-architecture-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.product-architecture .product-architecture-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.product-architecture .architecture-bg {
  width: 1440px;
  width: 90rem;
}

/* 服务价值标题块 */
.service-value {
  padding: 91px 0 100px;
  padding: 5.6875rem 0 6.25rem;
  width: 100%;
}
.service-value .service-value-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.service-value .service-value-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/* 服务内容标题块 */
.service-content {
  padding-top: 91px;
  padding-top: 5.6875rem;
  width: 100%;
}
.service-content .service-content-box {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.service-content .service-content-box .module-title {
  margin-bottom: 94px;
  margin-bottom: 5.875rem;
}

/* 细分领域 */
.programme-field {
  padding: 91px 0 100px;
  padding: 5.6875rem 0 6.25rem;
  width: 100%;
}
.programme-field .programme-field-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.programme-field .programme-field-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/* 方案价值 */
.programme-value {
  padding-top: 91px;
  padding-top: 5.6875rem;
  width: 100%;
}
.programme-value .programme-value-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.programme-value .programme-value-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/* 标杆案例 */
.programme-case {
  padding: 100px;
  padding: 6.25rem;
  width: 100%;
}
.programme-case .programme-case-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.programme-case .programme-case-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/* 解决方案业务架构 */
.programme-architecture {
  padding-top: 100px;
  padding-top: 6.25rem;
  width: 100%;
}
.programme-architecture .programme-architecture-content {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.programme-architecture .programme-architecture-content .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

/* 解决方案top-text */
.programme-module .top-text {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  width: 100%;
  text-align: center;
}
.programme-module .top-text .text {
  color: #212937;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: center;
}