#box {
    position: relative;
    width: 1210px;
    height: 672px;
    margin: 115px auto 0;
    /*background-color: #0a0a0a;*/
}

#box ul {
    position: relative;
    width: 1210px;
    height: 672px;
}

#box li {
    position: absolute;
    list-style: none;
    /*background: #ffffff;*/
    width: 0;
    height: 0;
    top: 146px;
    left: 605px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

#box li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}