/* 公共样式表css */


a {
    text-decoration: none;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.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;
    margin-bottom: 30px;
}

.branch-map-l {
    width: 100%;
    height: 0;
    padding-top: 66.73%;
    position: relative;
}

.map-content-box {
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/map-bj.png") no-repeat center;background-size: 100%;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.beijing {
    left: 68.9%;
    top: 38.2%;
}

.tianjin {
    left:71.14%;
    top: 40.7%;
}

.hebei {
    left: 67.727%;
    top: 44.174%;
}

.shanxi {
    left: 63.60%;
    top: 48%;
}

.liaoning {
    left: 77.738%;
    top: 34.087%;
}

.jilin {
    left: 81.979%;
    top: 29.043%;
}

.heilongjiang {
    left: 79.623%;
    top: 18.435%;
}

.shanghai {
    left: 78.68%;
    top: 59.304%;
}

.jiangsu {
    left: 76.089%;
    top: 54.957%;
}

.zhejiang {
    left: 77.15%;
    top: 65.913%;
}

.anhui {
    left: 71.26%;
    top: 58.087%;
}

.fujian {
    left: 73.616%;
    top: 74.435%;
}

.jiangxi {
    left: 70.082%;
    top: 69.913%;
}

.shandong {
    left: 71.849%;
    top: 49.391%;
}

.henan {
    left: 66.1955%;
    top: 54.957%;
}

.hubei {
    left: 65.371%;
    top: 62.435%;
}

.hunan {
    left: 64.193%;
    top: 71.13%;
}

.guangdong {
    left: 67.727%;
    top: 81.043%;
}

.guangxi {
    left: 59.60%;
    top: 80.173%;
}

.chongqing {
    left: 58.304%;
    top: 63.304%;
}

.sichuan {
    left: 50.059%;
    top: 61.565%;
}

.guizhou {
    left: 58.186%;
    top: 73.739%;
}

.yunnan {
    left: 47.703%;
    top: 80.348%;
}

.shanxi1 {
    left: 59.128%;
    top: 54.261%;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #0064bd;
    border-radius: 50%;
}

.map-dot.hubei:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 250px;
    border: 2px solid #0064bd;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 15px;
    z-index: 3;
    display: none;
    border-radius: 5px;
}

.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: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;
    top: -17px;
    left: 15px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #0064bd transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: 15px;
    top: -15px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
}
.map-dot i{position: relative;font-style: inherit;padding-bottom: 8px;z-index: 2;}
.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #0064bd;
    animation: dot 4s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

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