@charset "gb2312";
/* ===================  清除margin,padding默认样式 ===================== */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,/* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */
{margin:0px;padding:0px;}
/* ================= 去掉fieldset和img默认边框 ================== */
fieldset, img {border:0;}
/*=================== 去掉列表默认属性 ========================= */
li {list-style:none;}
/*===================  设置默认字体 ========================= */
body,button, input, select, textarea /* for ie */ {font: 78%/1.5 tahoma,Helvetica,arial, "\5b8b\4f53", sans-serif;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd,samp { font-family: courier new, courier, monospace; }

ins {text-decoration:none;}
del {text-decoration:line-through;}
/* =============     hx系列   ===================== */
h1, h2, h3, h4, h5, h6 {FONT-FAMILY:SimHei,Microsoft YaHei,NSimSun, Verdana, Arial, Sans-Serif,"\5b8b\4f53";font-style:normal;}
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.38em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;font-style: italic;}

/* ================== 恢复正常字体和字体宽度 ========================== */
address,cite,dfn,em,var{font-style:normal;}
/*Left-aligns text in caption and th*/
caption,td {font-weight: normal;}
cite, blackquote, em, i {font-style: italic;}
strong, b {	font-weight: bold;}/* 着重标记 */ 
/* 预格式标记 */   
pre, code {font-family: monospace;font-size: 1.1em;}
/* 统一等宽字体,pre只是对文本预格式化，并不代表内容一定是代码，所以没有必要为pre标签定义等宽字体，如果pre中为代码，应使用<pre><code> … </code></pre> */
/* 缩写标记 */   
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}
/*IE6不支持abbr标签，HTML5“抛弃”了acronym标签；IE6不支持属性选,所以不对IE6提供支持；*/

/** 重置表格元素 **/
table {	border-collapse:collapse; /* 边框合并属性 */border-spacing:0;}

/* q标签默认会在内容前加前引号（“）在内容后加后引号(”)，可能会影响实际效果，故去除 */
q:before, q:after, blockquote:before, blockquote:after {content:"";content:none}
blockquote, q {	quotes:none;}

/** 重置表单元素 **/
legend { color: #000; } /* for ie6下legend元素颜色继承自Windows系统的主题样式,请在页面布局时根据实际需要修改legend颜色；*/
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */

/** 重置其他元素 **/
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
html{color:#000;background:#FFF;}/* 背景颜色可能会继承自Windows系统的主题颜色,在实际项目中根据需要定义不同颜色*/


.fl{ float:left}
.fr{ float:right}
