@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,p,span,a,img,h1,h2,h3,h4,h5,h6,table,tr,td,th,header,main,footer { margin:0; padding:0;}
body { background-color:#fff}
ul,ol,li { list-style:none}
a { text-decoration:none}
img { border:none}

.pages { clear:both; padding:2em 0; text-align:center}
	.pages li { display:inline-block; padding:.5em; margin:0 .2em; line-height:1em; font-size:.5em; color:#666; border:1px solid #dedede; background:#f0f0f0}
	.pages li a { color:#666}
	.pages li:hover { background:#fff}
		.pages li.page-active { border:1px solid #e9e9e9; background:#eee }
			.pages li.page-active a { color:#ccc}
			
.nav-qzw { height:2.6em; overflow:hidden; line-height:2.6em; text-align:center; font-size:.9em; background:#ca0915; }
	.nav-qzw a { display:inline-block; margin:0 .8em; color:#fff}
	.nav-qzw a:hover { text-decoration:underline}

.footer-qzw { clear:both; padding:1em 2em; margin-top:2em; line-height:1.5em; text-align:center; font-size:.8em; color:#fff; background:#4c5154}
	.footer-qzw a { color:#fff;}

/*页面高级灰
html { filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
      }
*/
