/**banner图**/
.banner5{
    background: url(../images/20250430/jjfa/nb2.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 567px;
    cursor: pointer;
}

/**行业痛点**/
.section13 .section3-div {
    width: 800px;
    margin: 0 auto;
}
.section13 .item-div {
    margin-top: 80px;
    font-size: 16px;
    /* line-height: 28px; */
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.section13 .item-div ul li p {
    width: 200px;
    height: 50px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}


/**解决方案**/
.jjfads-model-two {
    background: url(../images/20250430/jjfa/b.png) no-repeat;
    height: 398px;
    /* margin-bottom: 30px; */
    background-size: cover;
}
.jjfads-model-two ul {
    display: flex;
    justify-content: space-around;
}
.jjfads-model-two ul li {
    width: 224px;
    height: 274px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    text-align: center;
    margin-top: 52px;
}
.jjfads-model-two ul li .img img {
    transition: transform 1s;
}
.jjfads-model-two ul li:hover .img img {
    transform: rotateY(180deg); /* 向右旋转 */
}
.jjfads-model-two ul li .img {
    height: 38px;
    margin-top: -20px;
}
.jjfads-model-two ul li .title {
    width: 224px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(0deg, rgba(85,161,255,0.98), rgba(1,115,255,0.98), rgba(1,115,255,0.98), rgba(190,219,255,0.98));
    box-shadow: 0px 6px 10px 0px rgba(1,115,255,0.27);
    border-radius: 6px;
    border: 1px solid #1F59FE;
    font-size: 18px;
    color: #FFFFFF;
}
.jjfads-model-two ul li .content {
    /* width: 241px; */
    height: 151px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    padding: 0 13px;
    margin-top: 30px;
}
.jjfads-model-two ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border: 1px solid #1F59FE;
    cursor: pointer;
}
/**合作伙伴类型和案例高度**/
.row{
    position: relative;
}



/**合作伙伴**/
.jjfads-model-three {
    text-align: center;
}
.jjfads-model-three .row div{
    width: 1198px;
    height: 779px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
}
.jjfads-model-three .row div img {
    margin-top: 20px;
}
/**方案核心产品**/
.jjfads-model-four ul {
    display: flex;
    justify-content: space-around;
}
.jjfads-model-four ul li {
    width: 285px;
    height: 293px;
    background: #F5F5F5;
    border-radius: 6px;
    text-align: center;
    margin: 0 0s 29px 0;
}
.jjfads-model-four ul li .img {
    height: 92px;
    margin-top: 20px;
}
.jjfads-model-four 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;
}
.jjfads-model-four 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;
}
.jjfads-model-four ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border: 1px solid #1F59FE;
    cursor: pointer;
}
  