/*幻灯片*/
.banner_a{
	width:100%;
	min-width:1000px;
	margin:0px auto;
	height:590px;
	position:relative;
	z-index:1;
}
/*幻灯片*/
/*重要导航*/
.sidebar_bg{
	width:100%;
	min-width:1000px;
	height:99px;
	position:absolute;
	z-index:2;
	top:608px;
	left:0px;
	background:url(../images/banner_bg.png) repeat-x;
}
.sidebar_bg .sidebar{
	width:1000px;
	height:99px;
	margin:0px auto;
}
.sidebar ul{
	width:100%;
	height:99px;
}
.sidebar ul li{
	float:left;
	width:117px;
	height:99px;
	overflow:hidden;
}
.sidebar ul li.now{
	width:337px;
}
.sidebar ul li.line{
	width:1px;
	height:99px;
	background:url(../images/banner_line.png) no-repeat;
}
.sidebar ul li.now .side_j{
	background:#F7941C;
	height:98px;
}
.sidebar ul li .side_j{
	width:117px;
	height:99px;
	text-align:center;
	float:left;
	cursor:pointer;
}
.sidebar ul li .side_d{
	width:220px;
	height:98px;
	float:left;
}
.sidebar ul li .side_j img{
	width:40px;
	height:25px;
	margin-top:25px;
	vertical-align:top;
}
.sidebar ul li .side_j span{
	display:block;
	height:35px;
	line-height:35px;
	font-size:14px;
}
.sidebar ul li .side_j span a{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
/*重要导航*/