.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/yonyouIs/yonyouIs_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/spaIs/automotive_model_banner.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;
  }
  .banner-content2 .modeltitle{
    margin:64px 0px 64px;
  }
.u-process-model{
    width: 1200px;
    height:auto;
    margin:0 auto;
    /* min-height: 500px; */
}
.u-grey-bd .u-process-model{
    background: #fff;
}
.model1Box,
.model2Box,
.model3Box,
.model5Box{
    position: relative;
    width:1200px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
}
.model2Box,
.model5Box{
    padding-bottom: 64px;
}
.model5Box img+img{
    margin-top:8px;
}
.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{
    position: relative;
    height: 156px;
    background: #FAFBFC;
    border-radius: 8px;
    border: 1px solid rgba(10,18,33,0.04);
    padding: 32px 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
    text-align: left;
}
.model1Item:hover {
    background-color: #feefef;
  }

.model1Item .indexLogo{
    margin-bottom: 19px;
}
.model1Item img:not(.indexLogo){
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 80px;
    height: 80px;
}
.model1Item p{
    width:205px;
    letter-spacing: 1px;
}

.model2tem{
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;  
    padding: 32px 63px 0px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #0A1221;
}
.model2tem:hover {
    background-color: #feefef;
  }

.model2tem img{
    margin-bottom: 32px;
}

.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) {
    .customeItem .customeTitle{
        font-size: 16px;
    }
    .model2tem,
    .model1Item p,
    .customeItem .customeMore{
        font-size: 14px;  
    }
    .model1Box,
    .model2Box,
    .model3Box,
    .model5Box,
    .banner-content,
    .u-process-model,
    .customeModelBox{
        width: 100%;
    }
    .model5Box,
    .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/yonyouIs/banner-mobile780.png)no-repeat;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    .model1Box .modelFlexItem+.modelFlexItem{
        margin: 0px;
    }
    .model1Box .model1Item{
        box-sizing: border-box;
        padding: 20px 16px 24px;
        height: auto;
    }
    .model1Box .model1Item p{
        width: 100%;
    }
    .model1Item img:not(.indexLogo){
        width: 40px;
        height: 40px;
        top:20px;
        right: 16px;
    }
    .imgModel1,
    .model5Box,
    .imgModel2{
        overflow: auto;
    }
    .imgModel1 img{
        height: 160px;
    }
    .imgModel2 img{
        height: 280px;
    }
    .grid32.mobileGridBase .modelFlexItem+.modelFlexItem,
    .model5Box img+img{
        margin: 0px;
    }
    .model5Box img{
        height: 120px;
    }
    .grid32.mobileGridBase .model2tem{
        padding: 24px 16px;
        height: auto;
    }
    .grid32.mobileGridBase .model2tem img{
        margin-bottom: 16px;
    }
    .customeItem{
        width: 280px;
        height: 366px;
    }
    .customeItem img{
        width:237px;
        height: 120px;
    }
  }
