body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 650px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%; min-width: 1300px;
    height: 650px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.slides {
    height: 650px;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 650px;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}

.pagination{
	position: absolute;
	bottom: 22px;
	z-index: 99;
}
.pagination li{
  padding: 5px 15px;
	float: left;
}
.pagination li a{
    display: block;
    width: 45px;
    height: 3px;
    background: #fff; opacity: 0.6; filter: alpha(opacity=60);
	  color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: #0097e0; opacity: 1;filter: alpha(opacity=100);
}
.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;
}


.s1 a:hover { background: #ed6f5c; }
 @media (max-width:480px) {

.s1 {
  margin: -127px 0 0 0;
  width: 80%;
  height: 255px;
  left: 10%;
}

.s1 p { font-size: 36px; }

.s1 span { font-size: 18px; }
}

