.bannerBox {
  background: url('/src/nhCase/al-nh.jpg') no-repeat top center;
  background-size: cover;
}

.bannerTitle>p {
  width: 600px;
  margin: 31px 0 40px 0;
}

/* 客户挑战 */
#challengeBox>div:last-of-type {
  margin-top: 14px !important;
}

#tabBox {
  width: 570px !important;
}

/* 解决方案 */
#outBox {
  width: 100%;
  background: #F4F7FE;
}

#outBox #bigBox {
  display: block !important;
}

#solvescheme img {
  margin-left: 102px;
}

#solvescheme>div>ul>li:first-of-type {
  margin: 0 auto 24px;
}


#solvescheme>div>ul>li:last-of-type {
  margin-top: 24px;
}

#bigBox>#solvescheme:nth-child(4) ul {
  margin-left: 100px !important;
}

#challengeBox ul li:nth-child(2) {
  margin: 0 169px 0 209px !important;
}

#challengeBox ul li:nth-child(1) {
  margin-left: 73px !important;
}