/*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;
}





/* 右侧悬浮 */
.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='#333333');  /* For IE 8 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');  /* For IE 5.5 - 7 */
     -moz-box-shadow: 2px 2px 10px #f1eded;/* for firefox */
     -webkit-box-shadow: 2px 2px 10px #f1eded;/* for safari or chrome */
     box-shadow:2px 2px 10px #f1eded;/* for opera or ie9 */
 }
 .css_shadow2{
    /*定义一个宽度*/
    /*定义一个高度*/
     background:#fff;
     color:#333;
     /*以下为重点*/
     -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');  /* For IE 8 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');  /* For IE 5.5 - 7 */
     -moz-box-shadow: 2px 2px 10px  #cecaca;/* for firefox */
     -webkit-box-shadow: 2px 2px 10px #cecaca;/* for safari or chrome */
     box-shadow:2px 2px 10px  #cecaca;/* for opera or ie9 */
 }
/*内容开始*/
.big-box2{width: 1200px;background: #fff;margin: 54px auto 0;padding: 10px 0 20px;}

.dang{width: 1200px;padding-left: 30px;font-size: 13px;line-height: 40px;height: 40px;}
/* 图片list */
.pic-box{width: 100%;margin-top:4px;}
.pic-box li{float:left;width: 256px;height:342px;margin:20px 0 20px 35px;position: relative;}

.pic-box li  img{width:256px;height:342px;}
.pic-box li .jinr{display: inline-block;width: 110px;height: 40px;position: absolute;bottom: 22px;left:71px;}






/* 尾部 */
.footer{
    height:120px;
    background: #5e5e5e;
}
.footer,.footer a{
    color:#fff;
}







