﻿/*!
 * 多图轮播样式 
 * author:xiaolong 
 */


/* 案例展示 */
.showcase {
	height: 548px;
	background: url(images/scroll-pic.jpg) center top no-repeat;
}
.showcase-inner {
	width: 1180px;
	margin: 0 auto;
	padding-top: 56px;
}
.show-title {
	height: 118px;
	line-height: 76px;
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.left-btn,.right-btn {
	width: 34px;
	height: 59px;
	cursor: pointer;
	margin-top: 50px;
	float: left;
}
.left-btn{background: url(../images/left.png) no-repeat;}
.right-btn{background: url(../images/right.png) right no-repeat;}
.focus {
	float: left;
	width: 930px;
	height: 158px;
	overflow: hidden;
}



/* 滚动图片 */
.focus-bd {
	height:158px;
}
.focus-bd-pics {
		height:158px;

}
.focus-bd-pics-item {
	width: 300px;
	height: 158px;
	
	background-color: #fff;
	float:left;
	margin:0 5px;
	display: inline;
}
.focus-bd-pics-item img{
	display:block;
	
}
.focus-bd-pics-item p{
	height:38px;
	line-height: 30px;
	padding-top: 10px;
	text-align:center;
	color:#666;
	font-size: 15px;
}

