@charset "utf-8";
/* CSS Document */

.carousel-item{
	line-height: 360px;
	color: #fff;
}
.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: 540px;
	height: 360px;
	overflow: hidden;
	position: relative;	
}
.ft-carousel .carousel-item p {
	width:540px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	background-color:rgba(0,0,0,0.5);
	bottom: 0px;
	position: absolute;	
}
/*add end*/
.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}
.ft-carousel .carousel-prev-btn {
	left: 0px;
	/*background: url(fy_20191214_prev.png) no-repeat;*/
}

.ft-carousel .carousel-next-btn {
	right: 0px;
	/*background: url(fy_20191214_next.png) no-repeat;*/
}



#carousel_1{
	width: 1000px;
	height: 450px;
	display: block;
	border-radius: 8px;
	margin: 0 auto;
}
#carousel_1 .carousel-item img{
	width: 1000px;
	height: 450px;
	display: block;
}
#carousel_1 .carousel-item p{
	width: 1000px;
}
#carousel_2{
	width: 540px;
	height: 360px;
	display: block;
	border-radius: 8px;
	margin: 0 auto;
}
#carousel_2 .carousel-item img{
	width: 540px;
	height: 360px;
	display: block;
}
#carousel_2 .carousel-item p{
	width: 540px;
}