.full-baner {
	max-width: 1920px;
	max-height: calc(100vh - 90px);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.full-baner .slider-billbord {
	background: transparent;
	display: none;
}
.full-baner .slick-slider { 
	display: block;
	max-height: calc(100vh - 90px);
}
.full-baner .item-billbord {
	min-height: initial;
}
.full-baner img {
	max-width: 100%;
}
.full-baner img.main1920 {}
.full-baner img.main1024,
.full-baner img.main600 {
	display: none;
}
.full-baner .item-billbord:before,
.full-baner .item-billbord:after {
	content: none;
}
.item-billbord.video {
	position: relative;
	overflow: hidden;
}
.item-billbord.video .video-c {}
.item-billbord.video .video-c video {
	width: 100%;
}
.item-billbord.video .video-c video.mob {
	display: none;
}
.item-billbord.video .video-t {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
}
.item-billbord.video .video-t .vt-t{
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 30px;
	max-width: 50%;
	color: #333;
}
.item-billbord.video .video-t .vt-c{
	font-size: 28px;
	padding-bottom: 30px;
	max-width: 50%;
	color: #333;
}
.item-billbord.video .video-t .vt-b .btn{
	min-width: initial;
	width: initial;
}
.full-baner .slick-dots {
	top: calc(100% - 50px);
}
.full-baner .slick-dots li {
	border-radius: 100%;
	background: #bc8a7e;
	border: 1px solid rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 10px;
}
.full-baner .slick-dots li.slick-active {
	background: #000;
}
.full-baner .slick-dots li button {
	border: 0;
}
.full-baner .slick-dots li button:hover,
.full-baner .slick-dots li button:focus {
	background-color: initial;
}
/*
.item-billbord.video .video-t,
.full-baner .slick-slide {
	height: calc(100vw);
}*/
@media only screen and (min-width : 2000px) {
	.item-billbord.video .video-t,
	.full-baner .slick-slide {
		height: 100%;
	}
}
@media only screen and (max-width : 1200px) {
	.item-billbord.video .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (max-width : 1024px) {
	/*.item-billbord.video .video-t,
	.full-baner .slick-slide {
		height: calc(39vw);
	}*/
	.item-billbord.video .video-t .vt-t{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.item-billbord.video .video-t .vt-c{
		font-size: 18px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width : 600px) {
	.item-billbord.video .video-t,
	.full-baner .slick-slide {
		max-height: 600px;
	}
	.item-billbord.video .video-t .vt-t{
		max-width: 70%;
	}
	.item-billbord.video .video-t .vt-c{
		font-size: 16px;
		max-width: 70%;
	}
	.item-billbord.video .video-t .vt-b{
		max-width: 70%;
	}
	.item-billbord.video .video-c video {
		display: none;
	}
	.item-billbord.video .video-c video.mob {
		display: block;
	}
	.full-baner img.main600 {
		display: block;
	}
	.full-baner img.main1920 {
		display: none;
	}
	.full-baner {
		max-height: 100vw;
	}
}/*
@media only screen and (max-width : 1840px) {
	.full-baner .slick-slide {
		height: 650px;
	}
}
@media only screen and (max-width : 1820px) {
	.slick-slide {
		height: 640px;
	}
}
@media only screen and (max-width : 1490px) {
	.item-billbord.video {
		max-height: 395px;
	}
}*/