.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
.cbp-bicontrols {
	position: fixed;
	width: 100%;
	height: 16px;
	bottom: 0;
	left: 0;
}
.cbp-bicontrols span {
	float: left;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
span.cbp-binext:before {
	width: 20px;
	height: 20px;
	background: #999;
}
span.cbp-biprev:before {
	width: 20px;
	height: 20px;
	background: #999;
}
.cbp-bicontrols span.cbp-binext {
	float: right;
}
#box {
	width: 636px;
	height: 280px;
	position: fixed;
	top: 50%;
	right: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 200;
}
.title {
	width: 42px;
	height: 42px;
	position: absolute;
	left: -42px;
	top: 1px;
	cursor: pointer;
}
.k139 {
	width: 139px;
	height: 139px;
	float: left;
	margin: 1px;
}
.k352 {
	width: 352px;
	height: 139px;
	float: left;
	margin: 1px;
}


#scrollDiv{overflow:auto; }
.scrollText{float:left; width:380px; height:100px;min-height:20px;line-height:20px;overflow:hidden; margin:10px 0 0 10px;}
.titscroll{ float:left;}
.up{width:16px; height:90px; background:url(../images/jt_top.png) no-repeat; margin-top:10px;}
.down{width:16px; height:10px; background:url(../images/jt_bot.png) no-repeat; }


/*==============焦点图================*/
#main_promo{height:115px; width:321px;position:relative; overflow:hidden; z-index:0; }
.slide{display:block; float:left;  width:321px;}
#dots{height:13px; position:absolute; bottom:8px; left:229px; z-index:99;}
#dots li{ width:23px; height:13px; float:left; }
#dots li a{ width:8px; display:block; height:8px; background-color:#fff;	-webkit-border-radius: 4px;-moz-border-radius: 4px;}
#dots li.act a{
	background-color: #333333;
}
/*==============焦点图 end================*/