﻿@charset "utf-8";
*{margin:0; padding:0; list-style:none}
.cube {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);/* 开启硬件加速 */
}
html {
	-ms-touch-action:none; /* 阻止windows Phone 的默认触摸事件 */
	-webkit-tap-highlight-color:rgba(0,0,0,0);/* 禁止点选高亮显示 */
	-webkit-overflow-scrolling:touch;/* 局部滚动 */
	-webkit-touch-callout:none;/* 禁用长按弹出系统菜单 */
	-webkit-user-select:none;/* 禁止选择 */
}
a,a:hover {color:#333; text-decoration:none; outline:none;}
img{border:0;}
.wow{visibility: hidden;}
.none{display:none;}

body {
	width:100%;
	*cursor:default;
	overflow-y:auto;
	color:#333;
	font-family:Helvetica;
	line-height:6vmin;
	background:#fff;
}
#pageContain {
	overflow:hidden;
	display:none; 
}
.page{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	/*top:0;
	left:0;*/
}
.contain {
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.contain ul {position:absolute; width:100%; height:100%; margin:0; padding:0;}
.contain ul li img{position:absolute; z-index:10;}
.current .contain,.slide .contain {
	display:block;
}
.current {
	display:block;
	z-index:1;
}
.slide {
	display:block;
	z-index:2;
}
.swipe {
	display:block;
	z-index:3;
	transition-duration:0ms !important;
	-webkit-transition-duration:0ms !important;
}

/* 页面导航 */
/*#navBar {
	z-index:3;
	position:absolute;
	top:10%;
	right:3%;
}
#navBar .active {
	background:#ccc;
}
#navBar li {
	cursor:pointer;
	margin-bottom:10px;
	transition:all .7s ease;
	border-radius:50%;
	line-height:0.3rem;
	text-align:center;
	width:0.3rem;
	height:0.3rem;
}

#prev,#next {
	z-index:4;
	text-align: center;
	line-height:1rem;
	position: absolute;
	width:1rem;
	height:1rem;
	top:50%;
	cursor:pointer;
	margin-top:-0.5rem;
	font-size:1rem;
	color:rgba(255,255,255,0.5);
}
#prev {
	left:0
}
#next {
	right:0
}*/

/* 页面加载 */
#loading{display:none;}

#index{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:100;
	background:url("../images/001.jpg") no-repeat 50%;
	background-size:cover;
}
#index img{position:absolute;}

/* 音乐标志 */
#music_btn{position:fixed; width:0.5rem; height:auto; top:0.1rem; right:0.1rem; z-index:9999; cursor:pointer;
-webkit-animation:music_dh 10s linear 0s infinite;
animation:music_dh 10s linear 0s infinite;
}
@-webkit-keyframes music_dh{
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
@keyframes music_dh{
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}

/* 箭头 */
.arrow_up {
	position:fixed;
	bottom:0.2rem;
	left:50%;
	width:0.4rem;
	height:0.33rem;
	z-index:9999;
	background-image:url("../images/arrow_u.png");
	background-size:100%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-animation:arrow_up 1s linear 0s infinite alternate;
	animation:arrow_up 1s linear 0s infinite alternate;
}
@-webkit-keyframes arrow_up {
	from {bottom:0.1rem;}
	to {bottom:0.3rem;}
}
@keyframes arrow_up {
	from {bottom:0.1rem;}
	to {bottom:0.3rem;}
}

/* 页面背景 */
.page1,.page2{background:url(../images/002.jpg) no-repeat 50%;}
.page3,.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12,.page13,.page14{background:url(../images/003.jpg) no-repeat 50%;}
.page15{background:url(../images/004.jpg) no-repeat 50%;}
.page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9,.page10,.page11,.page12,.page13,.page14,.page15{
-webkit-background-size:cover;
-moz-background-size:cover;
-ms-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
/*.page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-ms-background-size:100% 100%;
-o-background-size:100% 100%;
background-size:100% 100%;
}*/

/* 自适应框架（设计图宽度） */
body {
	max-width:7.2rem;
	margin:0 auto;
}
body * {
	max-width:7.2rem;
}

/*微信分享*/
#mcover{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:10000;
}
#mcover img{
	position:fixed;
	top:0.1rem;
	width:100%;
	height:auto;
	z-index:10001;
}
.wx_btn{position:relative; z-index:9999; cursor:pointer;}

.btn_go,.btn_next,.btn_end{cursor:pointer;}

/* 人物 */
.rw{position:relative; width:100%; height:100%;}
.rw .rw_pic{
	position:absolute;
	top:0.7rem;
	left:-0.6rem;
	width:3.5rem;
	height:3.5rem;
	background-image:url("../images/rw_bg.png");
	background-size:100% 100%;
}
.rw .rw_pic img{width:100%; height:100%; border-radius:50%; transform:scale(0.9);}
.rw .rw_bt{
	position:absolute;
	top:1.4rem;
	left:3.2rem;
	width:3.7rem;
}
.rw .rw_bt h1{font-size:0.26rem; color:#fff; padding-left:0.2rem; padding-bottom:0.2rem;}
.rw .rw_bt h2{font-size:0.5rem; color:#EBDD4F; line-height:120%;}
.rw .rw_m{
	position:absolute;
	top:8.1rem;
	left:0.6rem;
	width:6rem;
	font-size:0.26rem; 
	color:#fff; 
}
.rw .rw_v{
	position:absolute;
	/*top:8.8rem;*/
	top:4.5rem;
	left:50%;
	transform:translateX(-50%); 
	width:7.2rem;
	/*height:4.05rem;*/
}
.rw_v {
text-align:center;
}
/* 视频播放 */
.vh5 {
    /*width: 100%;*/
    width: 6rem;
    /*height: 100%;*/
    overflow: hidden;
    object-fit: fill;
    background: #000;
}