body, ul {
    margin: 0;
    padding: 0;
}
body,html{
	height: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-family: "Î¢ÈíÑÅºÚ";
}
ul li {
    list-style-type: none;
}
.slides-box {
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	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%;
    margin: auto;
}
.lbwz {
	z-index: 9999;
	font-size: 50px;
	line-height: 50px;
	top: 45.5%;
	text-align: center;
	height: 50px;
	width:70%;
	margin:0px auto;
	position: relative;
    transform:translate£¨50px,50px£©;
	/*background: linear-gradient(to right, #600787, #FF1317); 
	-webkit-background-clip: text; 
	color: transparent;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px 2px 2px rgba(0,0,0,0.6);*/
}
.slides li .lbwz img{
    width: auto;
    margin: auto;
	position:relative;
    animation-name: imgyd01;
    animation-duration: 2s;
}
@keyframes imgyd01 {
  0%   {top:-100px; opacity:0.2;}
  100% {top:0px; opacity:1;}
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 50px;
    width: 36px;
    color: #fff;
    cursor: pointer;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background-image: url("/images/cwz13.png");
}
.next {
    left: auto;
    right: 0;
    background-image: url("/images/cwz14.png");
}
.pagination{
	position: absolute;
	bottom: 36px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination 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 .active{
	background: #5E9F68;
}
