.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/spaIs/spaIs_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:36%;
    top:50%;
    transform: translateX(-50%) 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;
  }
.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;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
}
.model1Box{
    padding-bottom: 142px;
}
.model2Box{
    padding-bottom: 64px;
}
.model1Item{
    position: absolute;
    width: 357px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 24px;
}
.model1Item p{
    font-size: 16px;
    font-weight: 600;
    color: #E60023;
    margin-bottom: 8px;
}
.model1Item1{
    left:0px;
    top:112px;
    text-align: right;
}
.model1Item2{
    left: 15px;
    top: 315px;
    text-align: right;
}
.model1Item3{
    left: 50%;
    top: 480px;
    transform: translateX(-50%);
}
.model1Item4{
    right: 15px;
    top: 315px;
    text-align: left;
}
.model1Item5{
    right:0px;
    top:112px;
    text-align: left;
}

.modelFlexBox{
    display: flex;
}
.modelFlexBox:not(.noAlignC){
    align-items: center;
}
.modelFlexBox.jcsb{
    justify-content: space-between;
}
.modelItem+.modelItem{
    margin-left: 20px;
}
.modelFlexBox+.modelFlexBox{
    margin-top:20px;
}
.modelItemStyle1{
    width: 564px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}
.modelItemStyle1:hover{
    box-shadow:0px 0px 8px  #ccc;
}

.modelItemStyle1 .modelItemHead{
    position: relative;
    width: 100%;
    height: 64px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}
.modelItemStyle1 .modelItemHead img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.modelItemStyle1:nth-child(1) .modelItemHead{
    background: linear-gradient(180deg, #00B8F1 0%, #01B6F0 2%, #0D90D9 31%, #1775C8 58%, #1C65BF 82%, #1E5FBB 100%);
}
.modelItemStyle1.nth2 .modelItemHead{
background: #E60023;
}
.modelItemStyle1 .modelItemBody{
    padding: 0px 40px 40px;
}
.modelItemStyle1 .modelItemBodyTitle{
    font-size: 18px;
    font-weight: 500;
    color: #0A1221;
    margin:24px 0px 0px;
}
.modelItemStyle1 .modelItemBodyText{
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 64px;
    height: 64px;
    border-bottom: 1px solid rgba(10,18,33,0.08);
}
.modelItemStyle1 .modelItemBodyText img{
    width:24px;
    height: 24px;
}
.modelItemStyle1 .modelItemBodyText+.modelItemBodyText{
    margin-top: 0px;
}
.modelItemSplit1{
    width: 72px;
}
.modelItemSplit1 div+div{
    margin-top:32px;
}
.modelItemStyle2{
    flex:1;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 35px 24px 0px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    text-align: left;
}
.modelItemStyle2:hover {
    background-color: #feefef;
  }

.modelItemStyle2 .modelItemHead {
    margin-bottom: 28px;
}
.modelItemStyle2 .modelItemHead p{
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
}
.modelItemStyle2 .modelItemHead img{
    width: 32px;
}
.modelItemRow{
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
}
.modelItemRow::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E60023;
    border-radius: 50%;
    top:6px;
    left:0px;
}
.modelItemRow+.modelItemRow{
    margin-top:16px;
}


.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: 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: 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) {
    .modelItemStyle1 .modelItemBodyTitle,
    .modelItemStyle2 .modelItemHead p,
    .customeItem .customeTitle{
        font-size: 16px;
    }
    .modelItemStyle2 .modelItemHead{
        margin-bottom: 20px;
    }
    .modelItemStyle1 .modelItemBodyText,
    .modelItemStyle2,
    .customeItem .customeMore{
        font-size: 14px;  
    }
    .model1Box,
    .model2Box,
    .model3Box,
    .banner-content,
    .u-process-model,
    .customeModelBox{
        width: 100%;
    }
    .model1Box,
    .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/spaIs/banner-mobile780.png)no-repeat;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    .modelItemBaseStyle1 .modelItemTop>p{
        padding-left: 0px;
    }
    .modelItemBaseStyle1{
        padding: 32px 20px
    }
    .modelItemBaseStyle1 .modelItemContentText{
        padding-left: 20px;
    }
    .modelItemBaseStyle1::before{
        content: '';
        height: 80px;
        right: 13px;
    }
    .modelItemBaseStyle1:nth-child(1)::before{
        content: '';
        background: url(../images/spaIs/number1.png) no-repeat;
        background-size: cover;
    }
    .modelItemBaseStyle1:nth-child(2)::before{
        content: '';
        background: url(../images/spaIs/number2.png) no-repeat;
        background-size: cover;
        width: 45px;
    }
    .modelItemBaseStyle1:nth-child(3)::before{
        content: '';
        background: url(../images/spaIs/number3.png) no-repeat;
        background-size: cover;
        width: 45px;
    }
    .modelItemBaseStyle1:nth-child(4)::before{
        content: '';
        background: url(../images/spaIs/number4.png) no-repeat;
        background-size: cover;
        width: 49px;
    }
    .modelItemBaseStyle1:nth-child(5)::before{
        content: '';
        background: url(../images/spaIs/number5.png) no-repeat;
        background-size: cover;
        width: 45px;
    }
    .model2Box>.modelFlexBox,
    .model3Box>.modelFlexBox {
        flex-direction: column;
    }
    .modelItemStyle1{
        width: 100%;
    }
    .modelItemSplit1{
        transform: rotateZ(90deg);
    }
    .model3Box .modelItemStyle2+.modelItemStyle2{
        margin: 20px 0 0 0;
    }
    .model3Box .modelItemStyle2{
        width: 100%;
        flex: none;
        padding: 24px 20px 32px;
        height: auto;
    }
    .imgModel1,
    .imgModel2,
    .imgModel3{
        overflow: auto;
    }
    .imgModel1 img{
        height: 280px;
    }
    .imgModel2 img{
        height: 160px;
    }
    .imgModel3 img{
        height: 240px;
    }
  }
