.solutions .hh-section-content{
    padding-top: 70px;
}
.solutions .hh-section-content img{
    width: 584px;
    height:360px;
}
.solutions{
    padding-top: 100px;
    padding-bottom: 170px;
    background: url("/res/homepage/solutions/s1.jpg") no-repeat center center;
    background-size: cover;
}
.solutions .hh-section-title .title{
    color: #fff;
}
.solutions .hh-section-title .des{
    color: rgba(255,255,255,.3);
}

@media (max-width: 768px) {
    .solutions{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .solutions .hh-section-content>div{
        width: 100%;
        margin-bottom: 12px;

    }
    .solutions .hh-section-content>div img{
        width: 100%;
        height: auto;
    }
    .solutions .hh-section-content .fl{
        padding-top: 0;
    }
}