@charset utf-8;

body {text-align:left;margin:auto; font-family:"宋体"; font-size:12px; color:#797979;}

img {-ms-interpolation-mode:bicubic;}/*用于在做实时缩放图片、缩略图 IE7*/

label,button {cursor:pointer;_cursor:hand;}

button {overflow:visible;}

abbr[title],acronym[title] {border-bottom:1px dotted;cursor:help;}

input[type=hidden] {display:none!important;}

a {color:#797979;text-decoration:none;}

a:hover {text-decoration:underline;}

html {color:#797979;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}

table {border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:400;}

li {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}

q: before,q: after {content:'';} /*允许创作人员在元素内容的最前面、后面插入生成内容*/

abbr,acronym {border:0;font-variant:normal;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select {font-family:inherit;font-weight:inherit;font-size:100%;}

legend {color:#000;}

select,input,button,textarea {font:100% arial,helvetica,clean,sans-serif;}

pre,code,kbd,samp,tt {font-family:monospace;line-height:100%;}

/*.fix清除浮动*/
.fix {zoom:1;} /*单独使用zoom:是实现IE的放大缩小功能，zoom是微软IE专有属性，可以触发hasLayout但不会影响页面的显示效果。*/

.fix:after {content:"";visibility:hidden;display:block;height:0;clear:both;}

/*浮动*/

.f_l{ float:left;}

.f_r{ float:right;}

.f_n{ float:none;}

/*fonts*/
.fs_10 {font-size:10px;}

.fs_12 {font-size:12px;}

.fs_14 {font-size:14px;}

.fs_16 {font-size:16px;}
 
.fw_n {font-weight:normal;}

.fw_b {font-weight:bold;}

.fw_h {font-weight:lighter;}/*细体*/