.swiper-wrapper.banner-box{
    position: relative;
    /* background: url(../image/bpm_banner_bg.jpg)no-repeat; */
    background: url(../images/automotiveIndustrySolutions/automotiveindustrysolutions.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/automotiveIndustrySolutions/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: #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 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;
  }
.u-process-model{
    width: 1200px;
    height:auto;
    margin:0 auto;
    /* min-height: 500px; */
}
.u-grey-bd .u-process-model{
    background: #fff;
}
.model1Box,
.model2Box,
.clientBox{
    position: relative;
    width:1200px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
}
.model2Box,
.clientBox{
    padding-bottom: 64px;
}
.model2Box .modelFlexItem{
    position: relative;
    flex: 1;
    height: 400px;
    background: #FFFFFF;
}
.model2Box .modelFlexItem:nth-child(1){
    border-radius: 8px 0px 0px 8px;
}
.model2Box .modelFlexItem:nth-child(3){
    border-radius: 0px  8px  8px 0px;
}
.modelFlexItemContentBox{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top:0px;
    z-index: 2;
}
.model2Box .modelFlexItem:nth-child(1)::before{
    content: '';
    background: url(../images/automotiveIndustrySolutions/model2_hover_banner-left.png) no-repeat;
    background-size: fill;
    background-position:center;
}
.model2Box .modelFlexItem:nth-child(2)::before{
    content: '';
    background: url(../images/automotiveIndustrySolutions/model2_hover_banner-middle.png) no-repeat;
    background-size: fill;
    background-position:center;
}
.model2Box .modelFlexItem:nth-child(3)::before{
    content: '';
    background: url(../images/automotiveIndustrySolutions/model2_hover_banner-right.png) no-repeat;
    background-size: fill;
    background-position:center;
}
.model2Box .modelFlexItem::before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top:0px;
    z-index: 1;
    /* background: url(../images/automotiveIndustrySolutions/model2_hover_banner.png) no-repeat; */
    /* background-size: fill;
    background-position:center; */
    transition: all 0.4s;
    opacity: 0;
}
/* .model2Box .modelFlexItem:nth-child(1):before */
.model2Box .modelFlexItem:hover::before{
    content: '';
    opacity: 1;
}
.modelFlexBox{
    display: flex;
}
.modelFlexBox+.modelFlexBox{
    margin-top:20px
}
.model2Box .modelFlexBox{
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
}
.modelRelative{
    position: relative;
    width: 100%;
    height: 670px;
}
.model2Text{
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 24px;
    text-align: center;
    width: 357px;
}
.model2Text p{
    font-size: 16px;
    font-weight: 600;
    color: #E60023;
    margin-bottom:8px
}
.model2Text.model2Text1,
.model2Text.model2Text2{
    text-align: right;
}
.model2Text.model2Text2,
.model2Text.model2Text4{
    top: 110px;
}
.model2Text.model2Text1,
.model2Text.model2Text5{
    top: 315px;
}
.model2Text.model2Text4,
.model2Text.model2Text5{
    right: 0px;
    text-align: left;
}
.model2Text.model2Text3{
    text-align: center;
    bottom:64px;
    left: 50%;
    transform: translateX(-50%);
}
.model2Img{
    position: absolute;
    left: 50%;
    top:0px;
    transform: translateX(-50%);
}
.iconBox{
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(230,0,35,0.04);
    border-radius: 8px;
    margin:92px auto 24px;
    transition: background 0.4s;
}
.iconBox img{
    margin-top:12px;
}
.iconBox img.active{
    display: none;
}
.model2Box .modelFlexItem:hover .iconBox img{
    display: none;
}
.model2Box .modelFlexItem:hover .iconBox img.active{
    display: inline-block;
}
/* .model2Box .modelFlexItem:nth-child(1) .iconBox */
.model2Box .modelFlexItem:hover .iconBox{
    background: #E60023;
}
/* .model2Box .modelFlexItem:nth-child(1) .modelFlexItemContentBox p */
.model2Box .modelFlexItem:hover .modelFlexItemContentBox p{
    color:#E60023;
}
.modelFlexItemContentBox p{
    font-size: 18px;
    font-weight: 500;
    color: rgba(10,18,33,0.72);
    transition: color 0.5s;
}
.modelFlexItemContentBox .detailInfo{
    width: 97px;
    height: 32px;
    background: #E60023;
    border-radius: 4px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin: 80px auto 0px;
    font-size: 14px;
}

.clientBox-item{
    position: relative;
    /* height:160px;
    width:285px; */
    width: 220px;
    height: 123px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(10,18,33,0.08);
}
.clientBox-item:hover{
    box-shadow:0px 0px 8px  #ccc;
}

.clientBox-item+.clientBox-item{
    margin-left:20px;
}
.clientBox-content{
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}             */
.clientBox-content p{
    margin:20px 0px;
    font-size:18px;
    color:#2a2c30c0;
    font-weight: 800;
}
.clientBox-content span{
    font-size:14px;
    color:#2a2c30b4;
}
.modelMobile{
    display: none;
}
@media screen and (max-width: 768px) {
    .model1Box,
    .model2Box,
    .clientBox,
    .u-process-model,
    .banner-content{
        width: 100%;
    }
    .model2Box,
    .clientBox{
        padding-bottom: 0px;
    }
    .model1Box.modelMobile>img{
        width: 100%;
    }
    .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/automotiveIndustrySolutions/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;
    }
    .modelsubTitle{
        margin-top:20px
    }
    .modeltitle {
        font-size: 20px;
        margin: 40px 0px 20px;
    }
    .modelRelative{
        height: auto;
    }
    .model2Box .modelFlexBox{
        height: 424px;
       flex-direction: column;
    }
    .model2Box .modelFlexItem{
        flex:1;
        height: 88px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
        border-radius: 8px;
    }
    .model2Box .modelFlexItem:hover::before{
        content: '';
        opacity: 0;
    }
    .iconBox{
        margin: 0px 16px 0px 20px;
    }
    .modelFlexItemContentBox .detailInfo{
        margin: 0px;
        background-color: transparent;
        color: #E60023;
        display: flex;
        align-items: center;
    }
    .moreImg{
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }
    .modelFlexItemContentBox{
        display: flex;
        align-items: center;
    }
    .modelFlexItemContentBox p{
        font-size: 16px;
        flex: 1;
        text-align: left;
    }
    .model2Box .modelFlexItem{
        border-radius: 8px !important;
    }
    .model2Box .modelFlexItem+.modelFlexItem{
        margin-top: 16px;
    }
    .clientBox-item{
        flex: 1;
        background-color: #F2F3F5;
        box-shadow: none;
    }
}