

#zSlider {
	margin: 0px auto;
	width: 1180px;
	overflow: hidden;
}

#picshow {
	position: relative;
	width: 1180px;
	height: 260px;
	overflow: hidden;
	float: left;
}

#picshow_img {
	width: 640px;
	height: 260px;
	overflow: hidden;
	float: left;
}

#picshow_img li {
	width: 640px;
	height: 260px;
	overflow: hidden;
	float: left;
	display: none;
}

#picshow_img img {
	width: 640px;
	height: 260px;
}

#picshow_tx {
	width: 530px;
	height: 260px;
	float: right;
}

#picshow_tx li {
	padding: 0 0 0 30px;
	height: 70px;
	display: none;
	list-style: none;
}

#picshow_tx li a {
	color: #000;
	font-size: 22px;
	text-decoration: none
}

#picshow_tx li a:hover {
	text-decoration: underline;
	color: #3f70c2;
}

#picshow_tx li h3 {
	margin: 20px 0 30px;
}

#picshow_tx li p  {
    color: #333;
    line-height: 28px;
    overflow: hidden;
    font-size: 20px;
}

#select_btn {
	width: 1180px;
	color: #111;
	float: right;
	display: inline;
}

#select_btn ul {
	width: 640px;
	text-align: center;
	margin: 0 auto;
}

#select_btn li {
	width: 15px;
	height: 3px;
	border-radius: 15px;
	background-color: #999;
	cursor: pointer;
	transition: all .7s ease 0s;
	float: left;
	margin: 10px 5px;
	list-style: none;
}

#select_btn li:hover {
	background-color: #3f70c2;
	border-radius: 15px;
}

#select_btn li.current {
	background-color: #3f70c2;
}

#select_btn a {
	color: #000;
}

#select_btn img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 70px;
	height: 49px;
	margin-right: 10px;
	float: left;
}

#select_btn .select_text {
	height: 20px;
	font: bold 13px/16px 'Microsoft YaHei';
	overflow: hidden;
	display: block;
}

#select_btn .select_text:hover {
	text-decoration: underline;
}

#select_btn .select_date {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	display: block;
}
