.bannerBox {
  background: url('/src/business/cp-yyzt.jpg') no-repeat top center;
  background-size: cover;
}

/* 业务中台 */
.ywztBox {
  width: 100%;
  text-align: center;
  position: relative;
}


.ywztBox img {
  position: absolute;
  opacity: 0.1;
  left: 43%;
  top: 40px;
}

.ywztBox #mainTitle {
  margin: 160px auto 24px;
}

/* 中台方法论 */
.outBox {
  width: 100%;
  margin-top: 86px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, #F4F7FE 100%);
}

.ztfflBox {
  width: 100%;
  text-align: center;
}

.ztfflBox>img {
  width: 1100px;
  margin-top: 56px;
}

/* 用户痛点 */
#outBoxPlus,
#bgBox {
  height: 467px;
  margin-top: 86px;
}

.yhtdBox>ul>li {
  width: 192px;
  height:180px;
  position: relative;
}

.yhtdBox .yhtdText {
  width: 192px;
}

/* 中台实现模式 */
.outBoxTwo {
  width: 100%;
  background: #F4F7FE;
  margin-top: 86px;
  padding-bottom: 86px;
  box-sizing: border-box;
}

.outBoxTwo .schemeBox .schemeImg {
  margin-top: 57px;
}

/* 核心优势 */
.outBoxThree {
  width: 100%;
  background: #F4F7FE;
  margin-top: 86px;
  padding-bottom: 86px;
  box-sizing: border-box;
}

.outBoxThree .schemeImg {
  margin-top: 56px;
}