
#slideshow{position:relative;width:800px;height:500px;margin:0 auto;overflow:hidden}
#slideshow .mainSwiper{height:100%}
#slideshow .mainSwiper .main_txt{position:absolute;bottom:100px;left:40px;z-index:99;color:#fff}
#slideshow .mainSwiper .main_txt .eng{font-size:18px;}
#slideshow .mainSwiper .main_txt .eng .col{color:#c6562b;font-weight:900}
#slideshow .mainSwiper .main_txt .tit{margin:18px 0 20px;font-size:38px;font-weight:100}
#slideshow .mainSwiper .main_txt .tit b{font-weight:700}
#slideshow .mainSwiper .main_txt .s_txt{font-size:16px;color:rgba(255,255,255,.8);line-height:1.7}
#slideshow .mainSwiper li.bg01{background:url('/sh_img/index/main_banner/main_banner01.jpg') no-repeat 100% 100% / cover}
#slideshow .mainSwiper li.bg02{background:url('/sh_img/index/main_banner/main_banner02.jpg') no-repeat 100% 100% / cover}
#slideshow .main_pagin{position:absolute;left:initial;right:33px;bottom:30px;z-index:1;width:auto;display:flex;align-items:center;gap:6px}
#slideshow .main_pagin > span{display:block;width:100px;height:2px;border-radius:0;background-color:#fff;opacity:1;margin:0}
#slideshow .main_pagin > span.on{width:100px;height:2px;border-radius:0pt;background:#222}

@media (max-width:1300px){
#slides,#slideshow,#slides li{width:100%}
#slides li img{max-width:100%;width:100%}
}
@media (max-width:1024px){
#slideshow{height:clamp(320px, 58vw, 500px)}
}
@media (max-width:580px){
#slideshow .main_pagin{right:5%;bottom:10%}
#slideshow .mainSwiper .main_txt{left:50%;transform:translateX(-50%);bottom:60px;width:100%;text-align:center}
#slideshow .mainSwiper .main_txt .tit{font-size:32px}
#slideshow .mainSwiper .main_txt .eng{font-size:16px}
#slideshow .mainSwiper .main_txt .s_txt{font-size:15px;line-height:1.6}
#slideshow .main_pagin{right:auto;left:50%;transform:translateX(-50%)}
}
@media (max-width:480px){
#slides li img{height:100%;object-position:left;object-fit:cover}
#slideshow .mainSwiper .main_txt{bottom:80px}
#slideshow .mainSwiper .main_txt .tit{font-size:28px}
}
@media (max-width:380px){
#slideshow .mainSwiper .main_txt .tit{font-size:24px}
#slideshow .mainSwiper .main_txt .s_txt{font-size:14px}
}