@charset "utf-8";
body,h3,h4,p,ol,li{
  margin: 0;
  padding: 0;
}
ol{
  list-style: none;
}
body{
  font-size: 17px;
}
table{
  width: 100%;
  border-collapse: collapse;
}
.bannerframe{
	width:100%;
	height:450px;
	background:url(../img/banner.png) center top no-repeat;
}
.navframe{
	width:1200px;
	margin:30px auto;
}
.navframe a{
	margin:0 5px;
	display:inline-block;
}
.bottomframe{
	width:100%;
	background-color:#646260;
	height:100px;
	text-align:center;
	padding-top:30px;
	font-size:14px;
	color:#c1bcaf;
}