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;
}


section{
	width:1320px;
	margin:20px auto;
}
section dl{
	padding:10px 10px 10px 60px;
	font-size:18px;
	position:relative;
}
section dt{
	display:inline-block;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:20px;
}
section dd{
	display:inline-block;
	margin:8px;
	cursor:pointer;
	padding:2px 6px;
	border-radius:6px;
}
section .active{
	color:#2FA98E;
	background:#DADADA;
}
section ul{
	margin:0 auto;
	font-size:0;
}
section li{
	width:640px;
	height:258px;
	background:#fff;
	display:inline-block;
	margin:10px;
	position:relative;
	border-radius:24px;
	transition:500ms;
}
section li:hover{
	transform:scale(1.04);
}
section li img{
	width:218px;
	height:218px;
	margin:20px;
	border-radius:18px;
	object-fit:cover;
}
section li h3{
	width:362px;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#000;
	position:absolute;
	top:20px;
	left:260px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}
section li h4{
	width:362px;
	height:72px;
	line-height:36px;
	font-size:18px;
	color:#000;
	position:absolute;
	top:64px;
	left:260px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
section li p{
	width:480px;
	font-size:14px;
	color:#000;
	position:absolute;
	left:260px;
}
section li p:nth-of-type(1){
	top:150px;
}
section li p:nth-of-type(2){
	top:180px;
}
section li p:nth-of-type(3){
	top:210px;
}
section li p span{
	color:#000;
	margin:0 4px;
}
section li p em{
	font-family:philosophycolor;
	margin-right:8px;
}
section li strong{
	width:138px;
	height:42px;
	font-size:18px;
	line-height:42px;
	text-align:center;
	background:#eb9112;
	position:absolute;
	bottom:24px;
	right:36px;
	border-radius:12px;
	color:#fff;
}


footer{
	width:1280px;
	margin:30px auto 30px auto;
	display:flex;
}
footer a{
	color:#000;
	margin:auto;
}