/*---------------------菜单样式----------------------------------*/
.menu{ width:1002px; height:72px;}
#menu{
    width:1002px;
    height:45px;
	line-height:45px;
	background:url(../images/dh_bj.png) top;
	float:left;
	font-size:14px;
	font-weight:bold
}
#menu ul{
	 width:100%;
	 margin:auto;
	 padding:0px;
	list-style-type:none; 
	margin-top:0px; 
	margin-bottom:0px;
}
.m_li{
	 width:12.5%;
	 margin:0 auto;
	 padding:0;
	 text-align:center;/*
	 background:url(../images/dh_line.png) no-repeat right;*/
	 float:left;
}
.m_li a{
	display:block;
	color:#353535;
}

.m_li_a{
	 width:12.5%;
	 margin:auto;
	 padding:0px;
	 text-align:center;
	 font-weight:bold;
	 position:relative;
	 float:left;
	 background:url(../images/dh_line.png) no-repeat top;
}
.m_li_a a:hover {
	color: #ffd000;
	text-decoration: none;
}
.m_li_a a:active{
	color: #ffd000;
	text-decoration: none;
}
.m_li_a a{
	display:block;
	color:#fff; 
}
.smenu{
	height:30px;
	float:left;
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	background:url(../images/dhxbj.gif);
}                                                                                                                                                                                                                                                 
.s_li{
	 width:auto;
	 height:27px;
	 margin:0 auto;
	 padding:0;
	 line-height:27px;
	 display:none;
	 color:#000000;
	 float:left;
}
.s_li_a{
	width:100%;
	height:27px;
	margin:auto;
	padding:0px;
	line-height:27px;
	display:block; 
}
.s_li a{
	color:#000;
}
.s_li a:hover {
	color: #2975c2;
	text-decoration: none;
}
.s_li a:active{
	color: #000;
	text-decoration: none;
}

.citys{ padding:10px 0px;}
.citys a{ font-size:14px; margin:0px 8px 0px 0px; color:#039;}
.citys a:visited{ font-size:14px; margin:0px 8px 0px 0px; color:#039;}

.citys a.cur{ font-size:14px; margin:0px 8px 0px 0px; color:#039; font-weight:bold; color:#F00;}
.citys a.cur:visited{ font-size:14px; margin:0px 8px 0px 0px; color:#039; font-weight:bold; color:#F00;}

.s_select{ padding:5px; border:1px solid #e0e0e0; color:#444; cursor:pointer;}
.s_input{ border:1px solid #e0e0e0; height:28px; line-height:28px; padding-left:5px; width:80%;  color:#444;}
