﻿.home-banner .swiper-slide>a::after{display:none}
.home-map{padding-bottom:30px}
.home-map .l-wrap{position:relative}
.home-map .home-title{margin-bottom:20px}
.home-map .map{position:relative}
.home-map .map img{width:100%;aspect-ratio:1559/741}
.home-map .global-map-dot{position:absolute;cursor:pointer;width:1vw;height:1vw}
.home-map .map .box{position:absolute;left:0;top:25px;box-shadow:1px 2px 5px rgba(0,0,0,.2);border-radius:5px;padding:10px;width:300px;z-index:999999;background:#fff;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .1s linear}
.home-map .global-map-dot:hover .box{opacity:1;visibility:inherit;transform:translateY(0)}
.home-map .map .box .company{font-weight:var(--fontbold6)}
.home-map .map .box .address{font-size:14px;color:#666}
.home-map .map .box .email{font-size:14px;color:var(--color)}
.home-map .global-map-dot.dot1{top:38.5%;left:17.5%}
.home-map .global-map-dot.dot2{top:29.78%;left:46.1%}
.home-map .global-map-dot.dot3{top:34.26%;left:44.63%}
.home-map .global-map-dot.dot4{top:39.56%;left:43.4%}
.home-map .global-map-dot.dot5{top:34.6%;left:49.05%}
.home-map .global-map-dot.dot6{top:42.85%;left:53.26%}
.home-map .global-map-dot.dot7{top:76.6%;left:32.2%}
.home-map .global-map-dot.dot8{top:63.3%;left:67.88%}
.home-map .global-map-dot.dot9{top:42.39%;left:75.35%}
.home-map .global-map-dot.dot10{top:40.2%;left:78.81%}
.home-map .global-map-dot-large{position:absolute;z-index:7;cursor:pointer;width:2.2vw;height:2.2vw;left:71.1%;top:39.4%}
.home-map .global-map-dot-large span{position:relative;display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}
.home-map .global-map-dot-large:hover .box{opacity:1;visibility:inherit;transform:translateY(0)}
.home-map .global-map-dot-large span::after,.home-map .global-map-dot-large span::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:5px solid rgba(255,29,37,.18)}
.home-map .global-map-dot-large span::before{animation:boderL 3s .75s infinite}
.home-map .global-map-dot-large span::after{animation:boderL 3s infinite}
.home-map .global-map-dot span{position:relative;display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;z-index:1}
.home-map .global-map-dot span::after,.home-map .global-map-dot span::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:5px solid rgba(17,149,0,.18)}
.home-map .global-map-dot span::before{animation:boderM 3s .75s infinite}
.home-map .global-map-dot span::after{animation:boderM 3s infinite}
@keyframes boderM{0%{transform:translate(-50%,-50%) scale(1);opacity:0}
20%{opacity:1}
75%{transform:translate(-50%,-50%) scale(1.4);opacity:0}
100%{opacity:0}
}
@keyframes boderL{0%{transform:translate(-50%,-50%) scale(1);opacity:0}
20%{opacity:1}
75%{transform:translate(-50%,-50%) scale(1.5);opacity:0}
100%{opacity:0}
}
.home-map .txt{position:absolute;left:70px;bottom:0;z-index:99}
.home-map .txt .item:nth-child(1) em{color:red}
.home-map .txt .item:nth-child(2) em{color:#41bae9}
.home-map .txt .item:nth-child(3) em{color:#8fcd88}
.home-map .item{margin-top:.15rem;width:300px}
.home-map .item h3{font-size:14px;color:#fff;margin-bottom:10px;background:url(https://admin.seo.com.cn/js/43859/bg_001.svg) no-repeat left center;line-height:20px;padding-left:46px;margin-bottom:.1rem}
.home-map .item li{font-size:14px;color:#666;position:relative;padding-left:10px;margin-bottom:6px;box-sizing:border-box}
.home-map .flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap}
.home-map .item .col_2 li{width:50%}
@media (max-width:768px){.home-map .txt{position:static;margin-bottom:20px}
.home-map .map .box{display:none}
}
