@charset "gb2312";
/* CSS Document */

/*========全局样式=========*/
html { color:#222; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, select, th, td { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6 { font-size:100% }
address, caption, cite, code, dfn, em, th, var, b, i, s { font-style:normal; font-weight:normal;}
code, kbd, pre, samp { font-family:courier new, courier, monospace; }
small { font-size:12px; }
ul, ol, dl { list-style:none; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0;margin:0px; padding:0px;}
button, input, select, textarea { font-size:100% }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { display:block; margin:0; padding:0 }
mark { background:#ff0 }
table, th, td, tr { margin:0px; padding:0px;}
/*=======*/
body { color:#333; font-family: arial, Tahoma, Verdana, simsun, sans-serif; font-family: "Microsoft YaHei"!important; font-size:12px;line-height:150%;}
a { color:#333; text-decoration:none; }
a:hover { color:#0268b7; text-decoration:underline; }
/*======hover color========*/
.b { font-weight: bold; } /* 字体加粗 */
.u { text-decoration:underline; }/* 文字加下划线 */
.fleft{ float:left;}
.fright{ float:right;}
/*======clear========*/
.clear{clear:both;height:0px; overflow:hidden;}

/*=====字体大小======*/
.font14{ font-size:14px;}
.ct14{ font-size:14px; font-weight:bold;}
.cuti{ font-weight:bold;}
.f999{ color:#999;}
.f666{ color:#333;}
.blue{ color:#089a8d;}
.orange{ color:#fc6500;}
.green{ color:#69a118;}

/*修复firefox button内文字不垂直居中*/
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { margin:0; padding:0; border:none;}
.w1000{ width:1000px; margin:0px auto;}
.w990{ width:990px; margin:0px auto;}

.cfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cfix { zoom:1; }


