
/* 主体结构 */
.col-36{float: left;width:36.6%;}


/* 焦点图 */
.device {position:relative;overflow: hidden;height:249px;}
.swiper-container{height: 249px;}
.device .swiper-slide{position: relative;}
.device .swiper-slide img{width: 100%;}
.device .swiper-slide span{position: absolute;line-height: 42px;height: 42px;bottom:0;left:0;z-index: 9;background-color: #000;width:98%;padding-left: 2%; background-color:rgba(0,0,0,0.5);filter:Alpha(opacity=50);color:#fff;font-size: 16px;}
.device .arrow-left {background:url(../images/index/butn1.png) no-repeat left top;position:absolute;left:0px;top:50%;margin-top:-23px;width:30px;height:47px;z-index: 22;}
.device .arrow-right {background:url(../images/index/butn1.png) no-repeat right top;position:absolute;right:0px;top:50%;margin-top:-23px;width:30px;height:47px;z-index: 22;}
.pagination {position:absolute;left:0;text-align:right;bottom:10px;width:96%;z-index: 22;padding-left: 2%;}
.swiper-pagination-switch {display:inline-block;width:13px;height:13px;background: url(../images/index/butn2.png) no-repeat; margin:0 3px;cursor:pointer;}
.swiper-active-switch {width:13px;height:13px;background: url(../images/index/butn2.png) no-repeat right;}


