* {
  padding: 0;
  margin: 0;
}
.slider {
  max-width: 950px;
  height: 460px;
  position: relative;
  z-index: 98;
  margin: 0 auto;
}

.slider .pic {
  width: 100% !important;
  background-size: contain !important;
}

.items {
  display: none;
}
.pagination {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  height: 12px;
}
.pagination ul {
  margin: 0px;
}
.pagination li {
  float: left;
  margin: 0 0px 0 1px;
}
.pagination li a {
  display: block;
  background: url(../images/pagination.png) right 0 no-repeat;
  width: 12px;
  height: 12px;
}
.pagination li.current a {
  background: url(../images/pagination.png) 0 0 no-repeat;
}
.pagination li:hover a {
  background: url(../images/pagination.png) 0 0 no-repeat;
}
.banner {
  position: absolute;
  left: 0px;
  top: 140px;
  width: 470px;
  padding: 0px 0 0px 70px;
}
.banner p {
  font-family: Arial, cursive;
  font-size: 26px;
  line-height: 50px;
  color: #8b847e;
  text-align: left;
  letter-spacing: -2px;
}
.banner p strong {
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
}
.banner p + p {
  margin-top: -10px;
  padding-left: 20px;
}

@media screen and (max-width: 740px) {
  .slider {
    height: 100%;
  }
  .banner {
    top: 120px;
    width: 100%;
  }

  .banner p {
    font-size: 20px;
  }
  .banner p strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .banner {
    top: 60px;
    padding-left: 20px;
  }

  .banner p {
    font-size: 16px;
  }
  .banner p strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 412px) {
  .slider .pic {
    background-size: cover !important;
    height: 260px !important;
  }
}

@media screen and (max-width: 400px) {
  .slider .pic {
    background-size: cover !important;
    height: 260px !important;
  }
}
