.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/fullProcessSolution/banner2.jpg)no-repeat;
    background-size: cover;
    background-position:center;
    height:620px;
 }

.u-grey-bd{
  background: #fff;
}
.u-grey-bd.grey,
.u-grey-bd .grey.u-process-model{
  background: #f7f8fa;
}
.banner-content{
  position: relative;
  width: 1200px;
  height:100%;
  background-size: 100%;
  background-position: bottom;  
  margin: 0px auto;
}
.banner-content2{
  position: relative;
  background: url(../images/fullProcessSolution/process_mining_banner.png)no-repeat;
  background-size: cover;
  background-position:center;
}
/* .banner-content2::before{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top:193px;
  border: 1px solid;
  background: url(../images/fullProcessSolution/model3bannerLine.png)no-repeat;
  background-size: cover;
  background-position:center;
} */
.banner-content-box{
  position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 900px;
}
.banner-content-box h1{
  font-size: 48px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #0A1221;
  margin-bottom:24px;
}
.banner-content-box span{
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #0A1221;
}

.banner-content-box .registryBtn{
  text-align:center;
  line-height:56px;
  overflow: hidden;
  width: 188px;
  height: 52px;
  background: #E60023;
  border-radius: 8px;
  margin: 80px auto 0px;
  cursor: pointer;
}

.banner-content-box .registryBtn a{
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}
.modeltitle{
  font-size: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #0A1221;
  margin:64px 0px 40px;
  text-align: center;
}
.modelsubTitle{
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: rgba(10,18,33,0.72);
  margin-top: 12px;
}
.u-process-model{
  width: 1200px;
  height:auto;
  margin:0 auto;
  /* min-height: 500px; */
}
.u-grey-bd .u-process-model{
  background: #fff;
}
.model1Box,
.model2Box,
.model3Box,
.model4Box,
.model5Box{
  position: relative;
  width:1200px;
  text-align: center;
}
.model5Box {
  padding-bottom: 64px;
}
.model2Box{
  padding-bottom: 50px;
}
.model3Box{
  height: 520px;
}
.model1Box{
  display: flex;
}
.modelFlexItem{
  flex: 1;
  height: 339px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
  border-radius: 8px;
  padding: 40px 20px 0px;
  box-sizing: border-box;
}
.modelFlexItem:hover {
  background-color: #feefef;
}

.modelFlexItem+.modelFlexItem{
  margin-left: 20px;
}
.modelFlexItemTop p{
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #0A1221;
  margin-top:20px;
  margin-bottom: 30px;
}
.modelFlexItemText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: rgba(10,18,33,0.72);
  margin-top:8px;
  text-align: left;
  font-size: 13px;
}


.modelRow{
  display: flex;
}
.modelRow+.modelRow{
  margin-top:20px;
}
.modelItem{
  position: relative;
  flex: 1;
  height: 197px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
  border-radius: 8px;
  padding:40px 40px 0px;
  box-sizing: border-box;
}
.modelItem+.modelItem{
  margin-left: 20px;
}
.modelItem .modelNumber{
  position: absolute;
  bottom: 0px;
  right: 16px;
}
.modelRowItem-style1,
.modelRowItem-style2{
    position: relative;
    flex:1;
    padding: 40px 32px 0px; 
    height: 207px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    text-align: left;
} 
.modelRowItem-style1:hover {
  background-color: #feefef;
}
.modelRowItem-style2:hover {
  background-color: #feefef;
}

.modelRowItem-style2{
    height: 189px;
    text-align: center;
    font-size: 14px;
}
.modelRowItem-style2+.modelRowItem-style2,
.modelRowItem-style1+.modelRowItem-style1{
    margin-left: 20px;
}
.modelRowItem-style1 h3{
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    margin-bottom: 24px;
}
.modelRowItem-style1 p{
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 24px;
}
.modelRowItem-style1 img{
    position: absolute;
    top:32px;
    right:32px;
    padding-bottom: 64px;
}
.modelMobile{
    display: none;
}
@media screen and (max-width: 768px) {
  .model1Box,
  .model2Box,
  .model3Box,
  .model4Box,
  .model5Box,
  .banner-content,
  .u-process-model{
      width: 100%;
  }
  .model2Box,
  .model5Box{
      padding-bottom: 0px;
  }
  .model3Box{
    height: auto;
  }
  .model2Box,
  .model4Box{
      overflow: auto;
  }
  .model2Box img{
      height: 267px;
  }
  .model4Box img{
    width: 100%;
  }

  .u-process-model{
    padding: 0px 16px;
  }
  .u-process-model:not(.noPB){
      padding-bottom: 40px;
  }
  .u-grey-bd.mobileGrey,
  .u-grey-bd .mobileGrey.u-process-model{
      background: #f7f8fa;
  }
  .u-grey-bd.mobileNogrey,
  .u-grey-bd .mobileNogrey.u-process-model{
      background: #fff;
  }
  .u-grey-bd.mobileGrey{
      background: #f7f8fa;
  }
  .modelPc{
      display: none;
  }
  .modelMobile{
      display: block;
  }
  .modelFlexBox.modelMobile{
      display: flex;
  }
  .modelFlexItem+.modelFlexItem{
      margin-left: 12px;
  }
  .swiper-wrapper.banner-box{
      background: url(../images/fullProcessSolution/banner3-mobile780.jpg)no-repeat;
      height: 230px;
      background-size: cover;
      background-position: center;
  }
  .banner-content-box{
      top: 48px;
      transform: translateX(-50%);
      width: 90%;
  }
  .banner-content-box h1{
      font-size: 22px;
  }
  .banner-content-box span,
  .banner-content-box .registryBtn a{
      font-size: 15px;
  }
  .banner-content-box .registryBtn{
      width: 110px;
      height: 38px;
      margin-top:20px;
      line-height: 40px;
  }

  .modeltitle {
      font-size: 20px;
      margin: 40px 0px 20px;
  }
  .universalModelSwiper .swiper-slide{
      width: auto;
      height: auto;
  }
  .universalModelSwiper .swiper-slide+.swiper-slide{
      margin-left: 20px;
  }

  .model1Box,
  .modelRow{
      flex-direction: column;
  }
  .modelFlexItem{
      width: 100%;
      /* height: 210px; */
      padding: 10px 20px 40px;
  }
  .model1Box .modelFlexItem+.modelFlexItem,
  .modelRowItem-style1+.modelRowItem-style1{
      margin:20px 0px 0px;
  }
  .modelRowItem-style2+.modelRowItem-style2{
    margin:0px;
  }
  .modelRowItem-style1{
    padding: 40px 32px;
  }
  .modelFlexItemTop {
    position: relative;
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    align-items: center;
 }
 .modelFlexItemTop img{
     width: 40px;
     height: 40px;
 }
 .modelFlexItemText{
     position: relative;
     margin-left: 16px;
 }
 .modelFlexItemText::after{
     content: "";
     position: absolute;
     width: 8px;
     height: 8px;
     background: #E60023;
     top:6px;
     left: -16px;
     border-radius: 50%;
 }

 
.mobileGrid{
  display: grid;
  gap: 16px;
}
.mobileGrid.grid32{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -o-grid-column: 1;
  -o-grid-row: 1;
  -moz-grid-column: 1;
  -moz-grid-row: 1;
  -webkit-grid-column: 1;
  -webkit-grid-row: 1; 
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(2){
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -o-grid-column: 2;
  -o-grid-row: 1;
  -moz-grid-column: 2;
  -moz-grid-row: 1;
  -webkit-grid-column: 2;
  -webkit-grid-row: 1;
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(3){
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -o-grid-column: 1;
  -o-grid-row: 2;
  -moz-grid-column: 1;
  -moz-grid-row: 2;
  -webkit-grid-column: 1;
  -webkit-grid-row: 2;
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(4){
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  -o-grid-column: 2;
  -o-grid-row: 2;
  -moz-grid-column: 2;
  -moz-grid-row: 2;
  -webkit-grid-column: 2;
  -webkit-grid-row: 2;
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(5){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -o-grid-column: 1;
  -o-grid-row: 3;
  -moz-grid-column: 1;
  -moz-grid-row: 3;
  -webkit-grid-column: 1;
  -webkit-grid-row: 3;
}
.mobileGrid.grid32 .mobileGridItem:nth-of-type(6){
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  -o-grid-column: 2;
  -o-grid-row: 3;
  -moz-grid-column: 2;
  -moz-grid-row: 3;
  -webkit-grid-column: 2;
  -webkit-grid-row: 3;
}
}
@media screen and (max-width: 600px){
  .modelRowItem-style2{
    position: relative;
    flex:1;
    padding: 40px 12px; 
  }
}
@media screen and (max-width: 390px){
  .model5Box .mobileGrid.grid32{
    display: block;
  }
  .model5Box .mobileGrid.grid32 .modelRowItem-style2+.modelRowItem-style2{
    margin-top: 16px;
  }
}
