/*初始化css*/
body{font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3163a4;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3163a4;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}

/* 通用元件开始 */
.w1100{width: 1100px;margin: 0 auto;}
/* 通用元件结束 */

/* 政府信息公开头部开始 */
/* body设置背景---配色方案和背景图片，可根据网站和特点，自行调整，选配 */
/*body{background: url(bodyBg.png) no-repeat center top;}*/
.header{height: 300px;padding-top: 45px;}
.header .logo{height: 76px;padding-left: 90px;}
.header .logo a{font-size: 35px;color: #ffffff;line-height: 76px;}
.header .zfxxgk-font{font-size: 74px;text-align: center;
  font-weight: bold;color: #fff;text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);margin-top: 35px;}
.header .zfxxgk-font{position: relative;height: 132px;line-height: 132px;}
.header .zfxxgk-font:before{width: 488px;height: 2px;content:'';position: absolute;bottom: -5px;left: 50%;background: #ffffff;margin-left: -95px;}
/* 政府信息公开头部结束 */

@media (max-width:700px){
	.header .logo{padding-left:0; }
}