﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,pre, form, fieldset, input, textarea, p, blockquote, th, td {padding: 0; margin: 0;font-family:"微软雅黑"; list-style: none; border: 0;}    
fieldset, img { border: 0; margin: 0; list-style: none; padding: 0;}  

html{height: 100%; font-family: "微软雅黑";}  body{height: 100%;}
table {border-collapse: collapse;  border-spacing: 0;}    
ol, ul {list-style: none; }    
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal;}    
caption, th {text-align: left;}    
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}    
q:before, q:after {content: '';}    
abbr, acronym {border: 0;}
a{text-decoration:none;color:#808080;}
.nobottom{ margin-bottom: none;}

.clearfix:after{
		content:"";/*内容可以为空，你还会看到"."我们就给空*/
		visibility:hidden;/*隐藏对象*/
		height:0;/*高度为0*/
		display:block;/*转换为块*/
		clear:both;/*清除两端*/
		}
	.clearfix{
			zoom:1;/*给IE6用的*/
		}

