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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:280px;
  padding: 0;
  margin: 0;
  background-color: antiquewhite;
  }

.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 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*按钮*/
.rslides_nav{ position:absolute; bottom:10px; z-index:99; display:block; width:30px; height:30px; background:#00700d; color:#fff; text-align:center; border-radius:4px;}
.flexslider3 .prev{ right:60px; background: url(../images/slide_left.png) no-repeat center center;}
.flexslider3 .next{ right:20px; background: url(../images/slide_right.png) no-repeat center center;}
