header {
  position: sticky;
  top: 0;
  z-index: 99;
}

/* content */
.bannerBox {
  width: 100%;
  height: 698px !important;
  position: relative;
  background: none !important;
}

/* 解决方案 */
.solutionBigBox {
  width: 100%;
  background: #F4F7FE;
  /* margin-top: 86px; */
}

.solutionBox {
  padding-top: 76px !important;
}

.solutionBox>ul>li {
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(55, 73, 110, 0.08);
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  padding: 28px 30px;
}

.solutionBox>ul>li>img {
  height: 49px;
}

.solutionBox>ul>li>p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin: 22px auto 15px;
}

.solutionBox>ul>li>div {
  width: 160px;
  text-align: left;
  margin: auto;
  line-height: 2em;
  font-family: PingFang SC;
}


/* 场景 */
.sceneBigBox {
  background: url('/src/index/index-cj.jpg') no-repeat;
  background-size: 100% 100%;
}

.sceneBox>p {
  color: #FFF !important;
}

.sceneBox {
  padding-top: 76px !important;
}

.sceneBox>ul {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  display: flex;
  margin: 56px auto 24px;
}

.sceneBox>ul>li {
  width: 400px;
  text-align: center;
  line-height: 52px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-left: none;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.sceneBox>ul>li:first-of-type {
  background: #006EFF;
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.sceneBox>ul>li:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.sceneBox>div {
  width: 100%;
  display: flex;
}

.sceneBoxLeft {
  /* width: 282px; */
  height: 322px;
  background: #17181B;
  opacity: 0.8;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  padding: 28px 0;
}

.sceneBoxLeft>li {
  width: 282px;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 28px;
  line-height: 40px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.sceneBoxLeft>li:first-of-type {
  background: rgba(225, 225, 225, 0.1);
}

.sceneBoxLeft>li:last-of-type {
  margin-bottom: 0;
}

.sceneBoxRight {
  width: 918px;
  height: 322px;
  background-color: rgba(23, 24, 27, 0.4);
  border-radius: 0 4px 4px 0;
  color: #FFF;
  box-sizing: border-box;
  padding: 27px 0 28px 56px;
  display: flex;
}

.sceneBoxRight_active_two,
.sceneBoxRight_active_three,
.sceneBoxRight_active_four,
.sceneBoxRight_active_five {
  display: none;
}

.sceneBoxRight>div>p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.sceneBoxRight>div>div {
  width: 800px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #FFFFFF;
  margin-top: 20px;
  height: 62px;
}

.sceneBoxRight>div>ul {
  width: 806px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.sceneBoxRight>div>ul>li {
  text-align: center;
}

.sceneBoxRight>div>ul>li>img {
  height: 20px;
}

.sceneBoxRight>div>ul>li>p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 100;
  color: #FFFFFF;
  margin-top: 12px;
}

.sceneBoxRight>div>hr {
  width: 806px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
  margin-top: 20px;
}

.sceneBoxRight>div>button {
  width: 96px;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.btnUl li:hover,
.sceneBoxLeft li:hover,
.sceneBoxRight>div>button {
  cursor: pointer;
}

/* 数字化 */
.digitizationBox>img {
  width: 100%;
  margin-top: 50px;
}

/* 模块与功能 */
.moudleBigBox {
  width: 100%;
  background: #F1F5fe;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, #F1F5FE 100%); */
  background: linear-gradient(#F1F5FE, rgba(255, 255, 255, 0.3), #F1F5FE);
}

.moudleTitle {
  width: 100%;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 46px;
}

.text {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight:;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

.moudleBox>img {
  width: 100%;
  margin-top: 42px;
}

.moudleBox>ul {
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}

.moudleBox>ul>li {
  width: 358px;
  text-align: center;
}

.moudleBox>ul>li>img {
  width: 250px;
  height: 160px;
}

.moudleBox>ul>li>p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 18px;
}

.moudleBox>ul>li>div {
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: ;
  color: #666666;
  line-height: 24px;
}

/* 技术架构 */
.technologyBox {
  width: 100%;
  margin-top: 76px;
}

.technologyBox>img {
  width: 100%;
}