.downcontainer2 {
	height: 900px;
	background: url(../files/bg_03.jpg) no-repeat center;
}

/*照片展示*/
#ZhiYe {
	height: 628px;
	position: relative;
	min-width: 898px;
	margin: 0 auto;
	padding-top: 220px;
	z-index: 100;
	margin-left: 10px;
}

#ZhiYe .center {
	position: relative;
	width: 964px;
}

#ZhiYe h4 {
	width: 698px;
	height: 72px;
	text-indent: -99em;
	overflow: hidden;
	margin: 0px auto 82px auto;
	display: block;
}

#ZhiYe .photoshow_select {
	text-align: center;
	margin-top: 45px;
}

#ZhiYe .photoshow_select a {
	margin: 0 2px;
	width: 20px;
	height: 20px;
	text-indent: 0px;
	cursor: pointer;
	display: inline-block;
}

#ZhiYe .photoshow_select a.change {
	background-position: right top;
}

.photoshow {
	width: 780px;
	height: 628px;
	margin: 0 auto;
}

.photoshow li {
	width: 523px;
	height: 571px;
	text-align: center;
	background-color: #ccc;
	cursor: pointer;
}

.photoshow li img {
	max-width: 100%;
}

.photoshow li.roundabout-in-focus {
	cursor: default;
}

.photoshow li span {
	padding-top: 6em;
	display: block;
}

.move_rights,
.move_lefts {
	float: left;
	width: 43px;
	height: 525px;
	position: absolute;
	top: 0px;
	z-index: 1500;
}

.move_lefts span,
.move_rights span {
	width: 82px;
	height: 82px;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	background-repeat: no-repeat;
}

.move_lefts {
	left: -290px;
}

.move_lefts span {
	background-position: left top;
}

.move_lefts:hover span {
	background-position: left bottom;
}

.move_rights {
	right: -220px;
}

.move_rights span {
	background-position: right top;
}

.move_rights:hover span {
	background-position: right bottom;
	
}
