﻿.swiper-banner {
	width: 100%;
	height: 100%;
	--swiper-navigation-size: 60px;
}

.swiper-banner .swiper-slide {
	position: relative;
}

.swiper-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-banner .banner-bullet {
	display: inline-block;
	width: 60px;
	height: 8px;
	margin: 0 20px;
	border-radius: 5px;
	border: 1px solid white;
}

.swiper-banner .banner-bullet-active {
	display: inline-block;
	width: 61px;
	height: 9px;
	margin: 0 20px;
	border-radius: 5px;
	border: none;
	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.swiper-banner .banner-title {
	width: 40%;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 50px;
	right: 10px;
	background-color: red;
	padding: 10px;
	line-height: 1.5;
	background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1200px) {
	.swiper-banner .swiper-slide img {
		height: 250px;
		object-fit: cover;
	}
	.mb-news {
		height: 250px !important;
	}
}