#visul {position: relative;background: #fff;clear: both;z-index: 3;margin-top: 125px;}
.hero-slide .b-de { position: relative; color: #fff; background: no-repeat 50% / cover; }
.hero-slide .b-de >a { display: block;  }
.banner-txt {position: absolute;width: 100%;bottom: 30%;left: 0;z-index: 11;}
.banner-txt h2 {font-size: 60px;transform: translateY(-30px);opacity: 0;margin-bottom: 30px;line-height: 140%;text-shadow: 0 0 15px rgb(0 0 0 / 15%);}
.banner-txt p { transform: translateY(30px); transition-delay: .5s; opacity: 0; }
.banner-txt p a {font-size: 21px;color: #fff;display: inline-flex;align-items: center;background: #daa520;padding: 15px 35px 15px 20px;border-radius: 50px;line-height: 100%;}
.banner-txt p a svg{width: 35px;height: 35px;fill: #fff;margin-right: 10px;}
.slick-current.slick-active .banner-txt h2 ,
.slick-current.slick-active .banner-txt p { transform: translateY(0); opacity: 1; }

#banner .item { position: relative; overflow: hidden; text-align: right; }
#banner .item video , #banner .item iframe {position: absolute;width: 100%;left: 0;top: 0;}

#visul .slick-dots { bottom: 10px; }
#visul .slick-dots li button:before { color: #808080; opacity: 1; }
#visul .slick-dots li.slick-active button:before { color: #fff; }

#visul .slick-slider { margin-bottom: 0; }

@media screen and (max-width:1280px) {
	#visul{margin-top: 115px;}
	.banner-txt h2 {font-size: 45px;}
	.banner-txt p a{font-size: 18px;}
}
@media screen and (max-width:1024px) {
	.hero-slide .b-de >a img{padding: 60px 0;}
	#banner .workframe{width:90%;}
}
@media screen and (max-width:980px) {
	.hero-slide .b-de >a img{padding: 150px 0;}
	#banner .item video {width: 230%;}
	#banner .item iframe { height:100%; }
}
@media screen and (max-width:640px) {
	#banner .item video {left: -100px;}
	.banner-txt {bottom: 10%;}
	.hero-slide .b-de >img { padding: 30px 0; }
	.banner-txt h2 {font-size: 30px;}
	.banner-txt p a{font-size: 16px;}
	#banner a img{height: 400px;	}
	.hero-slide .b-de a img{padding: 50px 0;}
	.banner-txt p a svg{width: 22px;height: 22px;}
}