.scenery_title {
	width:1160px;
	overflow:hidden;
	height:40px;
	border-bottom:1px solid #cca756;
}
.scenery_title h3 {
	width:1160px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
}
.scenery_title i {
	font-style:normal;
}
.scenery_title img {
	padding-right:10px;
}
.scenery_color {
	color:#cca756;
}
.scenery_color a:link {
	color: #cca756;
	text-decoration:none;
}
.scenery_color a:visited {
	color:#cca756;
	text-decoration:none;
}
.scenery_color a:hover {
	color: #cca756;
	text-decoration:none;
}
.scenery_color a:active {
	color: #cca756;
}
.details_con {
	width:1160px;
	overflow:hidden;
	padding:20px 0px 0px 0px;
}
.scenerybox {
	padding: 10px;
	border: 1px solid #CCC;
	margin: 0px auto;
	width: 1000px;
	background: #FFF;
	box-shadow:0px 1px 5px #CCCCCC
}
.scenery {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	background: #f7f7f7;
}
.scenery img {
	width: 1000px;
	height: 430px;
	object-fit: cover;
}
.scenery .btn {
	position:absolute;
	width:15px;
	height:70px;
	top:436px;
	cursor:pointer;
	z-index:99;
	font-size:50px;
	font-weight:bold;
}
.scenery .prev {
	left:0;
	background:url(../images/img/prevBtn.png) no-repeat;
}
.scenery #prevTop, .scenery #nextTop {
	top:200px;
	width:46px;
	height:48px;
}
.scenery #prevTop {
	background:url(../images/img/prevBtnTop.png) 0 0 no-repeat;
}
.scenery #nextTop {
	background:url(../images/img/nextBtnTop.png) 0 0 no-repeat;
}
.scenery .next {
	right:0;
	background:url(../images/img/nextBtn.png) no-repeat;
}
.scenery li {
	float:left;
}
.scenery .cf li {
	position:relative;
	color:#fff;
}
.scenery .cf a {
	display:block;
	width:1000px;
	height:430px;
	position:absolute;
	color:#fff;
}
.scenery .cf li span {
	display:block;
	width:960px;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px 20px;
	line-height:22px;
	text-align:left;
	background:rgba(0, 0, 0, 0.4);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = "#60000000", endColorstr = "#60000000");
}
.scenery .picBox {
	height:430px;
	position:relative;
	overflow:hidden;
}
.scenery .picBox ul {
	height:430px;
	position:absolute;
}
.scenery .picBox li {
	width:1000px;
	height:430px;
}
.scenery .listBox {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 0px;
	overflow: hidden;
}
.scenery .listBox ul {
	height:100px;
	position:absolute;
}
.scenery .listBox li {
	width:129px;
	height:70px;
	cursor:pointer;
	position:relative;
}
.scenery .listBox li i {
	display:none;
}
.scenery .listBox li a {
	display:block;
	width:124px;
	height:70px;
}
.scenery .listBox li img {
	width: 118px;
	height: 64px;
	border: 1px solid #e4e4e4;
	padding: 2px;
	object-fit: cover;
}
.scenery .listBox .on img {
	width:118px;
	height:64px;
	border:1px solid #cca756;
	object-fit: cover;
}
.scenery .listBox .on i {
	display:block;
}
.nextpage {
	width:1160px;
	overflow:hidden;
	margin-top:20px;
	padding-top:15px;
	border-top:1px dashed #b1b1b1;
}
.nextpage ul li {
	width:1160px;
	overflow:hidden;
	height:25px;
	line-height:25px;
	text-align:left;
}
