@charset "utf-8";
/* CSS Document */
#fullpage {
	position: relative;
}
#menu{
	background-color: rgba(255,255,255,0.00);
	position: relative;
}
.page {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	font-weight: 300;
}
#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);
}
/*.logo {
	
	width: 2.5rem;
	
}*/
.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-wrap2 {	
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
	left: 0.5rem;
	line-height: 1;
	
}
.txt5{
	width: 1.2rem;
	position: absolute;
	top:-0.2rem;
	left: 4.5rem;
}
.page.one .text-wrap2 .tags span {
	font-size: 0.65rem;
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
	font-weight: 300;
}
.page.two .keyword, .page.three .keyword, .page.four .keyword, .page.five .keyword {
	position: absolute;
	width: 50%;
	right: 2vw;
	bottom: 5vh;
}
.page.two .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	top: 10vh;
	
}
.page.three .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	top: 10vh;
	
}
.page.four .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	top: 10vh;
	
}
.page.five .text-wrap {
	color: #fff;
	position: absolute;
	left: 8vw;
	top: 10vh;
}
.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;
}



