#clients {
    display: block;
    height: 90px; overflow:hidden; margin:30px 0px 10px 0px;
    
}
#clients .clients-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100px;
}
#clients .clients-wrap ul {
    display: block;
    list-style: outside none none;
    position: relative;
}
#clients .clients-wrap ul li {
    float: left;   
    position: relative;
    text-align: center;
    width: 200px;
    overflow: hidden;
}
#clients .clients-wrap ul li img {
    opacity: 0.65;
    transition: all 0.3s linear 0s;
    vertical-align: middle;
    margin-bottom: 72px;
}
#clients .clients-wrap ul li img:hover {
    opacity: 1;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}