﻿.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; }
}
.flex{display:flex; -webkit-display:flex;}
.around{ justify-content:space-around; -webkit-justify-content:space-around;}
.between{justify-content:space-between; -webkit-justify-content:space-between;}
.center{-webkit-align-items: center; align-items: center; }
.space-center{-webkit-justify-content: center; justify-content: center;}
.flex_end{-webkit-justify-content: flex-end; justify-content: flex-end;}
.flex_start{-webkit-justify-content: flex-start; justify-content: flex-start; }
.wrap{-webkit-flex-wrap: wrap; flex-wrap: wrap;}