#fullpage {
	position: relative;
}
.page {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
#fp-nav ul li a span, #menu-line, .fp-slidesNav ul li a span {
	background: #fff !important;
	box-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
.page.one {
	background-image: url('../images/about/page-1-bg.jpg');
}
.page.two {
	background-image: url('../images/about/page-2-bg.jpg');
}
.page.three {
	background-image: url('../images/about/page-3-bg.jpg');
}
.page.four {
	background-image: url('../images/about/page-4-bg.jpg');
}
.page.five {
	background-image: url('../images/about/page-6-bg.jpg');
}
.page.one .text-wrap {
	position: absolute;
	top: 20vh;
	left: 15.14vw;
}
.page.one .text-wrap .tags {
	font-size: 3.12vw;
	font-weight: 100;
}
.page.one .text-wrap .tags span {
	display: inline-block;
	margin-right: 20px;
}
.page.one .text-wrap2 {
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
	left: 16vw;
}

.page.one .text-wrap2 .tags {
	font-size: 3.12vw;
	font-weight: 100;
}
.page.one .text-wrap2 .tags span {
	display: inline-block;
	margin-right: 20px;
}
.page.two .keyword, .page.three .keyword, .page.four .keyword, .page.five .keyword {
	position: absolute;
	width: 21.77%;
	right: 2vw;
	top: 10vh;
}
.page.two .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	top: 15vh;
	font-weight: 100;
}
.page.three .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	bottom: 15vh;
	font-weight: 100;
}
.page.four .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	bottom: 15vh;
	font-weight: 100;
}
.page.five .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	bottom: 15vh;
}
.leave {
	opacity: 0;
}
.page.one .text-wrap.leave {
	opacity: 0;
}
.page.two .text-wrap.leave, .page.two .keyword.leave {
	opacity: 0;
}
.page.three .text-wrap.leave, .page.three .keyword.leave {
	opacity: 0;
}
.page.four .text-wrap.leave, .page.four .keyword.leave {
	opacity: 0;
}
.page.five .text-wrap.leave, .page.five .keyword.leave {
	opacity: 0;
}

@media screen and (min-height: 600px) and (max-height: 800px) {
.page.one .text-wrap2 {
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
	left: 22vw;
}
}
