body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%;
    height:770px;
    margin: auto;
    overflow: hidden;
	
}
.slides {
    position: relative;
    height:770px;
    width:100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height:770px;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.slides li a{ display:block; width:100%; height:100%;}
.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}

.pagination li{
    padding: 5px 8px;
	float: left;
}
.pagination li a{
    display: block;
    width:0px;
    height:0px; opacity:0;
    line-height: 25px;
    border-radius: 25px;
    background: #36b802;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: #f48e23;
}