@charset "utf-8";
html {
    -ms-touch-action: none;
}
body,
div,
h1,
h3,
h4,
p,
ul,
li {
	margin: 0;
	padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    border: none;
    outline: none;
}
body{
	width: 100%;
    *cursor: default;
	overflow: hidden;
	
}
#pageContain {
	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-color:#037538;
}
.page2 {
	
}


#prev,#next {
    z-index: 4;
    text-align: center;
    line-height: 60px;
    position: absolute;
    width: 40px;
    height: 60px;
    top: 50%;
    cursor:pointer;
	font-family:"宋体";
    margin-top: -30px;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	display:none;
}
#prev:hover,#next:hover{background-color:rgba(0,0,0,0.5);}
#prev {
    left: 10px
}
#next {
    right: 10px
}


.section1 .contain {
	display: block !important;
}
