.slider_in{width:100%;min-height:800px;position:relative}.slider img{width:100%;height:100vh;object-fit:cover}@media screen and (max-width:768px){.slider_in{min-height:360px}.slider img{height:360px}}@media screen and (max-width:668px){.slider_in{min-height:320px}.slider img{height:320px}}@media screen and (max-width:568px){.slider_in{min-height:280px}.slider img{height:280px}}@media screen and (max-width:468px){.slider_in{min-height:280px}.slider img{height:280px}}.cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.slider{overflow:hidden;width:100%;height:100%;max-height:100vh;margin:0 auto;.slider-item{font-size:0;height:100%;img{width:100%}}.add-animation{animation:zoomUp 10s linear 0s normal both}}@keyframes zoomUp{0%{transform:scale(1.4)}100%{transform:scale(1)}}.scroll{position:absolute;bottom:10px;right:1%;margin:auto;z-index:3}@media screen and (max-width:768px){.scroll{display:none}}.box_s{width:50px;height:180px;position:relative;text-align:center;overflow:hidden}.arrowWrap{position:absolute;left:0;right:0;margin:auto;top:0}.arrowInner p{margin:0 0 0 5px;font-size:16px;color:#fff;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.arrow{width:10px;height:140px;margin:30px auto 0;position:relative;overflow:hidden}.arrow:before{content:'';width:3px;height:140px;margin:0 auto;background-color:#fff;position:absolute;top:-170px;left:0;-webkit-animation:arrow 3.5s ease 0s infinite normal;animation:arrow 3.5s ease 0s infinite normal}@keyframes arrow{0%{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}60%{-webkit-transform:translate3d(-50%,100px,0);transform:translate3d(-50%,100px,0)}100%{-webkit-transform:translate3d(-50%,100px,0);transform:translate3d(-50%,100px,0)}}