/*! http://responsiveslides.com v1.54 by @viljamis */


#silideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#silideBox p {
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: 100;
  margin-left: -500px;
}

.rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 430px;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 430px;
}

.rslides li:nth-child(1) {
  background: url(/common/img/home/slide02.webp) no-repeat right center / cover;
}

.rslides li:nth-child(2) {
  background: url(/common/img/home/slide01.webp) no-repeat center center/ cover;
}

.rslides li:nth-child(3) {
  background: url(/common/img/home/slide04.webp) no-repeat right center / cover;
}

.rslides li:nth-child(4) {
  background: url(/common/img/home/slide03.webp) no-repeat right center / cover;
}

/* .rslides li:nth-child(5){
    background:url(/common/img/home/slide05.png) no-repeat center center/ cover;
} */

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}