.home-device {
	width:100%; 
	margin:0px 0px 0px 0px;
	position:relative;
}
.home-device .arrow-left {
	background:url(../images/left21.png) no-repeat;
	background-size:38px 50px;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-25px;
	width:38px;
	height:50px;
	z-index:10000;
}
.home-device .arrow-right {
	background:url(../images/right21.png) no-repeat;
	background-size:38px 50px;	
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-25px;
	width:38px;
	height:50px;
	z-index:10000;
}
.swiper-main {
	width:100%; 
	position: relative; 
	overflow:hidden;
}
.swiper1, .swiper1 .swiper-slide{
 display:block;	width:100%; overflow:hidden;
}
.pagination1 { 
position:absolute; 
left:0px; 
bottom:10px; 
width:100%; 
text-align:center; 
overflow:hidden;
 z-index:1000;
}
.home-device .pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #FFF;
	margin: 0 5px;
	cursor: pointer;
}
.home-device .pagination1 .swiper-active-switch {
	background: #000;
}