.swiper-wrapper.banner-box{
      position: relative;
      /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
      background: url(../images/fullProcessSolution/banner4.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;
    overflow: hidden;
}
/* .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-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;
	width: 85%;
}
.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: 56px;
    background: #E60023;
    border-radius: 8px;
    margin: 80px auto 0px;
  }

 .banner-content-box .registryBtn a{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
  }
  .modeltitle{
    font-size: 34px;
    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,
.model4Box,
.model5Box{
    position: relative;
    width:1200px;
    text-align: center;
}
.model5Box{
    padding-bottom: 63px;
}
.model4Box{
    padding-bottom: 48px;
}
.model1Box{
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
}
.model1Box:hover{
    box-shadow:0px 0px 8px  #ccc;
}
.model2Box{
    display: flex;
    padding-bottom: 64px;
}
.model3Box{
    height: 780px;
}
.model3ContentItem{
    position: absolute; 
    width: 300px;
    height: 332px;
    text-align: left;
}
.model3ContentItem:nth-child(1){
    bottom: 157px;
    left: 135px;
}
.model3ContentItem:nth-child(2){
    bottom: 227px;
    left: 551px;
}

.model3ContentItem:nth-child(3){
    bottom: 291px;
    left: 967px;
}
.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;
}

.modelHead{
    height: 116px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
}
.modelHeadTitle{
    position: relative;
    padding:26px 0px 0px 20px;
    box-sizing: border-box;
    flex: 1;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #0A1221;
    line-height: 20px;
    height: 100%;
    text-align: left;
    margin:0px 30px;
}
.modelHeadTitle::before{
    content: '';
    position: absolute;
    left: 0px;
    top:32px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E60023;
}
.modelHeadSplit{
    width: 1px;
    height: 52px;
    background: rgba(10,18,33,0.16);
}
.modelBody{
    padding: 24px 20px;
    box-sizing: border-box;
    height: 476px;  
}
.modelLeft .modelLeftItem+.modelLeftItem{
    margin-top:40px;
}
.modelLeft .modelLeftItem{
    padding: 32px;
    box-sizing: border-box;
    width: 414px;
    height: 161px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 20px;
    text-align: left;
}
.modelLeftItem:hover {
    background-color: #feefef;
}
.modelLeft .modelLeftItem p{
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    margin-bottom: 20px;
}
.modelRight{
    margin-left: 20px;
    flex: 1;
}

.modelRow,
.modelItemTop{
    display: flex;
}
.modelItemTop{
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #0A1221;
    margin-bottom:24px;
}
.modelItemTop p:nth-child(2){
    font-size: 12px;
    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: 20px;
}
.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: 13px;
    font-weight: bold;
    color: #0A1221;
}
.customeItem .customeText{
    font-size: 12px;
    color: rgba(10,18,33,0.72);
    line-height:9px;
}
.customeItem .customeMore{
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    cursor: pointer;
}
.customeItem .customeMore a{
    color: #E60023;
}
.modelMobile{
    display: none;
}
.modelFlexItem{
    flex: 1;
}
.modelFlexItem+.modelFlexItem{
    margin-left: 20px;
}
.mgT16{
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .model1Box,
    .model2Box,
    .model3Box,
    .model4Box,
    .model5Box,
    .customeModelBox,
    .banner-content,
    .u-process-model{
        width: 100%;
    }
    .modelBody,
    .model4Box,
    .model5Box{
        padding: 0px 16px;
        height: auto;
    }
    .model2Box{
        padding-bottom: 0px;
    }
    .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;
    }
    .modelLeft .modelFlexBox.modelMobile{
        display: flex;
    }
    .modelFlexItem+.modelFlexItem{
        margin-left: 12px;
    }
    .swiper-wrapper.banner-box{
        background: url(../images/fullProcessSolution/banner-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;
    }
    .model1Box,
    .modelHead,
    .model1Box:hover{
        box-shadow: none;
    }
    .modelHead {
        height: auto;
        border-radius: 0px;
        display: block;
    }
    .modelHeadTitle{
        padding: 0px 0px 0px 20px;
    }
    .modelHeadSplit{
        height: 16px;
        background-color: transparent;
    }
    .modelHeadTitle::before{
        content: '';
        top: 8px;
    }
    .model4Box img{
        width: 100%;
    }
    .modelBody img{
        margin-top:20px;
        width: 100%;
    }
    .modelLeft{
        padding:0px 0px 0px 16px;   
    }
    .modelLeft .modelLeftItem{
        position: relative;
        width: 100%;
        height: auto;
    }
    .modelLeft .modelLeftItem:not(:last-child)::after{
        content: "";
        position: absolute;
        width: 18px;
        height: 16px;
        top:calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%) rotateZ(90deg);
        background: url(../images/automotiveIndustrySolutions2/model2_flexItem_split.png) no-repeat;
        background-size: 100%;
    }
    .modelLeft .modelFlexBox+.modelFlexBox {
        margin-top: 12px;
    }
    .modelLeft .modelTagItem{
        height: 36px;
        background: rgba(230,0,35,0.08);
        border-radius: 4px;
        font-size: 14px;
        color: #E60023;
        text-align: center;
        line-height: 36px;
    }
    .modelRight{
        margin:0px 15px 0px 0px;
    }
    .modelRight .modelMobileImg{
        margin-top:150px;
    }
    .banner-content2{
        background:#fff;
    }
    .model3ContentItem{
        width: calc(100% - 40px);
    }
    .model3ContentItem:nth-child(1){
        top: 20px;
        left: 20px;
    }
    .model3ContentItem:nth-child(2){
        top: 216px;
        left: 20px;
    }
    .model3ContentItem:nth-child(3){
        top: 384px;
        left: 20px;
    }
    .model3ContentItem .model3ContentItemL{
        height: 196px;
    }
    .model3ContentItem .model3ContentItemL::before{
        content: '';
        background-color: #E60023;
        border-color: #fff;
    }
    .model3ContentItem .model3ContentItemL::after{
        display: none;
    }
    .model3ContentItem:nth-of-type(3) .model3ContentItemL{
        background: transparent;
    }
    .model3ContentItem .model3ContentItemT {
        top:20px;
    }
    .model3ContentItem .model3ContentItemT,
    .model3ContentItem .model3ContentItemRC{
        padding-left: 20px;
    }
    .model3Box {
        height: 560px;
    }
    .modelRow{
        flex-direction: column;
    }
    .modelRow .modelItem{
        background: #F2F3F5;
        padding: 40px;
    }
    .modelRow .modelItem+.modelItem{
        margin:20px 0px 0px;
    }
    .modelItemTop{
        margin-bottom:20px;
    }
    .modelItemContent{
        font-size: 14px;
    }
    .modelNumber{
        height: 83px;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    .universalModelSwiper .swiper-slide+.swiper-slide{
        margin-left: 20px;
    }
}