@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}
.return{
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
}
.return a{
	display: inline-block;
	text-decoration: none;
	border-radius: 20px ;
	padding: 10px 20px;
	transition: 0.4s linear;
	color: rgba(178,219,234,1.00);
	box-shadow: 0 30px 30px rgba(0,0,0,.5);
}
.return a:hover{
	color: #fff;
	background: rgba(178,219,234,1.00);
}
.container{
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: auto;
	scroll-snap-type: y mandatory;
}
.container .section{
	position: relative;
	width: 100%;
	height: 100%;
	scroll-snap-aline: start;
	background-blend-mode: multiply;
}
.container .section:nth-child(1){
	background: #717171 url("../images/cjfbg.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.container .section:nth-child(2){
	background: #606060 url("../images/wnqnlvbg.jpeg");
	background-size: cover;
	background-attachment: fixed;
}
.container .section:nth-child(3){
	background: #606060 url("../images/syy.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.container .section .content{
	position: absolute;
	bottom: 50px;
	left: 50px;
	max-width: 700px;
}
.container .section .content h2{
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px;
	font-size: 2em;
}
.container .section .content p{
	color: #fff;
	font-weight: 300;
	padding: 10px 20px;
	margin-top: 10px;
}
.container .section .end{
	position: absolute;
	top: 50%;
	left: 42%;
/*	margin: 0 auto;*/
	color: #fff;
	text-align: center;
}