.industryPainPoints {
    background: #F6FBFF;
    padding: 50px 0 70px;
}

.banner-img {
    width: 100vw;
}

.industryPainPoints .lists {
    padding-top: 47px;
    display: flex;
    justify-content: space-between;
}

.industryPainPoints .lists li {
    background-image: url('https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1680510939883.png');
    background-size: 100% 100%;
    width: 30%;
    height: 265px;
    padding: 40px 28px;
}

.industryPainPoints .lists li img {
    width: 54px;
}

.industryPainPoints .lists li .title {
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    padding: 30px 0 13px;
}


.solutionAdvantage {
    padding-top: 48px;
    padding-bottom: 48px;
}

.solutionAdvantage .lists {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 46px;
}

.solutionAdvantage .lists li {
    padding: 30px 0 42px;
    font-size: 20px;
    color: #1A1A1A;
    width: 30%;
    border-bottom: 6px solid #fff;
    cursor: pointer;
}

.solutionAdvantage .lists li:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 142, 255, 0.1);
    border-radius: 8px;
    border-bottom: 6px solid #008eff;
}


.solutionAdvantage .lists img {
    height: 233px;
    margin-bottom: 25px;
}

.img-responsive {
    height: 26px;
}