#fp-nav ul li a span {
	background: #fff;
}

#fp-nav li,
.fp-slidesNav li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 16px;
	position: relative;
}

#fp-nav span:after,
.fp-slidesNav span:after {
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	content: "";

	display: block;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
	background: #fff;
	position: absolute;
}

#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
	top: -6px;
	left: -6px;
	bottom: -6px;
	right: -6px;
}


.page-cover {
	width: 100%;
	position: fixed;
	z-index: 0;
	height: 100%;

}

.page-cover .cover-bg {
	background: url(../images/bg_forest.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -3;

}

.page-cover .vegas-timer {
	display: none;
}

.page-main {
	position: relative;
	width: 100%;
	height: 100%;
}



.page {
	position: relative;
	width: 100%;
	height: 100%;
}

.page-cent {
	width: 100%;
	position: relative;
	text-align: center;
}


.page-cent .content {
	width: 720px;
	/*    width: auto;*/
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 72px;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block;
	-ms-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	text-align: left;
	font-family: 'Asap';
	color: #fff;
}


.page h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.page h2,
.page h3,
.page h4 {
	font-family: 'Asap';
	color: #ffffff;
}

/* 6.2 Page and slide animation */
.slide,
.page .content,
.page-home .logo-container,
.page {
	-webkit-transition: 0.8s background, 0.6s transform, 0.6s opacity;
	transition: 0.8s background, 0.6s transform, 0.6s opacity;
	-webkit-transform: none;
	transform: none;
	background: transparent;
	/*
	-webkit-perspective: 1000px;
	perspective: 1000px;
*/
	border: none;
}

.page .content {
	z-index: 1;
}

.page:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	content: '';
	z-index: 0;
	-webkit-visibility: hidden;
	visibility: hidden;
	-webkit-transition: 0.8s background, 0.6s transform, 0.8s visibility;
	transition: 0.8s background, 0.6s transform, 0.8s visibility;
	-webkit-transform: none;
	transform: none;
}

.page.transition:before {
	-webkit-visibility: visible;
	visibility: visible;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background: rgba(255, 255, 255, 0.15);
}

.page-home.transition .logo-container {
	-webkit-transform: translateY(20px) scale(0.1);
	transform: translateY(20px) scale(0.1);
	opacity: 0;
}

.page.transition .content {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	/*	background: rgba(255, 255, 255, 0.15);*/
}



.page-home .content,
.page-home.page-cent .content {
	position: relative;
	max-width: 1200px;
	width: 100%;
}

.page-home .content .header {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.page-home .content .header>div {
	display: inline-block;
	position: relative;
}

.page-home .content h2 {
	text-transform: uppercase;
	font-size: 150px;
	/*大字字体大小*/
	text-align: left;
	line-height: 1em;
}

.page-home .content h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	/*小字字体大小*/
	line-height: 1.7em;
	font-weight: bold;
	border-left: 6px solid currentColor;
	padding-left: 13px;
	margin-left: 13px;
	max-width: 300px;
}

.page-home .content .subhead {
	display: block;
	text-align: left;
	position: absolute;
	left: 30px;
	color: rgba(255, 255, 255, 0.884);
	-webkit-transition: 0.1s;
	transition: 0.2s;
	width: 80px;
	*border-top: 3px solid currentColor;
}

.page-home .content .subhead:hover {
	color: #fffda7;
}

.page-home .content .subhead a {
	color: inherit;
}