/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_tabs {
  position: absolute;
  overflow: hidden;
  list-style: none;
  padding: 0;
  list-style: none;
  margin-left: 179px;
}

.rslides_tabs li {
  display: inline;
  margin-right: 4px;
}

.rslides_tabs a {
  height: 6px;
  background: url(/statics/images/20170918/tabs.jpg) no-repeat -11px 0px;
  display: inline-block;
  width: 7px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  height: 6px;
  background: url(/statics/images/20170918/tabs.jpg) 0 0 no-repeat;
  display: inline-block;
  width: 7px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.rslides p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #666\9;
  text-align:center;
}