.swiper-box{ position:relative;}
.swiper{width: 100%; height: 100%; }
.swiper-slide{cursor:pointer;}
.swiper-slide img {width: 100%;}
.mySwiper2 {width: 100%;}
.mySwiper2 .swiper-slide .text-box{ position:absolute; left:0; bottom:60px; width:90%; width: calc(100% - 36px); width: -moz-calc(100% - 36px); width: -webkit-calc(100% - 36px); padding:18px; background-color: rgba(0,0,0,0.3); min-height:120px; color:#FFFFFF; text-align:left;}
.mySwiper2 .swiper-slide .text-box .t1{ font-size:16px; font-weight:bold;}
.mySwiper2 .swiper-slide .text-box .t2{padding:14px 20px 0 0; font-size:14px; height:9.6em; line-height:1.6em; overflow:hidden;}


/*下面缩略图CSS*/
.swiper-box .imgfocus{position:absolute; z-index:666666; right:10px; bottom:10px; background-color: rgba(0,0,0,0.7); height:30px; width:30%;  padding:6px 30px 6px 30px;}
.swiper-box .imgfocus .mySwiper {}
.mySwiper .swiper-slide {opacity: 0.4;}
.mySwiper .swiper-slide-thumb-active {opacity: 1;}
.swiper-button-next, .swiper-button-prev {
  /* 修改按钮整体大小 */
  width: 30px !important;  /* 默认通常是44px */
  height: 30px !important; /* 默认通常是44px */
  background-repeat:no-repeat; background-position:center center;
}
/* 修改按钮内部箭头图标的大小 */
.swiper-button-next::after, .swiper-button-prev::after {font-size: 0px !important;}
.swiper-button-next{ right:0px; top:28px;}
.swiper-button-prev{ left:0px; top:28px;}
	
@media screen and (max-width:760px){
	.mySwiper2 .swiper-slide .text-box{bottom:0px; width:100%; padding:12px; min-height:inherit;}
	.mySwiper2 .swiper-slide .text-box .t2{height:3.2em;}
	.swiper-box{position:relative; padding-bottom:50px;}
	.swiper-box .imgfocus{ width:80%; width: calc(100% - 60px); width: -moz-calc(100% - 60px); width: -webkit-calc(100% - 60px); left:0px;}
}