/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height : 100%;
  border: 0;
  }
  
  
.rslides_main {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height :100%;
  padding: 0;
  margin: 0;
  }

.rslides_main li {
   position: relative;
  display: block;
  float: left;
  }
.rslides_main .main_bg {
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  }

.rslides_main .main_bg:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides_main .main_bg_img {
  display: block;
  height: auto;
  float: right;
  width: 100%;
  height : 270px;
  border: 0;
  background-size: 100% 270px; 
  }
  
  
  
.rslides_main .top_img {
  display: block;
  height: auto;
  float: left;
  width: 21px;
  height : 23px;
  border: 0;
  }
.rslides_main .top_img_more {
  display: block;
  height: auto;
  float: left;
  width: 12px;
  height : 12px;
  border: 0;
  }
.rslides_main .bottom_img {
  display: block;
  height: auto;
  float: left;
  border: 0;width: 100%;
  vertical-align: middle;
  }
