*{
	margin: 0;
	padding: 0;
}
body{
	color: #4d4d4d;
	font-size: 14px;
	font-family: "microsoft yahei";
	/*height: 500px;*/
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
ul,ol,li{
	list-style: none;
	cursor: pointer;
}
span{
	cursor: pointer;
}
.logo{
	width: 1200px;
	margin: 0 auto;
	height: 144px;
	position: relative;
}
.logo .limg{
	margin: 8px 0;
}
.logo .rimg{
	float: right;
	margin-top: 25px;
}
header{
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	color: white;
	font-size: 16px;
	text-align: center;
	background: #337c44;
}
header ul{
	overflow: hidden;
}
header ul li{
	float: left;
	width: 12.5%;
	height: 100%;
	 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#49ac3b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header ul li:hover:before, header ul li:focus:before, header ul li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
header ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
section{
	margin-top: 14px;
	width: 1200px;
	margin: 14px auto;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
footer{
	width: 100%;
	background: #49AC3B;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .footer-infos{
	width: 1200px;
	margin: 0px auto;
	float: none;
	clear: both;
}
footer .footer-infos ul{
	width: 480px;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
}
footer .footer-infos ul li{
	float: left;
	width: 120px;
	text-align: center;
}
footer p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
}
.cc {background:#49ac3b;}
.searchbtn{
	position: absolute;
	bottom: 7px;
	right: 0;
}
.searchbtn input{
	height: 30px;
	border: 1px solid #49AC3B;
	text-indent: 1em;
	font-size: 14px;
	width: 250px;
}
.searchbtn a{
	background:  #49AC3B;
	color: white;
	line-height: 32px;
	display: inline-block;
	padding: 0 18px;
    vertical-align: bottom;
}