#banner{position:relative;overflow:hidden;background:#343d46}
#banner_box,#banner_box .item,#banner_box .img_box{position:relative;height:100vh}
#banner_box .item{display:flex}
#banner_box .img_box img{min-width:100vw;width:100vw;aspect-ratio:5/2}
#banner_box .img_box iframe,#banner_box .img_box video{position:absolute;width:100%;height:100%;top:0;left:0}
#banner_box .slick-dotted .slick-track{min-width:100vw}
#banner_box .imgm{margin: auto 130px -50px auto;z-index:9;width: 1180px;aspect-ratio:16/9}
#banner_box .imgm img{width:1180px;aspect-ratio:3/2}
#banner video,#banner iframe{position:absolute;width:100%;height:100%;top:0;right:0;object-fit:cover;opacity:.15;z-index:-1}
#banner .info_box{position:absolute;top:40%;width:100%;height:300px;border-radius:25px;z-index:999;text-decoration:none}
#banner .info_box h3{font-size:68px;color:#fff;line-height:1.2}
#banner .info_box p{font-size:30px;color:#fff;margin:15px 0 25px}
#banner .baScro{position:absolute;right:57px;top:calc(50% - (100px / 2))}
#banner .baScro a{display:flex;flex-direction:column;align-items:center;cursor:pointer}
#banner .baScro a b{font-size:16px;writing-mode:vertical-rl;font-weight:400;color:#fff}
#banner .baScro a span{height:120px;width:1px;background:#fff;margin:20px 0;position:relative}
#banner .baScro a span:before{content:'';position:absolute;top:0;left:0;height:60px;width:1px;background:linear-gradient(45deg,#13bce3,#596beb);animation-name:fish;animation-direction:alternate;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:2s}
#banner .baScro a svg{width:23px;height:23px;fill:#fff}

@keyframes fish{0%{top:0}100%{top:60px}}

#banner .deco01{top:0;right:0;z-index:-1}
#banner .deco02{bottom:0;left:24%;z-index:-1}
@media screen and (max-width:1470px){
    #banner_box .imgm{width: 980px;}
}
@media screen and (max-width:1280px){
    #banner .baScro{display:none}
    #banner_box .imgm{margin:0;width:100%}
    #banner_box .imgm img{aspect-ratio:unset;width:auto;height:100%;opacity:.4}
    #banner .deco01{z-index:9;right:-59%;top:50px}
    #banner video,#banner iframe,#banner .deco02{display:none}
}
@media screen and (max-width:1024px){
    #banner_box,#banner_box .item,#banner_box .img_box{height:70vh}
    #banner_box .imgm img{width:100%;object-fit:cover}
    #banner .info_box h3{font-size:42px}
}
@media screen and (max-width:768px){
    #banner .deco01{right:-89%}
}
@media screen and (max-width:480px){
    #banner .deco01{header #cisright:-160%;right:-180%}
    #banner_box,#banner_box .item,#banner_box .img_box{height:480px}
    #banner .info_box h3{font-size:36px}
    #banner .info_box{top:33%}
}