@charset "utf-8";
.example {width: 800px;height: 520px;float:left; padding-top:30px}
.example_r{float:right; width:350px; padding-top:30px}
.example_r h2{ font-size:24px; color:#328436; font-weight:normal; line-height:34px; padding:0px 25px 25px 0px}
.cstitle{ font-size:16px; line-height:38px; border-bottom:1px solid #e2e2e2;}
.csdi{ font-size:14px; line-height:180%; padding-top:10px}
.carousel-item{line-height:510px;}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ft-carousel img{width:800px;height: 510px}
.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: 6px;
	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: 50%;
	width: 70px;
	height: 70px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/arrow_l_on.png) no-repeat;opacity: 0.5;filter: alpha(opacity=50);
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/arrow_r_on.png) no-repeat;opacity: 0.5;filter: alpha(opacity=50);
}
.ft-carousel .carousel-next-btn:hover{opacity: 0.8;filter: alpha(opacity=25);}
.ft-carousel .carousel-prev-btn:hover{opacity: 0.8;filter: alpha(opacity=25);}