@charset "UTF-8";
body{  padding: 0; margin:0; font-size: 14px; color:#333; font-family: "Microsoft YaHei","SimSun","宋体"; }
ul,dl,li,dt,dd{ list-style: none; padding: 0; margin:0; }
img { border:0 none; vertical-align:top; }
input, select { vertical-align:middle; }
/*设置左右浮动，class="fl"为左浮动，class="fr"为右浮动*/
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
/*把h1--h6的字体大小和加粗样式全部清除掉，这样h标签就跟普通标签没有区别*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
/*a样式*/
a{ color:#333;text-decoration: none;}
a:hover{ text-decoration: none;color:#116dd5; }
/*clear,clearfix是清楚浮动的----clearfix用法是：给浮动元素的父级添加class="clearfix"，即可清楚子元素的浮动，目前是业内比较流行的清楚浮动方法。*/
.clear { clear:both; zoom:1; height:0; font-size: 1px; line-height: 0px; text-indent:-9999px; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { zoom:1; display:block; _height:1px; }
/*产品初始化*/
