.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* å¿��¦å¸å±æ·å¼css */
.map-content {
    padding: 30px 0;
}

.map-module {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
}

.branch-map-l {
    width: 100%;
    height: 667px;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: contain;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 72%;
    top: 35%;
}

.tianjin {
    left: 74%;
    top: 38%;
}

.hebei {
    left: 70%;
    top: 45%;
}

.shanxi {
    left: 65%;
    top: 48%;
}

.liaoning {
    left: 82%;
    top: 31%;
}

.jilin {
    left: 86%;
    top: 24%;
}

.heilongjiang {
    left: 86%;
    top: 14%;
}

.shanghai {
    left: 83%;
    top: 59.5%;
}

.jiangsu {
    left: 80%;
    top: 55%;
}

.zhejiang {
    left: 81%;
    top: 66%;
}

.anhui {
    left: 75%;
    top:59%;
}

.fujian {
    left: 78%;
    top: 75%;
}

.jiangxi {
    left: 73%;
    top: 71%;
}

.shandong {
    left: 75%;
    top: 46%;
}

.henan {
    left: 68%;
    top: 54%;
}

.hubei {
    left: 67%;
    top: 62%;
}

.hunan {
    left: 66%;
    top: 71%;
}

.guangdong {
    left: 69%;
    top: 83%;
}

.guangxi {
    left: 60%;
    top: 83%;
}

.chongqing {
    left: 59%;
    top: 65%;
}

.sichuan {
    left: 50%;
    top:64%;
}

.guizhou {
    left: 57%;
    top: 74%;
}

.yunnan {
    left: 48%;
    top: 81%;
}

.shanxi1 {
    left: 60%;
    top: 54%;
}
.neimenggu{
    left: 60%;
    top: 34%;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #999;
    border-radius: 50%;
}
.map-dot:after,.map-dot.cur:after{
    background-color: #fff;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 292px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}
.data-branch a{
pointer-events: none;
}

.data-branch:last-child {
    border: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #19347b transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.map-dot:before,.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #19347b;
    animation: dot 4s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}