/**banner图**/
.banner5{
    background: url(../images/20250430/jjfa/ls/ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 567px;
    cursor: pointer;
}

/**解决方案**/

.jjfa-ls-model1 .item-div {
    margin-top: 80px;
    font-size: 16px;
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: space-between;
    background: url(../images/20250430/jjfa/ls/bg2.png) no-repeat;
    height: 497px;
    background-size: 90%;
    background-position: center;
    padding: 0 86px;
}
.jjfa-ls-model1 .item-div ul li:hover {
    cursor: pointer;
}
.jjfa-ls-model1 .item-div ul li {
    width: 249px;
    height: 160px;
    /* background: #FFFFFF; */
    /* border-radius: 5px; */
    margin: 59px 0;
    /* padding: 20px; */
    /* opacity: 0; */
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
.jjfa-ls-model1 .item-div ul li .title{
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 18px;
    color: #005BFF;
    line-height: 24px;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    animation: typing 3s steps(40) 1s forwards;
}

.jjfa-ls-model1 .item-div ul li .content {
    height: 136px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.jjfa-ls-model1 .item-div div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
/**行业痛点**/
.jjfa-ls-model2 .jjfa-div {
    width: 800px;
    margin: 0px auto;
    /* margin-top: 80px; */
    font-size: 16px;
    /* margin: 0 0 16px; */
    color: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: space-between;
}
.jjfa-ls-model2 .jjfa-div ul li:hover {
    background-color: #176de6;
    cursor: pointer;
}
.jjfa-ls-model2 .jjfa-div ul li:hover p {
    color: #fff;
}
.jjfa-ls-model2 .jjfa-div ul li {
    width: 223px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    opacity: 0.8;
    padding: 10px;
}

.jjfa-ls-model2 .jjfa-div ul li p{
    height: 86px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.jjfa-ls-model2 .jjfa-div ul li:first-child  {
    margin-bottom: 20px;
}
.jjfa-ls-model2 .jjfa-div div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 20px; */
}
.jjfa-ls-model2 ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border: 1px solid #1F59FE;
    cursor: pointer;
}
/**合作伙伴类型和案例高度**/
.row{
    position: relative;
}




/**方案核心产品**/

.jjfa-ls-model3 ul {
    display: flex;
    justify-content: space-around;
}
.jjfa-ls-model3 ul li {
    width: 285px;
    height: 293px;
    background: #F5F5F5;
    border-radius: 6px;
    text-align: center;
    margin:0 0 29px 0;

}
.jjfa-ls-model3 ul li .img {
    height: 92px;
    margin-top: 20px;
}
.jjfa-ls-model3 ul li .title {
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #005BFF;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
.jjfa-ls-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-ls-model3 ul li:hover {
    box-shadow: 0px 4px 29px 0px rgba(9,3,5,0.22);
    border: 1px solid #1F59FE;
    cursor: pointer;
}
  