﻿@charset "utf-8";

.swiper-container {
	width: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px;
	height: 350px;
	padding-top: 28px;
}

.swiper-wrapper {
	margin-top: 10px
}

.swiper-slide {
	width: 650px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0px 30px;
}

.swiper-slide img {
	border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.5);
}

.swiper-slide .main-img {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: fixed;
	z-index: 100;
}

.swiper-container-horizontal>.swiper-pagination {
	right: 52px;
	left: auto;
	bottom: 0px;
}
.swiper-pagination-bullet {
	background: #333;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: white;
}

.swiper-pagination {
	text-align: right;
}
