@charset "utf-8";
/* CSS Document */

#home-banner {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#home-banner .swiper-container {
	padding-bottom: 40px;
}

#home-banner  .swiper-slide {
	width: 380px;
	height: 210px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	overflow: hidden;
}
#home-banner  .swiper-slide img{
	display:block;
	width: 100%;
}

#home-banner .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#home-banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #464646;
	width: 8px;
	height: 8px;
	opacity: 1;
}

#home-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f6841f;
}

#home-banner .swiper-button-prev {
	position: absolute;
	left: 360px;
	top: 105px;
	width: 25px;
	height: 30px;
	background: url(/public/static/img/h-left.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#home-banner .swiper-button-prev:hover {
	background: url(/public/static/img/h-left2.png) no-repeat;
	background-size: 100%
}

#home-banner .swiper-button-next {
	position: absolute;
	right: 360px;
	width: 25px;
	height: 30px;
	top: 105px;
	background: url(/public/static/img/h-right.png) no-repeat;
	background-position: 0 0px;
	background-size: 100%;
}

#home-banner .swiper-button-next:hover {
	background: url(/public/static/img/h-right2.png) no-repeat;
	background-size: 100%
}

.banner-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
}

.home-banner-type{
	width: auto;
	position: absolute;
	padding: 1px 2px 1px 2px;
	top: 10px;
	left: 15px;
	border-radius: 3px;
	background-color: #f6841f;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing:3px;
	text-indent: 3px;
}

.home-banner-val{
	width: 350px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.home-banner-title{
	color: #FFFFFF;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

.home-banner-data{
	color: #ffffff;
	font-size: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 300;
	text-align: left;
}

.home-banner-valdi{
	width: 380px;
	height: 55px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	left: 0px;
	bottom: 0px;
}

