/* ==全局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: url(../i/bg_body.jpg) repeat-x #484C3D; color:#fff; }
div, td { word-wrap: break-word; word-break: break-all; }

/* ==IE hack== */
.clearline{ clear:both;}
.hackbox{ display: table; }

/* ==外部框架== */
.container{ width: 950px; margin: 0 auto;}
.confix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

/* ==头尾== */
.zt_head{ float: left; width: 950px; height:44px; overflow:hidden; background: url(../i/bg_head.jpg) no-repeat; color:#EBEFE6;}
.zt_head a{ color:#EBEFE6; text-decoration:none;}
.zt_head a:hover{ color:#EBEFE6; text-decoration:underline;}
.zt_head ul{ width: 730px; float: left; list-style: none; height: 44px; }
.zt_head li{ float: left; border-right: 1px solid #94998A; margin-top:14px; padding-left:7px; padding-right:7px; *padding-right:0; }
.zt_head li.first{ border:none; margin-top:4px;}
.zt_head li.end{ border: none; }
.zt_head span{ float: right; margin: 12px 10px 0 0; max-width:208px; height:32px; overflow:hidden;}

.zt_foot{ width: 950px; float: left; font-size: 12px; padding: 20px 0; text-align: center; line-height:2; color: #989E87; }
.zt_foot a{ color: #989E87; text-decoration: none; }
.zt_foot a:hover{ color: #989E87; text-decoration: underline; }
