/* ==全局CSS== */
*{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;} 
q:before,q:after{content:'';}
html,body{ width: 100%; height: 100%; font-size: 12px; font-family: Arial, SimSun; }
body{ background:#fff; color:#3B3B3B; }
div, td { word-wrap: break-word; word-break: break-all; }

/* ==IE hack== */
.clearline{ clear:both;}
.hackbox{ display: table; }

/* ==外部框架== */
.container{ width: 950px; margin: 0 auto; background:#fff;}
.confix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

.zt_foot{ width: 950px; float: left; padding: 20px 0; text-align: center; line-height:2; }
.zt_foot a{ color: #3B3B3B; text-decoration: none; }
.zt_foot a:hover{ color: #3B3B3B; text-decoration: underline; }
