.pic_show_wapper{
	width: 1200px;
	position:relative;
	padding-top:15px;
	margin:0 auto;
}
.pic_show {
	width: 1200px;
	height: 600px;
	font-size: 40px;
	text-align: center;
	margin: 20px auto;
}			
.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%;
	position:relative;
}
.pic_show_layer{
	padding:30px 60px;
	width:300px;
	height:200px;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.6);
	text-align:left!important;
	overflow:hidden;
}
.pic_show_layer h1{
	width:100%;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:32px;
	letter-spacing:2px;
	color:#333;
	padding:10px 0 15px 0;
	color:#333;
}	
.pic_show_layer .split_line{
	width:100%;
	height:5px;
	background-color:#a98e6a;
}
.pic_show_layer .layer_intr{
	width:300px;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:15px 0 5px 0;
}
.pic_show_layer h4{
	font-size:20px;
	color:#333;
}	
.pic_show_layer .layer_desc{
	width:300px;
	height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:26px;
}
.pic_show_layer p{
	font-size:16px;
	color:#333;
}	
.span_ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
}
.ft-carousel .carousel-item img {
	width: 100%;
	height:auto;
}
.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}
.ft-carousel .carousel-prev-btn {
	left: 75px;
	background: url(../images/prev.png) no-repeat;
}
.ft-carousel .carousel-next-btn {
	right: 75px;
	background: url(../images/next.png) no-repeat;
}
.left_arrow_tagging{
	position:absolute; 
	left:0; 
	top:50%;
	width:80px;
	height:30px;
	line-height:30px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	text-align:center;	
	z-index:5000;	
	text-shadow:2px 3px 6px #000;
}
.right_arrow_tagging{
	position:absolute; 
	right:0; 
	top:50%;
	width:80px;
	height:30px;
	line-height:30px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	z-index:5000;
	padding-left:10px;
	text-shadow:2px 3px 6px #000;
}
