/* CSS Document */

/*-----------------------------全局CSS文件初始化設置---------------------------------*/

body{ font:12px "微软雅黑";margin:0 auto; line-height:20px;}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,label,select,option,textarea,button,p,span{ 

margin:0;padding:0;}

img{ border:0; vertical-align:top; font-size:0; line-height:0; overflow:hidden;}

ul,li,ol,ul { list-style:none;}

h1,h2,h3,h4,h5,h6 { font-size:12px "宋体"; font-weight:normal;}

a{ text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:active{}/*這四個鏈接文字的設置順序不可以顛倒*/

.dis{ display:none} /*隐藏*/
.left{ float:left} /*左浮动*/
.right{ float:right} /*右浮动*/
.clear{ clear:both; line-height:0; overflow:hidden} /*清除浮动*/
.red{color:#cd0000;} /*红色文字,可多在測試某個內容正確與否時使用*/

input, label, select, option, textarea, button{ font:12px "宋体" Arial,Tahoma;}



