@charset "utf-8";
/* CSS Document */
/*公共样式*/
* { padding: 0; margin: 0;}
body { font: 12px arial,"宋体",\5b8b\4f53,sans-serif;}
ul,ol { list-style: none;}
a { text-decoration: none;}
a:hover{transition: width .2s }
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */ 　 
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */ 　 
a:focus { -moz-outline-style: none; } /* IE不支持 */ 
img { border: none;}
b,i,em { font-style: normal;font-weight: normal;}
input,button,select,img{margin:0;line-height:normal}
select{padding:1px}
select,input,button,button img,label{vertical-align:middle}

input { outline: none;}

.fl { float: left;}
.fr { float: right;}
.cle{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{content:".";font-size:0;line-height:0;display:block;overflow:hidden;visibility:hidden;width:0;height:0;clear:both;}
.w { width: 1000px; margin: 0 auto; position: relative;}

