/*	start 轮播	*/
#banner {
	position:relative; 
	width:1000px; height:440px;
	overflow:hidden;
}

#banner_bg {
	display: none;
	position:absolute; 
	bottom:0;
	background-color:#000;
	height:30px;
	filter: Alpha(Opacity=30);
	opacity:0.3;
	z-index:3;
	cursor:pointer; 
	width:478px; 
}
#banner_info{
	display: none;
	position:absolute; 
	bottom:0; 
	left:5px;
	height:22px;
	color:#fff;
	z-index:4;
	cursor:pointer;
}
#banner ul {
	position:absolute;
	list-style-type:none;
	filter: Alpha(Opacity=80);
	opacity:0.8; 
	z-index:11;
	bottom:10px; 
	right:30px;}
#banner ul li {
	/*
	padding:0px 8px;
	*/
	width: 20px; height: 20px; text-align: center; font-weight: bold; margin-right: 5px;
	float:left;
	display:block;
	color:#fff;
	background: url("../images/html/lunboLiBg.gif") no-repeat left top;
	/*
	border:#e5eaff 1px solid;
	background:#6f4f67;
	*/
	cursor:pointer;
}
#banner ul li.on {
	/* background-color:#900; */
	background: url("../images/html/lunboLiBg2.gif") no-repeat left top;
}
#banner_list a{
	position:absolute;
}

/*	end 轮播	*/









/*	滚动	*/
.marqueeleft3{
	width: 960px;
	height: 140px;
	overflow: hidden;
}
.marqueeleft3 ul{
	float:left;
	display: block;
	width: 1920px; height: 140px;
	overflow: hidden;
}
/*.marqueeleft3 li{
	float:left;
	display: block;
	width: 160px;
	height: 140;
	overflow: hidden;
}*/


.marqueeleft2{
	width: 920px;
	height: 200px;
	overflow: hidden;
}

.marqueeleft2 ul{
	float:left;
	display: block;
	width: 1840px; height: 200px;
	overflow: hidden;
}


.marqueeleft1{
/*	width: 190px;
	height: 250px;*/
	width: 960px;
	height: 140px;
	overflow: hidden;
}

.marqueeleft1 ul{
	float:left;
	display: block;
	width: 1600px; height: 140px;
	overflow: hidden;
}

/*	end 滚动	*/




/*	start 控制滚动 */

.clearout {
/*height:20px;*/
clear:both;
}


.nbs-flexisel-container {
	position:relative;
	width: 100%;
	/*width: 680px; padding: 0 25px;*/
	/*max-width:100%;*/
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	list-style-type:none;	
	text-align:center;	
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}

.nbs-flexisel-item {
	float:left;
}
.nbs-flexisel-item img {

}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px; height: 40px; position: absolute;
	padding-top: 80px;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: -20px;
	background: url(../images/html/left.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: -20px;
	background: url(../images/html/right.png) no-repeat;
}



/*	end 控制滚动 */