html {
	height: 100%;
	-ms-touch-action: none;  /* 阻止windows Phone 的默认触摸事件 */
	min-width:1100px;
	overflow:auto;
}
body {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.main_pages {
	height: 100%;
	position: relative;
	width: 100%;
}
#pages {
	overflow: hidden;
}
.page {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.contain {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	z-index: 0;
}
.current .contain,.slide .contain {
	display: block;
}
.current {
	display: block;
	z-index: 1;
}
.slide {
	display: block;
	z-index: 2;
}
.swipe {
  display: block;
  z-index: 3;
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}

#page1 {
	background: #fff url("1.jpg") no-repeat scroll center top;
	background-size:100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='1.jpg',sizingMethod='scale');
}
#page2 {
	background: #fff url("2.jpg") no-repeat scroll center bottom;
}
#page3 {
	background: #fff url("3.jpg") no-repeat scroll center bottom;
}
#page4 {
	background: #fff url("4.jpg") no-repeat scroll center bottom;
}
#page5 {
	background: #fff url("5.jpg") no-repeat scroll center bottom;
}
#page6 {
	background: #fff url("6.jpg") no-repeat scroll center bottom;
}
#page7 {
	background: #fff url("7.jpg") no-repeat scroll center bottom;
}
#navBar {
	z-index: 3;
	position: absolute;
	top: 10%;
	right: 3%;
}
#navBar .active {
	background: #ccc;
}
.downarr {
	background: rgba(0, 0, 0, 0) url("down.png") no-repeat scroll center center;
	bottom: 0;
	height: 18px;
	left: 50%;
	margin-left: -9px;
	position: fixed;
	width: 18px;
	z-index: 12;
}

/* 滑动点点点导航 */
.navbar {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
	*margin-top: -90px;
	_margin-top: -90px;
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 5px 0;
	display: block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	border: 2px solid #fff;
}
.swiper-pagination-bullet.active {
	background: #419cc0!important;
}