/*
   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: #760202;
	font-family: "microsoft yahei";
}

.hide {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
	/*visibility: visible;*/
	position: absolute;
	left: 0;
	top: 0;
}

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

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

.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}

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

.pages_bg {
	left: 0;
	top: 0;
}

.arrows_up {
	z-index: 99;
	left: 50%;
	margin-left: -20px;
	bottom: 4%;
}

.page_position {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.text_pos {
	position: relative;
}

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

.page1_div1 {
	position: absolute;
	width: 18%;
	left: 50%;
	margin-left: -10%;
	top: 78.5%;
	text-align: center;
}

.page1_div1 img {
	width: 70%;
}

.page1_div1 p {
	color: #b10000;
	margin-top: -10%;
}

.page1_01_10 {
	position: absolute;
	width: 30%;
	left: 50%;
	bottom: 3%;
	margin-left: -15%;
}

.page_gz,
.page_share,
.page_success,
.page_inquiry {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.page2_01_02 {
	margin-top: 30%;
}

.page2_div1 {
	position: relative;
	width: 60%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 8%;
}

.page3_04_03,
.page3_03_03 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page2_div2 {
	position: relative;
	left: 0;
	top: 0;
	width: 98%;
	height: 98%;
	padding: 1%;
}

.page2_div2 img,
.page_number,
.inquiry_paly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page2_div3 {
	position: absolute;
	left: 50%;
	top: 56%;
	width: 30%;
	text-align: center;
	margin-left: -15%;
}

.page2_div3 img {
	width: 100%;
}

.page2_div3 p {
	color: #b10000;
	margin-top: -4%;
}

.div2_btn {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 2%;
}

.div2_btn img {
	width: 30%;
}

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

.page_number {
	position: absolute;
	left: 0;
	top: 25%;
}

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

.page_text p {
	font-size: 20px;
	color: #f7f4fd;
	line-height: 26px;
}

.page3_01_02 {
	position: absolute;
	left: 0;
	top: 26%;
}

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

.page1_05_01 {
	position: absolute;
	left: 0;
	top: 60%;
}

.page2_04_02 {
	margin-top: 52%;
}

.page_inquiry p {
	width: 100%;
	text-align: center;
}

.page2_01_05,
.page2_01_07 {
	width: 28%;
	margin-top: 8%;
}

.page2_01_05 {
	padding-right: 10%;
}


/*音乐*/

.topCon {
	display: block;
	position: fixed;
	z-index: 2;
	top: 2%;
	right: 3%;
	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%;
}

.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) {
	.page2_div1 {
		position: relative;
		width: 60%;
		height: 256px;
		overflow: hidden;
	}
	.page2_div3 {
		position: absolute;
		left: 50%;
		top: 54%;
		width: 34%;
		text-align: center;
		margin-left: -17%;
	}
	.page1_div1 {
		position: absolute;
		width: 20%;
		left: 50%;
		margin-left: -10%;
		top: 78.5%;
		text-align: center;
	}
}


/*andriod（默认样式）*/

@media all and (min-width: 360px) and (max-height:519px) {
	.page2_div1 {
		position: relative;
		width: 60%;
		height: 253px;
		overflow: hidden;
	}
}


/*ip 6*/

@media all and (min-width: 375px) and (max-height:603px) {
	.div2_btn {
		margin-top: 6%;
	}
}


/*ip 6+*/

@media all and (min-width: 414px) and (max-height:672px) {
	.page2_div1 {
		position: relative;
		width: 60%;
		height: 340px;
		overflow: hidden;
	}
}

@media all and (min-width: 432px) and (max-height:599px) {
	.div2_btn {
		margin-top: 1%;
	}
	.page2_div1 {
		position: relative;
		width: 60%;
		height: 285px;
		overflow: hidden;
	}
}