


@import url("iconfont.css");
/* home banner */
.home-banner{position:relative}
.home-banner .banner-quote-float{position:absolute;bottom:20%;left:10%;z-index:100;display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border:none;border-radius:999px;background:var(--color,#CB451B);color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.28);transition:opacity .2s,box-shadow .2s,transform .2s,padding .2s,font-size .2s}
.home-banner .banner-quote-float:hover{opacity:.95;box-shadow:0 6px 20px rgba(203,69,27,.4);transform:translateY(-1px)}
.home-banner .pcimg{display:block}
.home-banner .pcimg img,.home-banner .pcimg video{display:block}
.home-banner .mobimg{display:none}
.home-banner .mobimg img,.home-banner .mobimg video{display:none}
.home-banner .swiper-slide img,.home-banner .swiper-slide video{width:100%}
/* 轮播视频单实例：避免原 pcimg+mobimg 双 video 对同一 MP4 重复发起 Range 请求 */
.home-banner .banner-slide-link--video{display:block;line-height:0}
.home-banner .banner-slide-link--video .swiper-slide-img{display:block;width:100%;aspect-ratio:1920/750;height:auto;max-height:835px;object-fit:fill;vertical-align:bottom}
@media (max-width:768px){.home-banner .banner-slide-link--video .swiper-slide-img{object-fit:cover}}
.home-banner .swiper-pagination-bullet{background-color:#CCC;border-radius:999px;height:4px;opacity:1;overflow:hidden;position:relative;width:32px}
.home-banner .swiper-pagination-bullet:after{background-color:var(--color);border-radius:999px;content:"";display:block;height:100%;width:0}
.home-banner .swiper-pagination-bullet-active.cur::after{transition:width 6s linear;width:100%}
.home-banner .swiper-pagination-bullet-active{background-color:#CCC}
.home-banner .banner-button-next,.home-banner .banner-button-prev{position:absolute;left:20px;top:45%;width:50px;height:50px;z-index:99;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.4);border-radius:50%;padding:10px;transition:all .1s linear}
.home-banner .banner-button-next:hover,.home-banner .banner-button-prev:hover{background:var(--color)}
.home-banner .banner-button-next em,.home-banner .banner-button-prev em{font-size:22px;color:#FFF}
.home-banner .banner-button-next{left:auto;right:20px}
.home-banner .banner-animote{position:absolute;bottom:40%;left:10%;color:#FFF;opacity:0;max-width:1000px}
.home-banner .banner-animote .title{font-size:42px;font-weight:700}
.home-banner .banner-animote .text{font-size:20px}
.home-banner .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
@keyframes bannerani{0%{opacity:0;transform:translateX(40px)}
100%{opacity:1;transform:translateX(0)}}
/* 手机端居中定位不依赖 transform，入场仅做水平位移，避免冲掉居中 */
@keyframes bannerani-mob{0%{opacity:0;transform:translateX(24px)}
100%{opacity:1;transform:translateX(0)}}
.index>main>section{position:relative}
/* home choose */
.home-choose{padding:4% 0 4%;z-index:1}
.home-choose::before{content:"";position:absolute;top:0;width:100%;height:350px;background:var(--color);z-index:-1}
.home-choose .home-des,.home-choose .home-title{color:#FFF}
.choose-ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-top:60px}
.choose-ul .choose-item{width:23%;background:#FFFf;box-shadow:0 6px 13px 0 rgba(19,20,21,.08);padding:50px 30px;text-align:center;transition:transform .1s linear,box-shadow .1s linear;display:flex;flex-direction:column;align-items:center;position:relative;cursor:default;-webkit-tap-highlight-color:transparent;overflow:hidden;min-height:0}
@media (hover:hover) and (pointer:fine){.choose-ul .choose-item:hover{transform:translateY(-5px);z-index:4;box-shadow:0 10px 24px 0 rgba(19,20,21,.12)}
.choose-ul .choose-item:hover .icon{transform:rotateY(360deg);transition:transform .35s linear}}
.choose-ul .choose-item .title{color:var(--fontcolortitle);font-size:24px;line-height:1.25;margin:0 0 20px;width:100%;max-height:calc(2 * 1.25 * 1em);min-height:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word;box-sizing:border-box;transition:max-height .1s linear 0s}
.choose-ul .choose-item img{height:60px;transition:all .3s linear}
.choose-ul .choose-item .icon{transition:all .3s linear;line-height:1;flex-shrink:0}
.choose-ul .choose-item em{font-size:60px;color:var(--color)}
.choose-ul .choose-item .info{margin-top:20px;color:var(--fontcolorintro);width:100%;max-height:calc(3 * 1.5 * 1em);min-height:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.5;font-size:16px;text-align:center;word-break:break-word;box-sizing:border-box;transition:max-height .1s linear 0s}
@media (min-width:769px){.home-choose .choose-ul .choose-item .title{min-height:calc(2 * 1.25 * 1em)}.home-choose .choose-ul .choose-item .info{min-height:calc(3 * 1.5 * 1em)}}
@media (min-width:769px) and (pointer:fine){.choose-ul .choose-item:focus-within{z-index:4;box-shadow:0 10px 24px 0 rgba(19,20,21,.12)}}
.choose-ul .choose-item:focus{outline:none}
.choose-ul .choose-item:focus-visible{outline:2px solid var(--color);outline-offset:3px}
/* home about */
.home-about{padding:3% 0 8%}
.home-about .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.home-about .about-wrap>div{width:50%}
.home-about .about-img{position:relative;width:50%;padding:10px 3% 0 10px}
.home-about .about-img:hover img{transform:translate(-10px,-10px)}
.home-about .about-img>img{width:100%;transition:all .4s linear;border-radius: 10px;}
.home-about .about-img>video{display:block;width:100%;aspect-ratio:16/9;height:auto;border-radius:10px;background:#111}
.home-about .about-img .about-icon{position:absolute;top:0;left:0;background:var(--color);color:#FFF;width:220px;height:200px;text-align:center;transition:all .1s linear}
.home-about .about-img .about-icon:hover{opacity:.96}
.home-about .about-img .about-icon img{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%)}
.home-about .about-img .about-icon span{display:block;font-size:30px;font-weight:500;padding-top:20%}
.home-about .about-img .about-icon p{padding-top:20%;font-size:18px}
.home-about .about-info{padding-top:30px}
.home-about .about-info .home-des,.home-about .about-info .home-title{text-align:left}
.home-about .about-info .about-content{color:var(--fontcolorintro);margin-top:30px}
.home-about .about-info .about-content p{margin-bottom:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:12;overflow:hidden}
.home-about .color{font-weight:var(--fontweight);font-size:18px;color:#080808;display:flex;align-items:center}
.home-about .color span{color:var(--color);font-size:24px;padding-right:15px}
.home-about .about-contact{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 6px 13px 0 rgba(19,20,21,.15);padding:2% 6%;margin-top:30px;position:absolute;left:50%;transform:translateX(-50%);bottom:-70px;max-width:1600px;width:100%;z-index:9;background:#FFF}
.home-about .about-contact p{font-weight:var(--fontweight);font-size:22px}
/* home project */
.home-project{background:#FFFbfa;padding:8% 15px 4%}
.home-project .swiper{margin-top:60px;padding-bottom:100px}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{position:absolute;bottom:0;left:calc(50% - 50px);background:var(--color);display:inline-flex;align-items:center;justify-content:center;color:#FFF;width:40px;height:40px;cursor:pointer;transition:all .1s linear}
.home-project .swiper .project-button-next.swiper-button-disabled,.home-project .swiper .project-button-prev.swiper-button-disabled{background:#bababa}
.home-project .swiper .project-button-next em,.home-project .swiper .project-button-prev em{font-size:20px}
.home-project .swiper .project-button-next:hover,.home-project .swiper .project-button-prev:hover{opacity:.9}
.home-project .swiper .swiper-slide{overflow:hidden;max-height:308px}
.home-project .swiper .swiper-slide img{transition:all .2s linear;width:100%;border-radius: 5px;}
.home-project .swiper .swiper-slide img:hover{transform:scale(1.1)}
.home-project .swiper .project-button-next{left:auto;right:calc(50% - 50px)}
/* home product */
.home-product{padding:4% 0 6%}
.index-pro{display:flex;flex-wrap:wrap;margin-top:50px}
.index-pro .pro-item{width:24%;border:1px solid #e5e5e5;border-left:none;overflow:hidden;text-align:center;transition:all .1s linear;display:flex;flex-direction:column;position:relative;border: 1px solid rgb(7, 7, 7 .3);border-radius: 5px;box-shadow: 0 3px 10px rgba(0, 0, 0, .2);margin-right:10px;margin-top:20px;}
.index-pro .pro-item:nth-child(4n+1){border-left:1px solid #e5e5e5}
.index-pro .pro-item:nth-child(n+5){border-top:none}
.index-pro .pro-item:hover{outline-color:var(--color);z-index:9}
.index-pro .pro-item:hover .pro-img img{transform:translate(-50%,-50%) scale(1.05);}
.index-pro .pro-item:hover .pro-info .pro-title a{color:var(--color)}
.index-pro .pro-item:hover .pro-info .pro-btn em{position:static;opacity:1}
.index-pro .pro-item .pro-img a{display:block;overflow:hidden;position:relative;height:0;padding-bottom:100%}
.index-pro .pro-item .pro-img a img{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .1s linear}
.index-pro .pro-item .pro-info{flex:1;padding:10px;display:flex;flex-direction:column;justify-content:space-between}
.index-pro .pro-item .pro-title a{font-weight:700;margin-bottom:10px;color:var(--fontcolortitle);line-height:20px;text-transform:capitalize}
.index-pro .pro-item .pro-btn{color:var(--color);font-size:16px;padding-left:15px;transition:all .1s linear}
.index-pro .pro-item .pro-btn em{font-style:normal;opacity:0;transition:all .1s linear}
/* home activity */
.home-activity{z-index:1}
.home-activity::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(270deg,var(--fontcolortitle) 0,rgba(0,0,0,0) 100%);z-index:-1}
.home-activity .l-wrap{display:flex;justify-content:flex-end}
.activity-wrap{width:50%;color:#FFF;padding:6% 0}
.activity-wrap .text{font-size:18px}
.activity-wrap .title{font-size:48px;font-weight:var(--fontweight);line-height:1.2;margin:10px 0 20px}
.activity-wrap .content{font-size:16px;line-height:24px;margin-bottom:20px}
.activity-wrap .img{display:flex;margin-bottom:30px}
.activity-wrap .img img{height:200px;margin-right:15px;transition:all .2s linear}
.activity-wrap .img img:hover{transform:translateY(-5px)}
.home-activity .activity-wrap .img{display:flex;gap:14px;margin-bottom:30px;align-items:stretch}
.home-activity .activity-wrap .img .lazy-wrap{flex:1 1 0;min-width:0;height:200px;overflow:hidden;border-radius:8px;position:relative}
.home-activity .activity-wrap .img .lazy-wrap::after{display:none!important;padding-bottom:0!important}
.home-activity .activity-wrap .img .lazy-wrap.lazy-loaded::after{display:none!important}
.home-activity .activity-wrap .img img{width:100%;height:100%;margin:0;object-fit:cover;object-position:center;display:block}
.home-activity .activity-wrap .img img:hover{transform:translateY(-5px)}
/* home news */
.home-news{padding:4% 0 4%}
.news-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.news-list .news-item{background:#FFF;width:23%;margin-bottom:20px;transition:all .2s linear;box-shadow:0 6px 13px 0 rgba(19,20,21,.08);position:relative}
.news-list .news-item:nth-child(4n){margin-right:0}
.news-list .news-item:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.15)}
.news-list .news-item:hover .news-img img{transform:scale(1.02)}
.news-list .news-item:hover .news-info .news-title a{color:var(--color)}
.news-list .news-item .news-img{width:100%;aspect-ratio:16/10;overflow:hidden;position:relative;border-radius:8px}
.news-list .news-item .news-img>a.lazy-wrap{position:absolute;inset:0;display:block;overflow:hidden;border-radius:8px}
.news-list .news-item .news-img .lazy-wrap::after{display:none!important;padding-bottom:0!important}
.news-list .news-item .news-img .lazy-wrap.lazy-loaded::after{display:none!important}
.news-list .news-item .news-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:8px;transition:all .2s linear}
.news-list .news-item .news-img .news-date{position:absolute;bottom:0;left:12px;background:var(--color);color:#FFF;width:auto;min-width:7em;max-width:calc(100% - 24px);height:auto;min-height:40px;padding:6px 14px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box;font-size:14px;line-height:1.25;overflow:visible}
.news-list .news-item .news-info{padding:30px 20px}
.news-list .news-item .news-info .news-title{width:100%;height:68px;max-height:68px;overflow:hidden;margin:0}
.news-list .news-item .news-info .news-title a{color:#141616;font-size:var(--fonttitle);font-weight:var(--fontweight);line-height:1.35;text-transform:capitalize;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;word-break:break-word}
.news-list .news-item .news-info .news-text{font-size:var(--fontintro);margin:8px 0;color:var(--fontcolorintro);line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;height:96px;max-height:96px;word-break:break-word}
.news-list .news-item .news-info .news-btn{color:var(--color);font-size:16px}
@media (max-width:1280px){.home-choose .choose-ul .choose-item .title{font-size:20px;max-height:calc(2 * 1.25 * 1em);-webkit-line-clamp:2;min-height:calc(2 * 1.25 * 1em)}
.home-choose .choose-ul .choose-item .info{max-height:calc(3 * 1.5 * 1em);-webkit-line-clamp:3;min-height:calc(3 * 1.5 * 1em)}
.home-activity::before{background:linear-gradient(90deg,var(--fontcolortitle) 0,rgba(0,0,0,.45) 100%)}
.home-activity .activity-wrap{width:100%}
.home-activity .activity-wrap .title{font-size:30px}
.news-list .news-item{width:24%}}
@media (max-width:1024px){.choose-ul .choose-item{width:24%}
.home-banner .banner-animote{left:0;width:100%;padding:0 10%}
.home-banner .banner-animote .title{font-size:clamp(18px,2.6vw,28px);line-height:1.25}
.home-banner .banner-animote .text{font-size:clamp(12px,1.5vw,15px);line-height:1.35}
/* 进度条贴底；CTA 在「文案与进度条」之间的空隙内上下居中（用 %） */
.home-banner .swiper-pagination.swiper-pagination-bullets{bottom:2.5%;z-index:8}
.home-banner .banner-quote-float{left:50%;right:auto;bottom:18%;transform:translateX(-50%);padding:.7em 1.4em;font-size:clamp(12px,1.5vw,14px)}
.home-banner .banner-quote-float:hover{transform:translateX(-50%) translateY(-1px)}
.home-about{padding-bottom:0}
.home-about .about-contact{position:static;transform:none;margin-top:70px}
.news-list .news-item .news-info{padding:20px 10px}}
@media (max-width:768px){.home-banner .pcimg{display:none}
.home-banner .pcimg img,.home-banner .pcimg video{display:none}
.home-banner .mobimg{display:block}
.home-banner .mobimg img,.home-banner .mobimg video{display:block;width:100%;max-height:835px;object-fit:cover;vertical-align:bottom}
.home-banner .banner-button-next,.home-banner .banner-button-prev{top:36%;display:none}
/* 文案偏上；按钮在文案与进度条之间的空隙垂直居中（对应截图红框位置） */
.home-banner .swiper-slide{position:relative}
.home-banner .banner-animote{left:4%;right:4%;top:8%;bottom:32%;width:auto;max-width:none;height:fit-content;max-height:100%;margin:auto;padding:0 3%;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25em;box-sizing:border-box;text-align:center;overflow:visible}
.home-banner .banner-animote .title{font-size:clamp(13px,3.8vw,16px);line-height:1.25;font-weight:700;text-shadow:0 1px 10px rgba(0,0,0,.5);max-width:100%;width:100%;display:block;overflow:visible;-webkit-line-clamp:unset;line-clamp:unset}
.home-banner .banner-animote .text{font-size:clamp(10px,2.9vw,12px);line-height:1.35;text-shadow:0 1px 8px rgba(0,0,0,.45);max-width:100%;width:100%;opacity:.96;display:block;overflow:visible;-webkit-line-clamp:unset;line-clamp:unset}
.home-banner .swiper-slide-active .banner-animote{animation-name:bannerani-mob}
.home-banner .banner-quote-float{left:50%;right:auto;bottom:18%;transform:translateX(-50%);padding:.55em 1.1em;font-size:clamp(10px,2.9vw,12px);font-weight:700;border-radius:999px;line-height:1.2;box-shadow:0 3px 12px rgba(0,0,0,.3);z-index:9;min-height:0;max-width:92%}
.home-banner .banner-quote-float:hover{transform:translateX(-50%) translateY(-1px)}
.home-about .about-img:hover>img{transform:none}
.home-about .about-info .about-content{margin-top:10px}
.home-about .about-wrap .about-info>.about-content{-webkit-tap-highlight-color:transparent;cursor:pointer;outline:none;font-size:13px;line-height:1.55;margin-bottom:22px}
.home-about .about-wrap .about-info>.about-content:not(.is-expanded)>p:first-of-type{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-height:calc(3 * 1.55em);margin-bottom:10px;transition:max-height .1s linear}
.home-about .about-wrap .about-info>.about-content.is-expanded>p:first-of-type{display:block;-webkit-line-clamp:unset;max-height:2000px;overflow:hidden;transition:max-height .1s linear}
.home-about .about-wrap .about-info>.about-content>p.color{font-size:15px;line-height:1.4}
@media (hover:hover) and (pointer:fine){.choose-ul .choose-item:hover .icon{transform:none}}
.choose-ul{margin-top:30px}
.choose-ul .choose-item{width:48%;margin-bottom:20px;padding:20px 10px}
.choose-ul .choose-item .title{font-size:13px;line-height:1.25;margin:0 0 10px;width:100%;word-break:break-word;box-sizing:border-box;max-height:none;-webkit-line-clamp:unset;display:block}
.choose-ul .choose-item:not(.is-expanded) .title{max-height:calc(1.25em * 1);min-height:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.choose-ul .choose-item em{font-size:40px}
.choose-ul .choose-item .info{margin-top:15px;width:100%;font-size:13px;line-height:1.5;word-break:break-word;box-sizing:border-box;color:var(--fontcolorintro);text-align:center;max-height:none;-webkit-line-clamp:unset;display:block}
.choose-ul .choose-item:not(.is-expanded) .info{max-height:calc(1.5em * 3);min-height:calc(1.5em * 3);-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.home-about .about-wrap>div{width:100%}
.home-about{padding-bottom:3%}
.home-about .about-contact{margin-top:30px;display:none}
.home-about .about-contact .home-more{margin-top:20px}
.home-about .about-img .about-icon{width:140px;height:110px}
.home-about .about-img .about-icon span{font-size:18px;padding-top:10%}
.home-about .about-img .about-icon p{padding-top:10%}
.home-project .swiper{margin-top:40px}
.home-project .swiper .project-button-next,.home-project .swiper .project-button-prev{bottom:20px}
.home-activity .activity-wrap .img{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}
.home-activity .activity-wrap .img .lazy-wrap{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden;border-radius:8px}
.home-activity .activity-wrap .img .lazy-wrap::after{display:none!important;padding-bottom:0!important}
.home-activity .activity-wrap .img img{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;display:block}
.home-activity .activity-wrap .title{font-size:20px;line-height:1.25;margin:8px 0 14px}
.home-activity .activity-wrap .title br{display:none}
.home-activity .activity-wrap .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.35}
.home-activity .activity-wrap>.content{-webkit-tap-highlight-color:transparent;cursor:pointer;outline:none;font-size:13px;line-height:1.55;margin-bottom:26px}
.home-activity .activity-wrap>.content:not(.is-expanded) p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0;max-height:calc(3 * 1.55em);transition:max-height .1s linear}
.home-activity .activity-wrap>.content.is-expanded p{display:block;-webkit-line-clamp:unset;overflow:hidden;margin:0;max-height:2000px;transition:max-height .1s linear}
.index-pro .pro-item{width:calc((100% - 10px) / 2);margin-right:10px;border:1px solid #e5e5e5 !important}
.index-pro .pro-item:nth-child(2n){margin-right:0}
.index-pro .pro-item:nth-child(2n+1){border-right:none !important}
.index-pro .pro-item:nth-child(n+3){border-top:none !important}
.index-pro .pro-item .pro-info{font-weight:400}
.news-list .news-item{width:48%}
.news-list .news-item .news-img{aspect-ratio:4/3;border-radius:8px}
.news-list .news-item .news-img .news-date{left:8px;bottom:8px;font-size:13px;line-height:1.25;min-width:0;max-width:calc(100% - 16px);width:max-content;min-height:32px;height:auto;padding:5px 12px;overflow:visible}
.news-list .news-item .news-info .news-title{width:100%;height:60px;max-height:60px;overflow:hidden;margin:0}
.news-list .news-item .news-info .news-title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.35;word-break:break-word}
.choose-ul .choose-item{cursor:pointer}.choose-ul .choose-item.is-expanded{z-index:4;box-shadow:0 10px 24px 0 rgba(19,20,21,.12)}.choose-ul .choose-item.is-expanded .title,.choose-ul .choose-item.is-expanded .info{height:auto;max-height:2000px;-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:hidden;transition:max-height .1s linear 0s}.choose-ul .choose-item.is-expanded .title,.choose-ul .choose-item.is-expanded .info{min-height:0}.news-list .news-item .news-info .news-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:14px;line-height:1.45;max-height:calc(1.45em * 3);height:auto;margin:8px 0;word-break:break-word}}
@media (max-width:660px){
.home-banner .banner-animote{left:3%;right:3%;top:6%;bottom:30%;padding:0 2%;gap:.2em}
.home-banner .banner-animote .title{font-size:clamp(12px,3.5vw,14px);line-height:1.22}
.home-banner .banner-animote .text{font-size:clamp(9px,2.7vw,11px);line-height:1.3}
.home-banner .banner-quote-float{bottom:21%;padding:.45em .9em;font-size:clamp(9px,2.7vw,11px);line-height:1.15;box-shadow:0 2px 8px rgba(0,0,0,.28)}
}
@media (max-width:430px){
.home-banner .banner-animote{left:2%;right:2%;top:5%;bottom:28%;padding:0 1%;gap:.15em}
.home-banner .banner-animote .title{font-size:clamp(11px,3.3vw,12px);line-height:1.2}
.home-banner .banner-animote .text{font-size:clamp(8px,2.5vw,10px);line-height:1.25}
.home-banner .banner-quote-float{bottom:21%;padding:.4em .75em;font-size:clamp(8px,2.5vw,10px);line-height:1.1;box-shadow:0 2px 6px rgba(0,0,0,.26)}
}
@media(max-width:500px){.home-project .swiper .swiper-slide{max-height:172px}}
@media (hover:hover) and (pointer:fine){.home-choose .choose-ul .choose-item:hover .title,.home-choose .choose-ul .choose-item:hover .info{height:auto;max-height:2000px;-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:hidden;transition:max-height .1s linear 0s}.home-choose .choose-ul .choose-item:hover .title,.home-choose .choose-ul .choose-item:hover .info{min-height:0}
.news-list .news-item:hover{z-index:4}
.news-list .news-item:hover .news-info .news-title,.news-list .news-item:hover .news-info .news-title a,.news-list .news-item:hover .news-info .news-text{height:auto;max-height:none;-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}}
@media (min-width:769px) and (pointer:fine){.home-choose .choose-ul .choose-item:focus-within .title,.home-choose .choose-ul .choose-item:focus-within .info{height:auto;max-height:2000px;-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:hidden;transition:max-height .1s linear 0s}.home-choose .choose-ul .choose-item:focus-within .title,.home-choose .choose-ul .choose-item:focus-within .info{min-height:0}}
.news-list .news-item:focus-within{z-index:4}
.news-list .news-item:focus-within .news-info .news-title,.news-list .news-item:focus-within .news-info .news-title a,.news-list .news-item:focus-within .news-info .news-text{height:auto;max-height:none;-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}