* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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
}

a:hover {
    color: #eee
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {}

.map-module {
    width: 1000px!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: #110e6e transparent transparent
}

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

.map-content-info {
    position: relative;
    margin-bottom: 30px
}

.branch-map-l {
    width: 1000px;
    height: 790px;
    position: relative
}

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

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

.wulumuqi {
    left: 280px;
    top: 217px
}

.wenzhou {
    left: 834px;
    top: 545px
}

.jinhua {
    left: 810px;
    top: 517px
}

.shenyang {
    left: 842px;
    top: 252px
}

.dalian {
    left: 821px;
    top: 316px
}

.changchun {
    left: 861px;
    top: 210px
}

.beijing {
    left: 729px;
    top: 305px
}

.tianjin {
    left: 754px;
    top: 320px
}

.huizhou {
    left: 748px;
    top: 650px
}

.zhuhai {
    left: 705px;
    top: 670px
}

.nanning {
    left: 614px;
    top: 667px
}

.taizhou {
    left: 846px;
    top: 526px
}

.guiyang {
    left: 582px;
    top: 592px
}

.wuxi {
    left: 825px;
    top: 472px
}

.hefei {
    left: 771px;
    top: 469px
}

.ganzhou {
    left: 748px;
    top: 568px
}

.shijiazhuang {
    left: 709px;
    top: 344px
}

.wuhan {
    left: 722px;
    top: 504px
}

.lanzhou {
    left: 528px;
    top: 402px
}

.shaoxing {
    left: 838px;
    top: 501px
}

.jiaxing {
    left: 833px;
    top: 488px
}

.ningbo {
    left: 851px;
    top: 503px
}

.zhengzhou {
    left: 698px;
    top: 419px
}

.quanzhou {
    left: 812px;
    top: 601px
}

.fuzhou {
    left: 821px;
    top: 586px
}

.xiamen {
    left: 801px;
    top: 612px
}

.shanghai {
    left: 846px;
    top: 477px
}

.changsha {
    left: 696px;
    top: 553px
}

.shantou {
    left: 774px;
    top: 639px
}

.guangzhou {
    left: 715px;
    top: 654px
}

.hangzhou {
    left: 822px;
    top: 499px
}

.jieyang {
    left: 760px;
    top: 626px
}

.jinan {
    left: 757px;
    top: 373px
}

.linyi {
    left: 787px;
    top: 397px
}

.kunminɡ {
    left: 503px;
    top: 623px
}

.chengdou {
    left: 531px;
    top: 507px
}

.jijihaer {
    left: 834px;
    top: 137px
}

.daqing {
    left: 854px;
    top: 150px
}

.huhehaote {
    left: 656px;
    top: 296px
}

.eerduosi {
    left: 617px;
    top: 321px
}

.xining {
    left: 490px;
    top: 387px
}

.haerbin {
    left: 872px;
    top: 172px
}

.xian {
    left: 616px;
    top: 432px
}

.nanjing {
    left: 805px;
    top: 469px
}

.shanxi1 {
    left: 502px;
    top: 312px
}

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

.map-dot.beijing: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: 200px;
    border: 1px solid #110e6e;
    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:last-child {
    border: none
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
    -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 #110e6e 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.cur:before {
    content: "";
    position: absolute;
    left: 51%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #110e6e;
    animation: dot 1s infinite
}

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