/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { color: #666666; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body{ background:url(../images/bg.jpg) top center no-repeat #B7D6EC}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font:14px/1.5 "Microsoft YaHei", arial, SimSun; }
input, select, textarea { font-size: 100%;  outline:none; border: none;}
textarea { resize: none; }
/* 去掉各Table  cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* IE bug fixed: th 不继承 text-align*/
th { text-align: inherit; }

/* 去除默认边框 */
fieldset, img { border: 0; }


/* 去掉列表前的标识, li 会继承 */
ol, ul,li{ list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th { text-align: left; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }

/* 文字默认 */
em,b{font-weight:normal; font-style:normal;}

/* 正常链接 未访问 */
a { color: #333; cursor: pointer; }

/* 鼠标悬停 */
a:hover { color: #000; text-decoration: none; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; }

/* 代码字体 */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
.font-simsun { font-family: SimSun; }

/* 清理浮动 */
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* 全局容器居中 1000px */
.container:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.container { *zoom: 1; width: 1200px; min-width: 1000px; margin-left: auto; margin-right: auto; }
/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right { _display: inline; /* for IE6 */ }
.fn-left { float: left; }
.fn-right { float: right; }
