.arrow-left,.arrow-right{position:absolute;top:50%;margin-top:-60px;width:50px;height:120px;;z-index:100;border-radius: 8px;transition: all 0.6s ease 0s;}
.arrow-left{background:url(../images/arrow-left.png) no-repeat rgba(0,0,0,1) center;left:6%;opacity: 0.4;}
.arrow-right{background:url(../images/arrow-right.png) no-repeat rgba(0,0,0,1) center;right:6%;opacity: 0.4;}
.arrow-left:hover,.arrow-right:hover{opacity: 0.6;}
.swiper-slide,
.swiper-wrapper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}


.swiper-container {
    width: 100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.index-banner{height: 100%;}
.index-banner .swiper-slide{height:520px; }
.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide,
.swiper-wrapper {
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.shadow {
-webkit-box-shadow:1px 1px 3px #292929;
-moz-box-shadow:1px 1px 3px #292929;
box-shadow:1px 1px 3px #292929;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-pagination,.pagination,.m-pagination{
position: absolute;
left: 0;
text-align: center;
bottom: 20px;
width: 100%;
z-index:22;
}
.swiper-pagination-switch {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 100%;
background: #fff;
margin: 0 5px;
cursor: pointer;
}
.swiper-active-switch {
background: #000;
}



.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 50px;
	margin-top: -22px;
	z-index: 100;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-container-news .swiper-button-next,.swiper-container-news .swiper-button-prev{top: 60%;}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}


.m-banner .pagination,.m-pagination{bottom: 5px;}
.m-banner .swiper-pagination-switch,.m-banner .swiper-pagination-bullet{
display: inline-block;
width: 8px;
height: 8px;
border-radius: 100%;
background: #fff;
margin: 0 5px;
cursor: pointer;
}
.m-banner .swiper-active-switch,.m-banner .swiper-pagination-bullet-active{
background: #000;
}