/* .header {
	background-image: url(/css/2020/bg-pc.jpg);
	height: 608px;
	position: relative;
}
.header .top{
    background-color:transparent;
    color: #fff;
	height: 50px;
    line-height: 50px;
}
.logo{
	display:none;
	position: relative;
	background-color: #09C;
	margin:auto;
	float:none;
}
.header>.wrap {
	position: absolute;
	height: 60px;
	left: 0px;
	bottom: 80px;
	width: 100%;
}
.header-info {
	height: 65px;
	background-image: url(http://www.bsjw.gov.cn/images/top-logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header-search{
	position: absolute;
	right: 20px;
	bottom: -55px;
}
.nav, .footer {
	background-color: #c4030b;
}
body {
	background-color: #fff;
}
.nav a:hover {
	background-color: #ee1c25;
} */
