.map-content {
    padding: 15px 0;
	width:970px;
    margin: 0 auto;
}

.map-module {
    width: 970px !important;
    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: #c90019 transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 265px;
    height: 2px;
    background-color: #c90019;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
}

.branch-map {
    width: 970px;
    height: 750px;
    text-align: center;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../images/mapchina.png") no-repeat center;
    position: relative;
    margin: 0 auto;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.aomen {
    left: 575px;
    top: 596px;
}

.beijing {
    left: 603px;
    top: 258px;
}

.chongqing {
    left: 460px;
    top: 465px;
}

.fujian {
    left: 662px;
    top: 517px;
}

.gansu {
    left:435px;
    top: 350px;
}

.guangdong {
    left: 573px;
    top: 570px;
}

.guangxi {
    left: 495px;
    top: 585px;
}

.guizhou {
    left: 470px;
    top: 505px;
}

.hainan {
    left: 515px;
    top: 642px;
}

.henan {
    left: 568px;
    top: 372px;
}

.hubei {
    left: 585px;
    top: 445px;
}

.hunan {
    left: 558px;
    top: 488px;
}

.jiangsu {
    left: 655px;
    top: 410px;
}

.jiangxi {
    left: 605px;
    top: 475px;
}

.liaoning {
    left: 695px;
    top: 230px;
}

.ningxia {
    left: 466px;
    top: 296px;
}

.shaanxi {
    left: 495px;
    top: 370px;
}

.shanghai {
    left: 695px;
    top: 415px;
}

.tianjin {
    left: 615px;
    top: 285px;
}

.yunnan {
    left: 400px;
    top: 545px;
}

.xinjiang {
    left: 238px;
    top: 180px;
}

.zhejiang {
    left: 670px;
    top: 442px;
}

.shaoyang {
    left: 543px;
    top: 511px;
}

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

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

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #c90019;
    animation: dot 4s infinite;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #c90019;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #000;
    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: 16px;
    color: #c90019;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 14px;
    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 #c90019 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;
}


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

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