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: 100%;
    margin: auto;
    position: relative;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	right: auto;
	left: 42px;
	background: url('../images/tzkg/index/prev.png') no-repeat;
}
.next {
    left: auto;
    right: 42px;
    background: url('../images/tzkg/index/next.png') no-repeat;
}
/* banner页数条样式1 */
.pagination-0{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination-0 li{
    padding: 5px 3px;
	float: left;
}
.pagination-0 li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination-0 .active{
	background: #054CD6;
}
/* banner页数条样式2 */
.pagination-1{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination-1 li{
    padding: 5px 3px;
	float: left;
}
.pagination-1 li a{
    display: block;
    width: 35px;
    height: 5px;
    line-height: 25px;
    background: #ccc;
    opacity: 0.8;
}
.pagination-1 .active{
	background: #EB6029;
}
