.example .ft-carousel {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 577px;
	overflow: hidden;
}

.example .ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.example .ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.example .carousel-item div {
	width: 100%;
	height: 577px;
	background-position: center;
	background-size: 1920px 577px;
	background-repeat: no-repeat;
}

.example .lbt1 {
	background-image: url(../img/images/lbt6.jpg);
}

.example .lbt2 {
	background-image: url(../img/images/lbt.jpg);
}

.example .lbt3 {
	background-image: url(../img/images/lbt2.jpg);
}

.example .lbt4 {
	background-image: url(../img/images/lbt3.jpg);
}

.example .lbt5 {
	background-image: url(../img/images/lbt4.jpg);
}

.example .lbt6 {
	background-image: url(../img/images/lbt5.jpg);
}

.example .ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.example .ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.example .ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.example .ft-carousel .carousel-btn {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.example .ft-carousel .carousel-prev-btn {
	left: 20%;
	background: url(../img/prev.png) no-repeat;
}

.example .ft-carousel .carousel-next-btn {
	right: 20%;
	background: url(../img/next.png) no-repeat;
}

.example {
	width: 100%;
	height: 577px;
	top: 120px;
	background-color: #1B1A18;
	position: relative;
}

@media only screen and (max-width: 1025px) {
	.example {
		height: 510px;
		top: 0;
	}
	.example .ft-carousel {
		height: 510px;
		top: 1rem;
	}
	.example .carousel-item div {
		height: 211px;
		background-size: 320px 211px;
	}
	.example .ft-carousel .carousel-prev-btn {
		left: -1rem;
	}
	.example .ft-carousel .carousel-next-btn {
		right: -1rem;
	}
	.example .lbt1 {
		background-image: url(../img/l1_03.jpg);
	}
	.example .lbt2 {
		background-image: url(../img/l2_03.jpg);
	}
	.example .lbt3 {
		background-image: url(../img/l3_03.jpg);
	}
	.example .lbt4 {
		background-image: url(../img/l4_03.jpg);
	}
	.example .lbt5 {
		background-image: url(../img/l5_03.jpg);
	}
	.example .lbt6 {
		background-image: url(../img/l6_03.jpg);
	}
}

.example .lbtFont {
	width: 100%;
	height: auto;
	margin: 10px auto;
	color: white;
	position: relative;
}

.example .lbtFont span {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 1rem;
}

.example .lbtFont p {
	font-size: 0.8rem;
	text-indent: 1.6rem;
	margin: 1rem;
}

.example2 .ft-carousel {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 856px;
	overflow: hidden;
}

.example2 .ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.example2 .ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.example2 .carousel-item div {
	width: 100%;
	height: 856px;
	background-position: center;
	background-size: 1920px 856px;
	background-repeat: no-repeat;
}

.example2 .lbt1 {
	background-image: url(../img/images/lbt21.jpg);
}

.example2 .lbt2 {
	background-image: url(../img/images/lbt22.jpg);
}

.example2 .lbt3 {
	background-image: url(../img/images/lbt23.jpg);
}

.example2 .lbt4 {
	background-image: url(../img/images/lbt24.jpg);
}

.example2 .ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.example2 .ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.example2 .ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.example2 .ft-carousel .carousel-btn {
	position: absolute;
	top: 55%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.example2 .ft-carousel .carousel-prev-btn {
	left: 4.5%;
	background: url(../img/prev.png) no-repeat;
}

.example2 .ft-carousel .carousel-next-btn {
	right: 23%;
	background: url(../img/next.png) no-repeat;
}

.example2 {
	width: 100%;
	height: 856px;
	background-color: white;
	position: absolute;
}

@media only screen and (max-width: 1025px) {
	.example2 {
		height: 550px;
		position: relative;
		top: 0;
		background-color: #1287CD;
	}
	.example2 .ft-carousel {
		height: 550px;
	}
	.example2 .carousel-item div {
		height: 232px;
		background-size: 320px 232px;
	}
	.example2 .ft-carousel .carousel-prev-btn {
		left: -1rem;
	}
	.example2 .ft-carousel .carousel-next-btn {
		right: -1rem;
	}
	.example2 .lbt1 {
		background-image: url(../img/l24_07.jpg);
	}
	.example2 .lbt2 {
		background-image: url(../img/l23_07.jpg);
	}
	.example2 .lbt3 {
		background-image: url(../img/l22_07.jpg);
	}
	.example2 .lbt4 {
		background-image: url(../img/l21_07.jpg);
	}
}

.lbtFont2 {
	width: 100%;
	height: auto;
	margin: 10px auto;
	position: relative;
}

.example2 .lbtFont2 div {
	width: 90%;
	height: auto;
	margin: 0 auto;
	background-color: white;
	padding: 0.5rem 0;
}

.example2 .lbtFont2 div span {
	display: block;
	color: #007AFF;
	font-size: 1.2rem;
	font-weight: lighter;
	text-align: center;
	margin: 0.5rem;
}

.example2 .lbtFont2 div span:last-child {
	font-weight: bold;
}

.example2 .lbtFont2 p {
	font-size: 0.8rem;
	text-indent: 1.6rem;
	margin: 0.5rem 1rem;
	color: white;
}

.example4 .ft-carousel {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	width: 100%;
	max-width: 1263px;
	height: 453px;
	overflow: hidden;
}

.example4 .ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.example4 .ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.example4 .carousel-item div {
	max-width: 1263px;
	width: 100%;
	height: 450px;
	background-position: center;
	background-size: 1261px 450px;
	background-repeat: no-repeat;
}

.example4 .lbt1 {
	background-image: url(../img/lb31_03.jpg);
}

.example4 .lbt2 {
	background-image: url(../img/lb31_07.jpg);
}

.example4 .lbt3 {
	background-image: url(../img/lb31_05.jpg);
}

.example4 .lbt4 {
	background-image: url(../img/lb31_06.jpg);
}


.example4 .ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.example4 .ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.example4 .ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.example4 .ft-carousel .carousel-btn {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.example4 .ft-carousel .carousel-prev-btn {
	z-index: 60;
	left: -1rem;
	background: url(../img/prev.png) no-repeat;
}

.example4 .ft-carousel .carousel-next-btn {
	z-index: 60;
	right: -1rem;
	background: url(../img/next.png) no-repeat;
}

.example4 {
	width: 100%;
	height: 453px;
	top: 0;
	position: relative;
	margin: 0 auto;
	top: 90px;
}

@media only screen and (max-width: 1025px) {
	.example4 {
		width: 100%;
		height: 131px;
		top: 0;
	}
	.example4 .ft-carousel {
		width: 100%;
		height: 161px;
	}
	.example4 .carousel-item div {
		height: 131px;
		background-size: 450px 161px;
	}
	.example4 .ft-carousel .carousel-prev-btn {
		left: -1rem;
	}
	.example4 .ft-carousel .carousel-next-btn {
		right: -1rem;
	}
	.example4 .ft-carousel .carousel-indicators {
		display: none;
	}
}

.swiper-container {
	width: 100%;
	height: 300px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 411px;
	width: 100%;
	background-color: #080808;
}
.gallery-top .swiper-slide{
	width: 100%;
	height: 499px;
	z-index: 55;
	color: white;
}
.gallery-top .swiper-slide span{
	width: 60%;
	margin: 1rem auto;
	height: auto;
	display: block;
	position: relative;
	top: 35%;
	text-align: center;
	font-size: 0.8rem;
}
.gallery-thumbs {
	height: 440px;
	width: 100%;
	box-sizing: border-box;
	top: 80px;
	z-index: 66;
}
.gallery-thumbs .swiper-slide {
	width: 266px;
	height: 440px;
	background-position: center;
	background-size: 266px 440px;
	background-repeat: no-repeat;
	padding: 0 1.5rem;
	z-index: 66;
}
.swiper-button-next{
	right:18%;
}
.swiper-button-prev{
	left:18%;
}
.swiper-container img{
	display: block;
	position: relative;
	top: 100px;
	width: 20px;
	height: 11px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.gallery-top .swiper-slide span{
		top: 20%;
		width: 90%;
	}
	.gallery-top {
		height: 520px;
	}
	.swiper-button-white {
		display: none;
	}
}