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

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

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

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

.page4_03_11{opacity:0;}
/*音乐*/

.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*/

.arrows {
	width: 10%;
	position: absolute;
	left: 50%;
	bottom: 4%;
	margin-left: -5%
}

.audio {
	opacity: 0;
}
.page_box{position:absolute; left:0; top:0; width:100%; height:100%; overflow: hidden;}
.div_welcome {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

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

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

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

.page2_div1 {
	position: absolute;
	left: 0;
	top: 13%;
}

.page2_div2 {
	position: relative;
	margin-top: -5%;
}

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

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

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

.page3_02_02 {
	position: absolute;
	left: 0;
	top: 42%;
}

.page3_div2 {
	position: absolute;
	left: 0;
	top: 70%;
}

.page3_04_04 {
	width: 20%;
	margin: 0 40%;
}

.page4_div2 {
	position: absolute;
	width: 70%;
	left: 50%;
	margin-left: -35%;
	top: 28%;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 5% 2% 2% 2%;
	border-radius: 10px;
}
.page4_02_03{opacity:0;}
.page4_02_03 {
	width: 36%;
	margin: 0 auto 5% auto;
}

.page4_div3 {
	width: 100px;
	height: 100px;
	background: #2e2222;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 auto;
	vertical-align: middle;
}

.page4_03_07 {
	margin-top: 18%;
}

.page4_p1 {
	width: 100%;
	text-align: center;
	margin: 10% 0;
	color: #fff;
}

.page4_03_11 {
	width: 90%;
}

.page4_03_03 {
	position: absolute;
	width: 20%;
	right: -8%;
	top: -8%;
}

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

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

.page6_01_03 {
	padding-bottom: 3%;
}

.page6_07_03 {
	width: 30%;
}

.page6_p1 {
	width: 88%;
	padding-top: 10%;
	margin: 0 auto;
}

.page6_p1 img {
	width: 40%;
}

.page6_01_10 {
	padding-right: 8%;
}

.page6_div2 {
	position: absolute;
	left: 0;
	top: 70%;
}


/*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) {
	.page2_text_04 {
		margin-top: -10%;
	}
}

@media all and (min-width: 432px) and (max-height:599px) {
	.page2_text_04 {
		margin-top: -10%;
	}
}


/*ip 6*/

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


/*ip 6+*/

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