/*-------------整体文件-------------*/
html {
  font-family:"Microsoft YaHei", sans-serif;
  font-size: 16px;
}
body {
  font-family:"Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0px;
}

ul li {
  font-weight: 700;
}
.floatl{
	float:left;
}
.floatr{
	float:left;
}
/*-------------导航文件-------------*/
.head{
	margin-bottom:80px;
}
.foot{
	background:#0AA770;
	text-align:center;
	color:#FFF;
	line-height:25px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:80px;
	font-size:14px;
}
.foot a{
	color:#FFF;
}
.foot a:hover{
	text-decoration:underline;
}