.box_time{
	position: absolute;
	right:2px;
	top:0px;
	width:210px;
}
.box_time label{
	font-weight: 500;
	float: left;
	width: 80px;
	text-align: right;
	font-size: 14px;
	text-indent:0;

}
.now_time{
	position: relative;
	float: left;
	border: none;
	font-size: 12px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	background: none;
	color: #424242;
	text-indent: 2px;
	cursor: pointer;
}
.slider{
	width:648px;
	height:160px;
	position:relative;
	overflow:hidden;
}
.conbox{
	width:648px;
	position:relative;
	overflow:hidden;
}
.conbox img{
	width:648px;
	height:160px;
}
.slider_home{
	width:960px;
	position:absolute;
	overflow:hidden;
	left:0px;
}
.conbox_home{
	width:960px;
	height:430px;
	position:relative;
	overflow:hidden;
}
.switcher, .switcher_home{
	/* background: #999;
    border-radius: 5px; */
    bottom: 22px;
    float: right;
   /*  opacity: 0.5; */
    position: absolute;
    right: 10px;
    z-index: 99;
}
.switcher_home{
	right:450px;
}
.switcher a{
	display:inline-block;
	background:url(img/icon_cir.png) 0 0 no-repeat;
	_background:url(img/icon_cir.gif) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	height:10px;
	width:10px;
	margin:2px 5px;
	
}
.switcher_home a{
	display:inline-block;
	background:url(img/icon_cir_home.png) 0 0 no-repeat;
	_background:url(img/icon_cir_home.gif) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	height:11px;
	width:11px;
	margin:2px 5px;
}
.switcher a.cur,.switcher a:hover, .switcher_home a.cur,.switcher_home a:hover{
	background-position:top right;
}
