﻿body .htop {
    background: #fff;
}

body .htop img.y {
    display: none;
}

body .htop img.n {
    display: block;
}

body .htop .logo img.n {
    display: block;
}

body .htop .menu li a {
    color: #333;
}

li.liimg {
    float: left;
    width: 456px;
    margin-right: 16px;
    margin-top: 106px;
    position: relative;
    margin-bottom: 112px;
    overflow: hidden;
    text-transform: uppercase;
    transition: .5s;
}

li.liimg:last-child {
    margin-right: 0px;
}

li.liimg img {
    width: 100%;
}

li.liimg span {
    color: #fff;
    font-size: 29px;
    display: block;
    position: absolute;
    bottom: 62px;
    left: 42px;
}

li.liimg:hover {
    -webkit-transform: translate(0,-18px);
    transform: translate(0,-18px);
}