/**banner图**/
.banner5{
    background: url(../images/20250430/jjfa/wuliu/ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 567px;
    cursor: pointer;
}

/**行业痛点**/
.jjfa-wuliu-model1 .hytd {
    width: 925px;
    margin: 0 auto;
}
.jjfa-wuliu-model1 .item-div {
    background: url(../images/20250430/jjfa/wuliu/td.png) no-repeat;
    height: 421px;
    font-size: 16px;
    margin: 0px 0 16px;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: space-between;
    /* margin-top: 50px; */
    background-size: 100% 100%;
}

.jjfa-wuliu-model1 .item-div ul li {
    width: 267px;
    height: 137px;
    /* background: #FFFFFF; */
    /* border-radius: 5px; */
    /* border: 1px solid #E0E6F2; */
    margin: 49px 0;
    padding: 20px;
}

.jjfa-wuliu-model1 .item-div ul li .title{
    width: 225px;
    height: 28px;
    background: linear-gradient(90deg, #005BFF 0%, #7ABEFE 100%);
    border-radius: 5px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}
.jjfa-wuliu-model1 .item-div ul li .content {
    height: 62px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}
.jjfa-wuliu-model1 .item-div div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 20px; */
}
/**解决方案**/
.jjfa-wuliu-model2 {
    background: #F4F6FC;
    height: 582px;
    background-size: cover;
}
.jjfa-wuliu-model2 ul {
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
}
.jjfa-wuliu-model2 ul li {
    width: 243px;
    height: 352px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin: 51px 10px 0px 0px;
    z-index: 1;
    transition: all 0.3s ease;
}
.jjfa-wuliu-model2 ul li .xian {
    height: 6px;
    background: #005BFF;
    border-radius: 3px;
}
.jjfa-wuliu-model2 ul li .img {
    height: 151px;
    margin-top: 40px;
}
.jjfa-wuliu-model2 ul li .title {
    /* width: 126px; */
    height: 40px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    color: #005BFF;
    line-height: 24px;
    margin: 35px 0 25px 0;
}
.jjfa-wuliu-model2 ul li .content {
    height: 138px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding: 0 20px;
}
.jjfa-wuliu-model2 ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    /* border: 1px solid #1F59FE; */
    cursor: pointer;
    transform: translateY(-10px);
}
.jjfa-wuliu-model2 .bottom-div img {
    margin-top: -92px;
}
/**合作伙伴类型和案例高度**/
.row{
    position: relative;
}


/**方案核心产品**/
.jjfa-wuliu-model3 ul {
    display: flex;
    justify-content: space-around;
}
.jjfa-wuliu-model3 ul li {
    width: 285px;
    height: 293px;
    background: #F5F5F5;
    border-radius: 6px;
    text-align: center;
    margin:0 0 29px 0;

}
.jjfa-wuliu-model3 ul li .img {
    height: 92px;
    margin-top: 20px;
}
.jjfa-wuliu-model3 ul li .title {
    height: 16px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #005BFF;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
}
.jjfa-wuliu-model3 ul li .content {
    height: 86px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding: 0 20px;
}
.jjfa-wuliu-model3 ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border: 1px solid #1F59FE;
    cursor: pointer;
}
  