header{
	position:relative;
	background: url(/images/header_bg.png) repeat-x top;
}
img{
	vertical-align: bottom;
}
#header{
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	/*padding-left: 28px;*/
}
h1{
	/*float:left;*/
	/*padding: 35px 0 0 0;*/
	padding: 4.1% 0 3.5% 10.5%;
}
#logo{
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
	text-align:center;
}
#logo p{
	float:left;
	margin-left: 68px;
}
#logo p img{
	position: relative;
	z-index: 2;
}
header nav {
	width:100%;
	/*position: relative;*/
	z-index: 1;
	height: 90px;
	bottom: 23px;
	/*border-top:1px solid #ddd;*/
}
header nav ul {
	width:963px;
	margin:40px auto 0;
	/*background: url(/images/nav_bg.png) no-repeat right;
	border-bottom:1px solid #dddddd;*/
	overflow:hidden;

}
header nav ul li{
	float:left;
}
.nav{
	display: flex;
	justify-content: center;
}
.nav01 li {
  display: block;
  background: url(/images/nav01.jpg);
  background-size: 105px;
  width: 105px;
  height: 51px;
  margin-right: 1px;
  overflow: hidden;
  text-align: center;
  line-height: 2.6;
}
.nav01 li a {
  display: block;
  color: #fff;
}
.nav01 li a:hover {
  background: url(/images/nav01_on.jpg);
  background-size: 105px;
  background-position: bottom;
}
/*
.nav02{
	padding-left: 38px;
}
.nav03{
	padding-left: 39px;
}
.nav04{
	padding-left: 37px;
}
*/
#container{
	width:100%;
}
#container:after{
	content:' ';
	display:block;
	clear:both;
}
#contents{
	width:960px;
	margin:0 auto;
}
#contents:after{
	content:' ';
	display:block;
	clear:both;
}
#main{
	width:706px;
	float:left;
	padding:0 2px;
}
#side{
	width:306px;
	float:right;
	padding:0 2px;
}


footer{
	width:100%;
	padding: 20px 0;
	border-top:1px solid #cccccc;
	margin-top: 100px;
}
#footer{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer .footer_logo{
	float:left;

}
#footer #copy{
	float: right;
	font-size: 10px;
	padding-top: 5px;
}
.pagination{
	margin: 60px 0;
}
.pagination a{
	padding: 5px 10px;
	margin-right: 8px;
	text-decoration: none;
}
.pagination a.inactive,
.pagination a:hover{
	background: #fae081;
}
.path{
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.path a{
	padding-right: 10px;
	text-decoration: none;
	color: #f0ac54;
}
.path a:hover{
	text-decoration: underline;
}
.path a:after{
	content: ">";
	padding-left: 10px;
}