#kubanner{margin-top:130px;}
#banner{
	overflow: hidden;
	background: #e4e4e4;
	position: relative;
}
#banner section{position:relative;z-index:2;margin: 70px auto;}
.bannerslide .slick-slide a{
	opacity:0.4;
}
.bannerslide .slick-active a{
	opacity:1;
}
#banner .bannerslide a.photo{
	display:
	block;
	background-repeat:
	no-repeat;
	background-position:50% 50%;
	background-size: cover;
	width: 55%;
}
#banner .bannerslide a.photo img{
}
#banner .slick-slider {
	margin-bottom: 0;
}
#banner .slick-prev,
#banner .slick-next{
	background-image:url(../../images/05/banner-scrrow.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	display:block;
    left: 0;
    width: 60px;
	height:100%;
	z-index: 99;
}
#banner .slick-next{
	background-image:url(../../images/05/banner-scrrow2.png);
	left:initial;
	right:0;
}
#banner .slick-prev:before,
#banner .slick-next:before{
	display:none;
}
#banner .slick-prev:hover,
#banner .slick-next:hover{
	background-color:rgba(25,25,25,0.5);
}
#banner .slick-dots {
	bottom: 0;
	opacity: 0;
}
#banner .item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#banner .item video ,
#banner .item iframe {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#banner .item .art {width: 45%;padding: 60px;text-align: end;background: #01153e;display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;}
#banner .item .art a{
    color: #fff;
    background-color: #ffc107;
    padding: 10px 50px;
    margin: 30px 0 0;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

#banner .item .art h2 {
	font-size: 30px;
	color: #fff;
	line-height: 150%;
	text-align: end;
	overflow: hidden;
	font-weight: 400;
}
#banner .item .art p {
	color: #6c6568;
	font-size: 16px;
	text-align: left;
	line-height: 170%;
}

@media screen and (max-width: 1680px) {
	#banner .slick-prev,
	#banner .slick-next{
		left: 100px;
	}
	#banner .slick-next{
		right:100px;
		left:initial;
	}
}

@media screen and (max-width: 1280px) {
    #kubanner{
    margin-top: 60px;
}
}
@media screen and (max-width: 1440px) {
	#banner .slick-prev,
	#banner .slick-next{
		left: 50px;
	}
	#banner .slick-next{
		right:50px;
		left:initial;
	}
}
@media screen and (max-width: 1280px) {
	#banner .slick-prev,
	#banner .slick-next{
		left: 0px;
		background-size: 20%;
	}
	#banner .item .art h2{
    font-size: 40px;
}
	#banner .slick-next{
		right:0;
		left:initial;
	}
}
@media screen and (max-width: 980px) {
	#banner section {margin: 40px auto;}
	#banner .item video {
		width: auto;
		height: 100%;
	}
	#banner .item iframe {
		height:100%;
		transform: scale(1.4);
	}
	#banner .slick-slide img {
	}
	#banner .bannerslide a.photo{
    float: none;
    width: 100%;
}
    #banner .item .art{
    position: relative;
    text-align: center;
    width: 100%;
    align-items: center;
}
    #banner .item .art h2{text-align:center;font-size: 30px;}
}
@media screen and (max-width: 480px) {
    #kubanner{
    margin-top: 61px;
}
	#banner .slick-prev,
	#banner .slick-next{
		display:none !important;
	}
	#banner .item .art{
    padding: 20px;
}
    #banner .item .art h2{
    font-size: 18px;
}
}