*{
  -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);
}

html,body{
	width:100%;
	height:100%;
}
nav{
	width:750rem;
	height:100rem;
	padding:16rem 0;
	background:#FFF9F4;
	position:fixed;
	bottom:0;
	z-index:3;
	display:flex;
}
nav a{
	width:150rem;
	margin:auto;
	text-align:center;
	font-size:24rem;
	color:#707070;
	line-height:60rem;
}
nav .active{
	color:#000;
	font-size:26rem;
}
nav a img{
	display:block;
	width:64rem;
	height:64rem;
	margin:0 auto;
	transition:500ms;
	filter:grayscale(100%);
}
nav .active img{
	filter:grayscale(70%);
	transform:scale(1.2);
}

header{
	width:750rem;
	overflow:hidden;
	background:#c5d1b8;
	position:relative;
}

header .logo{
	width:670rem;
	height:80rem;
	padding:20rem 40rem 0 40rem;
	text-align:center;
}
header .logo img{
	height:80rem;
}

header .search{
	width:690rem;
	height:70rem;
	margin:20rem auto;
	position:relative;
}
header .search div{
	width:570rem;
	height:70rem;
	background:#e8e2dd;
	border-radius:35rem;
	border:none;
	outline:0;
	padding:0 46rem 0 74rem;
	line-height:70rem;
	font-size:30rem;
	color:#666;
}
header .search em{
	font-family:philosophycolor;
	position:absolute;
	font-size:40rem; 
	color:#97a68c;
	top:12rem;
	left:24rem;
}

header .headerbg{
	width:750rem;
	height:30rem;
	position:absolute;
	bottom:0;
	background:#fff;
}
header .turn{
	width:750rem;
	height:750rem;
	position:relative;
}
header .turn ul:nth-of-type(1){
	height:750rem;
	font-size:0;
	position:absolute;
	left:0;
}
header .turn ul:nth-of-type(1) li{
	width:750rem;
	height:750rem;
	display:inline-block;
	border-radius:30rem;
	overflow:hidden;
}
header .turn ul:nth-of-type(1) li video{
	width:750rem;
	height:750rem;
}
header .turn ul:nth-of-type(1) li img{
	width:750rem;
	height:750rem;
	object-fit:cover;
}
header .turn ul:nth-of-type(2){
	position:absolute;
	bottom:30rem;
	width:750rem;
	height:8rem;
	text-align:center;
}
header .turn ul:nth-of-type(2) li{
	width:20rem;
	height:12rem;
	background:#fff;
	display:inline-block;
	margin:0 8rem;
	border-radius:6rem;
	transition:500ms;
}
header .turn ul:nth-of-type(2) .active{
	width:40rem;
	background:#B8C8AB;
}


.product{
	width:750rem;
}
.product h3{
	width:750rem;
	height:100rem;
	font-size:40rem;
	line-height:100rem;
	color:#000;
	text-align:center;
	margin:60rem 0;
}
.product ul{
	font-size:0;
	margin:0 15rem;
}
.product li{
	width:360rem;
	margin-bottom:80rem;
	display:inline-block;
	text-align:center;
}
.product a{
	color:#000;
}
.product li img{
	width:240rem;
	object-fit:cover;
	margin-bottom:20rem;
}
.product li span{
	display:block;
	font-size:30rem;
}

.visit{
	width:710rem;
	height:400rem;
	border-radius:20rem;
	overflow:hidden;
	position:relative;
	margin:0 auto 20rem auto;
}
.visit div{
	width:710rem;
	height:400rem;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
.visit img{
	width:710rem;
	height:400rem;
}
.visit h6{
	width:710rem;
	font-size:40rem;
	text-align:center;
	font-weight:bold;
	position:absolute;
	top:30rem;
	color:#fff;
	text-shadow:4rem 4rem 4rem rgba(0,0,0,0.7);
}
.visit p{
	font-size:24rem;
	color:#fff;
	position:absolute;
	left:40rem;
	text-shadow:3rem 3rem 3rem rgba(0,0,0,0.7);
}
.visit p:nth-of-type(1){
	bottom:50rem;
}
.visit p:nth-of-type(2){
	bottom:20rem;
}
.visit p em{
	font-family:philosophycolor;
}

.hot{
	width:750rem;
}
.hot h3{
	width:750rem;
	height:100rem;
	font-size:40rem;
	line-height:100rem;
	color:#000;
	text-align:center;
	margin:60rem 0;
}
.hot ul{
	font-size:0;
	margin:0 15rem;
}
.hot li{
	width:720rem;
	margin-bottom:80rem;
	text-align:center;
}
.hot a{
	color:#000;
}
.hot li img{
	width:320rem;
	height:320rem;
	border-radius:20rem;
	object-fit:cover;
	margin-bottom:30rem;
}
.hot li strong{
	display:block;
	font-size:30rem;
	font-weight:bold;
	margin-bottom:10rem;
}
.hot li span{
	display:block;
	font-size:30rem;
}

.teaching{
	width:750rem;
	margin-bottom:80rem;
}
.teaching div{
	width:690rem;
	margin:0 auto;
	border-radius:40rem;
	background:#097039;
	overflow:hidden;
}
.teaching div img{
	width:690rem;
	height:360rem;
	object-fit:cover;
}
.teaching div h4{
	width:600rem;
	margin:40rem auto;
	font-size:40rem;
	color:#fff;
}
.teaching div p{
	width:600rem;
	margin:40rem auto;
	font-size:30rem;
	color:#fff;
}
.teaching div a{
	display:block;
	margin:40rem auto;
	width:600rem;
	height:60rem;
	border-radius:20rem;
	background:#fff;
	line-height:60rem;
	color:#000;
	text-align:center;
	font-size:24rem;
}

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;
}
