.u-bodyer{
    margin-top:0px;
}
/*
.m-header,
.u-header .u-menurow{
    background-color: transparent;
}*/

.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/bpmSolution/bpmSolution_banner_bg.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/bpmSolution/bpmSolution_model_banner.png)no-repeat;
    background-size: cover;
    background-position:center;
    overflow: hidden;
}
.banner-content2 .bannerLine{
    position: absolute;
    /* top:193px; */
    bottom: 0px;
    min-width: 100%;
}
.banner-content-box{
    position: absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #0A1221;
  	width: 746px;
}
.banner-content-box h1{
    font-size: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    margin-bottom:24px;
    letter-spacing: 1px;
}
.banner-content-box span{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
}

 .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;
  }
.u-process-model{
    width: 1200px;
    height:auto;
    margin:0 auto;
    /* min-height: 500px; */
}
.u-grey-bd .u-process-model{
    background: #fff;
}
.model1Box,
.model2Box,
.model3Box{
    position: relative;
    width:1200px;
    font-family: PingFangSC, PingFang SC;
}
.model3Box{
    height: 774px;
}
.model1Box{
  padding-bottom: 60px;
}
.modelFlexBox{
  display: flex;
}
.modelFlexBox.alignCenter{
  align-items: center;
}
.modelFlexBox+.modelFlexBox:not(.noMarTop){
  margin-top:20px;
}
.modelFlexBox.noMarTop{
  margin-top:0px !important;
}




.customeModelBox{
  position: relative;
  width:1200px;
  text-align: center;
  padding-bottom: 64px;
  margin: 0px auto;
  overflow: hidden;
}
.customeModelBox.mobileModel{
  display: none;
  width: 100%;
}
.customeModelRow{
  display: flex;
  width: 1200px;
}
.customeItem{
  position: relative;
  text-align: left;
  width: 278px;
  height: 357px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
  border-radius: 8px;
  padding: 32px 24px 0px;
  margin-top: 10px;
}
.customeItem:hover{
  box-shadow:0px 0px 8px  #ccc;
}

.customeItem img{
  width: 237px;
  height: 120px;
  margin:20px 0px 12px;
}
.customeItem+.customeItem{
  margin-left: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
}
.customeItem .customeTitle{
  font-size: 18px;
  font-weight: bold;
  color: #0A1221;
}
.customeItem .customeText{
  font-size: 16px;
  color: rgba(10,18,33,0.72);
  line-height: 26px;
}
.customeItem .customeMore{
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 16px;
  cursor: pointer;
  color: #E60023;
}
.customeItem .customeMore a{
  color: #E60023;
}

.move-button{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.move-button-item{
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 12px 0px #F2F3F5; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.move-button-item img{
  width: 28px;
  height: 28px;
}
.move-button-left {
  margin-right: 24px;
}
.rgBtn {
  display: none;
}
.rgBtn.active{
  display: block;
}
.lfBtn {
  display: none;
}
.lfBtn.active{
  display: block;
}
.customeModelBox.mobileModel{
  display: none;
}


.modelFlexItem1{
    flex: 1;
    height: 192px;
    background: #FAFBFC;
    border: 1px solid rgba(10,18,33,0.04);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    padding: 40px 20px 0px;
    text-align: center;
}
.modelFlexItem1:hover {
  background-color: #feefef;
}

.modelFlexItem{
    flex:1;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
}
.modelFlexItem3{
    text-align: center;
    padding: 32px 0px 0px;
    box-sizing: border-box;
    height: 189px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
}
.modelFlexItem3:hover {
  background-color: #feefef;
}
.modelFlexItem1+.modelFlexItem1,
.modelFlexItem+.modelFlexItem{
    margin-left: 20px;
}
.modelFlexItem1 h2{
    font-size: 28px;
    font-family: HarmonyOS_Sans_SC_Bold;
    color: #E60023;
    margin-bottom: 20px;
}

.model3ContentItem{
    position: absolute; 
    width: 260px;
    height: 332px;
    text-align: left;
}
.model3ContentItem:nth-child(1){
    bottom: 82px;
    left: 0px;
}
.model3ContentItem:nth-child(2){
    bottom: 227px;
    left: 288px;
}

.model3ContentItem:nth-child(3){
    bottom: 291px;
    left: 576px;
}
.model3ContentItem:nth-child(4){
    bottom: 354px;
    left: 864px;
}
.model3ContentItem .model3ContentItemT,
.model3ContentItem .model3ContentItemRC p{
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    margin-bottom: 16px;
}
.model3ContentItem .model3ContentItemT{
    color: #E60023;
}
.model3ContentItem .model3ContentItemRC p{
    color: #0A1221;
}
.model3ContentItem .model3ContentItemL{
    top:60px;
    position: absolute;
    left: 0px;
    width: 2px;
    height: 253px;
    background: linear-gradient(180deg, #E60023 0%, rgba(230,0,35,0) 100%);
}
.model3ContentItem .model3ContentItemL::before,
.model3ContentItem .model3ContentItemL::after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #E60023;
    left:-9px;
    bottom: 100%;
    box-sizing: border-box;
}
.model3ContentItem .model3ContentItemL::after{
    content: '';
    border-color: #fff;
    top: 100%;
    background-color: #E60023;
}
.model3ContentItem .model3ContentItemRC{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
    padding-left: 16px;
    box-sizing: border-box;
}
.modelFlexItem2{
    flex: 1;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
    padding: 0px 40px;
    box-sizing: border-box;
}
.modelFlexItem2:hover {
  background-color: #feefef;
}

.modelFlexItem2Top{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(230,0,35,0.08);
    text-align: center;
    margin:40px auto 20px;
}
.modelFlexItem2Top img{
    transform: translateY(16px);
}
@media screen and (max-width: 1216px){
  .universalModelSwiper .swiper-slide{
      width: auto;
      height: auto;
  }
  /* .universalModelSwiper .swiper-slide+.swiper-slide{
      margin-left: 20px;
  } */
}
@media screen and (max-width: 1020px){
  .swiper-wrapper.banner-box{
    height: 400px;
  }
  .model1Box,
  .model2Box,
  .u-process-model,
  .banner-content{
    width: 100%; 
  }
  .model2Box{
    overflow-x: auto;
  }
  .model2Box img{
    height: 400px;
    /* width: calc(100% - 40px); */
    margin:0px 20px;
  }
  .model1Box{
    padding-bottom: 60px;
  }
  .modelItemContent{
    font-size: 14px;
  }
  .modelFlexItem+.modelFlexItem{
    margin-left: 12px;
  }
  .modelFlexBox:not(.noFlexColumn){
    padding: 0px 20px ;
    flex-direction: column;
  }
  .modeltitle{
    font-size: 26px;
  }
  /* .banner-content-box .registryBtn{
    display: none;
  } */
  .modelFlexItem1{
    flex:none;
    padding: 40px 20px;
  }
  /* .modelFlexItem1+.modelFlexItem1{
    margin: 20px 0px 0px;
  } */
  .modelFlexItem2{
    padding: 0px 40px 20px;
  }
  .modelFlexItem3{
    padding: 32px 0px;
  }
}
@media screen and (max-width: 915px){

}
@media screen and (max-width: 890px){
  .modelFlexItem+.modelFlexItem{
    margin:20px 0px 0px
  }
  .banner-content-box h1{
      font-size: 38px;
  }
  .banner-content-box span{
      font-size: 15px;
  }

}

@media screen and (max-width: 768px){
  .modelFlexItem1{
    padding: 32px 16px 24px;
    height: auto;
  }
  .modelFlexItem1 h2{
    font-size: 22px;
  }
  .modelFlexItem3{
    padding: 24px 0px;
    height: auto;
  }
   .model3Box{
       width: 100%;
       height: 400px;
       overflow-x: auto;
   }
   .modelMobileContent{
       position: relative;
       width: 1050px;
       height: 99%;
   }
  .banner-content-box h1{
      font-size: 28px;
  }
  .banner-content-box span,
  .modelFlexItem2,
  .modelFlexItem1,
  .modelFlexItem3{
      font-size: 14px;
  }
  .customeModelBox.pcModel{
    display: none;
  }
  .customeModelBox.mobileModel{
    display: block;
  }
  .model3ContentItem{
    height: auto;
    width: 200px;
  }
  .model3ContentItem .model3ContentItemL{
    height: 153px;
  }
  .model3ContentItem:nth-child(1){
        bottom: 135px;
        left: 50px;
    }
    .model3ContentItem:nth-child(2){
      bottom: 205px;
      left: 300px;
    }

    .model3ContentItem:nth-child(3){
        bottom: 175px;
        left: 550px;
    }
    .model3ContentItem:nth-child(4){
       bottom: 245px;
       left: 800px;
    }
    .modeltitle{
        font-size: 20px;
    }

    .model1Box{
        padding-bottom: 0px;
    }
    .ecoBaseIndex .banner-content-box{
      top: 48px;
      transform: translateX(-50%);
      width: 90%;
    }
    .ecoBaseIndex .swiper-wrapper.banner-box{
        background: url(../images/bpmSolution/banner-mobile780.png)no-repeat;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .banner-content-box .registryBtn a{
      font-size: 15px;
    }
    .modelFlexItem1+.modelFlexItem1,
    .modelFlexItem3+.modelFlexItem3{
      margin: 0px;
    }
    .model3ContentItem .model3ContentItemT, .model3ContentItem .model3ContentItemRC p{
      font-size: 16px;
    }
    .model3ContentItem .model3ContentItemRC{
      font-size: 14px;
    }
    .mobileFlex{
      display: flex;
    }
    .modelFlexItem2Top {
      width: 48px;
      height: 48px;
      margin: 0px 20px 0px 24px;
    }
    .modelFlexItem2Top img{
      width: 24px;
      height: 24px;
      transform: translateY(12px);
    }
    .modelFlexItem2 {
      padding: 24px;
    }
    .modelFlexItem2>span{
      flex: 1;
    }
}
@media screen and (max-width: 500px){
  .banner-content-box h1{
    font-size: 22px
  }
  .model2Box img{
    height: 269px;
  }
}
@media screen and (max-width: 390px){

}
