@charset "utf-8";
/* CSS Document */
/*公用样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,fieldset{ margin:0;padding:0;}
body {font: 12px/1.5 "宋体";color: #fff;min-width:1000px;-webkit-text-size-adjust:none; color:#666;}
a{cursor: pointer;color:#666;text-decoration: none;outline: 0 none; }
input{color: #979797;outline: none;}
button{cursor: pointer;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img{border: 0; vertical-align:top;}
ol,ul {list-style: none;}
em {font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }/* 缩写*/
b, strong { font-weight: bold; }
dfn { font-style: italic; }/* 定义字段*/
hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; }
mark { color: #000; background: #ff0; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }/*samp - 定义范例计算机代码,kbd - 定义键盘文本,pre - 格式化文本*/
pre { white-space: pre-wrap; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }/*兼容IE6*/
fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid #c0c0c0; }
legend { padding: 0; border: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; vertical-align: top; }
/*通用样式*/
.fl{float:left}
.fr{float:right}
.clear{ clear:both}
.wh{width:1000px; margin:0 auto;}
.textleft{ text-align:left}
.textcenter{ text-align:center}
.textright{ text-align:right}
.blod{ font-weight:bold}

