.swiper-wrapper.banner-box{
    position: relative;
    background: url(../images/eamsolution/EMA_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;
}
.u-grey-bd.f55{
    background: #F5F5F5;
}

.banner-content{
    position: relative;
    width: 1200px;
    height:100%;
    background-size: 100%;
    background-position: bottom;  
    margin: 0px auto;
}
.banner-content-box{
    position: absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
	width: 60%;
}
.banner-content-box h1{
    white-space: nowrap;
    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;
  }
  .modeltitle1{
    font-size: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    margin:54px 0px 40px;
    text-align: center;
  }
  .modeltitle span{
    margin-top: 12px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    line-height: 32px;
  }
  .modeltitleImg{
    font-size: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    margin:64px 0px 26px;
    text-align: center;
  }
.u-process-model,.u-process-model1{
    width: 1200px;
    height:auto;
    margin:0 auto;
    /* min-height: 500px; */
}

.modelFlexBox{
    display: flex;
}
.modelFlexBox.alignCenter{
    align-items: center;
}
.modelFlexBox+.modelFlexBox{
    margin-top:20px
}
.model1Box,
.model2Box,
.model3Box{
    position: relative;
    width:1200px;
    /* text-align: center; */
    font-family: PingFangSC, PingFang SC;
}
.model2Box,
.model3Box{
    padding-bottom: 64px;
}

/* .ecoTabBox:not(.mobileModel){
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    overflow: hidden;
    border-radius: 8px;
} */
.ecoTabBox .ecoTabHead .ecoTabItem img{
    margin-right: 12px;
}
.ecoTabItem.active{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    background-color: #fff;
    border-radius: 4px;
}
.ecoTabItem,
.ecoTabHead{
    display: flex;
    align-items: center;	
}
.ecoTabItem{
    position: relative;
    flex:1;
    height: 40px;
    justify-content: center;
    text-align: center;
    /* border-top: 4px solid transparent; */
	cursor: pointer;
    font-size: 16px;
    color: rgba(10,18,33,0.72);;
}
/* .ecoTabItem::after{
    content: '';
    position:absolute;
    top:50%;
    left:100%;
    width: 1px;
    height: 28px;
    background: rgba(10,18,33,0.16);
    transform: translateY(-50%);
} */
.ecoTabItem.active::after{
    content: '';
    background: transparent;
}
.ecoTabHead{
    padding: 2px;
    height: 45px;
    border-radius: 4px;
    background: rgba(10,18,33,0.04);
    justify-content: space-around;
    box-sizing: border-box;
}
.ecoTabBody{
    height: 539px;
}
.ecoTabItemSplit{
    width: 1px;
    height: 28px;
    background: rgba(10,18,33,0.16);
}
.ecoTabPage.active{
    display: flex;
}
.ecoTabPage .modelPcBase{
    margin-left: 68px;
}

.ecoTabPage{
    padding: 42px 0 63px;
    box-sizing: border-box;
    display: none;
}
.ecoTabPage .modelText{
    font-size: 16px;
    color: rgba(10,18,33,0.72);
    font-weight: 400;
}
.ecoTabPage .modelText .modelText_head{
    margin-bottom: 20px;
}

.modelFlexItem1{
    flex: 1;
    height: 287px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    padding: 40px 32px 0px;
}

.modelFlexItem1:hover {
    background-color: #feefef;
}
.modelFlexItem1+.modelFlexItem1{
    margin-left: 20px;
}
.modelFlexItem1 h2{
    font-size: 28px;
    color: #E60023;
}
.modelFlexItem1 p{
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
    margin:32px 0px 16px;
}
.modelFlexItem2{
    position: relative;
    flex: 1;
    height: 205px;
    border-radius: 0px 0px 8px 8px;
    background: url(../images/automotiveIndustrySolutions2/modelFlexItem2_banner.png)no-repeat;
    background-size: 100%;
    padding: 32px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(10,18,33,0.72);
    line-height: 26px;
}
.modelFlexItem2>img{
    width: calc(100% - 22px);
    position: absolute;
    top:-4px;
    left: 12px;
} 
.modelFlexItem2 p {
    font-size: 16px;
    font-weight: 500;
    color: #E60023;
    margin:32px 0px 20px;
}
.modelFlexItem2.noTitle{
    padding-top:82px;
}
.modelFlexItemSplit{
    width: 27px;
    height: 22px;
}
.modelFlexItemTitle{
    position: absolute;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.modelItem{
    position: relative;
    flex: 1;
    height: 247px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 40px 40px 48px;
    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: 26px;
    margin-bottom: 12px;
}
.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;
}
.modelItemTop{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A1221;
    margin-bottom:32px;
    align-items: center;
}

.banner-content2{
    position: relative;
    background: url(../images/automotiveIndustrySolutions/automotive_model_banner.png)no-repeat;
    background-size: cover;
    background-position:center;
}



.customeModelBox{
    position: relative;
    width:1200px;
    text-align: center;
    padding-bottom: 64px;
    margin: 0px auto;
    overflow: hidden;
}
.customeModelBox.mobileModel{
    display: none;
}
.customeModelRow{
    display: flex;
    width: 1200px;
}
.customeItem{
    position: relative;
    text-align: left;
    width: 277px;
    height: 357px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    padding: 32px 24px 0px;
    margin-top: 10px;
}
.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;
  }

  .fan_bg{
    position: absolute;
    top: calc(50% - 32px);
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .globalAnalysis_content{
    display: flex;
  }

  .globalAnalysis_left{
    width: 550px;
  }

  .globalAnalysis_left .globalAnalysis_head{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(10,18,33,0.72);
    line-height: 24px;
    margin-bottom: 32px;
  }

  .globalAnalysis_left .globalAnalysis_li{
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: center;
    width: 550px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(10,18,33,0.16);
    font-size: 16px;
    color: rgba(10,18,33,0.72);
    overflow: hidden;
  }

  .globalAnalysis_left .globalAnalysis_li::before{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #e60023;
  }

  .globalAnalysis_li+.globalAnalysis_li{
    margin-top: 20px;
  }

  .globalAnalysis_img{
    margin-left: 53px;
  }
  .solution{
    display: flex;
    flex-wrap: wrap;
  }
  .solution .solutionItem{
    padding: 40px 20px 40px 20px;
    margin-bottom: 20px;
    width: 380px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 16px 0px rgba(10, 18, 33, 0.08);
    border-radius: 8px;
  }

  .solution .solutionItem:hover {
    background-color: #feefef;
}

  .solutionItem .circular{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E60023;
  }
  .solutionItem .solutionItemText{
    margin-top: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #0A1221;
    line-height: 25px;
    text-align: center;
    font-style: normal;
  }
  .solutionItem .solutionItemDes{
    margin-top: 16px;
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: rgba(10,18,33,0.72);
    text-align: center;
    font-style: normal;
    line-height: 26px;
  }
  .pad1{
    padding-bottom: 44px;
  }
  .pad2{
    padding-bottom: 48px;
  }
  .pad3{
    padding-bottom: 64px;
  }
  .model1Box .mobileImg{
    display: none;
  }
  .eam .mobile-center {
    display: none;
  }
  .eam .globalAnalysis_content-mobile {
    display: none;
  }
  @media screen and (max-width: 768px){
    .model1Box,
    .model3Box,
    .model2Box,
    .banner-content,
    .customeModelRow,
    .customeModelBox,
    .u-process-model{
        width: 100%;
    }
    .model1Box .pcImg{
        display: none;
    }
    .model1Box .mobileImg{
        display: block;
        width: 100%;
        height: auto;
    }
    .eam .modeltitleImg {
        font-size: 20px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        color: #0A1221;
        margin: 40px auto 20px;
        text-align: center;
    }
   
    .eam .banner-content-box h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .eam .banner-content-box span {
        font-size: 15px;
    }
    .eam .u-process-model1 {
        width: 100%;
        padding: 0 16px 40px;
        box-sizing: border-box;
    }
    .eam .modeltitle p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #0A1221;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        margin: 40px auto 16px;
    }
    .eam .modeltitle span{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #0A1221;
        line-height: 18px;
        text-align: center;
        font-style: normal;
        margin: 0 auto 20px;
    }
    .eam .u-process-model1 .model3Box .fan_bg{
        display: none !important;
    }
    .eam .u-process-model1 .model3Box .modelFlexBox .modelItemTop{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #0A1221;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .eam .u-process-model1 .model3Box .modelFlexBox .modelItemContent {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        margin-bottom: 16px;
    }
    .eam .pc-center {
        display: none;
    }
    .eam .mobile-center {
        display: block;
        margin-bottom: 40px;
    }
    .eam .mobile-center .modeltitle {
        margin: 0;
        width: 100%;
    }
    .eam .mobile-center .model-list{
        padding: 0 16px;
        box-sizing: border-box;
        width: 100%;
    }
    .eam .mobile-center .model-item {
        display: flex;
        align-items: flex-start;
        padding: 16px;
        box-sizing: border-box;
        background: #FAFBFC;
        border-radius: 8px;
        border: 1px solid rgba(10, 18, 33, 0.04);
    }
    .eam .mobile-center .model-item + .model-item {
        margin-top: 16px;
    }
    .eam .mobile-center .model-item span {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        margin-left: 16px;
    }
    .eam .mobile-center .model-item2 {
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(10, 18, 33, 0.08);
        border-radius: 8px;
        padding: 24px 16px;
        box-sizing: border-box;
    }
    .eam .mobile-center .model-item2 + .model-item2{
        margin-top: 20px;
    }
    .eam .mobile-center .model-item2 .item-title{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #0A1221;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .eam .mobile-center .model-item2 .itemText-header{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        margin-bottom: 15px;
    }
    .eam .mobile-center .model-item2 .itemText-paragraph{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        padding-left: 20px;
        position: relative;
        margin-bottom: 16px;
    }
    .eam .mobile-center .model-item2 img{
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .eam .mobile-center .model-item2 .itemText-paragraph::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #E60023;
    }
    .eam .globalAnalysis_content{
        display: flex;
        flex-direction: column;
    }
    .eam .globalAnalysis_content .globalAnalysis_left{
        width: 100%;
        margin-bottom: 16px;
    }
    .eam .globalAnalysis_content .globalAnalysis_left .globalAnalysis_head{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        margin-bottom: 16px;
    }
    .eam .globalAnalysis_content .globalAnalysis_left .globalAnalysis_li{
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #0A1221;
        line-height: 22px;
        height: 64px;
        padding-left: 24px;
    }
    .eam .globalAnalysis_content .globalAnalysis_img { 
        width: 100%;
        height: auto;
        margin: 0;
    }
    .eam .globalAnalysis_content .globalAnalysis_img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .eam .modeltitle span.left{
        text-align: left;
        font-size: 14px;
        line-height: 26px;
        color: rgba(10, 18, 33, 0.72);
    }
    .eam .solution .solutionItem{
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px rgba(10, 18, 33, 0.08);
        border-radius: 8px;
        margin:0 0 16px 0;
        padding: 24px;
        box-sizing: border-box;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
    .eam .solution .solutionItem .circular{
        width: 48px;
        height: 48px;
    }
    .eam .solution .solutionItem .circular img {
        width: 24px;
        height: 24px;
    }
    .eam .solution .solutionItem .solutionItemText {
        font-weight: 600;
        font-size: 16px;
        color: #0A1221;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        margin:0 0 6px 21px;
    }
    .eam .solution .solutionItem .solutionItemDes {
        font-weight: 400;
        font-size: 14px;
        color: rgba(10, 18, 33, 0.72);
        line-height: 22px;
        text-align: left;
        font-style: normal;
        margin: 0 0 0 21px;
    }
        .eam .pad3 {
            padding-bottom: 0;
        }
    .model2Box{
        overflow-x:auto ;
    }
    .model2Box .modelFlexBox{
        width: 1200px;
    }
    
    .customeModelBox.pcModel{
      display: none;
    }
    .customeModelBox.mobileModel{
      display: block;
    }
    .eam .swiper-wrapper.banner-box{
        background: url(../images/eamsolution/EMA_bg.jpg)no-repeat;
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .eam .ecoBaseIndex .banner-content-box{
      top:40px;
    }
    .model2Box,
    .model3Box{
      padding-bottom: 0px;
    }
    .modelFlexItem1+.modelFlexItem1{
      margin:0px;
    }
    .model2Box .modelFlexItemTitle{
        font-size: 14px;
        top:2px;
    }
    .model3Box .modelFlexBox{
        flex-direction: column;
    }
    .modelItem{
        padding: 20px 24px;
    }
    .modelItem+.modelItem{
        margin:20px 0 0 0;
    }
    .modelFlexItem1{
        padding: 24px 16px 45px;
        height: auto;
    }
    .universalModelSwiper .swiper-slide{
        width: auto;
        height: auto;
    }
    /* .universalModelSwiper .swiper-slide+.swiper-slide{
        margin-left: 20px;
    } */
    .ecoTabBody{
        height: auto;
        padding-bottom: 20px;
    }
    .ecoTabPage{
        padding: 0px;
    }
    .ecoTabPageItem:not(:last-of-type){
        border-bottom: 1px solid rgba(10,18,33,0.08);
    }
    .ecoTabPageItem{
        padding: 12px 16px;
    }
    .ecoTabPageItemContent{
        margin: 12px 0px 0px 20px;
        font-size: 14px;
    }
    .ecoTabItem, .ecoTabHead{
        height: 54px;
        font-size: 16px !important;
    }
    .ecoTabItem.active{
        position: relative;
        font-weight: bold;
        border-width: 0px;
    }
    .ecoTabItem.active::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 54px;
        left: 100%;
        background-color: #fff;
        clip-path: polygon(0 0, 0 0, 0% 100%, 100% 100%);
    }
  }
  @media screen and (max-width: 500px){
    .banner-content-box h1{
      font-size: 22px
    }
  }
