/* 产品 */
.index-product {
  background-color: #fff;
}
.index-product .index-product-box {
  margin: 50px auto 100px;
  margin: 3.125rem auto 6.25rem;
  width: 1440px;
  width: 90rem;
  height: 740px;
  height: 46.25rem;
}
.index-product-box .index-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 588px;
  height: 36.75rem;
}
.index-product-content .left {
  width: 468px;
  width: 29.25rem;
  border: 2px solid #FFFFFF;
  border: 0.125rem solid #FFFFFF;
  -webkit-box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 88, 199, 0.09804);
          box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 88, 199, 0.09804);
}
.index-product-content .left .text {
  margin: 60px 0 0 50px;
  margin: 3.75rem 0 0 3.125rem;
  width: 281px;
  width: 17.5625rem;
  height: 133px;
  height: 8.3125rem;
}
.index-product-content .left .text h2 {
  margin: 0 0 35px;
  margin: 0 0 2.1875rem;
  color: #212937;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0;
  text-align: left;
}
.index-product-content .left .text .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  width: 7.875rem;
  height: 48px;
  height: 3rem;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  border: 0;
  border-radius: 0.375rem;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#0058C7), to(#1875F0));
  background: linear-gradient(90deg, #0058C7 0%, #1875F0 100%);
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 88, 199, 0.24706);
}
.index-product-content .left .text .detail i {
  margin-left: 8px;
  margin-left: 0.5rem;
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.index-product-content .left .text p {
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  color: #637287;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}
.index-product-content .right {
  width: 954px;
  width: 59.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.index-product-content .right .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding: 38px 57px 17px 61px;
  padding: 2.375rem 3.5625rem 1.0625rem 3.8125rem;
  width: 468px;
  width: 29.25rem;
  height: 184px;
  height: 11.5rem;
  border: 2px solid #FFFFFF;
  border: 0.125rem solid #FFFFFF;
}
.index-product-content .right .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.right .item .top {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.right .item .top .item-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right .item .top .item-bg img {
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
.right .item .top .item-bg h2 {
  margin: 0;
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0;
  text-align: left;
}
.right .item .bottom p {
  color: #637287;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}

/* 服务 */
.index-service {
  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: 680px;
  height: 42.5rem;
  background: url('../images/index/idx-server/server_big_bg0.png') no-repeat;
  background-size: 100% 100%;
}

.index-service .index-service-center {
  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;
  width: 1440px;
  width: 90rem;
  height: 501px;
  height: 31.3125rem;
}
.index-service-center .service-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1440px;
  width: 90rem;
  height: 270px;
  height: 16.875rem;
}
.index-service-center .service-bottom .service-item {
  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;
  width: 280px;
  width: 17.5rem;
  height: 270px;
  height: 16.875rem;
  padding: 65px 41px 30px;
  padding: 4.0625rem 2.5625rem 1.875rem;
  border-radius: 0.5rem;
  background-color: #fff !important;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-service-center .service-bottom .service-item:hover {
  padding: 41px 27px 39px 41px;
  padding: 2.5625rem 1.6875rem 2.4375rem 2.5625rem;
  width: 540px;
  width: 33.75rem;
  background-position: 270px 0;
  background-position: 16.875rem 0;
}
.index-service-center .service-bottom .service-item:hover .num {
  display: none;
}
.service-bottom .service-item:nth-child(1) {
  background: url('../images/index/idx-server/server_zl_bg1.png') no-repeat;
  /* background-position: 0 0; */
}
.service-bottom .service-item:nth-child(2) {
  background: url('../images/index/idx-server/server_kf_bg1.png') no-repeat;
  /* background-position: 0 0; */
}
.service-bottom .service-item:nth-child(3) {
  background: url('../images/index/idx-server/server_yw_bg1.png') no-repeat;
  /* background-position: 0 0; */
}
.service-bottom .service-item:nth-child(4) {
  background: url('../images/index/idx-server/server_zx_bg1.png') no-repeat;
  /* background-position: 0 0; */
}
.index-service-center .service-bottom .active {
  padding: 41px 27px 39px 41px;
  padding: 2.5625rem 1.6875rem 2.4375rem 2.5625rem;
  width: 540px;
  width: 33.75rem;
  height: 270px;
  height: 16.875rem;
}
.index-service-center .service-bottom .active .item-top .num {
  display: none;
}
.service-item .item-top h2 {
  margin: 0 0 22px 0;
  margin: 0 0 1.375rem 0;
  color: #212937;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}
.service-item .item-top .content {
  color: #637287;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}
.service-item .item-bottom {
  display: none;
  width: 470px;
  width: 29.375rem;
  height: 54px;
  height: 3.375rem;
}
.service-item:first-child .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-item .item-bottom .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  border-right: 1px solid #BFDBFF;
  border-right: 0.0625rem solid #BFDBFF;
}
.service-item .item-bottom .item:last-child {
  border: 0;
}
.service-item .item-bottom .item img {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
.service-item .item-bottom .item p {
  color: #161616;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
}
.service-item .item-top .num {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  opacity: 0.30000001192092896;
  color: #1875F0;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-align: left;
}
.service-item>h2 {
  margin: 30px 0;
  margin: 1.875rem 0;
  color: #212937;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: left;
}
.service-item .content {
  margin: 0;
  color: #637287;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 解决方案 */
.index-programme {
  width: 100%;
  height: 1080px;
  height: 67.5rem;
  padding-top: 92px;
  padding-top: 5.75rem;
  background-color: #fff;
}
.index-programme .module-title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.index-programme .index-programme-box {
  position: relative;
  padding-top: 100px;
  padding-top: 6.25rem;
  width: 100%;
  height: 856px;
  height: 53.5rem;
  background: url('../images/index/idx-programme/programme_bg.png') no-repeat;
  background-size: 85% 100%;
}

.index-programme-box .programme-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 1440px;
  width: 90rem;
  height: 656px;
  height: 41rem;
}
.programme-content .left {
  position: relative;
  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;
  width: 360px;
  width: 22.5rem;
  height: 100%;
}
.programme-content .left .top {
  width: 295px;
  width: 18.4375rem;
}
.programme-content .left .top .top-title {
  margin: 20px 0;
  margin: 1.25rem 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: left;
}
.programme-content .left .top .top-content {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
}
.programme-content .left .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 337px;
  width: 21.0625rem;
  height: 490px;
  height: 30.625rem;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
}
.programme-content .left .bottom .item {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 336px;
  width: 21rem;
  height: 40px;
  height: 2.5rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}
.programme-content .left .bottom .item:last-child {
  margin-bottom: 0;
}
.programme-content .left .bottom .active {
  position: relative;
}
.programme-content .left .bottom .active:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  border-left: 2px solid #fff;
  border-left: 0.125rem solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0058C7), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #0058C7 0%, rgba(255, 255, 255, 0) 100%);
}
.programme-content .right {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  right: 0;
  z-index: 1;
  width: 68%;
  height: 656px;
  height: 41rem;
}
.programme-content .right img {
  width: 100%;
  height: 100%;
}

/* 成功案例 */
.index-success-cases {
  padding-top: 91px;
  padding-top: 5.6875rem;
  width: 100%;
}
.index-success-cases .success-cases {
  margin: 0 auto;
  width: 1440px;
  width: 90rem;
}
.index-success-cases .success-cases .module-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.index-success-cases .success-cases .success-cases-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 560px;
  height: 35rem;
}
.success-cases-content .success-cases-item {
  position: relative;
  width: 460px;
  width: 28.75rem;
  height: 100%;
}
.success-cases-content .success-cases-item:nth-child(1) {
  background: url('../images/index/img_cases01gz.png') no-repeat;
  background-position: 0 0;
}
.success-cases-content .success-cases-item:nth-child(2) {
  background: url('../images/index/img_cases02hs.png') no-repeat;
  background-position: 0 0;
}
.success-cases-content .success-cases-item:nth-child(3) {
  background: url('../images/index/img_cases03ly.png') no-repeat;
  background-position: 0 0;
}
.success-cases-content .success-cases-item .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 44px 36px 42px 40px;
  padding: 2.75rem 2.25rem 2.625rem 2.5rem;
  width: 100%;
  height: 300px;
  height: 18.75rem;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.84706)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84706) 0%, #FFFFFF 100%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(1.875rem);
          backdrop-filter: blur(1.875rem);
  -webkit-box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.07843);
          box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.07843);
}
.success-cases-content .success-cases-item .item-content:hover {
  -webkit-box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.14902);
          box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 88, 199, 0.14902);
}
.success-cases-item .item-content .title {
  margin: 0;
  color: #212937;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: left;
}
.success-cases-item .item-content .text {
  margin: 30px 0 38px;
  margin: 1.875rem 0 2.375rem;
  color: #637287;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: left;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success-cases-item .item-content .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #0058C7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0;
  text-align: center;
}
.success-cases-item .item-content .all i {
  margin-left: 9px;
  margin-left: 0.5625rem;
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: 9px;
  height: 0.5625rem;
  background: url('../images/index/link_ckxq.png') no-repeat;
  -webkit-transition: all .5 linear;
  transition: all .5 linear;
}
.success-cases-item .item-content .all:hover i {
  margin-left: 17px;
  margin-left: 1.0625rem;
}

/* 战略伙伴 */
.index-partner {
  position: relative;
  width: 100%;
  height: 856px;
  height: 53.5rem;
  overflow: hidden;
}
.index-partner .module-title {
  margin: 100px auto 100px;
  margin: 6.25rem auto 6.25rem;
  background: url('../images/index/img_partner_top.png') no-repeat;
  background-size: 100% 100%;
}
.module-title .bg {
  width: 80px;
  width: 5rem;
  height: 8px;
  height: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#0058C7), to(#1875F0));
  background: linear-gradient(90deg, #0058C7 0%, #1875F0 100%);
}
.index-partner .index-partner-bg {
  position: absolute;
  left: 0;
  bottom: 100px;
  bottom: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 476px;
  height: 29.75rem;
}
.index-partner .masking {
  position: absolute;
  left: 0;
  bottom: 100px;
  bottom: 6.25rem;
  width: 100%;
  height: 476px;
  height: 29.75rem;
  z-index: 90;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #FFFFFF), color-stop(20%, rgba(255, 255, 255, 0.29804)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.29804)), color-stop(96%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 4%, rgba(255, 255, 255, 0.29804) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.29804) 80%, #FFFFFF 96%);
}
.index-partner .index-partner-bg img {
  height: 100%;
  width: 2704px;
  width: 169rem;
}