@charset "utf-8";
/* CSS Document */
html, body, div, span,    
h1, h2, h3, h4, h5, h6, p, blockquote, pre,   
a, abbr, acronym, address, big, cite, code,   
img, ins, kbd, q, s, samp,   
small, strike, strong,    
dl, dt, dd, input, ol, ul, li,   
fieldset, label, legend,
caption, tbody, tfoot, thead, tr, th{   
    margin:0;  
    padding: 0;   
    border: 0;    
	background: transparent;
}   
body {
	font-family:"Microsoft YaHei",Arial,"宋体";
	font-size:12px;
	line-height:24px;
}   
ol, ul {
    list-style: none;   
}     
blockquote:before, blockquote:after,
table {
    border-collapse: collapse;      
}
li{
	list-style:none
} 
a{ text-decoration:none; outline:none;}
a:hover{color:#e36c31;}
.clear{clear:both;}