.swiper-wrapper.banner-box{
    position: relative;
    background: url(../images/endToEndSolution/solution_banner.png)no-repeat;
    background-size: cover;
    background-position:center;
    height:290px;
    color: #fff;
}
.description-card-item-link{
    display: none;
}

.u-grey-bd{
    background: #F2F3F5;
    padding-bottom: 64px;
}

.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: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-content-box h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    font-style: normal;
}

.banner-content-box h2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
   margin-top: 12px;
}

.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;
    background: #F5F5F5 !important;
}



.description-card-box{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    flex-wrap: wrap;
    gap: 20px;
}

.description-card{
    width: 285px;
    background: #fff;
    border-radius: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out;
}
.description-card:hover{
    transform: translateY(-6px);
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
}
.description-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.description-card-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 20px;
    height: 136px;
}

.description-card-item-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #0A1221;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
}

.description-card-item-text{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
    line-height: 22px;
    text-align: justify;
    font-style: normal;
}
.mobile-model{
    display: none;
}
.pc-model{
    display: block;
}

@media screen and (max-width: 768px) {
    .mobile-model{
        display: block;
    }
    .pc-model{
        display: none;
    }
    .description-card-box{
        flex-direction: column;
        width: 100%;
    }
    .description-card:hover{
        transform: translateY(0px);
        box-shadow: none;
    }
    .banner-content{
        width: 100%;
    }
    .banner-box{
        height: 230px !important;
    }
    .banner-content-box{
        top: 50% !important;
        transform: translateX(-50%) translateY(-50%) !important;

    }
    .banner-content-box h1 {
        margin-bottom: 0px !important;
    }
    .banner-content-box h2{
        display: none;
    }
    .u-process-model{
        width: 100%;
        padding-bottom: 0px !important;
    }
    .description-card{
        width: 100%;
    }
    .description-card img {
        display: none;
    }
    .description-card-item{
        background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
border-radius: 8px;
  padding:  24px 20px !important;

    }
    .description-card-item-title{
        margin-bottom: 20px !important;
    }
    .description-card-item-text{
        font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: rgba(10,18,33,0.72);
line-height: 22px;
text-align: left;
font-style: normal;

    }
    .u-grey-bd{
        background-color: #F2F3F5 !important;
    }
    .modeltitle{
        font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 20px !important;
color: #0A1221;
line-height: 28px;
text-align: center;
font-style: normal;
    }
    .description-card-item-link{
        display: block;
        position: absolute;
        top: 22px;
        right: 20px;
        background-image: url(../images/endToEndSolution/arrow_circle_right_black_24dp.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }

}
