﻿@charset "utf-8";
/*
 全站CSS重设内容
 Time:2011-10-29
 @ demon
*/
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, input, textarea, img, blockquote{
	margin:0;
	padding:0;}
body, button, input, textarea {
	font:12px/1.5 "\5B8B\4F53", tahoma, arial;}
body {
	color:#767676;}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;}
ul, ol {
	list-style:none;}
select, input, img {
	vertical-align:middle;}
table {}
a{
	color:#767676;}
a,a:hover {
	text-decoration:none;}
fieldset, img {
	border:0 none;}
.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;}
.clearfix {
	display: inline-block;} /* Hides from IE-mac\*/
* html .clearfix {
	height: 1%;}
.clearfix {
	display: block;} /* End hide from IE-mac*/
.layout:after {
	content:'\20';
	display:block;
	height:0;
	clear:both;}
.layout {
*zoom:1;}