@charset "utf-8";
/*  INNER CONTENT GROUP WARP      */

.swiper-container {
	margin: 0 auto; padding:0;
	position: relative;
	overflow: hidden;
	width: 100%;
	background:#fff url(../images/swiper-container_bg.jpg) repeat-x 0px bottom;
}
.swiper-container .uk-icon-chevron-left:before {
	border: none;
	background: none;
	color: #fff;
}
.swiper-container .uk-icon-chevron-right:before {
	border: none;
	background: none;
	color: #fff;
}
/*------調整外框尺寸------*/

.swiper-container img {
	margin: 0;
	padding: 0;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
}
.swiper-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
}
.swiper-slide {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 300px;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	
} /*------調整圖片尺寸------*/
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}
.swiper-container, .swiper-slide {
	height: auto
}
.swiper-control {
	position: absolute;
	top: 40%;
	z-index: 1;
	color: #fff;
	font-size: 3em;
	cursor: pointer;
	height: 100%;
	bottom: 0;
	width: 8%;
	text-align: center;
	vertical-align: middle !important;
	opacity: .5;
	filter: alpha(opacity=50);
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
}
.swiper-control:hover, .swiper-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.uk-icon-chevron-right {
	right: 10px;
}
.uk-icon-chevron-left {
	left: 0px;
}
.swiper-caption {
	text-align: center
}
.swiper-pagination {
	text-align: center;
	margin-top: 10px;
	width: 100%
}
.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;
}
.swiper-active-switch {
	background: #fff
	
}
/**/
@media only screen and (max-width : 320px) {
/*.swiper-slide {
	max-height: 210px;
}
}
