@charset "utf-8";
/*清除文档类型声明中的默认属性*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img,input{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul ,li{list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}
a{text-decoration:none;} 
a:hover{text-decoration:none;} 
/*字体定义*/
body {font-family:SimSun,Verdana, Geneva, sans-serif;}
table {font-size:inherit;font:100%;} 


/*重新定义*/
h1 {font-size:14px;}
h2 {font-size:14px;font-weight:normal;}
h3 {font-size:12px;}
h4 {font-size:12px;font-weight:normal;}

strong {font-weight:bold;}


/*通用定义*/
.fwr{ font-family:"Microsoft YaHei"}
.fl{ float:left}
.fr{ float:right}
.cb {clear:both;} 
.w220{ width:220px}
.lh26{ line-height:26px;}
.ml15{ margin-left:15px}
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
*+html .clearfix {min-height: 1%;}
.fb {font-weight:bold;}
.f12   {font-size:12px;} 
.f14   {font-size:14px;} 
.f16   {font-size:16px;} 
.tc{ text-align:center}
.tr{ text-align:right}

/*颜色预定义 可以随时增加*/
.black {color:#000;}
.white {color:#fff;}
.red {color:#e10007;}
.grey {color:#454545;}
.orange {color:#ff7200;}
.blue {color:#0268b3;}
.mt5{ margin-top:5px;}
.pb50{ padding-bottom:50px}
/*宽度*/
.w1100{ width:1100px; margin:0 auto}

