@charset "UTF-8";
/* CSS Document */

.indexContent3 {
 float:left; 
 width:1000px;
  background:#fff;

	

}
.indexContent3TitleBox {

	height: 35px;
}

/*图片滚动开始*/
.picScroll-left {
	position: relative;
}
/*内容*/		
.picScroll-left .bd {
	height: 100%;
	z-index: 0;
	width: 930px;
	overflow: hidden;
	 margin-left:35px;
	  margin-top:20px;

}
.picScroll-left .bd li {
	zoom: 1;
	vertical-align: middle;
	float: left;
	width: 275px;
	overflow: hidden;
	 margin:0px 15px;

}
.picBox {
	display: block;
	overflow: hidden;
	width: 275px;
	height: 320px;
	position: relative;
	 border:1px solid #ccc;
}

.picScroll-left .bd li h2 {
	display: block;
	text-align: center;
	color: #666;
	font-size: 12px;
     float:left;
	 border-top:1px solid #ccc;
	  width:275px;
	  line-height:35px;
	  height:35px;

}
.picScroll-leftText {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/picScrollhover.png) repeat;
	display: none;
}
.picScroll-leftText a {
	display: block;
	height: 75px;
	color: #ffffff;
	padding: 60px 20px 0 20px;
	line-height: 25px;
	overflow:hidden;
	text-align:center;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.picScroll-left .prev {
	display: block;
	position: absolute;
	width:36px;
	height: 93px;
	background: url(../images/m_pro_left.jpg) no-repeat center center;
	left: 0px;
	top: 100px;
}
.picScroll-left .next {
	display: block;
	position: absolute;
	width: 36px;
	height: 93px;
	background: url(../images/m_pro_right.jpg) no-repeat center center;
	right:0px;
	top: 100px;
}
.picScroll-left .prevStop {
	display: none;
}
.picScroll-left .nextStop {
	display: none;
}
