﻿

html, body {
	position: relative;
	height: 100%;
	min-width:1360px;
}



.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	left: 30px;
	bottom: 80px;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.full {
	position: absolute;
}

.full img {
	width: 100%;
}




@media  only screen and (max-width:1360px) {
	header{
		position: static;
	}

	.swiper-container {
		height: auto;
	}
	
	.swiper-container .swiper-pagination {
		bottom: 10px;
	}

	
}	