.swiper-container {width:70%; height:4rem; float:right;  margin-top:1.5rem; display:inline;}
.swiper-slide {
      text-align: left; 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	
.swiper-slide{ width:100%; height:auto; float:left; text-align:left;}
.swiper-slide a{float: left;width: 96%;	margin-left: 4%;display: inline;font-size: 1.1rem;background-image: url(../images/index_r27_c6.jpg);background-repeat: no-repeat;background-position: left center;text-indent: 12;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	}
@media (min-width: 310px) and (max-width: 339px) {
   .swiper-container { height:3.2rem;  margin-top:1.2rem; }
}
@media (min-width: 340px) and (max-width: 499px) {
 .swiper-container { height:3.6rem;  margin-top:1.2rem; }
}


