/*清除文档类型声明中的默认属性*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0px;padding:0px;}

table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6{font-size:12px}
q:before,q:after{content:''}

/*字体定义*/
body {font-size:14px; font-family:"宋体"; background:#fff}
table {font-size:inherit;font:100%}
strong {font-weight:bold}
a {text-decoration:none} 
a:hover {text-decoration:underline}


/*通用定义*/
.clear{clear:both;height:0px;overflow:hidden}
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a:link{color:#434343; text-decoration:none}
a:visited{color:#434343;text-decoration:none}
a:hover{color:#cc0000;text-decoration:underline}
a:active{color:#000;text-decoration:underline}
img,a img{border:none}

