/* CSS Document */
* { margin: 0; padding: 0; outline: none; }
img { border: none; vertical-align: top; }
ul, li { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; }
.bc { margin-left: auto; margin-right: auto; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
/**/
a { color: #808080; text-decoration: none; cursor: pointer; blr:expression(this.onFocus=this.blur());
outline: none; }
a:hover { color: #b29652; }
a:focus { outline: none; }
body { font: 12px/22px "宋体"; background: #fff; color: #808080; }
.f_wr { font-family: "Microsoft YaHei", 微软雅黑; }
.w100 { width: 100%; }
.content_w { width: 1000px; }
.tr { text-align: right; }
.tc { text-align: center; }
.mt20 { margin-top: 20px; }
.mt15 { margin-top: 15px; }
.mt10 { margin-top: 10px; }
::selection { background: #b29652; color: #fff }
::-moz-selection {
background:#b29652;
color:#fff
}
