.home-device {
	width:100%;
	margin:0 auto;
	position:relative;
}
.home-device .arrow-left {
	background:#364057 url(../images/arrows.png) no-repeat center top;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
	width:22px;
	height:30px;
	z-index:888;
	border-radius: 14px 0px 0px 14px;
}
.home-device .arrow-right {
	background:#364057 url(../images/arrows.png) no-repeat center bottom;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-15px;
	width:22px;
	height:30px;
	z-index:888;
	border-radius: 0px 14px 14px 0px;
}
.swiper-main {
	width: 100%;
	position: relative;
}
.sm-shadow {
	position: absolute;
	bottom: -15px;
	width: 606px;
	height: 38px;
	left: 17px;
	background: url(../images/shadow.png);
}
.sm-free {
	width: 105px;
	height: 61px;
	background: url(../images/free.png);
	position: absolute;
	right: -2px;
	top: -2px;
	z-index: 2;
}
.swiper1, .swiper1 .swiper-slide {
	width: 100%;
	height: 600px;
	border-right:1px #fff solid;
}
.swiper-slide img{height:600px;width:100%}
@media screen and (min-width: 320px) and (max-width: 700px){
	.swiper1, .swiper1 .swiper-slide {width: 100%;height: 220px;}
	.swiper-slide img{height:220px;width:100%}
	.news-block{display:none;}

}
.pagination1 {
	text-align: center;
	margin-top: 5px;
}
.content-slide {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.cs-1, .cs-2 {
	float: left;
	width:270px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cs-1 {
	margin-right: 20px;
	background: #333;
	color: #fff;
}
.cs-2 {
	background: #ad2e4c;
	color: #fff;
}
/* Pagination */
.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background: #fff;
2f9933
}
.sw-title {
	padding: 5px 20px;
	font-size: 41px;
	margin: 50px 0 20px;
	font-family: 'Lato', sans-serif;
	line-height: 50px;
	color: #222;
	font-weight: 300;
	border-bottom: 1px solid #555;
}
.sw-content {
	background: #fff;
	border-radius: 5px;
}
.title{text-indent:none}
