
body{
	line-height: 1.7; background: #010206; color: #fff; font-size: 14px;
}
a:hover{
	text-decoration: none;
}
.section{
	/*height: 100vh;*/ 
	height: 900px;
	/*border-bottom: rgba(255,255,255,0.3) solid 1px;*/ 
	position: relative; 
}

.page1{
	background: url(../image/bg1.jpg) no-repeat center bottom/cover;
}
.container{
	width: 1360px; margin: 0 auto; position: absolute; left: 50%; margin-left: -680px; top: 50%;margin-top: -270px;
}
.wrapper{
	width: 1360px; margin: 0 auto;
}
.page1 >.wrapper{
	margin-top: -260px; 
}
.page1 .header{
	padding-top: 40px; overflow: auto; position: absolute; left: 0; right: 0; top: 0;
}
.header .lang select{
	height: 30px; border: #fff solid 1px; 
	/*background: transparent url(../imgs/img2.png) no-repeat right 10px center;*/ 
	background: transparent;
	color: #fff; font-size: 14px; padding: 0 30px 0 20px; margin-left: 15px;
}
.page1 .header .wrapper{
	
}
.page1 .logo{
	float: left;
}
.page1 .lang{
	float: right; color: #fff;
}
.page1 .text{
	text-align: center; color: #fff;
}
.page1 .text h1{
	font-size: 52px; font-weight: bold; line-height: 1.4;
	 
}
.page1.active .text h1{
	-webkit-animation: fadeInUp 1s both;
	 animation: fadeInUp 1s both;
	 -ms-animation: fadeInUp 1s both;
}
.page1 .text h1 span{
	margin: 0 18px;
}
.page1 .text p{
	font-size: 20px;
	
}
.page1.active .text p{
	webkit-animation: fadeInUp 1s 0.3s both;
	 animation: fadeInUp 1s 0.3s both;
	 -ms-animation: fadeInUp 1s 0.3s both;
}
.page1 .btns{
	text-align: center; margin-top: 220px;
	
}
.page1.active .btns{
	-webkit-animation: fadeInUp 1s 1s both;
	 animation: fadeInUp 1s 1s both;
	 -ms-animation: fadeInUp 1s 1s both;
}
.page1 .btns li{
	display: inline-block; position: relative;  margin: 0 25px;
}

.page1 .btns a{
	width: 285px; height: 68px; display: inline-block; border: #fff solid 2px; border-radius: 200px; font-size: 20px; text-align: center; line-height: 68px; color: #fff; font-weight: bold;
}
.page1 .btns a >i{
	margin-right: 15px;
}
.page1 .btns li a.active,
.page1 .btns li a:hover {
	background: #ff0068; border-color: #ff0068;
}
.page1 .btns li > .qrimg{
	width: 170px; height: 190px; background: #fff; position: absolute; left: 50%; margin-left: -85px;  bottom: 95px; padding: 15px 0 0 0; text-align: center; 
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden; color: #000000;
	
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.page1 .btns li:hover > .qrimg,
.page1 .btns li.active > .qrimg{
	opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
	bottom: 85px;
}
.page1 .btns li > .qrimg:after{
	content: ""; background: url(../image/img34.png) no-repeat center; width: 16px; height: 11px; position: absolute; left: 50%; margin-left: -8px; bottom: -11px;
}
.page1 .btns li p{
	line-height: 1;
}
.page1 .textwrap{
	/*position: absolute; left: 50%; margin-left: -680px; top: 50%; margin-top: -230px; width: 1360px;*/
}

.page2 .wrapper{
	margin-top: -340px;
}
.page2 .head h2{
	font-size: 32px; text-align: center; font-weight: bold;
	
}
.page2.active .head h2{
	webkit-animation: fadeInUp 1s 0.3s both;
	 animation: fadeInUp 1s 0.3s both;
	 -ms-animation: fadeInUp 1s 0.3s both;
}
.page2 .body {
	margin-top: 80px;
}
.page2.active .body{
	webkit-animation: fadeInUp 1s 0.5s both;
	 animation: fadeInUp 1s 0.5s both;
	 -ms-animation: fadeInUp 1s 0.5s both;
}
.page2 .body ul{
	overflow: hidden; width: 110%;
}
.page2 .body li{
	width: 120px; height: 120px; background: #fff; float: left; border-radius: 10px; margin: 0 73px 60px 10px;
}
.page2 .body li>table{
	width: 100%; height: 100%; text-align: center;
}

.page3 .head{
	text-align: center;
}

.page3 .head h3{
	font-size: 24px; font-weight: bold;
}
.page3.active .head h3{
	webkit-animation: fadeInUp 1s 0.3s both;
	 animation: fadeInUp 1s 0.3s both;
	 -ms-animation: fadeInUp 1s 0.3s both;
}
.page3 .head h4{
	font-size: 20px;
}
.page3.active .head h4{
	webkit-animation: fadeInUp 1s 0.5s both;
	 animation: fadeInUp 1s 0.5s both;
	 -ms-animation: fadeInUp 1s 0.5s both;
}

.page3 .body{
	width: 680px; height: 380px; margin: 90px auto 0; text-align: center; position: relative;
}
.page3.active .body .img{
	webkit-animation: fadeInUp 1s 0.8s both;
	 animation: fadeInUp 1s 0.8s both;
	 -ms-animation: fadeInUp 1s 0.8s both;
}
.page3 .body li{
	position: absolute;
}
.page3 .body li.ico1{
	left: 60px; top: 0;
}
.page3 .body li.ico2{
	left: 0; top: 130px;
}
.page3 .body li.ico3{
	left: 50px; top: 280px;
}
.page3 .body li.ico4{
	left: 540px; top: 80px;
}
.page3 .body li.ico5{
	left: 540px; top: 240px;
}
.page3.active .body li.ico1{
	webkit-animation: bounceIn 1s 2s both;
	 animation: bounceIn 1s 2s both;
	 -ms-animation: bounceIn 1s 2s both;
}
.page3.active .body li.ico2{
	webkit-animation: bounceIn 1s 2.2s both;
	 animation: bounceIn 1s 2.2s both;
	 -ms-animation: bounceIn 1s 2.2s both;
}
.page3.active .body li.ico3{
	webkit-animation: bounceIn 1s 2.4s both;
	 animation: bounceIn 1s 2.4s both;
	 -ms-animation: bounceIn 1s 2.4s both;
}
.page3.active .body li.ico4{
	webkit-animation: bounceIn 1s 2.6s both;
	 animation: bounceIn 1s 2.6s both;
	 -ms-animation: bounceIn 1s 2.6s both;
}
.page3.active .body li.ico5{
	webkit-animation: bounceIn 1s 2.8s both;
	 animation: bounceIn 1s 2.8s both;
	 -ms-animation: bounceIn 1s 2.8s both;
}

.footer{
	background: #020d1d; height: 200px; padding: 50px 0 50px 0; text-align: center;
}
.footer .wrapper{
	position: static; margin: 0 auto;
}
.footer a{
	color: #fff;
}
.footer li{
	display: inline-block; margin: 0 45px;
}
.footer .copyright{
	margin-top: 45px;
}

.dialog{
	color: #000; padding: 40px; font-size: 16px;
}
.dialog h4{
	font-size: 24px; text-align: center; margin-bottom: 15px;
}
