.lhtp,.lhtp ul li {
    margin: 0 auto;
    height: 790px;
}

.lhtp {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0
}

.lhtp ul li,.lhtpBtn {
    width: 100%;
    position: absolute;
    text-align: center
}

.lhtp ul li {
    z-index: 1
}

.lhtp ul li a {
    height: 600px;
    width: 100%;
    float: left
}

.lhtp ul li img {
    /* height:600px; */
    width: 100%;
    vertical-align: top;
}

.lhtp ul li.hoverTmp {
    z-index: 2
}

.lhtp ul li.hover {
    z-index: 3
}

.lhtpBtn {
    height: 13px;
    z-index: 4;
    bottom: 30px
}

.lhtpBtn span {
    width: 36px;
    height: 12px;
    background-color: #000;
    opacity: .4;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.lhtpNext,.lhtpPrev {
    width: 50px;
    z-index: 4;
    cursor: pointer;
    top: 240px;
    display: inline-block;
    position: absolute;
    height: 75px
}

.lhtpBtn span.hover,.lhtpBtn span:hover {
    background-color: #fff
}

.lhtpPrev {
    left: 10px;
    background: url(../images/prev.png) no-repeat
}

.lhtpPrev:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}

.lhtpNext {
    right: 10px;
    background: url(../images/next.png) no-repeat
}

.lhtpNext:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}
