.swiper-wrapper.banner-box{
      position: relative;
      /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
      background: url(../images/fullProcessSolution/banner1.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/model3banner.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: 60%;
}
.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;
}
.model4Box,
.model2Box{
    padding-bottom: 50px;
}
.model3Box{
    height: 610px;
}
.model1Box{
    display: flex;
}
.modelFlexItem{
    width: 285px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 6px;
    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:20px;
}
.modelFlexItemText{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    margin-top:10px;
    text-align: left;
    font-size: 14px;
}


.modelRow,
.modelItemTop{
    display: flex;
}
.modelItemTop{
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #0A1221;
    margin-bottom:32px;
}
.modelItemTop p:nth-child(2){
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #E60023;
    line-height: 25px;
}
.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:hover {
    background-color: #feefef;
}

.modelItem+.modelItem{
    margin-left: 20px;
}
.modelItemContent{
    text-align: left;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
}
.modelItem .modelNumber{
    position: absolute;
    bottom: 0px;
    right: 16px;
}
.modelItemContentText{
    position: relative;
    padding-left: 20px;
}
.modelItemContentText::before{
    content: "";
    position: absolute;
    top:8px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E60023;
}


.customeModelBox{
    position: relative;
    width:1200px;
    text-align: center;
    padding-bottom: 64px;
}
.customeModelRow{
    display: flex;
}
.customeItem{
    position: relative;
    text-align: left;
    width: 285px;
    height: 357px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 32px 24px 0px;
}
.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: 14px;
    color: rgba(10,18,33,0.72);
    line-height: 24px;
}
.customeItem .customeMore{
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    cursor: pointer;
    color: #E60023;
}
.customeItem .customeMore a{
    color: #E60023;
}
.u-grey-bd.noHidden{
    overflow: visible;
}
.modelMobile{
    display: none;
}
@media screen and (max-width: 768px) {
    .model1Box,
    .model2Box,
    .model3Box,
    .model4Box,
    .model5Box,
    .banner-content,
    .u-process-model,
    .customeModelBox{
        width: 100%;
    } 
    .model5Box {
        padding-bottom: 0px;
    } 
    .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;
    }
    .modelPc{
        display: none;
    }
    .modelMobile{
        display: block;
    }
    .swiper-wrapper.banner-box{
        background: url(../images/fullProcessSolution/banner2-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;
    }
    .modelsubTitle{
        margin-top:20px
    }
    .modeltitle {
        font-size: 20px;
        margin: 40px 0px 20px;
    }
    .model1Box,
    .modelRow{
        flex-direction: column;
    }
    .modelFlexItem{
        width: 100%;
        height: 194px;
        padding: 4px 20px ;
    }
    .modelRow .modelItem+.modelItem,
    .model1Box .modelFlexItem+.modelFlexItem{
        margin:20px 0px 0px;
    }
    .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%;
    }
    .modelFlexItemText+.modelFlexItemText{
        margin-top:16px;
    }
    .model2Box,
    .model4Box{
        overflow: auto;
    }
    .model2Box img,
    .model4Box img{
        height: 370px;
    }
    .banner-content2{
        background: #F2F3F5;
    }
    .model3Box{
        height: auto;
    }
    .banner-content2 img{
        width: 100%;
    }
    .modelItemTop{
        margin-bottom: 20px;
    }
    .modelItemTop>p{
        font-size: 16px;
        color: #E60023;
        font-weight: bold;
    }
    .modelItem{
        padding: 32px 20px;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    .universalModelSwiper .swiper-slide+.swiper-slide{
        margin-left: 20px;
    }
}
@media screen and (max-width: 390px) {
    .modelFlexItem{
        height: 220px;
    }
}
