.lhtp{ height:600px;margin: 0 auto; overflow:hidden; position:relative; width:100%;z-index: 0;}
.lhtp ul li{ height:600px; text-align:center; z-index:1; margin: 0 auto; position:absolute;  width:100%;}
.lhtp ul li a{ height:600px; width:100%; float:left;}
.lhtp ul li img{ height:600px;width: 100%; }
.lhtp ul li.hoverTmp{ z-index:2;}
.lhtp ul li.hover{ z-index:3;}
.lhtpBtn{ width:100%; height:13px;z-index:4;text-align: center;  position:absolute; bottom:30px;}
.lhtpBtn span{ width:12px; height:12px; background-color: #FFF;  border-radius: 50%; margin-left:10px; margin-right:10px; cursor:pointer; display: inline-block;text-align:center; /* background: url(../img/dot.png) right 0 no-repeat; */ }
.lhtpBtn span:hover{background-color: #10588E;}
.lhtpBtn span.hover{background-color: #10588E;}
.lhtpPrev{ width:50px;z-index:4; cursor:pointer; top:240px; display:inline-block; position:absolute; left:10px; height:75px;background: url(/img/prev.png) no-repeat;}
.lhtpPrev:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.lhtpNext{ width:50px;z-index:4; cursor:pointer; top:240px; display:inline-block; position:absolute; right:10px; height:75px;background: url(/img/next.png) no-repeat;}
.lhtpNext:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}