.kehu{
    height: 560px;
    overflow: hidden;
}
.kehu-item{
    float: left;
    width: 175px;
    height: 175px;
    transform: translateX(20px) rotate(45deg);
    margin-right: 96px !important;
    margin-top: 72px !important;
    overflow: hidden;
    position: relative;
}
.kehu ul:last-child{
    margin-left: 138px;
}
.kehu ul li:last-child{
    margin-right:0 !important;
}
.kehu ul:last-child .kehu-item{
    margin-top: -42px !important;
}
.kehu-item img{
    width: 175px;
    height: 175px;
    transform: rotate(-45deg);
}
.kehu-info{
    width: 100%;
    height: 100%;
    position: absolute;

    top: 0;
    left: 0;
    text-align: center;
    display: none;
}
.kehu-txt{
    transform: rotate(-45deg);
    position: absolute;
    top: 62px;
    left: 32px;
}
.kehu-txt p{
    width: 108px;
    color: #FFF;
}
.kehu-item:hover .kehu-info{
    display: block;
}