﻿@media (min-width:1025px){
#home-swiper .banner-animate{width: 100%;position: absolute;color: #fff;text-align: center;opacity: 0;}
#home-swiper .banner-animate .p1{font-size: var(--fontsize36,36px);font-weight:700}
#home-swiper .banner-animate .p1>span,#home-swiper .banner-animate .p2{font-size: var(--fontsize24,24px);margin-top:2.5%;}
#home-swiper .banner-animate .line{background: #fff;height: 6px;width: 127px;margin-top:1.5%;}
#home-swiper .banner-animate .p3{font-size: var(--fontsize16);margin-top:2.5%}
#home-swiper .banner-animate .p4{margin:2% 0;}
#home-swiper .banner-animate .list{display: flex;justify-content: space-between;}
#home-swiper .banner-animate .item{text-align: center;margin-bottom: 10px;border-right: 1px solid #fff;padding: 0 15px;}

#home-swiper .banner-animate .item:last-child{border-right:none;}
#home-swiper .home-more{color: #fff;background:var(--color);padding: 10px 30px;margin-right: 10px;display:inline-block}
#home-swiper .home-more:nth-child(2){background: #014da4;}

#home-swiper .banner-animate.ban1{text-align: left;top:25%;left: 50%;transform: translateX(-50%);}
#home-swiper .banner-animate.ban1 .list{max-width: 40vw;}
#home-swiper .banner-animate.ban1 .item{margin:0 5px;width: 24%;}
#home-swiper .banner-animate.ban1 .item .title{font-size:20px;font-weight: 700;margin: 5px 0;}
#home-swiper .banner-animate.ban1 .item img{max-width: 50px;margin: auto;aspect-ratio: 1;object-fit: contain;}
#home-swiper .banner-animate.ban2{top:20%;left:50%;transform: translateX(-50%)}
#home-swiper .banner-animate.ban2 .line{margin: 20px auto;}
#home-swiper .banner-animate.ban2 .p2{margin-top:0;}
#home-swiper .banner-animate.ban2 .list{justify-content: center;font-size:22px;}
#home-swiper .banner-animate.ban2 .item{margin:0 5px;}
#home-swiper .banner-animate.ban3{text-align:left;top:25%;left: 50%;transform: translateX(-50%);}
#home-swiper .banner-animate.ban3 .p2{margin-top:0;}
#home-swiper .banner-animate.ban3 .list{justify-content: start;}
#home-swiper .banner-animate.ban3 .item img{max-width: 40px;margin: auto;}
#home-swiper .banner-animate.ban3 .p4{margin-bottom:0;font-size: 20px;font-weight: 700;}
#home-swiper .banner-animate.ban3 .p3{margin-top:1.5%}
}
@media (max-width:1024px) {
#home-swiper .banner-animate{display: none;}
}
.swiper-slide-active .banner-animate{animation: wkbanner .5s forwards;animation-delay: .7s;}
@keyframes wkbanner{
0%   {margin-top: 50px;opacity: 0;}
100%  {margin-top: 0;opacity: 1;}}
@-webkit-keyframes wkbanner {
0%   {margin-top: 50px;opacity: 0;}
100%  {margin-top: 0;opacity: 1;}}