.home-banner-container .bd .banner-btn:before {
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}

.home-banner .swiper-slide.swiper-slide-active .item .desc h3 {
	-webkit-animation: fadeInUp 0.8s;
	-moz-animation: fadeInUp 0.8s;
	-ms-animation: fadeInUp 0.8s;
	animation: fadeInUp 0.8s;
}
.home-banner .swiper-slide.swiper-slide-active .item .desc p {
	-webkit-animation: fadeInUp 0.8s 0.1s;
	-moz-animation: fadeInUp 0.8s 0.1s;
	-ms-animation: fadeInUp 0.8s 0.1s;
	animation: fadeInUp 0.8s 0.1s;
}
.home-banner .swiper-slide.swiper-slide-active .item .desc .more {
	-webkit-animation: fadeInUp 0.8s 0.2s;
	-moz-animation: fadeInUp 0.8s 0.2s;
	-ms-animation: fadeInUp 0.8s 0.2s;
	animation: fadeInUp 0.8s 0.2s;
}
.home-banner .swiper-slide .item {
	position: relative;
	display: block;
}
.home-banner .swiper-slide .item img {
	display: block;
	width: 100%;
}
.home-banner .swiper-slide .item .desc {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	padding: 0 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-banner .swiper-slide .item .desc h3 {
	margin: 0;
	font-size: 57px;
	color: #f7c51d;
}
.home-banner .swiper-slide .item .desc p {
	width: 650px;
	line-height: 22px;
	margin: 20px auto 35px;
	font-size: 16px;
	color: #fff;
}
.home-banner .swiper-slide .item .desc .more {
	position: relative;
	display: inline-block;
	height: 60px;
	line-height: 58px;
	overflow: hidden;
	padding: 0 40px;
	border: 1px solid #f7c51d;
	font-size: 16px;
	color: #f7c51d;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: 28px;
	height: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 42px;
	background-color: #f7c51d;
}
.home-banner-container .bd {
	position: relative;
}
.home-banner-container .bd .banner-btn {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -29px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	opacity: 0;
    filter: alpha(opacity=0);
	z-index: 99;
}
.home-banner-container .bd .banner-btn:before {
	font-size: 30px;
    line-height: 50px;
	width: 50px;
    margin: 0;
	color: #fff;
}
.home-banner-container .bd:hover .banner-btn {
	opacity: 0.15;
    filter: alpha(opacity=15);
}
.home-banner-container .bd .banner-btn:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.home-banner-container .bd .banner-btn.banner-prev {
	left: 20px;
}
.home-banner-container .bd .banner-btn.banner-next {
	right: 20px;
}
.home-banner-container .bd .banner-btn.banner-prev:before {
	content: '\f104';
}
.home-banner-container .bd .banner-btn.banner-next:before {
	content: '\f105';
}
@media (max-width: 1024px) {
	.home-banner .swiper-slide .item img {
		height: calc(100vh - 30px);
		object-fit: cover;
	}
	.home-banner .swiper-slide .item .desc {
		padding: 0 10px;
	}
	.home-banner .swiper-slide .item .desc h3 {
		font-size: 40px;
	}
}
@media (max-width: 750px) {
	.home-banner-container .bd .banner-btn {
		display: none;
	}
	.home-banner .swiper-slide .item img {
		height: calc(30vh - 30px);
		object-fit: cover;
	}
	.home-banner .swiper-slide .item .desc h3 {
		font-size: 20px;
	}
	.home-banner .swiper-slide .item .desc p {
		width: auto;
		font-size: 14px;
	}
	.home-banner .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 2px;
	}
	.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}
}