/*全局样式*/
*{
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:12px;
	font-family: "宋体", "Arial", "Helvetica", "sans-serif";
}
img{
	border: none;
}

/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
}
#menu_out{
	width:520px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background: url(Myskin/menu_left.gif) no-repeat left top;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;



}
#menu_in{
	background: url(Myskin/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background: url(myskin/menu_bg.gif) repeat-x;
	height:73px;
}
.menu_line{
	background: url(myskin/menu_line.gif) no-repeat center top;
	width:10px;
}
.menu_line2{
	background: url(myskin/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(Myskin/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:10px 2px;
	line-height:14px;
	background: url(Myskin/menu_on_right.gif) no-repeat right top;
	font-size:12px;
	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:10px 4px;
}
/*子栏目*/
#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(Myskin/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(Myskin/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background: url(Myskin/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background: url(Myskin/menu_on_right2.gif) no-repeat right bottom;
}
    .mycode{
	width:50px;
	height:74px;
	float:left;
	margin-left: 0px;
}    
    .mycode ul{
	width:520px;
}    
    .mycode li{
	width:260px;
	float:left;
	display:block;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #ff7b00;
	border-bottom-color: #CCCCCC;
}    
#newcity{
	width:778px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px dotted #CCCCCC;

}
#jinjixing{
	width:220px;
	height: 180px;
	left: 0px;
	float: left;
	padding-left: 10px;
}
#jinjixing li{
	list-style-type: none;
	float: left;
	width: 70px;
	height: 60px;	
	border: 1px dotted #FFFFFF;
	text-align: center;
	text-indent: 9px;
}
#newcity #jinjixing ul {
	margin: 0px;
	padding: 0px;
} 

