@charset "gb2312";
/**
* @name		:公共reset样式
* @author	:赛迪网陈天嘉(chentianjia@staff.ccidnet.com)
* @version	:1.0
* @type		:公共
* @explain	:网页HTML元素初始化。
* @relating	:
* @dependent	:
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}/*标签内外边距初始化为0*/
body{font:12px/1.231 arial,helvetica,clean,sans-serif,"Microsoft YaHei","SimHei";}
a{ text-decoration: none; }
a:hover{ text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ul, ol { list-style: none; }
table{border-spacing:0;}/*消除边框间距及合并单元格*/
/*小于12px 的中文很难阅读，让 small 正常化 */
/* @end **/