﻿@charset "utf-8";
/* CSS Document */
/* reset全局样式*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,button,textarea,iframe,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,i,em,th,var{font-weight:normal;font-style:normal;}
img{border:0 none;vertical-align:middle;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:14px;}
body,input,select,button,textarea{font-size:14px;font-family:"微软雅黑";}
a{ text-decoration:none;}
a:visited{}
a:hover{text-decoration:none;}
a:active{}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 
  clear: both; 
}


