﻿@charset "utf-8";
/* CSS Document */
/*****************
Time:2012年1月4日14:17:15
Name:赵跃飞
PS:共用模块
*********************************/

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }

img { border: 0 none; vertical-align: top; }

ul, li { list-style-type: none; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; }

body, input, select, button, textarea { font-size: 12px; font-family: Tahoma, Geneva, sans-serif; }

button { cursor: pointer; }

i, em, cite { font-style: normal; }

body { background: #fff; color: #363636; line-height: 1.8; }
.s_header, .s_main, .S_footer{ width:100%;}
.header, .main, .footer{ width:980px; margin:0 auto;}

a, a:link { color: #222; text-decoration: none; }

a:visited {  }

a:active, a:hover { text-decoration: underline; }

a:focus { outline: none; }
.fl{ float:left;}
.fr{ float:right;}
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.fixed { display: block; min-height: 1%; }
.clear{ clear:both;}
/*****************共用结构模块*********************************/

