.home-device {
	width:100%; 
	height:635px;
	margin:0 auto;
	position:relative;
}
.home-device .arrow-left {
	background:url(../images/left2.png) no-repeat;
	background-size:38px 50px;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-25px;
	width:38px;
	height:50px;
	z-index:100;
}
.home-device .arrow-right {
	background:url(../images/right2.png) no-repeat;
	background-size:38px 50px;	
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-25px;
	width:38px;
	height:50px;
	z-index:100;
}
.home-device .swiper-main {
	width:100%; 
	height:635px;
	position: relative;
}
.home-device .swiper1 {
	width:100%; 
	height:635px; 
	text-align:center;
}
.home-device .swiper1 .swiper-slide {
	height:635px;
	background-size:auto 100%;
}
.home-device .pagination1 { 
position:absolute; 
left:0px; 
bottom:30px; 
width:100%; 
text-align:center; 
overflow:hidden;
 z-index:1;
}
.home-device .pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 5px;
	cursor: pointer;
}
.home-device .pagination1 .swiper-active-switch {
	background: #1557a5;
}