@charset "utf-8";
/* CSS Document */


/*----------------------------------------CSS初始化-----------------------------------------------*/
/* 全局公共样式的设定 */
body{font:"宋体" Tahoma,Verdana,Arial; color:#efefef; font-size:12px; background:#111;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p{margin:0;padding:0;}

/*div{overflow:hidden;}*/

img{ border:0; vertical-align:top;}/*border:none;font-size:0*/
ul,li,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}

/* 默认全局样式超链接样式 */
a:link{color:#ababab; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#ababab;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color:#fff;text-decoration:underline;}/* 链接移上时的样式 */
a:active {color:#fff;text-decoration:underline;}/* 链接点击时的样式 */


/* 其它常用样式的定义 */
.clear{clear:both; font-size:0; height:0; width:0;} 
 

/*----------------------------------------全页面共用样式-----------------------------------------------*/
#wrap{ width:1000px; margin:0 auto; background:#222;}
 #top h1{ width:1000px; background:url(../images/index_01.jpg) repeat-x; height:108px; text-align:center;}

#nav{ width:1000px;}
 #nav_left{ float:left; width:13px; height:50px;}
 #nav_content{ width:461px; float:left; height:50px; background:url(../images/index_05.jpg) repeat-x; padding-left:520px;}
  #nav_content ul li{ float:left; height:33px; line-height:34px; background:url(../images/nav_14.jpg) no-repeat right 2px;}
  #nav_content ul li a{ line-height:34px; display:block; float:left; height:50px; color:#ababab;  padding:0 20px; font-weight:bold;}
  #nav_content ul li a:hover{ background:url(../images/nav_17.jpg) no-repeat center bottom; color:#fff; text-decoration:none}
  
 #nav_right{ float:left;}