.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/erpIs/erpIs_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: #F5F5F5;
}

.banner-content{
    position: relative;
    width: 1200px;
    height:100%;
    background-size: 100%;
    background-position: bottom;  
    margin: 0px auto;
}
.banner-content2{
    position: relative;
    background: url(../images/spaIs/automotive_model_banner.png)no-repeat;
    background-size: cover;
    background-position:center;

}

.banner-content-box{
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    text-align: left;
	width: 60%;
}
.banner-content-box h1{
    font-size: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #fff;
    margin-bottom:24px;
}
.banner-content-box span{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #fff;
}

 .banner-content-box .registryBtn{
    text-align:center;
    line-height:56px;
    overflow: hidden;
    width: 188px;
    height: 52px;
    background: #E60023;
    border-radius: 8px;
    margin: 80px 0px 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;
  }
  .modeltitle .subModeltitle{
    font-size: 16px;
    font-weight: 400;
    color: #0A1221;
    margin-top:12px;
  }
  .banner-content2 .modeltitle{
    margin:64px 0px 24px;
  }
.u-process-model{
    width: 1200px;
    height:auto;
    margin:0 auto;
    /* min-height: 500px; */
}
.u-grey-bd .u-process-model{
    background: #fff;
}
.model1Box,
.model2Box{
    position: relative;
    width:1200px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
}
.model2Box{
    padding-bottom: 64px;
}
.modelFlexBox{
    display: flex;
}
.modelFlexBox:not(.noAlignC){
    align-items: center;
}
.modelFlexBox.jcsb{
    justify-content: space-between;
}
.modelFlexItem{
    flex:1;
}
.modelFlexItem+.modelFlexItem{
    margin-left: 20px;
}
.modelFlexBox+.modelFlexBox{
    margin-top:20px;
}

.model1Item{
    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 40px 32px 0px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 21px;
}
.model1Item:hover {
    background-color: #feefef;
  }
.model1Item p{
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
    margin:24px 0px 18px;
}
.model2Item{
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 21px;
    width: 285px;
    height: 205px;
}
.model2Item p{
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
    margin:20px 0px 18px;
}
.circom{
    position: relative;
    width: 64px;
    height: 64px;
    background: #E60023;
    border-radius: 50%;
    margin: 0px auto;
}
.modelItemBaseStyle5 .imgBox{
    background: #E60023;
    border-radius: 50%;
    margin: 0px 24px;
    width: 48px;
    height: 48px;
    transform: translateY(0px);
}
.circom img,
.modelItemBaseStyle5 .imgBox img{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
}
.modelItemBaseStyle5 .imgBox img{
    width: 24px;
    height: 24px;
}
.model3Item{
    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 40px 40px 0px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
    text-align: left;
}

.model3Item:hover {
    background-color: #feefef;
  }

.model3Item p.indexNum{
    font-size: 28px;
    color: #E60023;
}
.model3Item p{
    margin:24px 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
}


.customeModelBox{
    position: relative;
    width:1200px;
    text-align: center;
    padding-bottom: 64px;
    margin: 0px auto;
}
.customeModelBox.mobileModel{
    display: none;
}
.customeModelRow{
    display: flex;
    width: 1200px;
}
.customeItem{
    position: relative;
    text-align: left;
    width: 590px;
    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: 542px;
    height: 151px;
    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;
  }

  @media screen and (max-width: 768px) {
    .model1Box,
    .model2Box,
    .banner-content,
    .u-process-model,
    .customeModelBox{
        width: 100%;
    }
    .model2Box{
        padding-bottom: 0px;
    }
    .ecoBaseIndex .banner-content-box{
        top:73px;
        left: 50%;
        text-align: center;
    }
    .ecoBaseIndex .banner-content-box .registryBtn{
        margin:20px auto 0;
        line-height: 35px;
    }
    .swiper-wrapper.banner-box{
        background: url(../images/erpIs/banner-mobile780.png)no-repeat;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    .model1Box .modelFlexBox {
        flex-direction: column;
    }
    .model1Box .modelFlexItem+.modelFlexItem{
        margin: 20px 0 0 0 ;
    }
    .mobileFlexBox{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 11px;
    }
    .model1Box .mobileFlexBox>img{
        width: 40px;
        height: 40px;
    }
    .model1Item{
        padding: 24px 20px;
    }
    .model1Item p,
    .model3Item p{
        font-size: 16px;
    }
    .model3Item,
    .customeItem .customeMore{
        font-size: 14px;
    }
    .banner-content2{
        background: #F2F3F5;
    }
    .imgModel1,
    .imgModel2,
    .imgModel3{
        overflow: auto;
    }
    .imgModel1 img{
        height: 380px;
    }
    .imgModel2 img{
        height: 240px;
    }
    .imgModel3 img{
        height: 280px;
    }

    .modeltitle .subModeltitle{
        font-size: 12px;
    }
    .mobileGridBase.grid22 .model3Item+.model3Item {
        margin: 0px;
    }
    .model3Item{
        height: auto;
        padding: 32px 16px;
    }
    .model3Item p.indexNum{
        font: 22px;
        margin: 0px 0px 16px;
    }
    .customeItem{
        width: 285px;
        height: 366px;
    }
    .customeItem img{
        width: 237px;
        height: 120px;
    }
    .modelItemBaseStyle5 .imgBox {
    background: #E60023;
    border-radius: 50%;
    margin: 5px 24px 0 5px;
    width: 48px;
    height: 48px;
    transform: translateY(0px);
}
  }
