/*wolcott*/
/*2016.12.26*/

/* scrolltab */
.scrolltab {
	position: relative;
	width: 80%;
	margin:0 8%;
	margin-top: 25px;
	float:left;
}
.scrolltab .ulBigPic 
{
    width:100%;
	height: 420px;
	overflow: hidden;
}
.scrolltab .ulBigPic li {
	width: 100%;
	height: 420px;
	display: none;
}
.scrolltab .ulBigPic .liSelected {
	display: block;
}
.scrolltab .ulBigPic img 
{
    width:100%;
    height:420px;
}
.scrolltab .ulBigPic .sPic {
	width: 100%;
	float: left;
	overflow: hidden;
}
.scrolltab .ulBigPic .sSideBox {
	width: 290px;
	float: right;
	overflow: hidden;
}
.scrolltab .sSideBox span {
	width: 290px;
	display: block;
	overflow: hidden;
}
.scrolltab .ulBigPic .sTitle {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.scrolltab .ulBigPic .sIntro {
	line-height: 24px;
	color: #666;
	word-wrap: break-word;
	word-break: break-all;
}
.scrolltab .ulBigPic .sMore {
	height: 24px;
	line-height: 24px;
}
.scrolltab .ulBigPic .sMore a {
	color: #841;
}
.scrolltab .ulBigPic .sTitle a {
	color: #333;
}
.scrolltab .ulBigPic .sTitle a:hover {
	color: #840;
}
.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sLeftBtnABan, .scrolltab .sRightBtnA, .scrolltab .sRightBtnASel, .scrolltab .sRightBtnABan {
	width: 38px;
	height: 86px;
	display: block;
	position: absolute;
	top: 260px;
	background: url(../images/bgArt.png) no-repeat;
}
.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sRightBtnA, .scrolltab .sRightBtnASel {
	cursor: pointer;
}
.scrolltab .sLeftBtnA, .scrolltab .sLeftBtnASel, .scrolltab .sLeftBtnABan {
	left: -40px;
}
.scrolltab .sLeftBtnA {
	background-position: -5px 0px;
}
.scrolltab .sLeftBtnASel {
	background-position: -83px 0;
}
.scrolltab .sLeftBtnABan {
	background-position: -161px 0;
}
.scrolltab .sRightBtnA, .scrolltab .sRightBtnASel, .scrolltab .sRightBtnABan {
	right: -40px;
}
.scrolltab .sRightBtnA {
	background-position: -36px 0;
}
.scrolltab .sRightBtnASel {
	background-position: -114px 0;
}
.scrolltab .sRightBtnABan {
	background-position: -192px 0;
}
.scrolltab .dSmallPicBox {
	width: 100%;
	height: 98px;
	position: relative;
	margin-top:15px;
}
.scrolltab .dSmallPic {
	width: 100%;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0px;
	overflow: hidden;
	background:#fff;
}
.scrolltab .dSmallPic ul {
	position: absolute;
}
.scrolltab .dSmallPic li {
	width: 128px;
	height: 90px;
	float: left;
	display: inline;
	cursor: pointer;
	overflow: hidden;
	border:3px solid #e7e7eb;
	margin-right:10px;
}
.scrolltab .dSmallPic .sPic {
	width: 100%;
	height: 100%;
	display: block;
}
.scrolltab .dSmallPic .sPic img 
{
    width:100%;
    height:100%;
}
.scrolltab .dSmallPic .sTitle {
	width: 141px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.scrolltab .dSmallPic .liSelected {
	border-color: #2582cd;
}
.scrolltab .dSmallPic .liSelected .sPic img {

}
.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sLeftBtnBBan, .scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel, .scrolltab .sRightBtnBBan {
	width: 18px;
	height: 37px;
	display: block;
	position: absolute;
	top: 32px;
	background: url(../../images/bgArt.png) no-repeat;
}
.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel {
	cursor: pointer;
}
.scrolltab .sLeftBtnB, .scrolltab .sLeftBtnBSel, .scrolltab .sLeftBtnBBan {
	left: -30px;
}
.scrolltab .sLeftBtnB {
	background-position: 0 -87px;
}
.scrolltab .sLeftBtnBSel {
	background-position: -36px -87px;
}
.scrolltab .sLeftBtnBBan {
	background-position: -73px -87px;
}
.scrolltab .sRightBtnB, .scrolltab .sRightBtnBSel, .scrolltab .sRightBtnBBan {
	right: -30px;
}
.scrolltab .sRightBtnB {
	background-position: -16px -87px;
}
.scrolltab .sRightBtnBSel {
	background-position: -52px -87px;
}
.scrolltab .sRightBtnBBan {
	background-position: -88px -87px;
}