﻿/*CSS reset*/
html{color: #000;background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin:0; padding:0;}
body, button, input, select, textarea {font:12px/1.5 "宋体",arial,tahoma;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;} 
input, button, textarea, select {*font-size: 100%;}
ol, ul{ list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* clear */
.clearfix:after {  
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix {display: inline-block;} 
a{ text-decoration:none; color:#000000;}
a:hover{color:#999;}
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */
