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

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

body {
	background-color: #d9e4eb;
	font-family: 'Microsoft YaHei';
}

.hide {
	display: none;
}

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

.abs {
	position: absolute;
	z-index: 1;
}

.rel {
	position: relative;
	z-index: 2;
}

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

.swiper-height {
	overflow: hidden;
}

.page_title {
	margin-top: 20%;
}

.page1_04 {
	margin-top: 20%;
}

.page1_05 {
	margin-top: 52%;
}

.page2_relative {
	position: relative;
	margin-top: 8%;
}

.page2_relative img {
	position: absolute;
	left: 0;
	top: 0;
}

.page_p {
	position: relative;
}

.page3_scroll {
	overflow: scroll;
	overflow-x: hidden;
}

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

.page3_top {
	margin-top: 5%;
}

.page4_rative {
	position: relative;
}

.page4_02,
.page4_03 {
	position: absolute;
	left: 0;
	top: 0;
}

.page4_01 {
	position: relative;
}

.swiper-slide img {
	display: block;
}

.page5_02 {
	position: relative;
	margin-top: 10%;
}

.page5_top {
	position: relative;
	margin-top: 10%;
}

.page5_left,
.page5_right1 {
	position: absolute;
	left: 0;
	top: 0;
}

.page7_01 {
	margin-top: 10%;
}

.page7_02 {
	margin-top: 15%;
}

.page7_div1 {
	padding: 10% 5%;
}

.page7_div1 p,
.page7_div2 p {
	line-height: 22px;
	color: #fff;
	font-size: 15px;
}

.page7_div2 {
	padding: 0 5%;
}

.page7_div1 a,
.page7_div2 span {
	color: #fff;
}

.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) {
	.page1_05 {
		margin-top: 26%;
	}
	.page2_02 {
		margin-top: 3%;
	}
	.page5_top {
		position: relative;
		margin-top: 3%;
	}
	.page7_div1 {
		padding: 5% 5%;
	}
	.page7_02 {
		margin-top: 5%;
	}
	.page7_div1 p,
	.page7_div2 p {
		line-height: 15px;
		color: #fff;
		font-size: 15px;
	}
}


/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.page7_div1 p,
	.page7_div2 p {
		font-size: 13px;
	}
	.page7_div1 {
		padding: 6% 5%;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height:519px) {
	.page1_05 {
		margin-top: 40%;
	}
	.page7_div1 {
		padding: 6% 5%;
	}
	.page7_02 {
		margin-top: 9%;
	}
}


/*ip 6*/

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


/*ip 6+*/

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