html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #515363
}
body {
	font-size: 14px;
	color: #333;
	font-family: '微软雅黑', '宋体';
	background-color: #fff;
	letter-spacing: 1px;
	box-shadow: 0 0 160px 0 #5C99E7;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none
}
a {
	font-family: '微软雅黑', '宋体'
}
a, button, input, select, textarea, form {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.app {
	width: 640px;
	margin: 0 auto;
	box-sizing: border-box
}
.app-header {
	position: fixed;
	top: 0;
	width: 640px;
	z-index: 100
}
.app-content {
	position: relative;
	width: 640px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box
}
.app-footer {
	position: fixed;
	bottom: 0;
	width: 640px;
	z-index: 100
}
.app-pages {
}
.app-pages .page {
	position: relative;
	height: 1000px
}
.app {
	background-size: cover
}
.app.appBg1 {
	background: url(img/appBg1.jpg)
}
.app.appBg2 {
	background: url(img/appBg2.jpg)
}
.page {
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: top center;
	background-size: cover;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	z-index: 0;
	display: none;
	-webkit-transform-origin: center center;
	
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.5) ;
box-shadow: 0 0 6px 2px rgba(0,0,0,0.5) ;
}
.page.z-active {
	z-index: 2;
	display: block
}
.page.z-current {
	z-index: 1;
	display: block
}
.page-header {
	height: 60px;
	background-color: #183d61;
	overflow: hidden;
	-webkit-box-flex: 0
}
.page-header h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 30px;
	height: 70px;
	line-height: 70px
}
.page-content {
	overflow: hidden;
	-webkit-box-flex: 100
}
.page-footer {
}
.page.z-active {
}
.page.z-current {
}
/*.app-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -48px auto auto -48px;
	width: 95px;
	height: 95px;
	display: block;
	opacity: 1;
	-webkit-transition: all .5s;
	z-index: 99999
}*/

.app-loading {
	position: fixed;
	top: 0;
	left: 0;
	margin:0 auto;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 99999;
	background-image:url(../../images/bg2.png);
	background-color:#fefefe
}

.loading-box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -75px auto auto -75px;
	width: 150px;
	height: 150px;
	display: block;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3) ;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3) ;
	background-color:#1C2271
	
	
}
.loading-box img{
	width:100%;
	height:auto;}

.loading-box{
	animation: myfirst 5s infinite;
	-webkit-animation: myfirst 5s infinite;	/* Safari 和 Chrome */
	}




@keyframes myfirst
{
0%   {filter: blur(0px) ;}
40%   {filter: blur(0px) ;}
50%  {filter: blur(6px) ;}
60%  {filter: blur(0px) ;}
100%  {filter: blur(0px) ;}
}



@-webkit-keyframes myfirst
{
0%   {-webkit-filter: blur(0px) ;}
40%   {-webkit-filter: blur(0px) ;}
50%  {-webkit-filter: blur(6px) ;}
60%  {-webkit-filter: blur(0px) ;}
100%  {-webkit-filter: blur(0px) ;}
}












.app-loading.z-hide, .app-loading2.z-hide {
	opacity: 0;
	visibility: hidden
}
.app-loading .cycleWrap, .app-loading .lineWrap {
	position: absolute;
	width: 94px;
	height: 85px
}
.app-loading .cycle, .app-loading .line {
	display: block;
	position: absolute;
	background: #6eae44
}
.app-loading .cycle {
	z-index: 10;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0)
}
.app-loading .cycle-1 {
	right: 0;
	bottom: 0
}
.app-loading .cycle-2 {
	left: 0;
	bottom: 0
}
.app-loading .cycle-3 {
	left: 50%;
	top: 0;
	margin-left: -9px
}
.app-loading .cycle-4 {
	right: 18px;
	top: 50%;
	margin-top: -8px
}
.app-loading .line {
	z-index: 9;
	height: 5px;
	border-radius: 3px
}
.app-loading .line-1 {
	right: 9px;
	bottom: 6px;
	width: 78px;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0
}
.app-loading .line-2 {
	left: 8px;
	bottom: 4px;
	width: 80px;
	-webkit-transform: rotate(-60deg) scale(0, 1);
	-moz-transform: rotate(-60deg) scale(0, 1);
	transform: rotate(-60deg) scale(0, 1);
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0
}
.app-loading .line-3 {
	left: 47px;
	top: 7px;
	width: 40px;
	-webkit-transform: rotate(60deg) scale(0, 1);
	-moz-transform: rotate(60deg) scale(0, 1);
	transform: rotate(60deg) scale(0, 1);
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0
}
.app-loading .cycle-1 {
	-webkit-animation: cycleChange 3s infinite ease-in-out;
	moz-animation: cycleChange 3s infinite ease-in-out;
	animation: cycleChange 3s infinite ease-in-out
}
.app-loading .cycle-2 {
	-webkit-animation: cycleChange 3s .525s infinite ease-in-out;
	moz-animation: cycleChange 3s .525s infinite ease-in-out;
	animation: cycleChange 3s .525s infinite ease-in-out
}
.app-loading .cycle-3 {
	-webkit-animation: cycleChange 3s 1.05s infinite ease-in-out;
	moz-animation: cycleChange 3s 1.05s infinite ease-in-out;
	animation: cycleChange 3s 1.05s infinite ease-in-out
}
.app-loading .cycle-4 {
	-webkit-animation: cycleChange 3s 1.575s infinite ease-in-out;
	moz-animation: cycleChange 3s 1.575s infinite ease-in-out;
	animation: cycleChange 3s 1.575s infinite ease-in-out
}
.app-loading .line-1 {
	-webkit-animation: lineChange01 3s infinite ease-in-out;
	moz-animation: lineChange01 3s infinite ease-in-out;
	animation: lineChange01 3s infinite ease-in-out
}
.app-loading .line-2 {
	-webkit-animation: lineChange02 3s .525s infinite ease-in-out;
	moz-animation: lineChange02 3s .525s infinite ease-in-out;
	animation: lineChange02 3s .525s infinite ease-in-out
}
.app-loading .line-3 {
	-webkit-animation: lineChange03 3s 1.05s infinite ease-in-out;
	moz-animation: lineChange03 3s 1.05s infinite ease-in-out;
	animation: lineChange03 3s 1.05s infinite ease-in-out
}
@-webkit-keyframes cycleChange {
0%, 24%, 100% {
-webkit-transform:scale(0)
}
9% {
-webkit-transform:scale(1.2)
}
}
@-moz-keyframes cycleChange {
0%, 24%, 100% {
-moz-transform:scale(0)
}
9% {
-moz-transform:scale(1.2)
}
}
@keyframes cycleChange {
0%, 24%, 100% {
transform:scale(0)
}
9% {
transform:scale(1.2)
}
}
@-webkit-keyframes lineChange01 {
0% {
-webkit-transform:translate(76px, 0) scale(0, 1)
}
18.75% {
-webkit-transform:translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:translate(0, 0) scale(0, 1)
}
}
@-moz-keyframes lineChange01 {
0% {
-webkit-transform:translate(76px, 0) scale(0, 1)
}
18.75% {
-webkit-transform:translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:translate(, 0) scale(0, 1)
}
}
@keyframes lineChange01 {
0% {
-webkit-transform:translate(76px, 0) scale(0, 1) scale(0, 1)
}
18.75% {
-webkit-transform:translate(0, 0) scale(1, 1) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:translate(0, 0) scale(0, 1) scale(0, 1)
}
}
@-webkit-keyframes lineChange02 {
0% {
-webkit-transform:rotate(-60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(-60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(-60deg) translate(78px, 0) scale(0, 1)
}
}
@-moz-keyframes lineChange02 {
0% {
w-webkit-transform:rotate(-60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(-60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(-60deg) translate(78px, 0) scale(0, 1)
}
}
@keyframes lineChange02 {
0% {
-webkit-transform:rotate(-60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(-60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(-60deg) translate(78px, 0) scale(0, 1)
}
}
@-webkit-keyframes lineChange03 {
0% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(60deg) translate(40px, 0) scale(0, 1)
}
}
@-moz-keyframes lineChange03 {
0% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(60deg) translate(40px, 0) scale(0, 1)
}
}
@keyframes lineChange03 {
0% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(0, 1)
}
18.75% {
-webkit-transform:rotate(60deg) translate(0, 0) scale(1, 1)
}
37.5%, 100% {
-webkit-transform:rotate(60deg) translate(40px, 0) scale(0, 1)
}
}




.app-loading2 {
	background: url(img/app-loading.png) 0 0 no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -48px auto auto -48px;
	width: 95px;
	height: 95px;
	display: block;
	-webkit-animation: rotataZ 1s linear infinite;
	opacity: 1;
	-webkit-transition: all .5s;
	z-index: 99999
}


.app-main{
	position:relative;
	width:100%;
	height:100%;
	}
.app-main-logo{
	position:relative;
	width:100%;
	height:190px;
	background-image:url(../../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#1c2271
	}
.app-main-img{
	position:relative;
	width:100%;
	height:220px;
	overflow:hidden;
	}
.app-main-img img{
	width:100%;
	height:auto}
.app-main-link{
	padding:20px;
	padding-top:30px;}
.app-main-link a{
	float:left;
	width:50%;
	height:auto;
	}
.app-main-link a img{
	width:100%;
	height:auto}
	
.m-lightAppAd{
	display:none !important;}
	
	
.main-menu{
	position:absolute;
	bottom:80px;
	right:0;
	min-width:40%;
	list-style:none;
	padding:0;
	margin:0}
.main-menu li {
	display: block;
	width: 100%;
	padding-bottom:10px;
	line-height:none;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color:#000;
	
}
.main-menu-open li{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.main-menu li a{
	display: block;
	background-color: rgba(255,255,255,.6);
	width: 100%;
	height: auto;
	font-size: 2.2em;
	padding: 5px 10px;
	padding-right:10px;
	text-decoration: none;
	color:#423738;
	}
.main-menu li a:active{
	background-color: rgba(255,255,255,.9);
	}
.main-menu li a span{
	display:block;
	font-size:20px;
	}
	

/*.main-menu li:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.main-menu li:first-child a {
	color: rgba(255,255,255,.8)
}
.main-menu li:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.main-menu li:nth-child(2) a {
	color: rgba(135,255,89,.9)
}
.main-menu li:nth-child(2) a:active {
	background-color: rgba(135,255,89,.9);
	color: #FFF
}
.main-menu li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.main-menu li:nth-child(3) a {
	color: rgba(255,255,137,.9)
}
.main-menu li:nth-child(3) a:active {
	background-color: rgba(255,255,137,.9);
	color: #FFF
}
.main-menu li:nth-child(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.main-menu li:nth-child(4) a {
	color: rgba(70,160,176,.9)
}
.main-menu li:nth-child(4) a:active {
	background-color: rgba(70,160,176,.9);
	color: #FFF
}
.main-menu li:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.main-menu li:nth-child(5) a {
	color: rgba(169,55,91,.9)
}
.main-menu li:nth-child(5) a:active {
	background-color: rgba(169,55,91,.9);
	color: #FFF
}
.main-menu li:nth-child(6) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.main-menu li:nth-child(6) a {
	color: rgba(189,48,255,.9)
}
.main-menu li:nth-child(6) a:active {
 background-color:rgba(189,48,255,.9)  color:#FFF
}*/

.main-menu li:last-child a {
	background-color:rgba(0,153,204,.9);
	color:#FFF;
	
}
.main-menu li:last-child a:active {
 background-color:rgba(189,48,255,.9)  color:#FFF
}
	
	