﻿@charset "utf-8";
/* 格式重置样式，用于清除html标签中默认的设置，以便于兼容各种浏览器，请谨慎修改，这会影响全局样式。 */

/*重置样式*/
html{color:#000;background:#FFF;color:#666;}
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}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
li{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
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-size:inherit;font-weight:inherit}
legend{color:#000}
ins{text-decoration:none}
legend{color:#000}
/*字体设置*/
body{font-size:12px;font-family:Verdana,Helvetica,SimSun,Arial,"Arial Unicode MS",MingLiu,PMingLiu,"MS Gothic",sans-serief;} 
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
h1{font-size:138.5%}
h2{font-size:123.1%}
h3{font-size:108%}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold}
abbr,acronym{border-bottom:1px dotted #000;cursor:help}
em{font-style:italic}
blockquote{margin:1em}
ul,ol,dl{margin:0}
li,dd{list-style:none;margin:0}
.tabWithBorder{width:100%}
.tabWithBorder th,.tabWithBorder td{border:1px solid orange}
th{font-weight:bold;text-align:center}
caption{margin-bottom:.5em;text-align:center}
fieldset,pre{margin-bottom:1em}
/*常用样式设置，

包括清除浮动，显示隐藏，居左居右居中，文本替换的隐藏，加粗，左右浮动并清除双倍边距，相对绝对定位，手形标志，红色，字体加大，字体变小*/
.clear{clear:both}
.hide{display:none}
.txtR{text-align:right}
.txtL{text-align:left}
.txtC{text-align:center}
.txtH{text-indent:-999em}
.bold{font-weight:bold}
.fL{float:left;display:inline}
.fR{float:right;display:inline}
.poA{position:absolute}
.poR{position:relative}
.mouseP{cursor:pointer}
.mouseD{cursor:default}
.red{color:red;}
.big{font-size:14px;}
.small{font-size:12px;}
a:link,a:visited{text-decoration:none; color:#008DBB;}
a:hover{text-decoration:none; color:#FF9933;}

