#zSlider {
	margin:0px auto;
	width:1200px;
	overflow:hidden;
	margin-top:45px;
}
#picshow {
	position:relative;
}
#picshow, #picshow_img {
	width:840px;
	height:570px;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:840px;
	height:570px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:840px;
	height:570px;
}
#picshow_tx {
	left:0px;
	width:840px;
	bottom:0px;
	position:absolute;
	height:90px;
	overflow:hidden;
}
#picshow_tx li {
	background:url(../images/picshow_bg.png) repeat;
	padding:10px 30px;
	height:70px;
	color:#fff;
	display:none;
}
#picshow_tx li a {
	color:#fff;
}
#picshow_tx li a:hover {
	text-decoration:underline;	
}
#picshow_tx li h3 {
	margin:13px 0;
}
#picshow_tx li p {
	color:#ccc;
	line-height:16px;
	height:16px;
	overflow:hidden;
}
#select_btn {
	width:360px;
	height:570px;
	color:#111;
	float:right;
	display:inline;
	background-color:#fff;
}
#select_btn li {
	padding: 18px 30px 0 30px;
    width: 300px;
    height: 124px;
	*height: 120px;
    border-top: 1px solid #dddddd;
    cursor: pointer;
    transition: all .7s ease 0s;
	position:relative;
}
#select_btn li .xz{
	position:absolute;
	left:-16px;
	top:45px;
	}
#select_btn li .xz img{
	width:16px;
	height:34px;
	border:none;
	}	
#select_btn li:hover {
    background-color: #4386c8;
}
#select_btn li:hover .select_text{
	color:#fff;
	}
#select_btn li:hover .select_date{
	color:#fff;
	}
#select_btn li a:hover {
    color: aliceblue
}
#select_btn li.current {
    background-color: #4386c8;
}
#select_btn li.current a{
    color: aliceblue
}
#select_btn li.current:hover {
    background-color: #4386c8;
}
#select_btn a {
	color:#4577ac;
}
#select_btn img {
	padding:2px;
	border:1px solid #ccc;
	width:70px;
	height:49px;
	margin-right:10px;
	float:left;
}
#select_btn .select_text {
	height:45px;
	line-height:45px;
	color:#4577ac;
	font-size:20px;
	font-weight:bold;
	overflow:hidden;
	display:block;
}
#select_btn .current .select_text {
	color:#fff;
	}
#select_btn .select_text:hover {
	text-decoration:underline;
}
#select_btn .select_date {
	color:#9a9a9a;
	height:54px;
	line-height:27px;
	overflow:hidden;
	display:block;
}
#select_btn .current .select_date {
	color:#fff;
	}
#foot_bm a, #foot_bm, p, p a {
	/*
	color:#666;
	*/
}