
#head {width:970px;margin:0 auto;padding:2px 0 10px 0; height: 70px;}
    #logo {float: left;}
    .menu {float: right; word-spacing: 4px;text-align:center;}
    .menu li{float:left;padding-left:25px;}
/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:966px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(../images/menu_bg.gif) repeat-x;
	height:73px;
}
.menu_line{
	background:url(../images/menu_line.gif) no-repeat center top;
	width:8px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(../images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:14px;
	background:url(../images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:22px;
	margin-top:8px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}

.search {width: 968px; height: 40px; margin: 0 auto; background:url(/images/ssbg.gif); border:1px solid #f5f5f5;position: relative; margin-bottom: 5px;margin-top: 5px;}
    .search_left { margin: 3px 0 0 20px; display: inline; position: absolute; left: 0px;}
        .search_bar {float: left;}
            .search_border {border: 1px solid #bbc8d1; float: left; margin: 1px 5px 0 0; _margin-right: 3px; position: relative}
                .search_line {border-right: 1px solid #c9d6df; height: 20px; width: 1px; overflow: hidden; position: absolute; top: 3px; left: 80px}
                    .select_span {border: 1px solid #fff; position: absolute; top: 4px; z-index: 1; overflow: hidden;}
                        .select_style {margin:-2px; width: 80px; background: transparent;}
                    .select_input {border: 0; margin-left: 82px;width:300px;padding: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666;}
            .select {font-size: 15px}
            .btn1 {background: url(/images/search_btn.gif); border: 0; width: 75px; height: 29px;}
        .search_left p {float: left; margin-left: 5px; margin-top: 2px;}
            .search_left a {color: #999; text-decoration: none;}
            .search_left a:hover {text-decoration: underline;}
    .Weather_nav {float: right; height: 20px; margin: 2px 10px 0 0; padding: 7px 10px 0;  position: relative;}
