* {margin:0; padding:0; box-sizing: border-box;}
body {
  margin:0;
  padding:0;
  font-family:"微软雅黑","宋体";
  font-size:15px;
  color:#333333;
  width: 100%;
  background-size: contain;
  background: #fff;
  background-size: 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;
}
.margin_bom0{
  margin-bottom: 0 !important;
}
tr,td{
  padding: 0;
  margin: 0;
}
/*局部样式*/
/*大图切换*/
.pic_box{
  width: 100%;
  height: 706px;
  position: relative;
}
/*规划建设*/
.ghjs_box{
  width: 100%;
  height: 100%;
  background: url("ghjs_bg.jpg") no-repeat;
}
.ghjs_modal{
  width: 100%;
  height: 100%;
  background: rgba(40,40,40,0.7);
  padding-top: 30px;
  display: none;
}
.ghjs{
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.ghjs>div{
  float: left;
}
.ghjs_fzgl{
  width: 510px;
  margin-right: 60px;
}
.fzgl_bt{
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #CCCCCC;
  background: url("pdy_jmc_qz.jpg") left top no-repeat;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.fzgl_bt a{
  font-size: 16px;
  color: #ccc;
  float: right;
  width: 100px;
  height: 35px;
  text-align: right;
  line-height: 30px;
}
.fzgl_zy{
  width: 100%;
  margin-top: 20px;
}
.fzgl_zy>span{
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.fzgl_zy>span:first-child{
  text-indent: 2em;
}
.fzgl_zy>span:first-child>a{
  color: #B1B1B1;
}
.fzgl_zy>span:last-child{
  width: 100%;
  padding-top: 20px;
}
.ghjs_gngh{
  width: 570px;
}
.gngh_bt{
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #CCCCCC;
  background: url("pdy_jmc_qz.jpg") left top no-repeat;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.gngh_bt a{
  font-size: 16px;
  color: #ccc;
  float: right;
  width: 100px;
  height: 35px;
  text-align: right;
  line-height: 30px;
}
.gngh_zy{
  width: 100%;
  height: 190px;
  padding-top: 20px;
}
.gngh_zy>span{
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.gngh_zy>span:first-child{
  width: 195px;
  margin-right: 25px;
}
.gngh_zy>span:last-child{
  text-indent: 2em;
  width: 350px;
}
.gngh_zy>span:last-child>a{
  color: #B1B1B1;
}
.ghjs_zxyj{
  width: 570px;
}
.zxyj_bt{
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #CCCCCC;
  background: url("pdy_jmc_qz.jpg") left top no-repeat;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.zxyj_bt a{
  font-size: 16px;
  color: #ccc;
  float: right;
  width: 100px;
  height: 35px;
  text-align: right;
  line-height: 30px;
}
.zxyj_list{
  width: 100%;
  max-height: 320px;
  padding-top: 15px;
}
.zxyj_list li{
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.zxyj_list li>a{
  display: inline-block;
  width: 74%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 15px;
  background: url("pdy_list_qz.jpg") left center no-repeat;
}
.zxyj_list li>span{
  display: inline-block;
  width: 25%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ccc;
  text-align: right;
}



  /*导航*/
.banner li:nth-child(1)>a:hover{
  background: url("hover_1.jpg") no-repeat;
}
.banner li:nth-child(2)>a:hover{
  background: url("hover_2.jpg") no-repeat;
}
.banner li:nth-child(3)>a:hover{
  background: url("hover_3.jpg") no-repeat;
}
.banner li:nth-child(4)>a:hover{
  background: url("hover_4.jpg") no-repeat;
}
.banner li:nth-child(5)>a:hover{
  background: url("hover_5.jpg") no-repeat;
}
.banner li:nth-child(6)>a:hover{
  background: url("hover_6.jpg") no-repeat;
}
.banner li:nth-child(7)>a:hover{
  background: url("hover_7.jpg") no-repeat;
}

















/*媒体查询*/
@media screen and (max-width: 1200px) {

}