/* 懒人图库 搜集整理 www.lanrentuku.com */

.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 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 5px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
  .flex {
	max-width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.slides,.slides--titles {
	margin:0;
	padding:0
}
.slides li,.slides--titles li {
	overflow:hidden;
	position:relative;
	float:left
}
.jFlex,.slides,.slides li,.slides--titles li {
	position:relative
}
.jFlex {
	overflow:hidden;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.slides {
	list-style:none
}
.slides--anim {
	-moz-transition:transform ease-out .3s;
	-ms-transition:transform ease-out .3s;
	-o-transition:transform ease-out .3s;
	-webkit-transition:transform ease-out .3s;
	transition:transform ease-out .3s
}
.slides--titles:after,.slides--titles:before,.slides:after,.slides:before {
	content:' ';
	display:table
}
.slides--titles:after,.slides:after {
	clear:both
}
.slides li {
	display:block
}
.slides img {
	display:block;
	height:auto;
	max-width:100%
}
.slides--titles li {
	background:#21B07A;
	cursor:pointer;
	text-align:center;
	-moz-transition:background linear .3s;
	-ms-transition:background linear .3s;
	-o-transition:background linear .3s;
	-webkit-transition:background linear .3s;
	transition:background linear .3s;
	width:20%
}
.jflex--2 li {
	width:50%
}
.jflex--3 li {
	width:33.3333333%
}
.jflex--4 li {
	width:25%
}
.jflex--5 li {
	width:20%
}
.jflex--6 li {
	width:16.6666667%
}
.slides--titles li .title--l {
	background:#048957;
	display:block;
	height:4px;
	left:-100%;
	position:relative
}
.slides--titles li .title--t {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.slides--titles li.title--auto .title--l,.slides--titles li.title--manual .title--l {
	-moz-transition:all linear .3s;
	-ms-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
	transition:all linear .3s
}
.slides--titles li.title--auto.title--active .title--l {
	-moz-transition:all linear 5s;
	-ms-transition:all linear 5s;
	-o-transition:all linear 5s;
	-webkit-transition:all linear 5s;
	transition:all linear 5s
}
.slides--titles li.title--active .title--l {
	left:0
}
.slides--titles li.title--right .title--l {
	left:100%
}
.slides--titles li.title--active .title--t {
	font-weight:700
}
.slides--titles li.title--active {
	background:#1EA270;
}