/*
   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;
}

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

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

.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: #fff;
	opacity: .4;
}

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

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

.pages_div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

img {
	position: relative;
}

.page1_01_02 {
	margin-top: 34%;
}

.page1_01_05 {
	position: absolute;
	left: 0;
	top: 46%;
}

.page_relative {
	position: relative;
}

.page2_01_02,
.page4_02_02,
.page7_02_02,
.page9_02_02,
.page13_02_02,
.page13_02_03 {
	position: absolute;
	left: 0;
	top: 0;
}

.page2_01_11 {
	position: absolute;
	width: 16%;
	left: 50%;
	margin-left: -8%;
	bottom: 0;
}

.page8_01_03,
.page15_01_04 {
	margin-top: 5%;
}

.page9_01_04 {
	margin-top: 8%;
}

.margin_top {
	margin-top: 14%;
}

.page3_01_03,
.page4_01_04,
.page5_01_03,
.page6_01_03,
.page7_01_04,
.page10_01_04 {
	margin-top: 12%;
}

.page11_01_02 {
	margin-top: 14%;
}

.page11_01_09,
.page12_01_06 {
	margin-bottom: 4%;
}

.page12_01_02 {
	margin-top: 6%;
}

.page13_01_08 {
	padding: 7% 0;
}

.margin_top2 {
	margin-top: 20%;
}

.page_ul {
	width: 64%;
	margin: 6% auto 0;
}

.page_ul li {
	list-style: none;
	overflow: hidden;
	height: 40px;
}

.page_ul span {
	float: left;
	font-size: 14px;
	line-height: 26px;
	color: #204826;
	font-family: 'han zheng guan biao';
	font-weight: bold;
}

.page_ul input {
	float: right;
	width: 68%;
	height: 26px;
	border: 1px solid #204826;
	border-radius: 5px;
	padding-left: 2%;
	background: transparent;
}

.page15_01_02 {
	padding-top: 15%;
}

.page_ul .page_li3 {
	text-align: center;
	width: 100%;
	padding: 2%;
}

.page_ul a {
	display: block;
	width: 38%;
	height: 30px;
	border-radius: 5px;
	background: #204826;
	color: #e7e1be;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.page_img {
	overflow: hidden;
	padding-top: 4%;
}

.page_left {
	float: left;
	width: 30%;
	text-align: center;
	padding-left: 15%;
}

.page_right {
	float: right;
	width: 30%;
	text-align: center;
	padding-right: 15%;
}

.page_img p {
	line-height: 18px;
	font-size: 14px;
	color: #204826;
}

.page2_05_03 {
	padding-top: 10%;
}

.page2_06_03 {
	padding-top: 5%;
}

.page_ul .laydate-icon {
	width: 58%;
	padding-right: 10%;
}

.page_tel {
	width: 12%;
	position: absolute;
	left: 6%;
	bottom: 24%;
}

.page_map {
	width: 12%;
	position: absolute;
	left: 6%;
	bottom: 12%;
}

.line_bot {
	position: absolute;
	left: 0;
	bottom: 6%;
}

.tel_margin {
	bottom: 33%;
}

.map_margin {
	bottom: 25.8%;
}

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

.page15_01_10 {
	width: 20%;
	text-align: center;
	display: inline-block;
	margin-top: 2%;
	margin-left: 2%;
}

.page15_01_09,
.page15_01_11 {
	width: 30%;
}


/*音乐*/

.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) {
	.page3_01_03,
	.page4_01_04,
	.page5_01_03,
	.page6_01_03,
	.page7_01_04,
	.page10_01_04 {
		margin-top: 7%;
	}
	.page2_01_11 {
		display: none;
	}
	.page8_01_03 {
		margin-top: 1%;
	}
	.page9_01_04 {
		margin-top: 3%;
	}
	.page11_01_05,
	.page11_01_08,
	.page12_01_02,
	.page12_01_05 {
		width: 80%;
		margin-left: 10%;
	}
	.margin_top {
		margin-top: 5%;
	}
	.margin_auto {
		margin-top: -4%;
	}
	.page13_01_08 {
		padding: 4% 0;
	}
	.margin_top2 {
		margin-top: 10%;
	}
	.page15_01_02 {
		padding-top: 16%;
	}
	.page_ul {
		width: 64%;
		margin: 8% auto 0;
	}
}


/*ip 6*/

@media all and (min-width: 375px) and (max-height:603px) {
	.laydate_body #laydate_box {
		border-top: none;
		border-bottom: none;
		background-color: #fff;
		color: #333;
		left: 25%!important;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height:672px) {
	.laydate_body #laydate_box {
		border-top: none;
		border-bottom: none;
		background-color: #fff;
		color: #333;
		left: 28%!important;
	}
}


/*meizu*/

@media all and (min-width: 432px) and (max-height: 599px) {
	.page3_01_03,
	.page4_01_04,
	.page5_01_03,
	.page6_01_03,
	.page7_01_04,
	.page10_01_04 {
		margin-top: 2%;
	}
	.page2_01_11 {
		display: none;
	}
	.page8_01_03 {
		margin-top: 1%;
	}
	.page9_01_04 {
		margin-top: 3%;
	}
	.page11_01_05,
	.page11_01_08,
	.page12_01_02,
	.page12_01_05 {
		width: 80%;
		margin-left: 10%;
	}
	.margin_top {
		margin-top: 5%;
	}
	.margin_auto {
		margin-top: -4%;
	}
	.page13_01_08 {
		padding: 4% 0;
	}
	.margin_top2 {
		margin-top: 10%;
	}
	.page15_01_02 {
		padding-top: 16%;
	}
	.page_ul {
		width: 64%;
		margin: 8% auto 0;
	}
	.page11_01_02 {
		margin-top: 12%;
	}
	.page_line {
		margin-top: -3%;
	}
	.page9_01_04 {
		margin-top: 1%;
	}
	.page8_01_06 {
		margin-top: -1.5%;
	}
	.page6_01_03,
	.page3_01_03 {
		margin-top: 5%;
	}
}