﻿
/* CSS Document */


/*基礎類CSS*/
*{ margin:0; padding:0;  font-family:Arial,"微軟雅黑";}
ol,ul{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
a{ text-decoration:none; outline:none; border:0;}
i ,em{ font-style:normal}
img{ border:0; max-width:100%; max-height:100%;}
input{outline-style:none; text-decoration:none;}
img.zero{ width:0; height:100%; opacity:0; -moz-opacity:0; filter: alpha(opacity=0);}
.clear{ clear:both; overflow:hidden; *height:0;}
.fl{ float:left;}
.fr{ float:right;margin-top: 6px}
.textc{ text-align:center;}
.textl{ text-align:left;}
.textr{ text-align:right;}
#bg{ display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:#000; z-index:9999; -moz-opacity:0.6; opacity:.60; filter: alpha(opacity=60);}
.cen1200{ width:1200px;  min-width:1200px; margin:0 auto; position:relative;}
.bnone{ border:none !important}
.fontArr{ font-family:SimSun;}

