@charset "utf-8";
/* CSS Document */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    /*height:297px;*/
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 20px;
  }

.rslides3 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:200px;
  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;*/
    height: 413px;
    float: left;
    width: 100%;
    border: 0;
    /* [disabled]position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 70;
  }
.rslides2 img {
	display: block;
	height: auto;
	height: 303px;
	float: left;
	width: 100%;
	border: 0;
	/* [disabled]position: absolute; */
	left: 0px;
	top: 0px;
	z-index: 70;
  }
.rslides3 img {
	display: block;
	height: auto;
	height: 200px;
	float: left;
	width: 100%;
	border: 0;
	/* [disabled]position: absolute; */
	left: 0px;
	top: 0px;
	z-index: 70;
  }
