@import url(https://css02.v15cdn.com/m629/aos.css);
#indexbanner video{width:100%;height:calc(100vh - 140px);object-fit:cover}
.home-banner .swiper::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#03217b 0,rgba(3,33,124,.5) 100%);opacity:.5;z-index:2}
.home-banner .swiper-slide img{width:100%;height:100%;object-fit:cover}
.home-banner .pcimg{display:block}
.home-banner .mobimg{display:none}
.home-banner .banner-animote{max-width:1600px;padding:0 70px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;color:#fff;opacity:0;text-align:left;z-index:4}
.home-banner .banner-animote .p1{font-size:68px;font-weight:var(--fontbold6);line-height:1.2;margin:10px 0 20px}
.home-banner .banner-animote .p2{font-size:var(--fontsize18);margin-bottom:30px;font-weight:var(--fontbold4)}
.home-banner .banner-animote .p3{margin-top:60px}
.home-banner .banner-animote .home-more{min-width:240px;height:60px}
@media (min-width:1025px){.home-banner .swiper-slide-active img{animation:bannerimg 6s forwards}
}
.home-banner .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
.home-banner .swiper-pagination{bottom:30px;max-width:1400px;padding:0 70px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center}
.home-banner .swiper-pagination-bullet{background:linear-gradient(0deg,rgba(109,151,107,.5) 0)}
.home-banner .bannerswiper-next,.home-banner .bannerswiper-prev{position:absolute;top:45%;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:0 0;background:rgba(255,255,255,.1);color:#fff;z-index:1;cursor:pointer;transition:all .15s linear;border-radius:50%}
.home-banner .bannerswiper-next:hover,.home-banner .bannerswiper-prev:hover{background:#fff;color:var(--color)}
.home-banner .bannerswiper-next em,.home-banner .bannerswiper-prev em{font-size:24px}
.home-banner .bannerswiper-prev{left:25px}
.home-banner .bannerswiper-next{right:25px}
@keyframes bannerani{0%{margin-top:20px}
100%{opacity:1;margin-top:0}
}
@keyframes bannerimg{0%{transform:scale(1)}
80%{transform:scale(1.05)}
100%{transform:scale(1.047)}
}
.swiper-pagination-bullet{width:12px;height:12px}
.home-title{color:var(--color)}
.home-cate,.home-map,.home-news,.home-our,.home-quote,.home-solution{padding:6% 0}
.home-cate .home-title{text-align:left}
.home-cate .top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.home-cate .top .title-box{width:50%}
.home-cate .top .title-box .des{color:#455062;margin-top:10px}
.home-cate .top .tab-list{width:48%;display:flex;justify-content:flex-end;flex-wrap:wrap}
.home-cate .top .tab-list li{text-align:center;position:relative;cursor:pointer;min-width:190px}
.home-cate .top .tab-list li::before{content:"";position:absolute;width:1px;height:30px;background-color:#c9c9c9;opacity:.5;left:0;top:30%;transform:translateY(-50%)}
.home-cate .top .tab-list li:first-child::before{display:none}
.home-cate .top .tab-list li.act .tit{color:#273ece}
.home-cate .top .tab-list li.act .tit::before{opacity:1}
.home-cate .top .tab-list .img{height:52px;display:flex;align-items:center;justify-content:center}
.home-cate .top .tab-list .info{margin-top:10px}
.home-cate .top .tab-list .tit{font-weight:var(--fontbold7);color:var(--color);position:relative;padding-bottom:20px;padding:0 20px 10px;transition:all .1s linear}
.home-cate .top .tab-list .tit::before{content:"";position:absolute;width:60%;height:5px;left:50%;bottom:0;transform:translateX(-50%);background-color:#273ece;opacity:0;transition:all .1s linear}
.home-cate .bottom{margin-top:40px}
.home-cate .bottom .item{display:none}
.home-cate .bottom .item.act{display:block}
.home-cate .bottom .list{display:flex;flex-wrap:wrap}
.home-cate .bottom .list li{width:23.5%;margin-right:2%;text-align:center;background-color:#fff;border-radius:5px;box-shadow:0 3px 9px 1px rgba(20,69,123,.06);transition:all .2s linear;padding:10px;margin-top:30px}
.home-cate .bottom .list li:nth-child(4n){margin-right:0}
.home-cate .bottom .list li .img{display:block;width:100%;display:inline-flex;align-items:center;justify-content:center}
.home-cate .bottom .list li .img img{width:100%;aspect-ratio:5/4.2;object-fit:cover}
.home-cate .bottom .list li .info{padding:6px 0 20px}
.home-cate .bottom .list li .title{display:block;text-align:center;color:var(--color);font-size:var(--fontsize18);font-weight:var(--fontbold7);transition:all .2s linear}
.home-cate .bottom .list li:hover{box-shadow:0 3px 25px 2px rgba(20,69,123,.3)}
.home-cate .bottom .list li:hover .title{color:#273ece}
.home-cate .btn{display:flex;justify-content:center;margin-top:60px}
.home-solution{position:relative;z-index:1}
.home-solution::before{content:"";position:absolute;left:50%;top:0;width:100vw;height:100%;max-width:1920px;transform:translateX(-50%);background-image:url(https://css02.v15cdn.com/m629/imgs/homesol-bg.webp);background-repeat:no-repeat;background-size:cover;z-index:-1}
.home-solution .home-title{color:#fff}
.home-solution .home-des{color:#fff}
.home-solution .swiper-wrapper{display:flex;flex-wrap:wrap;margin-top:40px}
.home-solution .swiper-slide{width:25%;padding:35px;height:auto;color:#fff;transition:all .2s linear;border:1px solid rgba(255,255,255,.3);border-right:none}
.home-solution .swiper-slide:nth-child(4n){border-right:1px solid rgba(255,255,255,.3)}
.home-solution .swiper-slide:nth-child(-n+4){border-bottom:none}
.home-solution .swiper-slide .icon{margin-bottom:30px;display:block}
.home-solution .swiper-slide .icon em{font-size:58px;line-height:1.2}
.home-solution .swiper-slide .tit{font-size:var(--fontsize24);font-weight:var(--fontbold6)}
.home-solution .swiper-slide .txt{margin-top:6px}
.home-solution .swiper-slide .more{font-weight:var(--fontbold6);color:#3a68ce;display:inline-flex;align-items:center;margin-top:10px}
.home-solution .swiper-slide .more em{transition:all .2s linear;margin-left:10px}
.home-solution .swiper-slide .more:hover em{margin-left:6px}
.home-solution .swiper-slide:hover{background-color:#3a68ce}
.home-solution .swiper-slide:hover .more{color:#fff}
.home-solution .last{display:flex;align-items:center;justify-content:center;flex-direction:column}
.home-solution .last .more{width:52px;height:52px;border-radius:50%;justify-content:center;color:#fff;margin-top:20px;background-color:#3a68ce;transition:all .2s linear}
.home-solution .last .more em{margin-left:0}
.home-solution .last:hover .more{background-color:#fff;color:var(--color)}
.home-solution .last:hover .more em{margin-left:0}
.home-solution .homesolution-pagination{display:flex;justify-content:center;align-items:center;margin-top:30px;width:100%}
.home-about .about-top{position:relative;z-index:1;padding:6% 0}
.home-about .about-top::before{content:"";position:absolute;left:0;top:0;background-image:url(https://css02.v15cdn.com/m629/imgs/homeabout-bg.webp);background-repeat:no-repeat;background-size:cover;width:52%;height:100%;z-index:-1}
.home-about .box{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.home-about .img{width:46%}
.home-about .img img{width:100%}
.home-about .info{width:49%}
.home-about .info .tip{color:#1e3dff;margin-bottom:10px}
.home-about .info .home-title{text-align:left}
.home-about .info .txt{margin-top:10px;color:#333}
.home-about .info .btn{display:flex;align-items:center;margin-top:40px}
.home-about .info .btn2{background-color:#fff;color:var(--color);margin-left:20px}
.home-about .info .list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}
.home-about .info .list .p1{color:var(--color)}
.home-about .info .list .p1 .num{font-size:38px;font-weight:var(--fontbold7);line-height:1.2}
.home-about .info .list .tit{color:#666;line-height:1.2}
.home-about .swiper-slide{height:auto;background-color:#f4f7f9}
.home-about .swiper-slide .li-img{overflow:hidden;position:relative;z-index:1}
.home-about .swiper-slide .li-img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(19,43,82,.2),rgba(0,94,184,0));z-index:1}
.home-about .swiper-slide .li-img img{width:100%;transition:all .2s linear}
.home-about .swiper-slide .li-info{padding:20px 30px}
.home-about .swiper-slide .li-info .title{color:var(--color);font-size:var(--fontsize20);font-weight:var(--fontbold7)}
.home-about .swiper-slide:hover .li-img img{transform:scale(1.03)}
.home-about .aboutlistswiper-pagination{display:none;width:100%;justify-content:center;margin-top:25px}
.home-our .box .homeoruswiper-pagination{display:flex;justify-content:center;width:100%;margin-top:30px}
.home-our .swiper-slide{margin-top:100px;padding:80px 30px 40px;background-color:#f4f7f9;border-radius:5px;position:relative;display:flex;flex-direction:column;height:auto}
.home-our .swiper-slide .icon{position:absolute;left:30px;top:-40px;width:85px;height:85px;background-color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 21px 0 rgba(224,224,224,.61);color:var(--color);transition:all .2s linear}
.home-our .swiper-slide .icon em{font-size:46px}
.home-our .swiper-slide .tit{color:var(--color);font-size:var(--fontsize24);font-weight:var(--fontbold7);line-height:1.2;min-height:60px}
.home-our .swiper-slide .text{color:#616161;margin-top:10px;flex:1}
.home-our .swiper-slide .more{color:var(--color);font-weight:var(--fontbold7);transition:all .2s linear;display:inline-flex;align-items:center;margin-top:20px;overflow:hidden}
.home-our .swiper-slide .more em{margin-left:10px;transform:rotate(-45deg)}
.home-our .swiper-slide .more span{margin-left:-82px;transition:all .2s linear}
.home-our .swiper-slide:hover .icon{background-color:var(--color);color:#fff}
.home-our .swiper-slide:hover .more span{margin-left:0}
.home-map{background-color:#e1e9f0}
.home-map .mapbox{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.home-map .home-title{text-align:left}
.home-map .info{width:40%}
.home-map .info .txt{color:#616161;font-size:var(--fontsize18);margin-top:10px}
.home-map .info .home-more{margin-top:60px}
.home-map .img-box{width:56%;position:relative}
.home-map .img-box img{width:100%}
.home-map .img-box .list li{position:absolute;text-align:center;cursor:pointer}
.home-map .img-box .list li .tit{position:absolute;width:max-content;font-size:var(--fontsize12);font-weight:var(--fontbold7);color:#fff;line-height:1;text-shadow:0 2px 4px rgba(43,108,170,.54);left:50%;transform:translateX(-50%);transition:all .2s linear}
.home-map .img-box .list li:hover .tit{padding:8px 20px;border-radius:30px;background-color:var(--color)}
.home-map .img-box .list li:hover .circle{width:24px;height:24px}
.home-map .img-box .list li:hover .circle span{width:14px;height:14px}
.home-map .img-box .list .circle{width:11px;height:11px;border:1px solid rgba(255,255,255,.6);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin:12px;box-shadow:0 0 11px 10px rgba(255,255,255,.6);transition:all .2s linear}
.home-map .img-box .list .circle span{width:5px;height:5px;background-color:#fff;border-radius:50%;transition:all .2s linear}
.home-map .img-box .list .item1{left:29%;top:69%}
.home-map .img-box .list .item1 .tit{top:-8px}
.home-map .img-box .list .item2{left:53%;top:55%}
.home-map .img-box .list .item2 .tit{top:-8px}
.home-map .img-box .list .item3{left:72.5%;top:47%}
.home-map .img-box .list .item3 .tit{top:-8px}
.home-map .img-box .list .item4{left:82%;top:74%}
.home-map .img-box .list .item4 .tit{top:30px}
.home-map .img-box .list .item5{left:93%;top:85%}
.home-map .img-box .list .item5 .tit{top:30px}
.home-map .img-box .list .item6{left:51%;top:32%}
.home-map .img-box .list .item6.act .tit{top:-36px;left:calc(50% - 7px);padding:8px 20px;border-radius:30px;background-color:var(--color)}
.home-map .img-box .list .item6.act .tit::before{content:"";position:absolute;left:43%;bottom:-11px;border:6px solid transparent;border-top:6px solid var(--color)}
.home-map .img-box .list .item6.act .circle{width:24px;height:24px;transform:translate(-7px,-7px)}
.home-map .img-box .list .item6.act .circle span{width:14px;height:14px}
.home-map .img-box .list .item7{left:57%;top:41%}
.home-map .img-box .list .item7 .tit{left:70px;top:10px}
.home-map .img-box .list .item1:hover .tit,.home-map .img-box .list .item2:hover .tit,.home-map .img-box .list .item3:hover .tit,.home-map .img-box .list .item6:hover .tit{top:-36px;left:calc(50% - 7px)}
.home-map .img-box .list .item1:hover .tit::before,.home-map .img-box .list .item2:hover .tit::before,.home-map .img-box .list .item3:hover .tit::before,.home-map .img-box .list .item6:hover .tit::before{content:"";position:absolute;left:43%;bottom:-11px;border:6px solid transparent;border-top:6px solid var(--color)}
.home-map .img-box .list .item1:hover .circle,.home-map .img-box .list .item2:hover .circle,.home-map .img-box .list .item3:hover .circle,.home-map .img-box .list .item6:hover .circle{transform:translate(-7px,-7px)}
.home-map .img-box .list .item4:hover .tit,.home-map .img-box .list .item5:hover .tit{top:40px;left:calc(50% - 7px)}
.home-map .img-box .list .item4:hover .tit::before,.home-map .img-box .list .item5:hover .tit::before{content:"";position:absolute;left:46%;top:-11px;border:6px solid transparent;border-bottom:6px solid var(--color)}
.home-map .img-box .list .item4:hover .circle,.home-map .img-box .list .item5:hover .circle{transform:translate(-7px,-7px)}
.home-map .img-box .list .item7:hover .tit{top:-2px;left:100px}
.home-map .img-box .list .item7:hover .tit::before{content:"";position:absolute;left:-9px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right:6px solid var(--color)}
.home-map .img-box .list .item7:hover .circle{transform:translate(-7px,-7px)}
.home-map .logobox{padding:0 80px;position:relative;margin-top:5%}
.home-map .logobox .logoswiper-next,.home-map .logobox .logoswiper-prev{position:absolute;width:48px;height:48px;top:50%;transform:translateY(-50%);background-color:var(--color);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s linear}
.home-map .logobox .logoswiper-next em,.home-map .logobox .logoswiper-prev em{font-size:var(--fontsize24)}
.home-map .logobox .logoswiper-next:hover,.home-map .logobox .logoswiper-prev:hover{background-color:#1e3dff}
.home-map .logobox .swiper-slide{height:auto;display:flex;align-items:center;justify-content:center;background-color:#fff}
.home-map .logobox .logoswiper-prev{left:0}
.home-map .logobox .logoswiper-next{right:0}
.home-map .logobox .logoswiper-pagination{display:none;width:100%;justify-content:center;margin-top:30px}
.home-news{position:relative;z-index:1}
.home-news::before{content:"";position:absolute;left:50%;bottom:0;width:100vw;height:80px;max-width:1920px;transform:translateX(-50%);background-image:url(https://css02.v15cdn.com/m629/imgs/homenews-bg.webp);background-repeat:no-repeat;background-size:cover;z-index:-1}
.home-news .news-box{margin-top:60px}
.home-news .homenews-pagination{margin-top:30px;display:flex;justify-content:center;width:100%}
.home-news .swiper-slide{background-color:#f4f7f9;display:flex;flex-direction:column;transition:all .2s linear;height:auto}
.home-news .swiper-slide .img{display:block;overflow:hidden;background-color:#fff;border:1px solid #f3f5f7}
.home-news .swiper-slide .img img{transition:all .2s linear}
.home-news .swiper-slide .info{padding:26px;display:flex;flex-direction:column;flex:1}
.home-news .swiper-slide .info .title{flex:1;font-size:var(--fontsize20);font-weight:var(--fontbold7);color:var(--color);line-height:1.4}
.home-news .swiper-slide .info .more{display:flex;justify-content:space-between;align-items:center;margin-top:20px;border-top:1px solid #e2e2e2;padding-top:20px}
.home-news .swiper-slide .info .more span{color:var(--color);font-weight:var(--fontbold7);transition:all .2s linear}
.home-news .swiper-slide .info .more em{width:35px;height:35px;border:1px solid var(--color);color:var(--color);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--fontbold7);transition:all .2s linear}
.home-news .swiper-slide:hover{box-shadow:0 1px 9px 0 rgba(148,148,148,.31)}
.home-news .swiper-slide:hover .img img{transform:scale(1.03)}
.home-news .swiper-slide:hover .info .more span{color:var(--color)}
.home-news .swiper-slide:hover .info .more em{background-color:var(--color);color:#fff}
.home-quote{position:relative;z-index:1}
.home-quote::before{content:"";position:absolute;width:50%;height:100%;left:0;top:0;background-image:url(https://css02.v15cdn.com/m629/imgs/homequote-bg.webp);background-repeat:no-repeat;background-size:cover;z-index:-1}
.home-quote::after{content:"";position:absolute;width:50%;height:100%;left:50%;top:0;background-color:#e1e9f0;z-index:-1}
.home-quote .box{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.home-quote .info{width:44%}
.home-quote .info .home-title{text-align:left;color:var(--color)}
.home-quote .info .txt{color:var(--color);margin-top:40px;font-weight:var(--fontbold7);font-size:var(--fontsize18)}
.home-quote .inquiry{width:44%;color:#fff;background-color:rgba(255,255,255,.89);border-radius:43px;padding:20px 40px}
.home-quote .inquiry .tit{font-size:var(--fontsize42);font-weight:var(--fontbold7);color:var(--color)}
.home-quote .inquiry .txt{margin-top:10px;margin-bottom:20px;color:var(--color)}
.home-quote .inquiry .wmkcfeedback .send-btn{margin-left:0;background-color:#273ece}
.home-quote .wmkcfeedback .wmkcfb-fileupload,.home-quote .wmkcfeedback input,.home-quote .wmkcfeedback textarea{border-radius:0}
@media screen and (max-width:1550px){.home-cate .top .title-box{width:40%}
.home-cate .top .tab-list{width:56%}
}
@media screen and (max-width:1366px){.home-cate .top .title-box{width:100%;text-align:center}
.home-cate .home-title{text-align:center}
.home-cate .top .tab-list{width:100%;justify-content:center;margin-top:30px}
.home-about .info .list .p1 .num{font-size:var(--fontsize24)}
}
@media screen and (max-width:1280px){.home-banner .banner-animote .p1{font-size:var(--fontsize42)}
.home-map .img-box .list .item1{left:28%}
.home-map .img-box .list .item6{left:50%;top:30%}
.home-map .img-box .list .item2{left:51%}
.home-map .img-box .list .item3{left:71.5%}
.home-map .img-box .list .item4{left:80%;top:72%}
.home-map .img-box .list .item5{left:91%;top:84%}
.home-map .img-box .list .item7{left:55%}
.home-solution .swiper-slide{padding:20px}
.home-solution .swiper-slide .icon{margin-bottom:16px}
.home-solution .swiper-slide .icon em{font-size:var(--fontsize42)}
}
@media screen and (max-width:1024px){#indexbanner video{height:calc(100vh - 70px)}
.home-banner .banner-animote{padding:0 15px}
.home-banner .banner-animote .p1{font-size:var(--fontsize30)}
.home-banner .banner-animote .p3{display:none}
.home-cate,.home-map,.home-news,.home-our,.home-quote,.home-solution{padding:40px 0}
.home-cate .bottom .list li{width:32%;margin-right:2!important}
.home-cate .bottom .list li:nth-child(3n){margin-right:0!important}
.home-about .about-top{padding:40px 0}
.home-about .info .list{margin-top:0}
.home-about .info .list li{width:49%;margin-top:20px}
.home-solution .swiper-wrapper{flex-wrap:nowrap}
.home-solution .swiper-slide{border-bottom:1px solid rgba(255,255,255,.3)!important}
.home-news .news-box{margin-top:40px}
}
@media screen and (max-width:768px){.home-banner .banner-animote .p1{font-size:var(--fontsize24)}
.home-banner .banner-animote .p1 br{display:none}
.home-banner .banner-animote .p2{display:none}
.home-cate .top .tab-list li{width:33%}
.home-cate .bottom{margin-top:0}
.home-solution .swiper-slide{border:1px solid rgba(255,255,255,.3)}
.home-about .img{width:100%}
.home-about .info{width:100%;margin-top:25px}
.home-about .aboutlistswiper-pagination{display:flex}
.home-map .info{width:100%}
.home-map .info .home-more{margin-top:25px}
.home-map .img-box{width:100%;margin-top:25px}
.home-quote::before{width:100%;height:100%}
.home-quote::after{display:none}
.home-quote .info{width:100%}
.home-quote .info .txt{margin-top:20px}
.home-quote .inquiry{width:100%;margin-top:30px;padding:20px;border-radius:5px}
.home-quote .inquiry .tit{font-size:var(--fontsize24)}
}
@media screen and (max-width:500px){.home-cate .top .tab-list li{min-width:auto}
.home-cate .top .tab-list li .tit{font-size:var(--fontsize12);padding:0 4px;min-height:50px}
.home-cate .bottom .list{justify-content:space-between}
.home-cate .bottom .list li{width:49%;margin-right:0!important}
.home-cate .bottom .list li .info{padding-bottom:10px}
.home-cate .bottom .list li .title{font-size:var(--fontsize16)}
.home-solution .swiper-slide{border-top:none;border-bottom:1px solid rgba(255,255,255,.3)!important}
.home-solution .swiper-slide:first-child{border-top:1px solid rgba(255,255,255,.3)!important}
.home-about .info .btn2{margin-left:0;margin-top:10px}
.home-about .info .btn{margin-top:25px;flex-wrap:wrap}
.home-about .swiper-slide .li-info{padding:10px}
.home-about .swiper-slide .li-info .title{font-size:var(--fontsize16)}
.home-our .swiper-slide .tit{font-size:var(--fontsize20)}
.home-our .swiper-slide{margin-top:80px}
.home-map .logobox{margin-top:40px;padding:0}
.home-map .logobox .logoswiper-next,.home-map .logobox .logoswiper-prev{display:none}
.home-map .logobox .logoswiper-pagination{display:flex}
.home-news .swiper-slide .info{padding:20px}
.home-map .img-box .list .item1{left:26%;top:64%}
.home-map .img-box .list .item4{left:79%;top:69%}
.home-map .img-box .list .item4 .tit{top:20px}
.home-map .img-box .list .item2{top:53%;left:48%}
.home-map .img-box .list .item3{left:69.5%;top:42%}
.home-map .img-box .list .item3 .tit{top:30px}
.home-map .img-box .list .item5{left:90%;top:80%}
.home-map .img-box .list .item5 .tit{left:-5px;top:24px}
.home-map .img-box .list .item6{left:48%;top:25%}
.home-map .img-box .list .item7{left:54%;top:39%}
.home-map .img-box .list .item7 .tit{left:45px;top:-3px}
.home-map .img-box::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}
.home-solution .swiper-slide{border:1px solid rgba(255,255,255,.3)!important}
.home-news .news-box{margin-top:30px}
}
