/* banner */
#banner {width: 100%;z-index: 3;}
#banner .item { height: 90vh; }
#banner .main-slider { -webkit-clip-path: url(#clip_banner); clip-path: url(#clip_banner); }
#banner .item .clip >* { min-width: 100%; width: 100%; }
#banner .item .clip iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#banner .item .clip video { overflow: hidden; position: absolute; width: 100%; height: auto; top: 50%; left: 50%; }
#banner .item .info >div { margin: auto; width: calc(100% - 60px); }
#banner .item .info >div .txt { -webkit-transition-delay: .2s; transition-delay: .2s; }
#banner .item .info >div .txt:nth-child(2) { -webkit-transition-delay: .4s; transition-delay: .4s; }
#banner .item .info >div .txt >* { padding: 10px 15px; max-width: calc(100% - 30px); font-size: 18px; }
#banner .item .info >div .txt h3 { margin-bottom: 15px; line-height: 120%; font-size: 35px; }
#banner .slick-dots{bottom:10px;}
#banner .slick-dots li button:before{content:'';width: 25px;height: 4px;background: #fff;border-radius: 50px;opacity: 1;}
#banner .slick-dots li.slick-active button:before{background:#727070}

@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	#banner .item { height: 65vh; }
}