body{
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  color: #666;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
a:hover,
a:focus{
	text-decoration: none;	
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}


.top{
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
	color: #999;	
}
.top .tel{
}
.top .tel .tel_icon{
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	display: inline-block;
	width: 21px;
	height: 19px;	
}
.top .tel span{
	float: right;	
}

.nav_box{
	height: 100px;
	background: #fff;
}
.logo{
	position: relative;
	z-index: 200;
	display: table;
	height: 100px;
}
.logo a{
	display: table-cell;
	max-width: 242px;
	vertical-align: middle;	
}

.menu{
	text-align: right;
}
.menu ul li{
	position: relative;
	display: inline-block;
	width: 11.8%;
	height: 75px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
}
.menu ul li:first-child{
	margin-right: -4px;	
}
.menu ul li a{
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	transform: .5s;
}
.menu ul li:after{
	position: absolute;
	left: 0;
	top: -75px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #039831;
	content: "";
	transition: .3s;
}
.menu ul li.active:after,
.menu ul li:hover:after{
	top: 0;
	transition: .3s;	
}
.menu ul li.active a,
.menu ul li:hover a{
	color: #fff;
	transform: .5s;
}
@media (max-width: 991px){
	.menu ul li a{
		font-size: 14px;
	}	
}
@media (max-width: 767px){
	.header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200;
	}
	.menu{
		display: none;
		position: absolute;
		left: 0;
		top: 100px;
		z-index: 30;
		width: 100%;
		background: #fff;	
	}
	.menu ul li{
		clear: both;
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #e6e6e6;
		text-align: center;
	}
}

.menu_btn{
	position: relative;
	z-index: 200;
	float: right;
	margin-top: 34px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}


.time{
	display: inline-block;
	color: #bbb;
}
.time span{
	display: block;
	font-size: 24px;
}
.time small{
	display: block;
	font-size: 14px;
}
.more{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #e5e5e5;
	border-radius: 3px;
	color: #aaa;
	text-align: center;
	transition: .3s;
}
.more i{
	line-height: 40px;
}

.foot_nav{
	padding: 20px 15px;
	background: #363636;	
}
.foot_nav a{
	float: left;
	display: block;
	width: 12.5%;
	min-width: 100px;
	font-size: 16px;
	color: #999;
	transition: .3s;
}
.foot_nav a:hover{
	color: #ccc;
	transition: .3s;
}

.foot_center{
	padding: 20px 0;
	background: #333;	
}
.foot_box{
	margin-bottom: 10px;
	height: 80px;
	color: #666;
}
.foot_box .foot_icon{
	float: left;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #3f3f3f;
}
.foot_box .foot_icon span{
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.foot_box .foot_icon1 span{
	background-image: url("../images/map.png")/*tpa=http://www.wendergroup.cn/Public/home/images/map.png*/;
}
.foot_box .foot_icon2 span{
	background-image: url("../images/tel.png")/*tpa=http://www.wendergroup.cn/Public/home/images/tel.png*/;
}
.foot_box .foot_icon3 span{
	background-image: url("../images/email.png")/*tpa=http://www.wendergroup.cn/Public/home/images/email.png*/;
}
.foot_box .foot_text{
	float: left;
	display: table;
	margin-left: 20px;
	width: 80%;
	padding: 0 10px;
	height: 80px;
	line-height: 26px;
	border-left: 1px solid #3f3f3f;
}
.foot_box .foot_text span{
	display: table-cell;
	vertical-align: middle;
}
.foot_box .foot_text span p{
	margin: 0;
}
.foot_box .foot_text span p a{
	position: relative;
	margin-top: 15px;
	margin-right: 20px;
	display: inline-block;
	color: #666;
	transition: .3s;
}
.foot_box .foot_text span p a .weixin_code{
	display: none;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: 60;
	width: 90px;
	height: 90px;
}

.foot_box .foot_text span p a:hover{
	color: #999;
	transition: .3s;
}

.foot_copy{
	padding: 20px 15px;
	background: #363636;
	font-size: 12px;
	text-align: center;
}
.foot_copy a{
	color: #666;
}
.foot_copy a:hover{
	color: #999;	
}