/* CSS Document */

/*--thumbs--*/
.content-bottom{ padding:10px; background:#fff;margin-top: 5px;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	/* margin-top: 10px; */
	padding: 0px;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:100%;
	/* margin: 10px; */
	background: #fff;
	/* padding: 10px; */
	position: relative;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	overflow: hidden;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;


}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top: -30px;
}


.nbs-flexisel-nav-left {
	left: 0; background-position:-110px 0;
	top: 50%;
}
.nbs-flexisel-nav-right {
	right: 0;
	 background-position:-130px 0;
	top: 50%;
}

.nbs-flexisel-inner img{ width:100%; height:auto; /* border:3px solid #f8f8f8; */}
.nbs-flexisel-inner img:hover{ width:100%; height:auto; /* border:3px solid #927d44; */}
.sideprotitle{ margin-top:10px; height: 35px; line-height: 35px; position: absolute; bottom: 0; z-index: 99999; background: #000; width: 100%; opacity: 0.6; color: #fff; text-align: center;}
.sideprotitle a{ font-size:14px; color: #fff;}

/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (max-width: 1200px) {
	.nbs-flexisel-nav-left{ left:210px;}
	.nbs-flexisel-nav-right{ left:203px;}
	}



