.project{
    width: 100%;
    height: 230px;
    background-color: #ecedef;
    clear: both;
}
.project ul{
    width: 1274px;
    margin: auto;
    padding-top: 39px;
}
.project ul li{
    float: left;
    text-align:
    center;
    margin-right: 123px;
    transition: transform .5s;
}.project ul li:hover{
    transform: translateY(-10px);
}
.project ul li span{
    display:block;
    font-family: SourceHanSansCN-Normal;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 22px;
}
.project ul li:last-child{
    margin-right:0px;
}
.project ul li img{
    display:block
}