.slider {
	width: 100%;
	background: #efefef;
	float: left;
}

.slider-container {
	height: 425px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider-container .slider-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 5000em;
	/*Fix for prevent display errors*/
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.slider-container .slide {
	float: left;
	height: 425px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider-nav {
	text-align: center;
	width: 780px;
	position: relative;
	top: -70px;
	left: 0;
}

.slider-nav li {
	display: inline;
	padding: 3px;
}

.slider-nav .bullet {
	background-color: #59baa8;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	height: 16px;
	width: 16px;
}

.slider-nav .active {
	background-color: #e7433b
}

.slider-nav .prev,
.slider-nav .next {
	/* background: url('img/sprite.png') no-repeat;*/
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	height: 16px;
	width: 16px;
}

.slider-nav .next {
	background-position: -15px top
}

.box-1 ul li .img066 {
	width: 100%;
}

.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: #000;
	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: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}


.example {
	width: 100%;
	padding: 10px;
	height: 344px;
	font-size: 40px;
	text-align: center;
	background-color: #efefef;
	border-bottom: 20px solid #efefef;
	float: left;
}

.carousel-item {
	line-height: 336px;
	color: #fff;
	font-family: Arial Black
}



.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {width: 100%;padding: 10px;background: #efefef;}

.jumpBtn img {
	width: 15px;
}


.pb-carouselWarp {
	position: relative;
	width: 360px;
	height: 200px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top:  0px;
	padding-bottom:10px;
}
.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}
.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pb-carouselWarp .pb-carousel li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}
.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	list-style:none;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #000;
}
.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: none;
}
.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	background: #000000 url(../img/arrow-left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	background: #000000 url(../img/arrow-right.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
	position: absolute;
	width: 15px;
	top: 50%;
	left: auto;
	bottom: auto;
	right: 20px;
	transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
	float: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
	background-color: #000;
}
.pb-carouselWarp[type='updown'] .pb-arrow {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
	margin-top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {
	top: 20px;
	background: #000000 url(../img/arrow-top.png) no-repeat center;
}
.pb-carouselWarp[type='updown'] .pb-arrow-next {
	top: auto;
	bottom: 20px;
	background: #000000 url(../img/arrow-bottom.png) no-repeat center;
}