/* 页面案例切换 */
.slideBox_case{ width:100%; height:270px; overflow:hidden; position:relative; }
.slideBox_case ul, .slideBox_case ul li{ padding:0; margin: 0; list-style: none; }
.slideBox_case .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox_case .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox_case .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; padding:1px;}
.slideBox_case .hd ul li.on{ background:#f00; color:#fff; }
.slideBox_case .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_case .bd li{ zoom:1; vertical-align:middle; }
.slideBox_case .bd img{ width:100%; height:270px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_case .prev,
.slideBox_case .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox_case .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_case .prev:hover,
.slideBox_case .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_case .prevStop{ display:none;  }
.slideBox_case .nextStop{ display:none;  }


/*首页产品图片滚动*/
.picMarquee-left *{margin:0; padding:0; list-style:none; }
.picMarquee-left{ height:145px; overflow:hidden; position:relative; padding:0px; margin:5px;}

.picMarquee-left .bd{ max-height: 5px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:170px; height:120px; display:block; padding:2px;}
.picMarquee-left .index_slide_t{ 
margin:0 auto;
	padding:2px 0 !important; 
	text-align:center;
	width:130px;
	text-overflow: ellipsis;
	white-space: nowrap;/*禁止自动换行*/
	overflow: hidden;
}

.picMarquee-left .prev{
	position: absolute;
	right: 0px;
	top: 35%;
	display: block;
	width: 33px;
	height: 31px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-image: url(images/slider-arrow.png);
	background-repeat: no-repeat;
	/*background-position: -33px 0px;*/
	z-index:999;
}
.picMarquee-left .next{
	position: absolute;
	left: 10px;
	top: 35%;
	display: block;
	width: 33px;
	height: 31px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-image: url(images/slider-arrow.png);
	background-repeat: no-repeat;
	background-position: -116px 0px;
	z-index:999;
}


/* 本例子css */
.txtMarquee-left{ position:relative;   }
.txtMarquee-left .bd{ padding:0px; }
.txtMarquee-left .bd .tempWrap{ width:800px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */


.txtMarquee-left .bd ul li span{ color:#999;  }
