/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "PingFang SC","微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;font-size: 62.5%; font-size: 10px;line-height: 1; }
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1c403c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1c403c;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1c403c;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #1c403c;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.hide{display: none;}
html{margin: 0 auto;}
html, body{height: 100%;}
.page{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.page.hide{
	display: none;
}
.page .inner{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sec1{
	background-image: url(../images/sec1_bg.jpg);
	background-repeat: repeat;
	background-size: 100% auto;
	z-index: 999;
}
.sec1 .logo{
	width: 17.5rem;
	margin-bottom: 2.5rem;
}
.sec1 .percent{
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 1.6rem;
}
.sec1 .bar{
	width: 18rem;
	height: 1px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.sec1 .bar .bar-inner{
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	height: 1px;
	background-color: #187264;
}
.sec2{
	background-image: url(../images/sec2_bg.jpg);
	background-size: 100% auto;
	background-position: center top;
	z-index: 888;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.sec2.active{
	opacity: 1;
}
.sec2 a{
	display: block;
	width: 13rem;
	height: 4rem;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.2);
	line-height: 3.9rem;
	color: #fff;
	font-size: 1.7rem;
	position: absolute;
	left: 50%;
	margin-left: -6.5rem;
	top: 40%;
}
.sec3{
	overflow: hidden;
	z-index: 777;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.sec3.active{
	opacity: 1;
}
.sec3 .logo{
	width: 17.5rem;
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	z-index: 1;
}
.sec3 .tit{
	position: absolute;
	left: 0;
	width: 100%;
	top: 13rem;
	z-index: 1;
	transition-property: transform, opacity;
	transition-duration: 1s,1s;
	transition-delay: 0s,4s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-delay: 0s,4s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	opacity: 1;
}
.sec3.active .tit{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	opacity: 0;
}
.sec3 .tit h3{
	font-size: 1.8rem;
	color: #408881;
	font-weight: bold;
	margin-bottom: 2rem;
}
.sec3 .tit h4{
	font-size: 3rem;
	color: #408881;
	font-weight: bold;
	margin-bottom: 2rem;
}
.sec3 .tit2{
	font-size: 2.5rem;
	color: #408881;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	top: 18rem;
	z-index: 1;
	transition-property: transform, opacity;
	transition-duration: 1s,1s;
	transition-delay: 5s,7s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-duration: 1s,1s;
	-webkit-transition-delay: 5s,7s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	opacity: 1;
}
.sec3.active .tit2{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	opacity: 0;
}
.sec3 .tip{
	font-size: 1.8rem;
	color: #f9e76f;
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	z-index: 1;
	text-shadow: 1px 1px 1px #999;
}
.sec3 #container > div > canvas,.sec3 #container > div > div:nth-child(2) {
	z-index: 700!important;
}
.sec3 #container > div > div:nth-child(2) > div > img{
	display: none;
}
.sec3 #container > div > div:nth-child(2) > div > div{
	font-size: 1.5rem;
	line-height: 2.3rem;
	padding: 0.9rem 1.4rem!important;
	text-align: left!important;
	border-radius: 0.4rem!important;
}
.sec3 #container > div > div:nth-child(2) > div.active > div{
	visibility: visible!important;
}
.sec3 #container > div > div:nth-child(2) > div > span{
	display: block;
	left: -1.1rem;
	top: -1.1rem;
	position: absolute;
}
.sec3 #container > div > div:nth-child(2) > div > span img{
	width: 2.2rem;
	position: relative;
	z-index: 1;
}
.sec3 #container > div > div:nth-child(2) > div > span b{
	display: block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.5rem;
	margin-top: -1.5rem;
	animation: bigsmall 1s infinite;
	-webkit-animation: bigsmall 1s infinite;
}
.sec3 #container > div > div:nth-child(2) > div > span i{
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2.2rem;
	margin-top: -2.2rem;
	animation: bigsmall 1s infinite;
	-webkit-animation: bigsmall 1s infinite;
}
@keyframes bigsmall{
	0% {
		transform: scale(0.5,0.5);
		opacity: 1;
	}
	100% {
		transform: scale(1,1);
		opacity: 0;
	}
}
@-webkit-keyframes bigsmall{
	0% {
		-webkit-transform: scale(0.5,0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1,1);
		opacity: 0;
	}
}
.sec3 .box{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 777;
	text-align: center;
	display: none;
}
.sec3.active .box.active{
	display: block;
}
.sec3 .box.side{
	background-image: none;
	background-color: #175e58;
	position: fixed;
	right: 0;
	top: 14rem;
	width: 2.7rem;
	padding: 0.6rem 0 1.1rem;
	border-top-left-radius: 1.35rem;
	border-top-right-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
}
.sec3 .box.pop{
	position: absolute;
	left: 50%;
	top: 19.5rem;
	width: 30.5rem;
	margin-left: -15.25rem;
	padding: 3.5rem 0 2rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	background-image: url(../images/sec3_boxbg.png);
	background-size: 100% 100%;
}
.sec3 .box.side .pop-box,.sec3 .box.pop .side-box{
	display: none;
	opacity: 0;
}
.sec3 .box .pop-box .close-btn img{
	width: 2.7rem;
	position: absolute;
	right: -0.4rem;
	top: -5rem;
}
.sec3 .box .pop-box h3{
	color: #28645f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.sec3 .box .pop-box .next-btn{
	display: block;
	margin: 0 auto;
	background-color: #135852;
	border-radius: 0.4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	width: 25rem;
	font-size: 1.8rem;
	color: #fff;
}
.sec3 .box .side-box a{
	display: block;
}
.sec3 .box .side-box .big-btn img{
	width: 1.75rem;
	margin-bottom: 1rem;
}
.sec3 .box .side-box .big-btn p{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.7rem;
}
.sec4{
	z-index: 780;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	background-image: url(../images/sec4_bg.jpg);
	background-size: 100% auto;
	padding-top: 8rem;
	display: none;
}
.sec4.active{
	opacity: 1;
	display: block;
}
.sec4 .logo{
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	width: 17.5rem;
}
.sec4 .tit{
	margin-bottom: 2.5rem;
}
.sec4 .tit h3{
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.sec4 .tit h3 .line{
	width: 5.6rem;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #fff;
}
.sec4 .tit h3 .line.left{
	margin-right: 1.5rem;
}
.sec4 .tit h3 .line.right{
	margin-left: 1.5rem;
}
.sec4 .tit h4{
	font-size: 3.7rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.sec4 .tit h5{
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
}
.sec4 .tit h5 img{
	width: 1.3rem;
	margin-right: 0.5rem;
	vertical-align: top;
}
.sec4 .canyu-box{
	background-image: url(../images/sec4_bg2.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	width: 90%;
	height: 34rem;
	margin: 0 auto;
	border-radius: 6px;
	padding-top: 3.8rem;
}
.sec4 .canyu-box.hide{
	display: none;
}
.sec4 .canyu-box img{
	width: 83.5%;
	margin-bottom: 2rem;
}
.sec4 .canyu-box .played{
	font-size: 1.8rem;
	color: #fff;
	line-height: 3rem;
	text-align: center;
	font-weight: bold;
}
.sec4 .canyu-box .canyu-btn{
	width: 88%;
	height: 5rem;
	line-height: 5rem;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	background-color: #1a5b5a;
	margin: 0 auto;
	display: block;
}
.sec4 .canyu-box .canyu-btn.hide{
	display: none;
}
.sec4 .form-box{
	background-image: url(../images/sec4_bg3.jpg);
	background-size: 100% auto;
	background-position: center top;
	padding: 2rem 2rem;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 40rem;
}
.sec4 .form-box.active{
	bottom: 0;
}
.sec4 .form-box h3{
	font-size: 2.2rem;
	color: #ffd931;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.sec4 .form-box h3 span{
	padding-right: 1.4rem;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.sec4 .form-box h3 .line{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 1px;
	background-color: #abc3c1;
}
.sec4 .form-box ul{
	margin-bottom: 2rem;
}
.sec4 .form-box ul li{
	border: 0.1rem solid #144e41;
	background-color: #fff;
	border-radius: 2.25rem;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
	padding: 0 1.2rem;
}
.sec4 .form-box ul li .input-line{
	position: relative;
	height: 4.5rem;
	line-height: 4.3rem;
}
.sec4 .form-box ul li:last-child{
	margin-bottom: 0;
}
.sec4 .form-box ul li .icon{
	width: 2rem;
	position: absolute;
	left: 1rem;
	top: 50%;
	margin-top: -1.2rem;
}
.sec4 .form-box ul li input,.sec4 .form-box ul li .input{
	width: 100%;
	height: 100%;
	padding-left: 4.2rem;
	vertical-align: top;
	font-size: 1.5rem;
	color: #1c403c;
	border-radius: 2.25rem;
}
.sec4 .form-box ul li .tri{
	width: 1rem;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	margin-top: -0.35rem;
}
.sec4 .form-box ul li .select-box{
	max-height: 10.5rem;
	display: none;
}
.sec4 .form-box ul li .select-box a{
	color: #1c403c;
	font-size: 1.5rem;
	line-height: 3.5rem;
	padding-left: 4.2rem;
	display: block;
	border-radius: 6px;
}
.sec4 .form-box ul li .select-box a.active{
	background-color: #28645f;
	color: #fff;
}
.sec4 .form-box ul li .getcode{
	font-size: 1.5rem;
	color: #fff;
	width: 10rem;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 1.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.8rem;
	background-color: #799c99;
	text-align: center;
}
.sec4 .form-box ul li .countdown{
	font-size: 1.5rem;
	color: #fff;
	width: 10rem;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 1.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.8rem;
	background-color: #799c99;
	text-align: center;
}
.sec4 .form-box .submit-btn img{
	width: 11.6rem;
}
.sec4 .prize-box{
	width: 90%;
	margin: 0 auto;
}
.sec4 .prize-box.hide{
	display: none;
}
.sec4 .prize-box .top{
	font-size: 0;
	margin-bottom: 1.5rem;
}
.sec4 .prize-box .top .img-box{
	width: 32%;
	height: 8.5rem;
	background-size: 100% 100%;
	background-image: url(../images/sec4_bg4.png);
	display: inline-block;
	vertical-align: top;
	padding-top: 0.6rem;
}
.sec4 .prize-box .top .img-box.active{
	background-image: url(../images/sec4_bg5.png);
}
.sec4 .prize-box .top .img-box:nth-child(2){
	margin: 0 0.5rem;
}
.sec4 .prize-box .top .img-box img{
	width: 4.4rem;
	margin-bottom: 0.7rem;
}
.sec4 .prize-box .top .img-box p{
	font-size: 1rem;
	color: #999;
	text-align: center;
	border-top: 1px dotted #cfcfcf;
	width: 86%;
	margin: 0 auto;
	line-height: 2.5rem;
}
.sec4 .prize-box .top .img-box.active p{
	border-color: #fff;
	color: #fff;
}
.sec4 .prize-box .bottom{
	background-image: url(../images/sec4_bg6.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	width: 100%;
	height: 25rem;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.sec4 .prize-box .bottom .rope{
	display: block;
	margin: 0 auto;
	width: 0.4rem;
}
.sec4 .prize-box .bottom .present{
	width: 12rem;
	transition: all 2s;
	-webkit-transition: all 2s;
}
.sec4 .prize-box .bottom .present.drop{
	margin-top: 100%;
}
.sec4 .prize-box .bottom .trace{
	width: 12.1rem;
	position: absolute;
	left: 50%;
	margin-left: -6.05rem;
	top: 2.8rem;
}
.sec4 .prize-box .bottom .hand{
	width: 3rem;
	position: absolute;
	left: 50%;
	top: 3.5rem;
	animation: hands 1s infinite;
	-webkit-animation: hands 1s infinite;
}
@keyframes hands{
	0% {
		margin-left: -6rem;
	}
	100% {
		margin-left: 6rem;
	}
}
@-webkit-keyframes hands{
	0% {
		margin-left: -6rem;
	}
	100% {
		margin-left: 6rem;
	}
}
.sec4 .prize-box .bottom .tip{
	font-size: 1.2rem;
	color: #fff;
	width: 15rem;
	height: 3rem;
	line-height: 3rem;
	background-color: rgba(255,255,255,0.2);
	border-radius: 1.5rem;
	position: absolute;
	left: 50%;
	margin-left: -7.5rem;
	bottom: 1.5rem;
}
.sec4 .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.sec4 .cover.active{
	display: block;
}
.sec4 .cover .fancy{
	vertical-align: middle;
	line-height: 1;
	width: 68%;
	display: none;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.38);
}
.sec4 .cover .fancy.active{
	display: inline-block;
}
.sec4 .cover .fancy .img-box{
	position: relative;
	height: 19.2rem;
	line-height: 19.2rem;
	background-color: #307e80;
	overflow: hidden;
}
.sec4 .cover .fancy .img-box .img{
	width: 9.1rem;
	position: relative;
	z-index: 2;
	vertical-align: middle;
}
.sec4 .cover .fancy .img-box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.sec4 .cover .fancy .text-box{
	background-color: #fff;
	padding: 1.5rem 0;
}
.sec4 .cover .fancy .text-box h3{
	font-size: 1.4rem;
	color: #4f4f4f;
	font-weight: bold;
	line-height: 2.4rem;
	margin-bottom: 1rem;
}
.sec4 .cover .fancy .text-box a{
	display: block;
	width: 86%;
	height: 3.8rem;
	line-height: 3.8rem;
	background-color: #408881;
	border-radius: 6px;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
}
.sec4 .cover .fancy .text-box p{
	margin-top: 1rem;
	text-align: center;
	font-size: 1.2rem;
	color: #666666;
	font-weight: bold;
}
.sec5{
	background-image: url(../images/sec5_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	z-index: 666;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	text-align: center;
}
.sec5.active{
	opacity: 1;
}
.sec5 .logo{
	width: 17.5rem;
	position: absolute;
	left: 1.8rem;
	top: 1.8rem;
	z-index: 1;
}
.sec5 h3{
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.8rem;
}
.sec5 h4{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 4rem;
}
.sec5 .qr-box{
	width: 79%;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.3);
	padding: 2.2rem 0;
}
.sec5 .qr-box p{
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}
.sec5 .qr-box img{
	width: 72%;
	margin: 0.9rem 0 0.5rem;
}