@charset "utf-8";
/* CSS Document */

/********************************************************************************************/
/* 元素初始化 */
html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6, img, form, input, select, label, table, tr, th, td, hr, article, aside, dialog, footer, header, section, nav, figure, menu { border: none; margin: 0; padding: 0; }
html { /* width: 100%;  */min-width: 1200px;}
/*div, h1, h2, h3, h4, h5, h6, form, input, select, label, table, tr, th, td, hr, article, aside, dialog, section, nav, figure, menu { overflow: hidden; }*/
article, aside, dialog, footer, header, section, nav, figure, menu { display: block }
body { display: block; position: relative; background-color: #FFF; color: #333; -webkit-font-smoothing: antialiased; }
ol,ul { list-style: none; }
thead { display: table-header-group; vertical-align: middle; border-color: inherit; }
tbody { display: table-row-group; vertical-align: middle; border-color: inherit; }
tr { display: table-row; vertical-align: inherit; border-color: inherit; }
th { font-weight: bold; display: table-cell; vertical-align: inherit; }
a:focus { outline: none; }
#f12{ font-size:12px;}
#f14{ font-size:14px;}
#f18{ font-size:18px;}
#f24{ font-size:24px;}
#f36{ font-size:36px;}
.fl{ float:left;}
.fr{ float:right;}
/* 元素初始化 */
/********************************************************************************************/