

/* 滚动内容样式 */
.scroll_main {
	width: 340px;
	display: block;
	background-color:#fff;
	/* border:1px solid #9a9a9a; */
}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 800px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	padding:15px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

/*图片轮播*/
.focus1 {width: 100%;height: 114px;font-size: 40px;text-align: center;}
.carousel-item{line-height: 114px;color: #fff;font-family:  Arial Black}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
    line-height:100%;
	margin-top: -0px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background:rgba(0,0,0,0.4) url(image/prev.png) no-repeat 0% 50%;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background:rgba(0,0,0,0.4) url(image/next.png) no-repeat 100% 50%;
}