﻿

/* 必要布局样式css */
.map-content {
    width: 100%;
    height: 100%;
}

.map-module {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-content-info {
    position: relative;
    width: 100%;
    height: 100%;
}

.branch-map-l {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
   position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #000000;

}

.wulumuqi {
    left: 52.6%;
    top: 41%;
}

.eerduosi {
    left: 58.4%;
    top: 50%;
}

.zhengzhou {
    left: 62.1%;
    top: 52.7%;
}

.shanghai {
    left: 66.2%;
    top: 54.9%;
}
.beijing {
    left: 66.8%;
    top: 45.9%;
}
.fujian {
    left: 64.8%;
    top: 58.9%;
}
.posi {
    left: 65%;
    top: 79.8%;
}
.kuangquyi {
    left: 54.2%;
    top: 49%;
}
.kuangquer {
    left: 56.5%;
    top: 47.5%;
}
.kuangqusan {
    left: 57.5%;
    top: 46.4%;
}
.kuangqusi {
    left: 58.7%;
    top: 46.2%;
}
.kuangquwu {
    left: 58.7%;
    top: 47.5%;
}
.kuangquliu {
    left: 57.5%;
    top: 48.5%;
}
.kuangquqi {
    left: 61.9%;
    top: 48.6%;
}
.kuangquba {
    left: 66.1%;
    top: 50.7%;
}
.kuangqujiu {
    left: 68%;
    top: 46%;
}
.kuangqushi {
    left: 68.6%;
    top: 46%;
}
.map-dot:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -18px;
    left: 50%;

    margin: 0 auto;
    margin-left: -7px;
    background-color: #171c61;
    border-radius: 50%;
}
.beijing:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: -30%;

    margin: 0 auto;
    margin-left: -7px;
    background-color: #171c61;
    border-radius: 50%;
}
.wulumuqi:after {
   top:35px;
   left:49%;
}
.map-dot.map-dot-small:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -12px;
    left: 50%;

    margin: 0 auto;
    margin-left: -5px;
    background-color: #0072ff;
    border-radius: 50%;
}


.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 390px;

    box-shadow: 0 0 8px 12px rgba(74, 74, 74, 0.02);
    background-color: #fff;
    padding: 30px 30px;
    z-index: 1;
    display: none;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}
.branch-map-data.map-data-kq{
    width: 370px;
     padding:30px 20px;
}

.branch-map-data-title p {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: left;
}

.branch-map-data-title h6 {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin: 4px 0 0 0;
    padding: 0;
    text-align: left;
    text-transform:capitalize;
}

.branch-map-data-info {
    max-height: 160px;
    overflow-y: auto;
    margin-top: 14px;
}

.data-branch {

    box-sizing: border-box;
}




.data-branch p {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-left: 50px;
    position: relative;
}

.data-branch p span {
    display: inline-block;
    width: 50px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #fff;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #fff;
}
.beijing:before {
    left: -30% !important;
    top: -14px !important;
    }
.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0px;
    top: -31px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(23, 28, 97, .15);
    animation: dot 4s infinite;
}

.map-dot.map-dot-small.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0px;
    top: -25px;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 114, 255, .15);
    animation: dot 4s infinite;
}
.wulumuqi:before {
    
    top: 21px !important;
    }
    
@media screen and (max-width: 1440px) {
    .eerduosi {
        left: 57.4%;
        top: 50%;
    }
}
@media screen and (max-width: 767px) {
  .beijing:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    left: 50%;

    margin: 0 auto;
    margin-left: -7px;
    background-color: #171c61;
    border-radius: 50%;
}
/*.fullCase .beijing {*/
/*        top: 50.4%;*/
/*        left: 66%;*/
/*    }*/
        .fullCase .fujian {
        top: 66.4%;
        left: 62%;
    }
    
    .beijing:before {
    
    top: 6px !important;
    }
}
@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}