/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

input,
img {
	border: none;
	vertical-align: middle;
}

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
}

html {
	width: 100%;
	height: 100%;
}

.swiper-container,
.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.hide {
	display: none;
}

.visibility {
	visibility: hidden;
	/*visibility: visible;*/
}

.swiper-container,
.swiper-container-enter {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #8bc22e;
	opacity: .4;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.pages_bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.arrow {
	position: absolute;
	width: 30px;
	left: 50%;
	bottom: 5%;
	margin-left: -15px;
	z-index: 2;
}

.white {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.page3_01_01,
.page2_01_02 {
	position: relative;
	z-index: 2;
}

.page1_01_02 {
	margin-top: 30%;
}

.page1_01_04 {
	margin-top: 30%;
}

.page1_01_06 {
	margin-top: 30%;
}

.page3_01_01 {
	margin-bottom: 5%;
}

.page2_03_02,
.page1_div1 {
	position: absolute;
	left: 0;
	top: 67%;
	z-index: 2
}

.page5_03_02 {
	position: absolute;
	left: 0;
	top: -30%;
}

.page2_02_02 {
	position: absolute;
	left: 0;
	top: 0;
}

.page7_02_02 {
	position: absolute;
	left: 0;
	top: 90%;
	z-index: 2;
}

.page7_02_03 {
	position: absolute;
	left: 0;
	top: 174%;
	z-index: 2;
}

.page7_03_02 {
	position: absolute;
	left: 0;
	top: -30%;
}

.page9_01_07 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page9_02_02 {
	position: absolute;
	left: 0;
	bottom: 6%;
	z-index: 2;
}

.page13_01_02 {
	margin-top: 8%;
}

.page13_01_04 {
	margin-top: 15%;
}

.page13_01_06 {
	margin-top: 10%;
}

.page13_03_02 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.page13_03_02 {
	position: absolute;
	left: 0;
	top: 27%;
}

.page13_01_06 {
	position: absolute;
	left: 0;
	top: 55%;
}

.page13_01_07 {
	position: absolute;
	left: 0;
	top: 69%;
}

.page13_04_02 {
	position: absolute;
	left: 0;
	top: 76%;
}

.page13_from {
	position: absolute;
	left: 0;
	top: 78%;
	width: 100%;
}

.page13_from input {
	width: 35%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: none;
	background: url(../images/page13_rep_03.png) repeat-x;
	border-radius: 10px;
	color: #000;
}

.page13_from p {
	width: 100%;
	text-align: center;
	line-height: 56px;
}

.submit {
	width: 30%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	background: #7ebf58;
	color: #000;
	border-radius: 10px;
}

.page13_03_04 {
	position: absolute;
	left: 0;
	bottom: 0%;
}

.page13_03_03 {
	width: 11.5%;
	position: absolute;
	right: 3%;
	top: 50%;
	z-index: 3;
}
.page_map_03{
	width: 10%;
	position: absolute;
	right: 3%;
	top: 42%;
	z-index: 3;
}
.pagen_div {
	position: absolute;
	left: 0;
	top: 0;
}

.pagen_01_04 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagen_02 {
	position: absolute;
	left: 0;
	top: 0;
}


/*音乐*/

.topCon {
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 10px;
	height: 40px;
	background: rgba(204, 204, 204, 0);
}

.sound {
	width: 15px;
	height: 15px;
	padding: 5px;
	border: 2px solid #F9F9F9;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url(../images/soundoff.png) center center no-repeat;
	background-size: 50% 50%;
}

.musicOn {
	position: absolute;
	left: 50px;
	top: 12px;
	font-size: 10px;
	color: #ffffff;
	z-index: 999;
}

.rotateAm {
	-webkit-animation-name: rotateAm;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes rotateAm {
	0% {
		opacity: 1;
	}
	25% {
		-webkit-transform: rotate(0deg)
	}
	25% {
		-webkit-transform: rotate(90deg)
	}
	50% {
		-webkit-transform: rotate(180deg)
	}
	75% {
		-webkit-transform: rotate(270deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}


/*音乐end*/


/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {}


/*andriod*/

@media all and (min-width: 360px) and (max-height: 519px) {
	.page9_01_04 {
		width: 80%;
		margin: -3% 10% 0 10%;
	}
	.page13_01_02,
	.page13_01_04 {
		margin-top: 8%;
	}
	.page7_03_02 {
		position: absolute;
		left: 0;
		top: -38%;
	}
}


/*ip 6*/

@media all and (min-width: 375px) {}


/*ip 6+*/

@media all and (min-width: 414px) {}


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.page1_01_04 {
		margin-top: 15%;
	}
	.page2_03_02,
	.page1_div1 {
		width: 90%;
		position: absolute;
		left: 50%;
		top: 58%;
		margin-left: -45%;
	}
	.page9_01_04 {
		width: 80%;
		margin: -5% 10% 0 10%;
	}
	.page13_01_02,
	.page13_01_04 {
		margin-top: 8%;
	}
}