@charset "gb2312";


/* 清除边距 */
body,h1,h2,h3,h4,h5,h6,p,blockquote, /* structural elements 结构元素 */
dl,dt,dd,ul,ol,li, /* list elements 列表元素 */
form,fieldset,legend,button,input,textarea, /* form elements 表单元素 */
th,td /* table elements 表格元素 */ {margin:0;padding:0;}

/* 字体设置 */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,input,textarea,th,td,button,input,select/* for ie */{font:14px/1.5 微软雅黑, 宋体, Arial, Helvetica, sans-serif; color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* 重置表单元素 */
fieldset,img{border:0;} /* img 搭车：让链接里的 img 无边框 */
button,input,select,textarea {font-size:100%;} /* 使得表单元素在 ie 下能继承字体大小 */


/* 重置列表元素 */
ul,ol{list-style:none outside none;}


/* 重置链接元素 */
a{text-decoration:none;cursor:pointer;}


/* 浮动 */
.fl{float:left;}
.fr{float:right;}


/* 清除浮动 */
.clear{clear:both;}
.oh{ overflow:hidden;}


/* 清除边框，清除边距 */
.marginauto{ margin:0 auto;}
.noborder{border:none;}


/* 页结构 */
.wrap { min-width:960px; _width:expression((documentElement.clientWidth < 960) ? "960px" : "auto" );
}








