@charset "UTF-8";









.business{
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f8fdff;
}
.business .word{
    margin-left: 252px;
    color: #808080;
    font-size: 16px;
}
.business .word h3:before{
    content: "+";
    position: absolute;
    top: 20px;
    left: 100px;
    color: #0d6fb8;
    font-size: 16px;
}
.business .word h3{
    position: relative;
    font-size: 14px;
}
.business .word h3 span{
    margin-right: 10px;
    color: #0d6fb8;
    font-size: 78px;
}
.business .word p{
    line-height: 30px;
}
.business .word .black{
    color: #333;
}
.map{ position:relative;width:845px; margin:0 auto;}
.map a{ color:#5b5a5a; font-size:14px; text-decoration:none;}
.citybg{ position:absolute; display: none; z-index:3; }
.city a.active .citybg{ display:block; z-index:3;}
.city a{
    position: relative;
    width: 18px;
    height: 18px;
    background: url("../img/L.png") no-repeat center/100%;
    border-radius: 50%;
}
.city a:hover{
    background-color:white ;
    background-image: none;
    z-index: 99 !important;
}
.city a span{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    transform:scale(0);
    animation: run 2s infinite;
    z-index: 11;
    border-radius: 50%;
}
.city a:hover span{
    display: block;
}
@keyframes run {
    0%{transform: scale(0);}
    100%{transform: scale(3);}
}
.city a .add{
    display: none;
    position: absolute;
    bottom: 100%;
    left: -650%;
    width: 268px;
    padding: 20px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 12;
}
.city a .add h3{
    margin-bottom: 20px;
    font-size: 19px;
}
.city a .add p{
    font-size: 13px;
    line-height: 25px;
}
.city a .add:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -13px;
    border: 5px solid transparent;
    border-top-color: rgba(0,0,0,.5);
}












