body{
	margin:0;
	background:#f5f5f5;
}
h1,h2,h3,h4,p{
	margin:0;
	font-weight:normal;
}
strong{
	font-weight:normal;
}
ul,dl,dd{
	margin:0;
	padding:0;
	list-style:none;
}
em{
	font-style:normal;
}
a{
	text-decoration:none;
}
input{
	outline:0;
	border:none;
}
@font-face{
	src:url('/philosophycolor.woff');
	font-family:philosophycolor;
}

header{
	height:100px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#c5d1b9;
}
nav{
	width:1280px;
	height:100px;
	margin:0 auto;
	position:relative;
	z-index:1;
	display:flex;
}
nav a{
	vertical-align:middle;
	margin:auto;
	color:#fff;
	font-size:20px;
	text-shadow:0 0 5px #000;
	padding-bottom:6px;
	transition:200ms;
}
nav a:hover{
	border-bottom:4px #fff solid;
}
nav .active{
	border-bottom:4px #fff solid;
}
nav img{
	height:100px;
}
nav a:nth-of-type(7) em{
	font-family:philosophycolor;
	font-size:18px;
	margin-right:10px;
}
nav a:nth-of-type(8){
	position:relative;
}
nav a:nth-of-type(8):hover{
	border:none;
}
nav a:nth-of-type(8) input{
	width:160px;
	height:28px;
	border-radius:20px;
	padding:0 40px 0 20px;
	transition:500ms;
}
nav a:nth-of-type(8) em{
	font-family:philosophycolor;
	position:absolute;
	right:12px;
	top:4px;
	font-size:18px;
	text-shadow:none;
	color:#b8c8ab;
}
header ul{
	font-size:0;
}
header ul:nth-of-type(1){
	height:720px;
	position:absolute;
	top:0;
	left:0;
}
header ul:nth-of-type(1) li{
	height:720px;
	display:inline-block;
}
header ul:nth-of-type(1) video{
	width:100%;
	height:100%;
	object-fit:cover;
}
header ul:nth-of-type(1) img{
	width:100%;
	height:100%;
	object-fit:cover;
}

header div{
	width:70px;
	height:170px;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:260px;
	font-size:60px;
	line-height:160px;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
header div:hover{
	background:rgba(0,0,0,0.4);
}
header div:nth-of-type(1){
	left:40px;
}
header div:nth-of-type(2){
	right:40px;
}
header div em{
	font-family:philosophycolor;
}
header ul:nth-of-type(2){
	position:absolute;
	width:100%;
	bottom:30px;
	text-align:center;
}
header ul:nth-of-type(2) li{
	width:16px;
	height:8px;
	margin:0 4px;
	background:#fff;
	display:inline-block;
	border-radius:4px;
	cursor:pointer;
	transition:500ms;
}
header ul:nth-of-type(2) .active{
	width:48px;
	background:#97a68c;
}

section{
	width:1320px;
	margin:20px auto;
}
section:nth-of-type(1){
	height:60px;
	position:relative;
}
section:nth-of-type(1) dl{
	padding:10px 60px;
	font-size:18px;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	/* display:none; */
}
section:nth-of-type(1) dt{
	display:inline-block;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:20px;
}
section:nth-of-type(1) dd{
	display:inline-block;
	margin:8px;
	cursor:pointer;
	padding:2px 6px;
	border-radius:6px;
}
section:nth-of-type(1) .active{
	color:#2FA98E;
	background:#DADADA;
}
section:nth-of-type(1) em{
	font-size:24px;
	font-family:philosophycolor;
	cursor:pointer;
	position:absolute;
	right:20px;
	top:20px;
}
section:nth-of-type(1) ul{
	display:none;
	background:#f5f5f5;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
}
section:nth-of-type(1) li{
	padding:2px 6px;
	border-radius:6px;
	cursor:pointer;
	margin:8px;
	display:inline-block;
}

section:nth-of-type(2) ul{
	width:1280px;
	margin:0 auto;
	font-size:0;
}
section:nth-of-type(2) li{
	width:240px;
	display:inline-block;
	margin:8px;
	transition:400ms;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 0 8px 2px #b0b0b0;
	cursor:pointer;
}
section:nth-of-type(2) li:hover{
	transform:scale(1.06);
}
section:nth-of-type(2) li img{
	width:240px;
	height:240px;
	object-fit:cover;
	margin-bottom:12px;
}
section:nth-of-type(2) li h4{
	padding:0 20px;
	font-size:20px;
	height:32px;
	line-height:36px;
}
section:nth-of-type(2) li p{
	padding:16px 20px;
	font-size:14px;
	height:60px;
	line-height:24px;
	color:#999999;
}

article{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	display:none;
}
aside{
	width:760px;
	height:900px;
	position:fixed;
	top:-1000px;
	left:50%;
	margin-left:-280px;
	z-index:2;
	transition:500ms;
}
aside iframe{
	width:420px;
	height:900px;
}
aside div{
	width:320px;
	height:560px;
	background:#fff;
	position:absolute;
	right:0;
	top:0;
}
aside div img:nth-of-type(1){
	width:40px;
	height:60px;
	position:absolute;
	top:20px;
	left:20px;
}
aside div h2{
	font-size:18px;
	position:absolute;
	top:24px;
	left:80px;
}
aside div h3{
	font-size:14px;
	position:absolute;
	top:54px;
	left:80px;
}
aside div hr{
	width:320px;
	height:1px;
	background-color:#b8c8ab;
	border:none;
	position:absolute;
}
aside div hr:nth-of-type(1){
	top:100px;
}
aside div span{
	font-size:12px;
	position:absolute;
	left:20px;
}
aside div span:nth-of-type(1){
	top:120px;
}
aside div p{
	width:280px;
	font-size:14px;
	text-indent:28px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	position:absolute;
	left:20px;
	top:150px;
}
aside div span:nth-of-type(2){
	top:200px;
}
aside div img:nth-of-type(2){
	width:240px;
	height:240px;
	border:1px solid #000;
	position:absolute;
	left:40px;
	top:240px;
}
aside div hr:nth-of-type(2){
	top:500px;
}
aside div a{
	color:#000;
	font-size:14px;
	position:absolute;
	bottom:20px;
	right:20px;
}

footer{
	width:1280px;
	margin:30px auto 30px auto;
	display:flex;
}
footer a{
	color:#000;
	margin:auto;
}