@charset "utf-8";
/* CSS Document */
/*全局*/
body {background-color:#FFFFFF;}
body,div,ul,li,input{
	margin:0px;
	padding:0px;
	font-size:12px;
}
img {
	border:none;
}

/*顶部菜单*/

#topmenu {
	width:100%;
	height:27px;
	color:#666;
	background: url(../common/topmenu01.gif) repeat-x top;
}
#topmenu a{
   color:#666;
   text-decoration:none;
}

#topmenu a:hover{
   color:#666;
   text-decoration:underline;
}


#topmenu_main {
	width:980px;
	margin:0px auto;
}
#topmenu_left {
	width:805px;
	float:left;
	display:inline;
}
*html #topmenu_left img{/*IE6*/
    margin-top:5px;
}
#topmenu_left li{
	height:27px;
	float:left;
	line-height:27px;
	display:inline;
	margin-right:5px;
	list-style-type: none;
}
.topmenu_other{ margin-right:35px!important;}
#topmenu_right {
	width:175px;
	float:left;
	display:inline;
}
#topmenu_right li{
	float:left;
	margin-left:15px;
	line-height:27px;
	display:inline;
}

#topmenu_right img{
    margin-top:2px;
}

/*头部*/
#header{
    width:980px;
    height:75px;
    margin:0px auto;
	margin-top:10px;
	color:#666;
	list-style-type: none;
}

#header a{
   text-decoration:none;
}
#header  a:hover{
   color:#666;
   text-decoration:underline;
}


#logo{
    width:240px;
	height:64px;
	display:inline;
	position:absolute;
	z-index:1;
}
#topad{
    width:650px;
	height:60px;
	margin:2px 0px 0px 330px;
	display:inline;
	position:absolute;
	z-index:100;
}
#topad img{
    width:650px;
	height:60px;
}
#cityselect{
    width:90px;
	height:20px;
	z-index:2;
	position:absolute;
	margin:5px 0px 0px 177px ;
	font-weight:bold;
	font-size:14px;
}
/*导航*/
#nav {
	width:980px;
	height: 43px;
	background-image: url(../common/nav01.gif);
	background-repeat: repeat-x;
	margin:0px auto;
}
#nav_left {
	width:815px;
	height: 43px;
	background: url(../common/nav02.gif) no-repeat left top;
	float:left;
}
#nav_left a{
	color:#fff;
	text-decoration:none;
}
#nav_left a:hover{
   color:#ffff00;
   text-decoration:underline;
}

#nav_left li{
	background: url(../common/nav03.gif)  no-repeat  left top;
	width:95px;
	height: 43px;
	line-height:43px;
	font-size:14px;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style-type: none;
}
a.navc_c:link,a.navc_c:visited,a.navc_c:hover{
	color: #e43667!important;
	background: url(../common/nav05.gif) no-repeat;
	height:14px;
	padding:4px 18px 9px 18px;
}
.nav_left_firstli{
	background-image: url()!important;
}
#nav_right {
	width:165px;
	height: 43px;
	background: url(../common/nav04.gif) no-repeat right top;
	float:left;
}
/*尾部*/
#footer {
	width:980px;
	margin:10px auto 2px auto;
}
#footer_top {
	text-align:center;
	color:#000;
	line-height:25px;
}
#footer_nav {
	line-height:25px;
	text-align:center;
}
#footer_nav a{
	color:#000;
	text-decoration:none;
}
#footer_nav span{
	margin:0px 6px;
	color:#000;
}
#footer_bottom {
	text-align:center;
	color:#000;
	margin-top:10px;
}
#footer_bottom img{
    padding:5px;
}