/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:none;margin:0;padding:0;}
body,button, input, select, textarea {font-family:"微软雅黑";}
ul,ol{list-style: none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333333;}
a:hover{color:#355e92;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.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;}
.w{width: 1200px; margin: 0 auto;}
body{width: 100%;background:#f1f2f3;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}


/* 头部页面大背景 */
body{
    background:url(big_bg.png) no-repeat top;
}

#qlt{
background: url(http://www.jszwfw.gov.cn/picture/2/1908271640210457462.png) no-repeat;
background-position:0 0;
}
#qlt:hover{
background: url(http://www.jszwfw.gov.cn/picture/2/1908271640210457462.png) no-repeat;
background-position:0 0;
}
a.top_nav_sub.sub4.top_nav_subOn1{color:#fff;border-bottom: 4px solid #fff;height:45px;color: #fff;}




/* 右侧悬浮 */
.xft{
    height:470px;
    width:110px;
    position: fixed;
    right:0px;
    top:174px;
}
.xft li a{
    display:inline-block;
    text-align: center;
    width:110px;
    color:#666;
}
.xft li a:hover{color:#076fd3;}
.xft01{background: url(zgh_08.png) no-repeat  center 20px;height:85px;padding-top:60px;}
.xft02{background: url(zgh_09.png) no-repeat  center 20px;height:85px;padding-top:60px;}
.xft03{background: url(zgh_10.png) no-repeat  center 20px;height:85px;padding-top:60px;}
.xft04{background: url(zgh_11.png) no-repeat  center 20px;height:85px;padding-top:60px;}
.xft05{background: url(zgh_12.png) no-repeat  center 20px;height:85px;padding-top:60px;}
.xft .xft06{
    height:35px;
    background:#168fe6;
    color:#fff;
    line-height:35px;
    margin-top:10px;
}
.xft .xft06:hover{color:#fff;}


/* 阴影 */
.css_shadow{
    /*定义一个宽度*/
    /*定义一个高度*/
     background:#fff;
     color:#333;
     /*以下为重点*/
     -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  /* For IE 8 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  /* For IE 5.5 - 7 */
     -moz-box-shadow: 2px 2px 10px #909090;/* for firefox */
     -webkit-box-shadow: 2px 2px 10px #909090;/* for safari or chrome */
     box-shadow:2px 2px 10px #909090;/* for opera or ie9 */
 }

/*内容开始*/
.big-box2{width: 1200px;background: #fff;margin: 54px auto 20px;padding: 25px 0;}


/* 图片list */
.pic-box{width: 100%;}
.pic-box li{float:left;width: 243px;height: 203px;margin:20px 0 25px 45px;background: #fff;}
.pic-box li .pic-list{width: 100%;display: inline-block;height: 203px;position: relative;margin-bottom: 10px;}
.pic-box li .pic-list img{width:243px;height: 120px;}
.pic-box li  .pic-list p{color: #333;font-size: 19px;height: 83px;line-height:83px;text-align: center;}





/* 尾部 */
.footer{
    height:120px;
    background: #5e5e5e;
}
.footer,.footer a{
    color:#fff;
}







