.header, .footer {
	width: 100%;
}
.header-top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.header-top a {
	text-decoration: none;
	color: #333;
}
.header-top a:hover {
	text-decoration: underline;
	color: #0092be;
}
.header-top .login {
	margin: 0 15px;
}
.header-top .logout {
	float: right;
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header-mid {
	min-height: 90px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ddd;
}

.header-searcher {
	position: absolute;
	top: 25px;
	left: 450px;
	display: inline-block;
	*zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.header-searcher #search {
	display: inline-block;
	*zoom: 1;
    *display: inline;
    border: 2px solid #0092be;
    position: relative;
    width: 492px;
}
.header-searcher .search-keywords {
	height: 26px;
	padding: 5px;
	width: 382px;
	font-size: 15px;
	vertical-align: middle;
	background-image: url(/Public/Img/Bjbzbz/searcher.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 0;
	border: none;
}
#search input[name="submit"] {
	width: 100px;
	height: 36px;
	display: block !important;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #0092be;
	border: none;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 18px;
}

.header-nav {
	width: 100%;
	box-shadow: 0 2px 0 #0092be;
}
.nav-ul {
	display: block;
	height: 50px;
	list-style: none;
}
.nav-item {
	border-right: 1px solid #ccc;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	width: 16.66%;
}
.nav-item a {
	color: #000;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-item.on, .nav-item:hover {
	background: #0092be;
}
.nav-item.on a, .nav-item:hover a {
	color: #fff;
}

.nav-index {
	/*background: #0092be;*/
	border-left: 1px solid #ccc;
}
.nav-index a {
	/*color: #fff;*/
}

.footer {
	padding: 10px 0 20px;
	background: #ddd;
	font-size: 14px;
	text-align: center;
}
.footer span {
	font-size: 12px;
}
.footer a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.footer .copyright {
	font-size: 14px;
}
.side-ad {
	position: fixed;
	top: 50%;
	width: 150px;
	height: 260px;
	margin-top: -150px;
	left: 50%;
	margin-left: 510px
}
.side-ad img {
	width: 100%;
	height: 100%;
}