@charset "utf-8";
/* CSS Document */

/*=====================通用样式定义========================*/
body{margin:0;padding:0; font-family:"Microsoft YaHei"; font-size:100%;}
form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input,select{ font-size:0.75em; line-height:16px;}
table,td{padding:0; border-collapse:collapse;}
img{border:0; vertical-align:middle;}
img{ max-width: 100%;width: 100%;height:auto;-ms-interpolation-mode: bicubic;}
/* #listItems img{height: 115px;} */
ul,li{list-style-type:none;}
/* 通用浮动属性 */
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;line-height:0;height:0;font-size:0; overflow:hidden;}
/*文字对齐方式*/
.tc{text-align:center;}
/*常用方法*/
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}
.b{font-weight:bold;}
/* 默认链接颜色 */
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*清除链接虚框*/
:focus { outline: none; }/*针对Firfox*/
a,area { blr:expression(this.onFocus=this.blur()) }/*/针对IE*/
body>a>img{
  display: none;
}
