body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
     min-width:1200px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%;
    height: 100%;
    min-width:1200px;
    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%;
	text-align: center;
     background-size: cover;
}
.slides li img{
  margin-top:10%;
}
.pagination{
	position: absolute;
	width:20px;
	top:40%;
	left: 50px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
}
.pagination li{
	margin:3px 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/bn_t01.png) no-repeat 7px 7px;
	cursor: pointer;
}
.pagination .active{
	background: url(../images/bn_t02.png) no-repeat;
}
@media screen and (max-width: 1367px) {
 .slides li img{margin-top:7%;}
}
@media (max-width: 1024px){
    .slides-box{height:1000px;}
}