/* CSS Document */

/*Reset*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family: STXihei, Microsoft YaHei, SimSun, Arial;
	/*font-size: 62.5%;*/
}

ol,
ul {
	list-style: none;
}

img {
	border: none;
	text-decoration: none;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a img,
:link img,
:visited img {
	border: 0px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	min-height: 1%;
}

/*basic*/
.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*main*/
html {
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: none;

	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/

	-webkit-user-select: none;
	/*webkit浏览器*/

	-khtml-user-select: none;
	/*早起浏览器*/

	-moz-user-select: none;
	/*火狐浏览器*/

	-ms-user-select: none;
	/*IE浏览器*/

	user-select: none;
	/*用户是否能够选中文本*/

}

canvas {
	display: block;
	width: 100%;
}

a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

.h5web {
	width: 750px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}


.pcweb {
	width: 750px;
	/* 750/16 */
	height: 1334px;
	/* 1334/16 */
	z-index: 11;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 0;
	transform: scale(1);
	transform-origin: top;
}


/*音乐控件*/
#music {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 1%;
	right: 1%;
	z-index: 9999;
}

#control {
	width: 44px;
	height: 44px;
	margin: 18px 18px;
	background: url(../images/music-off.png) no-repeat;
	background-size: 100% 100%;
}

#control-after {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/music-on.gif) no-repeat;
	background-size: 100% 100%;
}

.picZhuan {
	transform-origin: 50% 50%;
	animation: zhuan 4s infinite linear;
	-webkit-animation: zhuan 4s infinite linear;
}

@keyframes zhuan {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes zhuan {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*音乐控件*/


.loading {
	width: 750px;
	height: 100%;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	top: 0%;
	background: url(../images/fm_bg.jpg) no-repeat center center;
	background-size: cover;
}

.loadpro {
	width: 600px;
	height: 17px;
	border: 1px solid #ad8745;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 40%;
}

.pro {
	/*background: #fff repeat-x;*/
	background: #e45247;

	border-radius: 10px;
	width: 0%;
	height: 17px;
	position: absolute;
	z-index: 10;
}

.loadimg {
	width: 750px;
	height: 100%;
	position: absolute;
	top: 0%;
	z-index: 11;
}

.loadtxt {
	position: absolute;
	font-size: 30px;
	left: 45%;
	top: 42%;
	text-align: center;
	color: #fff;
	z-index: 12;
}

.loadtip {
	position: absolute;
	font-size: 30px;
	width: 370px;
	margin-left: -185px;
	left: 50%;
	top: 45%;
	text-align: center;
	color: #fff;
	z-index: 12;
}

.lobtn {
	position: absolute;
	background: url(../images/djck.png) no-repeat;
	width: 152px;
	height: 49px;
	left: 50%;
	margin-left: -76px;
	top: 47%;
	z-index: 50;
	animation: pulse 3s infinite linear;
	display: none;
}

.swiper{
	width: 100%;
	height: 100%;
	display: none;
}

.btn {
	position: absolute;
	background: url(../images/btn.png) no-repeat;
	width: 80px;
	height: 54px;
	left: 50%;
	margin-left: -40px;
	bottom: 0.5%;
	animation: fadeInDown 1s infinite linear;
	z-index: 50;
}

.po2 {
	position: absolute;
	background: url(../images/po2.png) no-repeat;
	width: 128px;
	height: 140px;
	right: 0;
	bottom: 2%;
	animation: pulse 2s infinite linear;
	z-index: 50;
}

.fmpage {
	background: url(../images/fm_bg.jpg) no-repeat;
	background-size: 100% 100%;
	width: 750px;
	height: 100%;
}

.title {
	position: absolute;
	background: url(../images/bt.png) no-repeat;
	width: 406px;
	height: 713px;
	left: 50%;
	margin-left: -203px;
	top: 4%;
	opacity: 0;
	z-index: 10;
}

.swiper-slide-active .title {
	animation: fadeInDown 1s forwards ease-in-out;
}

.fm_2 {
	position: absolute;
	background: url(../images/fm_2.png) no-repeat;
	width: 218px;
	height: 354px;
	left: 0%;
	top: 814px;
	opacity: 0;
	z-index: 2;
}

.swiper-slide-active .fm_2 {
	animation: fadeInLeft 1s forwards ease-in-out;
}

.fm_3 {
	position: absolute;
	background: url(../images/fm_3.png) no-repeat;
	width: 722px;
	height: 972px;
	right: 0%;
	z-index: 1;
	top: 157px;
}

.swiper-slide-active .fm_3 {
	animation: fadeIn 1s forwards ease-in-out;
}

.ml_bg {
	background: url(../images/ml_bg.jpg) no-repeat;
	background-size: 100% 100%;
	width: 750px;
	height: 100%;
	opacity: 0;
}

.con_1 {
	position: absolute;
	background: url(../images/con_1.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 104px;
	z-index: 5;
	opacity: 0;
}

.swiper-slide-active .con_1 {
	animation: fadeInLeft 1s forwards ease-in-out;
}


.con_2 {
	position: absolute;
	background: url(../images/con_2.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 255px;
	z-index: 5;
	opacity: 0;
}

.swiper-slide-active .con_2 {
	animation: fadeInLeft 1s 0.2s forwards ease-in-out;
}

.con_3 {
	position: absolute;
	background: url(../images/con_3.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 405px;
	z-index: 5;
	opacity: 0;
}

.swiper-slide-active .con_3 {
	animation: fadeInLeft 1s 0.4s forwards ease-in-out;
}


.con_4 {
	position: absolute;
	background: url(../images/con_4.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 555px;
	z-index: 5;
	opacity: 0;
}

.swiper-slide-active .con_4 {
	animation: fadeInLeft 1s 0.6s forwards ease-in-out;
}



.con_5 {
	position: absolute;
	background: url(../images/con_5.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 705px;
	z-index: 5;
	opacity: 0;
}

.swiper-slide-active .con_5 {
	animation: fadeInLeft 1s 0.8s forwards ease-in-out;
}


.con_6 {
	position: absolute;
	background: url(../images/con_6.png) no-repeat;
	width: 729px;
	height: 121px;
	left: 0;
	top: 855px;
	z-index: 5;
	opacity: 0;
}


.swiper-slide-active .con_6 {
	animation: fadeInLeft 1s 1s forwards ease-in-out;
}



.p1{
	width: 100%;
	height: 100%;
	background: url(../images/p1_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
.p2{
	width: 100%;
	height: 100%;
	background: url(../images/p2_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}

.p3{
	width: 100%;
	height: 100%;
	background: url(../images/p3_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}

.p4{
	width: 100%;
	height: 100%;
	background: url(../images/p4_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}

.p5{
	width: 100%;
	height: 100%;
	background: url(../images/p5_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}

.p6{
	width: 100%;
	height: 100%;
	background: url(../images/p6_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}
.end{
	width: 100%;
	height: 100%;
	background: url(../images/end_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;

}
.p1_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p1_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.p2_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p2_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.p3_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p3_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.p4_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p4_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.p5_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p5_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.p6_bt{
	width: 604px;
	height: 151px;
	background: url(../images/p6_bt.png) no-repeat 0px 0px;
	position: absolute;
	top: 0.9%;
	left: 78px;
}
.swiper-slide-active .p1_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}
.swiper-slide-active .p2_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}

.swiper-slide-active .p3_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}
.swiper-slide-active .p4_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}
.swiper-slide-active .p5_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}
.swiper-slide-active .p6_bt{
	animation: fadeInDown 1s  forwards ease-in-out;
}


.p1_11{
	width:728px;
	height: 1108px;
	background: url(../images/p1_11.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p1_11 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p1_21{
	width:728px;
	height: 1108px;
	background: url(../images/p1_21.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p1_21 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p2_11{
	width:728px;
	height: 1107px;
	background: url(../images/p2_11.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.p2_21{
	width:728px;
	height: 1107px;
	background: url(../images/p2_21.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.p2_31{
	width:728px;
	height: 1107px;
	background: url(../images/p2_31.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p2_11 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.swiper-slide-active .p2_21 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.swiper-slide-active .p2_31 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p3_1{
	width:728px;
	height: 1158px;
	background: url(../images/p3_1.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p3_1 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p3_2{
	width:728px;
	height: 1158px;
	background: url(../images/p3_2.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p3_2 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p3_31{
	width:728px;
	height: 1158px;
	background: url(../images/p3_31.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p3_31 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p3_4{
	width:728px;
	height: 1158px;
	background: url(../images/p3_4.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p3_4 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p3_5{
	width:728px;
	height: 1158px;
	background: url(../images/p3_5.png) no-repeat 0px 0px;
	position: absolute;
	top: 13%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p3_5 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p4_1{
	width:728px;
	height: 1128px;
	background: url(../images/p4_1.png) no-repeat 0px 0px;
	position: absolute;
	top: 13.49%;
	left: 11px;
	opacity: 0;
}
.swiper-slide-active .p4_1 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p4_2{
	width:728px;
	height: 1128px;
	background: url(../images/p4_2.png) no-repeat 0px 0px;
	position: absolute;
	top: 13.49%;
	left: 11px;
	opacity: 0;
}


.swiper-slide-active .p4_2 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p4_3{
	width:728px;
	height: 1128px;
	background: url(../images/p4_3.png) no-repeat 0px 0px;
	position: absolute;
	top: 13.49%;
	left: 11px;
	opacity: 0;
}


.swiper-slide-active .p4_3 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}
.p5_1{
	width:728px;
	height: 1108px;
	background: url(../images/p5_1.png) no-repeat 0px 0px;
	position: absolute;
	top: 12.74%;
	left: 11px;
	opacity: 0;
}


.swiper-slide-active .p5_1 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}


.p5_2{
	width:728px;
	height: 1108px;
	background: url(../images/p5_2.png) no-repeat 0px 0px;
	position: absolute;
	top: 12.74%;
	left: 11px;
	opacity: 0;
}


.swiper-slide-active .p5_2 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}

.p6_1{
	width:728px;
	height: 1121px;
	background: url(../images/p6_1.png) no-repeat 0px 0px;
	position: absolute;
	top: 13.49%;
	left: 11px;
	opacity: 0;
}

.swiper-slide-active .p6_1 {
	animation: fadeInUp 1s 0.5s forwards ease-in-out;
}


.end_1{
	width:700px;
	height: 959px;
	background: url(../images/end_1.png) no-repeat 0px 0px;
	position: absolute;
	top: 4%;
	left: 26px;
	opacity: 0;
}
.swiper-slide-active .end_1 {
	animation: fadeInDown 1s  forwards ease-in-out;
}
.fx{
	width:234px;
	height: 80px;
	background: url(../images/fx.png) no-repeat 0px 0px;
	position: absolute;
	top: 79%;
	right: 100px;
	/*opacity: 0;*/
}

.re{
	width:234px;
	height: 80px;
	background: url(../images/re.png) no-repeat 0px 0px;
	position: absolute;
	top: 79%;
	left: 100px;
	/*opacity: 0;*/
}
.lhcp{
	width:538px;
	height: 33px;
	background: url(../images/lhcp.png) no-repeat 0px 0px;
	position: absolute;
	top: 94%;
	left: 100px;
	/*opacity: 0;*/
}
.sharetips{
	width:100%;
	height: 100%;
	background: url(../images/sharetips.png) no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 100;
}






























