*{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  tabindex: -1;
}
body::-webkit-scrollbar{
	display:none;
}
body{
	margin:0;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	font-weight:normal;
}
ul,ol,dd{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
img{
	border:none;
	vertical-align:top;
}
em{
	font-style:normal;
}
strong{
	font-weight:normal;
}
@font-face{
	font-family: philosophycolor;
	src:url(/philosophycolor.woff);
}

input{
	margin:0;
}
input[type=checkbox]{
	font-size:14rem;
	width:20rem;
	height:26rem;
	position:relative;
	vertical-align:middle;
	margin-right:30rem;
}
input[type=checkbox]:after{
	position:absolute;
	width:20rem;
	height:26rem;
	top:-2rem;
	content:" ";
	background-color:#fff;
	color:#fff;
	display:inline-block;
	visibility:visible;
	padding:0rem 3rem;
	border-radius:3rem;
	border:1px solid #cccfd5;
}

input[type=checkbox]:checked:after{
	background-color:#118E06;
	/* border-color:#fff; */
}
input[type=checkbox]:checked:before{
	content:"+";
	display:block;
	position:relative;
	top:-3rem;
	left:0rem;
	color:#fff;
	font-weight:900;
	z-index:1;
	font-size:24rem;
	font-family:philosophycolor;
}


html,body{
	width:100%;
	height:100%;
}

header{
	width:750rem;
	height:750rem;
	position:relative;
	overflow:hidden;
}
header ul:nth-of-type(1){
	width:3005rem;
	height:750rem;
	position:absolute;
	left:0;
}
header ul:nth-of-type(1) li{
	width:750rem;
	height:750rem;
	display:inline-block;
}
header ul:nth-of-type(1) li img{
	width:750rem;
	height:750rem;
	object-fit:cover;
}
header ul:nth-of-type(2){
	position:relative;
	top:660rem;
	z-index:1;
	text-align:center;
}
header ul:nth-of-type(2) li{
	width:20rem;
	height:20rem;
	border-radius:10rem;
	background:#ffae00;
	display:inline-block;
	margin:0 10rem;
	opacity:0.8;
	transition:500ms;
}
header ul:nth-of-type(2) .active{
	width:50rem;
	opacity:1;
}


section{
	width:690rem;
	margin:0 auto;
	padding-top:20rem;
}
section h1{
	font-size:60rem;
	color:#18500f;
	font-weight:bold;
	margin-bottom:30rem;
}
section h2{
	font-size:30rem;
	color:#18500f;
	margin-bottom:20rem;
}
section h3{
	font-size:24rem;
	color:#000;
	margin-bottom:40rem;
}
section p{
	text-align:center;
	font-size:30rem;
	color:#000;
	margin-bottom:40rem;
}
section p span{
	vertical-align:middle;
}
section strong{
	font-size:36rem;
	font-weight:bold;
	display:block;
	margin-bottom:20rem;
}
section a{
	background:#097039;
	display:block;
	width:690rem;
	height:70rem;
	border-radius:30rem;
	font-size:30rem;
	line-height:70rem;
	font-family:philosophycolor;
	text-align:center;
	color:#fff;
}
section a em{
	margin-right:10rem;
}


section ul li{
	position:relative;
	margin-top:20rem;
	border-top:rgba(0,0,0,0) solid 4px;
}
section ul li img{
	width:690rem;
}
section ul li video{
	width:690rem;
}
section ul li em{
	font-size:60rem;
	font-family:philosophycolor;
	color:#097039;
	position:absolute;
	top:150rem;
	left:320rem;
	z-index:1;
	text-shadow:5rem 5rem 5rem rgba(80,80,80,0.7);
}
section ul li div{
	max-width:400rem;
	font-size:24rem;
	position:absolute;
	bottom:40rem;
	background:rgba(0,0,0,0.4);
	/* display:none; */
	overflow:hidden;
}
section ul li:nth-of-type(2n) div{
	left:80rem;
}
section ul li:nth-of-type(2n-1) div{
	right:80rem;
}
section ul li div p{
	margin:20rem 40rem;
	line-height:40rem;
	font-size:24rem;
	color:#fff;
	white-space:pre-wrap;
}


article{
	margin-top:50rem;
}
article dl{
	background:#c1dabd;
	width:690rem;
	padding:30rem 30rem 40rem 30rem;
}
article dt{
	font-size:48rem;
	font-weight:bold;
	color:#18500f;
	margin-bottom:20rem;
}
article dd{
	background:#fff;
	border-radius:20rem;
	margin-bottom:20rem;
	padding:40rem;
	color:#18500f;
	line-height:60rem;
}
article dd h6{
	font-size:36rem;
	font-weight:bold;
}
article dd span{
	font-size:36rem;
}
article dd p{
	font-size:28rem;
	position:relative;
	padding-left:48rem;
}
article dd em{
	position:absolute;
	left:14rem;
	font-size:36rem;
}

footer{
	width:590rem;
	background:#097039;
	padding:80rem 80rem 160rem 80rem;
}
footer div{
	width:590rem;
}
footer div img{
	height:80rem;
}
footer dl{
	margin-top:30rem;
	color:#fff;
}
footer dt{
	font-weight:bold;
	font-size:30rem;
	height:60rem;
	line-height:60rem;
}
footer dd{
	font-size:24rem;
	height:60rem;
	line-height:60rem;
}
footer a{
	color:#fff;
	margin-right:30rem;
}

aside{
	width:360rem;
	height:60rem;
	position:fixed;
	bottom:150rem;
	right:-400rem;
	transition:500ms;
	z-index:2;
}
aside a p{
	width:360rem;
	height:70rem;
	margin:0 auto;
	border-radius:36rem;
	background:#097039;
	line-height:70rem;
	font-size:30rem;
	color:#fff;
	text-align:center;
	box-shadow:5rem 5rem 5rem 5rem rgba(10,56,31,0.7);
}