@charset "utf-8";
/* CSS Document */
a { hide-focus: expression( this.hideFocus=true );outline: none; }
a{ color:#494949;}
a:hover{ color:#690000; 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; /*箭头颜色*/
color:#494949; background:#F3F3F3;
}
#main { width:1004px; margin:0px auto; background:#fff;}

#header{ width:1004px; background:url(../images/headerbg.jpg) repeat-x scroll left top;}
.top{ width:1004px; height:99px; margin-bottom:3px; overflow:hidden;}
.logo{ height:99px; float:left;}
.top-r{ width:270px; height:64px; float:right; text-align:right; padding-top:35px; color:#fff;}
.lan{ margin-bottom:20px;}
.lan a{ color:#fff; margin:0px 10px;}
.lan a:hover{ color:#fff; text-decoration:none;}
.search{ padding-right:10px; width:270px;}
.search .txt{ width:145px; height:12px; overflow:hidden;color:#fff; padding:2px 0px; background:#4A4A4A; vertical-align:middle; margin-right:10px; border:none;}
.search .btn{ width:72px; height:15px; background:url(../images/btn.jpg) no-repeat scroll left top; vertical-align:middle; border:none; cursor:pointer;}

.nav{ width:1004px; height:39px; line-height:39px; color:#fff; margin-bottom:7px;}
.nav ul li{ float:left; width:111px; height:39px; background:url(../images/li1.jpg) no-repeat scroll left top; text-align:center; margin:0px 5px;}
.nav ul li a{ color:#fff; font-size:14px; font-weight:bold; width:111px; height:39px; display:block;}
.nav ul li a:hover{ background:url(../images/li2.jpg) no-repeat scroll left top; text-decoration:none;}

.flash{ width:1004px; height:250px; }

#container{ width:1004px; padding-left:9px; width:995px; padding-top:5px; padding-bottom:10px;}

#footer{ clear:both; width:1004px; height:103px; background:url(../images/footer.jpg) no-repeat scroll left top;}
.foot-nav{ width:1004px; height:50px; line-height:50px; text-align:center; color:#fff;}
.foot-nav a{ color:#fff; margin:0px 18px;}
.foot-txt{ text-align:center; color:#3A3A3A; line-height:25px;}
