@charset "utf-8";
/* CSS Document */

#header,#content,#footer{
	width:960px;
	margin:0 auto;
}
#header{
	padding:5px 0;
	border-bottom:1px solid #ccc;
	height:50px;
}
.logo{
	float:left;
}
.logo a:hover{
}
.nav{
	float:right;
}
.nav ul{
	margin:0;
	padding:0;
}
.nav li{
	display:block;
	float:left;
	list-style-type:none;
	background:#f00;
	text-align:center;
	font-size:12px;
	margin:1px;
}
.nav li a{
	color:#fff;
	display:block;
	width:100%;
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:68px;
	vertical-align:middle;
	margin:1px;
	border:1px solid #f00;
}
.nav li a:hover{
	background: #C00;
}
.nav_fuction {
	background:#EFEFEF;
	height:25px;
	width:100%;
}
.fuction{
	}
.fuction a{
	float:left;
	font-size:13px;
	color:#666;
	display:block;
	width:auto;
	text-align:center;
	padding:5px 0;
	margin:0 5px;
}
.fuction a:hover{
	text-decoration:underline;
	color:#F30;
}


/*新头部样式*/
#head{
	width:960px;
	margin:0 auto;
	background: url(../../images/bg_header.gif) no-repeat left top;
	height:91px;
	padding-top:27px;
}
#head .left{
	width:160px;
	float:left;
	margin:17px 5px 0 17px;
	display:inline;
}
#head .right{
	float:left;
	width:770px;
}
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:none;
      font-size:93%;
      line-height:normal;
      }
    #tabsI ul {
	  margin:0;
	  padding:5px 10px 0 0px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
	  cursor:pointer;
      }
    #tabsI .current a {
      float:left;
      background: url(../../images/tableftI.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI .current a span {
      float:left;
      display:block;
      background:url(../../images/tabrightI.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
	  #tabsI  a {
      float:left;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI  a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#996600;
	  font-size:14px;
	  font-weight:bold;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
/*----------导航二级样式---------------*/
.menulist{
	background-color:#F48d29;
	height:25px;
}
.menulist li{
	float:left;
	list-style-type:none;
	margin:0 4px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	display:inline;
}
.menulist li a{
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.menulist li a:hover{
	text-decoration:underline;
}

/*--------搜索样式----------------*/
.SearchBox .search{
	height:25px;
	line-height:25px;
	width:300px;
	margin-top:6px;
	color:#666;
	float:left;
}
.SearchBox .search .textarea{
	width:220px;
	float:left;
	margin-top:1px;
}
.SearchBox .SearchButton{
	background:url(../../images/bg_all.gif) -50px -100px;
	width:70px;
	height:22px;
	border:none;
	float:right;
}
.SearchBox  .hotsearch{
	width:465px;
	height:24px;
	line-height:24px;
	background-color:  #FC0;
	margin-left:5px;
	float:left;
	margin-top:5px;
}
.SearchBox  .hotsearch span{
	padding-left:5px;
	color:#000;
}
.SearchBox  .hotsearch a{
	color:#960;
	text-decoration:none;
}
.SearchBox  .hotsearch a:hover{
	text-decoration:underline;
}

