@charset "utf-8";
/* CSS Document */
a { hide-focus: expression( this.hideFocus=true );outline: none; }
a{ color:#000;}
a:hover{ color:#044f7f; text-decoration:none;}

body{
scrollbar-face-color: #000; /*表层颜色*/
scrollbar-shadow-color: #fff;  /*右、下内边框颜色*/
scrollbar-highlight-color:#fff;   /*左、上内边框颜色*/  
scrollbar-3dlight-color: #000;  /*左、上外边框颜色*/    
scrollbar-darkshadow-color: #000; /*右、下外边框颜色*/  
scrollbar-track-color:#000;  /*滚动背景颜色*/ 
scrollbar-arrow-color:#000; /*箭头颜色*/
background:url(../images/bg.jpg) repeat-x scroll left top #fff;
color:#000;
}
#main { width:963px; margin:0px auto;}

#header{ height:438px; width:963px; background:url(../images/logo.jpg) no-repeat scroll left top;}
.top{ width:963px; height:93px;}
.search{ float:right; margin-top:46px; color:#fff;}
.search .txt{ width:169px; height:13px; background:url(../images/search-txt.jpg) no-repeat scroll left top; border:none; text-indent:24px; vertical-align:middle; margin-right:8px; color:#000; padding:6px 0px;}
.search .btn{ width:29px; height:24px; background:url(../images/search-btn.jpg) no-repeat scroll left top; border:none; cursor:pointer; vertical-align:middle; margin-right:10px;}
.search a{ line-height:25px; color:#fff; margin:0px 8px;}

.banner{ width:963px; height:300px;}

#container{ line-height:24px; margin-top:5px; border-bottom:4px solid #979797; background:url(../images/container.jpg) repeat-y scroll left top; float:left;}

#footer{ clear:both; width:963px; height:115px; color:#0c0101; background:url(../images/footer.jpg) no-repeat scroll left top;}
#footer .footNav{ color:#0c0101; padding-left:14px; padding-top:20px; line-height:24px;}
.footNav a{ margin:0px 15px;}
.footNav a:hover{ color:#fe0202;}
#footer .copyright{ padding-left:30px; width:933px; line-height:24px;}
