﻿@charset "utf-8";
/* CSS Document */

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button,table, th, td {
	padding: 0;
	margin: 0;
}
html {overflow:-moz-scrollbars-vertical;  } /*始终让 Firefox 显示滚动条*/
body{font-family:Arial, 宋体, Helvetica, sans-serif;font-size:12px;text-align:center; background:url(//img.bidcenter.com.cn/www/images/bj_top_error.gif) repeat-x;}
*{ text-align:left;} IE5居中显示
body,html{ height:100%}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{list-style:none}
fieldset{border:0}
img{vertical-align:middle;border:0 none;}
table{border-collapse:collapse;border-spacing:0}
input,select,button,label{vertical-align:middle;font-size:12px}
label{_vertical-align:bottom;}
button{cursor:pointer}
a,area{blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;outline:none;color:#747474;}
a:hover{text-decoration:underline;color:#ff7f00;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
*html .clearfix{height:1%}
*+html .clearfix{height:1%;clear:both}

.fl{ float:left;}
.fr{ float:right;}
i, em, cite { font-style: normal; }
a:link, a:visited { font-weight: normal; text-decoration: none;} 
a:active, a:hover { color:#c00;  text-decoration: underline;}
{word-wrap:break-word;}/*文字强制换行*/
.clear{ clear:both; font-size:0; line-height:0;} /*清除浮动*/
