* {margin:0; padding:0; box-sizing: border-box;}
body {
  margin:0;
  padding:0;
  font-family:"微软雅黑","宋体";
  font-size:15px;
  color:#333333;
  background: url("2018nb_bg.png");
  width: 100%;
}
ul,li {list-style:none; margin:0; padding:0;}
a {
  text-decoration: none;
  color: #333333;
}
.clear{
  clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}
.block{
  display: block;
}
.none{
  display: none;
}
.margin_r0{
  margin-right: 0 !important;
}
/*盒子*/
.box_nb{
  width: 100%;
  min-height: 200px;
}
/*banner*/
.nb2018_banner{
  width: 100%;
}
.nb2018_banner img{
  width: 100%;
}
/*导航*/
.nb2018_dh_box{
  margin-top: -4px;
  width: 100%;
  height: 70px;
  background-color: #b81312;
}
.nb2018_dh{
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  background-color: #b81312;
}
.nb2018_dh li{
  float: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  background-color: #b81312;
  height: 70px;
  line-height: 70px;
  padding: 0 28px;
}
.nb2018_dh li:hover{
  background-color: #ca706f;
}
.nb2018_dh li a{
  display: block;
  color: #ffffff;
}
/*1200盒子*/
.nb2018_box{
  width: 1200px;
  margin: 50px auto 35px;
  min-height: 200px;
}
/*年度报表*/
.nb2018_bb{
  width: 100%;
}
.nb2018_bb_top{
  float: right;
  width: 385px;
  height: 49px;
  padding-left: 110px;
  background: url("2018nb_jgb.png") no-repeat;
}
.nb2018_bb_top a{
  display: block;
  width: 100%;
  height: 49px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
}
.nb2018_bb_cen{
  width: 100%;
  min-height: 300px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 30px #ccc;
}
/*市政府门户网站*/
.nb2018_bb_szf_bt{
  width: 100%;
  height: 45px;
  background: url("2018nb_hx.jpg") no-repeat bottom;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}
.nb2018_bb_szf_list{
  width: 100%;
  min-height: 50px;
}
.nb2018_bb_szf_lb{
  width: 23%;
  margin: 25px auto;
  height: 45px;
  line-height: 45px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #F3F3F3;
  text-align: center;
  padding: 0 5px;
}
.nb2018_bb_szf_list ul li{
  float: left;
  width: 23%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #F3F3F3;
  margin: 25px 1% 0;
  text-align: center;
  padding: 0 5px;
}

.jgzt{
	position: relative;
	width: 593px;
	height: 84px;
	left: 0;
}
.wqnbtitle{
	    position: relative;
	    left: 607px;
	    bottom: 84px;
		width: 593px;
		height: 84px;
}
.wqnbtitle:hover .wqnb{
	display: block;
}
.wqnb{
	border: #e03323 solid 1px;
	    padding: 23px 30px;
	    width: 1200px;
	    position: absolute;
	    z-index: 99;
		left: -607px;
	    bottom: 84px;
		background: #fff;
		display: none;
}

.wqnb ul li{
	background: url(wqbblist-style.png) no-repeat left;
	float: left;
	padding:0 58px 0 20px;
	line-height: 50px;
}
.wqnb ul li {
	font-size: 21px;
	color: #333;
}
/*footer*/
.nb2018_footer_box{
  width: 100%;
  border-top: 10px solid #4E67A7;
  background-color: #ffffff;
}
.nb2018_footer{
  width: 1200px;
  margin: 0 auto;
  min-height: 100px;
  overflow: hidden;
}
/*媒体查询*/
@media screen and (max-width: 1200px) {
  .nb2018_dh_box{
    height: 50px;
  }
  .nb2018_dh{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #b81312;
  }
  .nb2018_dh li{
    float: left;
    color: #ffffff;
    width: 20%;
    font-size: 18px;
    font-weight: 900;
    background-color: #b81312;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
  }
  .nb2018_box{
    width: 100%;
    margin: 40px auto 30px;
    min-height: 200px;
  }
  .nb2018_footer{
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
    overflow: hidden;
  }
  .nb2018_bb_top a{
    font-size: 18px;
  }
  .nb2018_bb_top{
    float: right;
    width: 335px;
    height: 49px;
    padding-left: 110px;
    background: url("2018nb_jgb.png") no-repeat;
  }
}



