.hot-procon{
    padding: 60px;
}

.hot-procon p{
    max-height: 65px;
    overflow: hidden;
}

.solution-wrap{
    padding-bottom: 40px;
}
.solution-wrap .layui-row:nth-child(odd){
    background-color: #f1f6fb;
}

.solution-wrap .layui-row:nth-child(even){
    background: url("../images/solution-bg.jpg") no-repeat;
    background-size: cover;
}
.solution-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(1){
    float: right;
}

.solution-wrap .layui-row:nth-child(even) .layui-col-xs6:nth-child(2){
    float: left;
}

.solution-wrap img{
    transition: all .4s ease;
    
}

.solution-wrap .layui-row:hover{
    color: #1972cb;
}

.solution-wrap .layui-row:hover img{
    opacity: .8;
}









