﻿/*清除文档类型声明中的默认属性*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content: ''; }

/*字体定义*/
body { font: 12px "宋体" ,arial,helvetica,clean,sans-serif; }
table { font-size: inherit; font: 100%; }
body{ line-height: 16px; }

/*重新定义*/
h1 { font-size: 14px; }
h2 { font-size: 14px; font-weight: normal; }
h3 { font-size: 12px; }
h4 { font-size: 12px; font-weight: normal; }

strong { font-weight: bold; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/*通用定义*/
.clear { CLEAR: both; }
.clearfix:after { CONTENT: "."; DISPLAY: block; HEIGHT: 0; CLEAR: both; VISIBILITY: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { HEIGHT: 1%; }
/* End hide from IE-mac */

.bold { FONT-WEIGHT: bold; }
.f14 { FONT-SIZE: 14px; }
.h20 { LINE-HEIGHT: 20px; }
.error { COLOR: red; }

/*颜色预定义 可以随时增加*/
.black { COLOR: #000; }
.white { COLOR: #fff; }
.red { COLOR: #e10007; }
.grey { COLOR: #454545; }
.orange { COLOR: #ff7200; }
.blue { COLOR: #3a8ecf; }
.navy { COLOR: #183b7d; }

