.home-banner {
	position: fixed;
	width: 100%;
	z-index: 0;
	max-width: 1920px
}

.home-banner .banner-list .banner-item {
	position: relative;
	overflow: hidden;
	display: block
}

.home-banner .banner-list .banner-item .banner-video,
.home-banner .banner-list .banner-item .static-img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover
}

.home-banner .banner-list .banner-item .video-text {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 2;
	opacity: 0
}

.home-banner .banner-list .banner-item .video-text .title {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 84px
}

.home-banner .banner-list .banner-item .video-text .video-btn {
	margin-top: 86px;
	background-color: transparent;
	color: #fff
}

.home-banner .banner-list .banner-item .video-text .video-btn:hover {
	border-color: #fff
}

.home-banner .banner-list .banner-item .banner-title {
	position: absolute;
	top: 46%;
	left: 50%;
	text-align: center;
	color: #fff;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 60px
}

.home-banner .banner-list .banner-item .banner-title .title {
	font-size: 56px;
	line-height: 78px;
	color: #fff
}

.home-banner .banner-list .banner-item .banner-title .subtitle {
	margin-top: 40px;
	font-size: 36px;
	line-height: 50px
}

.home-banner .banner-list .banner-item.swiper-slide-active .video-text {
	opacity: 1
}

.home-banner .banner-list .animation_banner {
	overflow: hidden
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, .1);
	padding: 28px;
	border-radius: 50%;
	z-index: 3
}

.home-banner .swiper-button-next:after,
.home-banner .swiper-button-prev:after {
	content: ""
}

.home-banner .swiper-button-next .iconfont,
.home-banner .swiper-button-prev .iconfont {
	font-size: 24px;
	line-height: 24px;
	color: #fff
}

.home-banner .swiper-button-next:focus,
.home-banner .swiper-button-prev:focus {
	outline-color: transparent
}

.home-banner .swiper-button-prev {
	left: 80px
}

.home-banner .swiper-button-next {
	right: 80px
}

.home-banner .swiper-pagination {
	bottom: 0;
	top: auto;
	display: flex
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
	flex: 1 1;
	height: 4px;
	opacity: 1;
	margin: 0;
	background: hsla(0, 0%, 100%, .4)
}

.home-banner .swiper-pagination .current {
	background: #fff;
	position: relative
}

.home-banner .swiper-pagination .current .inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #559ee2;
	z-index: 10;
	-webkit-animation: bannerPaginationProgress 15s linear forwards;
	animation: bannerPaginationProgress 15s linear forwards
}

.home-banner .tip-icon {
	position: absolute;
	z-index: 99;
	bottom: 140px;
	left: 50%;
	transform: translate(-50%)
}

.home-banner .tip-icon .iconfont {
	color: #fff;
	font-size: 35px
}

.home-banner .tip-icon .iconfont:before {
	display: inline-block;
	position: relative;
	animation: fading 1.5s linear 1s infinite both;
	-webkit-animation: fading 1.5s linear 1s infinite both
}

@keyframes fading {
	0% {
		top: 0
	}

	to {
		top: 30px;
		opacity: 0
	}
}

@-webkit-keyframes fading {
	0% {
		top: 0
	}

	to {
		top: 30px;
		opacity: 0
	}
}

@-webkit-keyframes bannerPaginationProgress {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes bannerPaginationProgress {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@media screen and (max-width:1400px) {
	.home-banner .banner-list .banner-item .video-text .title {
		font-size: 46px;
		line-height: 68px
	}

	.home-banner .banner-list .banner-item .banner-title .title {
		font-size: 46px;
		line-height: 64px
	}

	.home-banner .banner-list .banner-item .banner-title .subtitle {
		font-size: 30px;
		line-height: 42px
	}
}

@media screen and (max-width:1024px) {
	.home-banner .banner-list .banner-item .link {
		height: calc(100vh - 60px)
	}
}

@media screen and (max-width:992px) {
	.home-banner .banner-list .banner-item .video-text .title {
		font-size: 34px;
		line-height: 48px
	}

	.home-banner .banner-list .banner-item .video-text .video-btn {
		margin-top: 40px
	}

	.home-banner .banner-list .banner-item .banner-title .title {
		font-size: 34px;
		line-height: 48px
	}

	.home-banner .banner-list .banner-item .banner-title .subtitle {
		font-size: 24px;
		line-height: 36px
	}

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		width: 60px;
		height: 60px;
		padding: 18px
	}

	.home-banner .swiper-button-prev {
		left: 40px
	}

	.home-banner .swiper-button-next {
		right: 40px
	}
}

@media screen and (max-width:767px) {
	.home-banner .banner-list .banner-item .video-text .title {
		font-size: 20px;
		line-height: 28px
	}

	.home-banner .banner-list .banner-item .banner-title {
		padding: 0 20px
	}

	.home-banner .banner-list .banner-item .banner-title .title {
		line-height: 32px;
		font-size: 20px
	}

	.home-banner .banner-list .banner-item .banner-title .subtitle {
		font-size: 16px;
		line-height: 26px
	}

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		width: 40px;
		height: 40px;
		padding: 8px
	}

	.home-banner .swiper-button-prev {
		left: 10px
	}

	.home-banner .swiper-button-next {
		right: 10px
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(1.2)
	}

	75% {
		transform: scale(1.5)
	}

	to {
		transform: scale(1.2)
	}
}

@keyframes mymove {
	0% {
		transform: scale(1.2)
	}

	75% {
		transform: scale(1.5)
	}

	to {
		transform: scale(1.2)
	}
}

.home-title {
	text-align: center;
	padding: 64px 0 32px
}

.home-title .title {
	font-size: 34px;
	font-weight: 600;
	color: #333;
	line-height: 56px
}

@media screen and (max-width:1200px) {
	.home-title .title {
		font-size: 32px;
		line-height: 42px
	}
}

@media screen and (max-width:1024px) {
	.home-title .title {
		font-size: 28px;
		line-height: 32px
	}
}

@media screen and (max-width:992px) {
	.home-title {
		padding: 48px 0 28px
	}

	.home-title .title {
		font-size: 24px;
		line-height: 32px
	}
}

@media screen and (max-width:767px) {
	.home-title {
		padding: 40px 0 20px
	}

	.home-title .title {
		font-size: 20px;
		line-height: 24px
	}
}

.home-news {
	background: #fff;
	padding-bottom: 72px
}

.home-news .news-more {
	text-align: center;
	margin-top: 40px
}

@media screen and (max-width:1200px) {
	.home-news .news-more {
		margin-top: 34px
	}
}

@media screen and (max-width:992px) {
	.home-news {
		padding-bottom: 48px
	}
}

.news-content-left ul {}

.news-content-left ul li {
	width: 31%;
	margin-right: 2vw;
	margin-bottom: 32px;
}

.news-content-left ul li:nth-child(3n) {
	margin-right: 0;
}

.newCard {
	width: 100%;
	background: #f8f8f8;
	/* margin-bottom: 32px; */
	display: flex;
	max-width: 1200px;
	transition: all .3s;

}

.newCard .newCard-img {
	position: relative;
	width: 33.4%;
	overflow: hidden
}

.newCard .newCard-img img {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: all .8s;
	min-width: 100%
}

/* .news {
  margin-top: 50px;
}
 */
.newCard:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .08)
}

.newCard:hover .newCard-img img {
	transform: translateX(-50%) scale(1.1)
}

.newCard:hover .newCard-content h3 {
	color: #559ee2;
	transition: all .3s;
}

.newCard .newCard-content {
	flex: 1 1;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	/* max-height: 292px;
  min-height: 292px */
}

.newCard .newCard-content h3 {
	max-height: 80px;
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
	-webkit-line-clamp: 1
}

.newCard .newCard-content h3,
.newCard .newCard-content p {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.newCard .newCard-content p {
	height: 52px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 16px 0 96px;
	-webkit-line-clamp: 2
}

.newCard .newCard-content h6 {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	line-height: 22px;
	position: absolute;
	bottom: 46px
}

@media screen and (max-width:1200px) {
	.newCard .newCard-content {
		padding: 34px;
		min-height: 242px
	}

	.newCard .newCard-content h3 {
		max-height: 56px;
		font-size: 24px;
		line-height: 28px
	}

	.newCard .newCard-content p {
		height: 46px;
		font-weight: 400;
		color: #333;
		line-height: 24px;
		margin: 14px 0 88px
	}

	.newCard .newCard-content h6 {
		bottom: 32px
	}
}

@media screen and (max-width:992px) {
	.newCard .newCard-content {
		padding: 28px 26px;
		min-height: 200px
	}

	.newCard .newCard-content h3 {
		font-size: 18px
	}

	.newCard .newCard-content p {
		margin: 8px 0 48px;
		line-height: 22px
	}

	.newCard .newCard-content h6 {
		bottom: 28px
	}
}

@media screen and (max-width:767px) {
	.newCard {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 16px
	}

	.newCard .newCard-img {
		width: 100%;
		height: 180px
	}

	.newCard .newCard-content {
		width: 100%;
		padding: 16px;
		min-height: 158px
	}

	.newCard .newCard-content h3 {
		max-height: 24px;
		font-size: 18px;
		line-height: 24px;
		-webkit-line-clamp: 1
	}

	.newCard .newCard-content p {
		font-size: 14px;
		margin: 14px 0 20px
	}

	.newCard .newCard-content h6 {
		font-size: 14px;
		bottom: 16px
	}
}

.home-solution {
	background-color: #fff;
	padding-bottom: 72px
}

.home-solution .all-solution {
	text-align: center;
	margin-top: 40px
}

@media screen and (max-width:992px) {
	.home-solution {
		padding-bottom: 58px
	}

	.home-solution .all-solution {
		margin-top: 28px
	}
}

@media screen and (max-width:767px) {
	.home-solution {
		padding-bottom: 48px
	}

	.home-solution .all-solution {
		margin-top: 20px
	}
}

.common-solution {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.common-solution .column-box {
	width: calc(33.33% - 11px);
	margin-right: 16px
}

.common-solution .column-box:nth-child(3n) {
	margin-right: 0
}

.common-solution .column-box .solution-item {
	position: relative;
	overflow: hidden;
	height: 360px;
	margin-bottom: 16px
}

.common-solution .column-box .solution-item .solution-type {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	transition: all .6s;
	z-index: 1
}

.common-solution .column-box .solution-item .solution-type .iconfont {
	font-size: 40px;
	line-height: 40px
}

.common-solution .column-box .solution-item .solution-type .title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	margin-top: 16px
}

.common-solution .column-box .solution-item .solution-introduce {
	position: absolute;
	top: 0;
	text-align: center;
	background: rgba(237, 109, 0, .96);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .6s;
	z-index: 1
}

.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text {
	width: 100%;
	color: #fff;
	padding: 0 56px;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	transition: all .6s
}

.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .title {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 42px
}

.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .description {
	margin: 20px 0 24px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px
}

.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .ant-btn {
	color: #fff;
	border-color: #fff;
	background-color: transparent
}

.common-solution .column-box .solution-item:hover .solution-introduce {
	opacity: 1
}

.common-solution .column-box .solution-item:hover .solution-introduce .solution-introduce-text {
	top: 50%
}

.common-solution .column-box .solution-item:hover .solution-type {
	opacity: 0
}

@media screen and (max-width:1440px) {
	.common-solution .column-box .solution-item {
		height: 300px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text {
		padding: 0 38px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .title {
		font-size: 28px;
		line-height: 32px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .description {
		margin: 18px 0 22px;
		line-height: 26px
	}
}

@media screen and (max-width:1200px) {
	.common-solution .column-box {
		width: calc(33.33% - 8px);
		margin-right: 12px
	}

	.common-solution .column-box .solution-item {
		height: 260px;
		margin-bottom: 12px
	}

	.common-solution .column-box .solution-item .solution-type .iconfont {
		font-size: 36px;
		line-height: 36px
	}

	.common-solution .column-box .solution-item .solution-type .title {
		font-size: 22px;
		margin-top: 12px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text {
		padding: 0 28px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .title {
		font-size: 24px;
		line-height: 28px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .description {
		margin: 16px 0 20px;
		line-height: 24px;
		font-size: 14px
	}
}

@media screen and (max-width:992px) {
	.common-solution {
		flex-direction: row
	}

	.common-solution .column-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: calc(33.33% - 8px);
		margin-right: 0
	}

	.common-solution .column-box .solution-item {
		width: calc(100% - 8px);
		margin-right: 12px;
		height: 260px
	}
}

@media screen and (max-width:767px) {
	.common-solution .column-box {
		width: 100%
	}

	.common-solution .column-box .solution-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px !important;
		height: 220px
	}

	.common-solution .column-box .solution-item .solution-type .iconfont {
		font-size: 28px
	}

	.common-solution .column-box .solution-item .solution-type .title {
		font-size: 18px;
		margin-top: 8px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .title {
		font-size: 18px;
		line-height: 28px
	}

	.common-solution .column-box .solution-item .solution-introduce .solution-introduce-text .description {
		margin: 12px 0 16px
	}
}

.home-product {
	display: flex;
	background: #fff;
	flex-wrap: wrap
}

.home-product .product-type {
	width: calc(50% - 8px);
	margin-right: 16px;
	height: 720px;
	text-align: center;
	position: relative;
	background: #f8f8f8
}

.home-product .product-type:last-child .product-text .title,
.home-product .product-type:last-child .product-text .description,
.home-product .product-type:last-child .product-text .ant-btn{
    color: #fff;
}

.home-product .product-type .product-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.home-product .product-type .product-image img {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: all .6s;
	min-width: 100%
}

.home-product .product-type .product-text {
	padding: 0 0 96px;
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .6s
}

.home-product .product-type .product-text .title {
	font-size: 40px;
	font-weight: 600;
	color: #333;
	line-height: 62px
}

.home-product .product-type .product-text .description {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 32px;
	margin: 16px 0 40px
}

.home-product .product-type .product-text .ant-btn {
	opacity: 0;
	background-color: transparent;
	color: #333;
	border-color: #999;
	transition: all .6s
}

.home-product .product-type:last-child {
	margin-right: 0
}

.home-product .product-type:hover .product-text {
	top: 30%
}

.home-product .product-type:hover .product-text .ant-btn {
	opacity: 1
}

@media screen and (max-width:1400px) {
	.home-product .product-type {
		height: 640px
	}

	.home-product .product-type .product-text .title {
		font-size: 40px;
		line-height: 56px
	}

	.home-product .product-type .product-text .description {
		font-size: 22px;
		line-height: 28px;
		margin: 16px 0 34px
	}
}

@media screen and (max-width:1200px) {
	.home-product .product-type {
		height: 540px
	}

	.home-product .product-type .product-text .title {
		font-size: 32px
	}

	.home-product .product-type .product-text .description {
		font-size: 20px
	}
}

@media screen and (max-width:1024px) {
	.home-product .product-type {
		height: 440px
	}

	.home-product .product-type .product-text {
		padding: 72px 0;
		width: 80%
	}

	.home-product .product-type .product-text .title {
		font-size: 28px
	}

	.home-product .product-type .product-text .description {
		font-size: 18px
	}
}

@media screen and (max-width:992px) {
	.home-product .product-type {
		height: 360px
	}

	.home-product .product-type .product-text {
		padding: 46px 0
	}

	.home-product .product-type .product-text .title {
		font-size: 24px;
		line-height: 36px
	}

	.home-product .product-type .product-text .description {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 20px
	}
}

@media screen and (max-width:767px) {
	.home-product .product-type {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		height: 340px
	}

	.home-product .product-type:last-child {
		margin-bottom: 0
	}

	.home-product .product-type .product-text .title {
		font-size: 20px;
		line-height: 36px
	}

	.home-product .product-type .product-text .description {
		font-size: 14px;
		line-height: 24px;
		margin: 8px 0 16px
	}
}

.good-cases {
	padding-bottom: 72px;
	position: relative
}

.good-cases .case-container .case-wrapper .case-slide a {
	display: block;
	position: relative;
	max-width: 1200px;
	height: 640px;
	overflow: hidden
}

.good-cases .case-container .case-wrapper .case-slide .case-img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	object-fit: cover;
	min-width: 100%
}

.good-cases .case-container .case-wrapper .case-slide .case-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1
}

.good-cases .case-container .case-wrapper .case-slide .case-content .title {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	line-height: 50px
}

.good-cases .case-container .case-wrapper .case-slide .case-content .line {
	width: 16px;
	height: 2px;
	background: #559ee2;
	border-radius: 1px;
	margin: 32px auto
}

.good-cases .case-container .case-wrapper .case-slide .case-content .desc {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 22px
}

.good-cases .case-container .swiper-button-next .iconfont,
.good-cases .case-container .swiper-button-prev .iconfont {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50%;
	padding: 18px
}

.good-cases .case-container .swiper-button-next:after,
.good-cases .case-container .swiper-button-prev:after {
	content: ""
}

.good-cases .case-container .swiper-button-next:focus,
.good-cases .case-container .swiper-button-prev:focus {
	outline-color: transparent
}

.good-cases .case-container .swiper-button-prev {
	left: 120px
}

.good-cases .case-container .swiper-button-next {
	right: 120px
}

.good-cases .swiper-pagination {
	bottom: 144px;
	left: 50%;
	transform: translateX(-50%)
}

.good-cases .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	background: #d8d8d8;
	opacity: 1
}

.good-cases .swiper-pagination .swiper-pagination-bullet-active {
	background: #559ee2
}

.good-cases .case-more {
	text-align: center;
	margin-top: 88px
}

@media screen and (max-width:1400px) {
	.good-cases .case-container .case-wrapper .case-slide a {
		height: 500px
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .title {
		font-size: 30px;
		line-height: 42px
	}
}

@media screen and (max-width:1200px) {
	.good-cases .case-container .case-wrapper .case-slide a {
		height: 426px
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .title {
		font-size: 24px;
		line-height: 42px
	}

	.good-cases .case-container .swiper-button-prev {
		left: 80px
	}

	.good-cases .case-container .swiper-button-next {
		right: 80px
	}
}

@media screen and (max-width:992px) {
	.good-cases {
		padding-bottom: 58px
	}

	.good-cases .swiper-pagination {
		bottom: 120px
	}

	.good-cases .case-container .case-wrapper .case-slide a {
		height: 350px
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .title {
		font-size: 20px;
		line-height: 34px
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .line {
		margin: 22px auto
	}

	.good-cases .case-more {
		margin-top: 72px
	}
	.news-content-left ul li{
	    width:48%;
	}
	.news-content-left ul li:nth-child(2n){
	    margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.good-cases {
		padding-bottom: 48px
	}

	.good-cases .case-container .swiper-button-next .iconfont,
	.good-cases .case-container .swiper-button-prev .iconfont {
		font-size: 16px;
		line-height: 16px;
		width: 36px;
		height: 36px;
		padding: 10px
	}

	.good-cases .case-container .swiper-button-prev {
		left: 40px
	}

	.good-cases .case-container .swiper-button-next {
		right: 40px
	}

	.good-cases .case-container .case-wrapper .case-slide a {
		height: 280px
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content {
		max-width: 72%
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .title {
		font-size: 18px;
		line-height: 22px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .line {
		margin: 12px auto
	}

	.good-cases .case-container .case-wrapper .case-slide .case-content .desc {
		font-size: 14px;
		line-height: 20px
	}

	.good-cases .swiper-pagination {
		bottom: 98px
	}

	.good-cases .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px
	}

	.good-cases .case-more {
		margin-top: 46px
	}
	.news-content-left ul li{
	    width: 100%;
	}
}

.home-content {
	background: #f8f8f8;
	position: relative
}

.home-content .more-btn {
	color: #559ee2;
	border-color: #559ee2;
	font-weight: 700;
	transition: all .3s;
}

.home-content .more-btn:hover {
	background-color: #559ee2;
	color: #fff;
}

.home-banner-box {
	height: 100vh
}