.bojun-content {
    padding: 30px 0;
}

.bojun-module {
    /*width: 1200px !important;*/
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.bojun-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.bojun-branch .bojun-title {
    margin: 20px 0 0;
    z-index: 1;
}

.bojun-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

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

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

.branch-bojun-l {
    width: 650px;
    height: 400px;
    position: relative;
}

.bojun-content-box {
    width: 650px;
    height: 400px;
    background: url("../Images/bojun-bj.png") no-repeat center;
    position: relative;
    margin: 0 auto;
}

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

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

.bojun-dot-big:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}
.bojun-dot-big.cur:after  {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}

.beijing {
    left: 444px;
    top: 130px;
}

.tianjin {
    left: 457px;
    top: 142px;
}

.hebei {
    left: 437px;
    top: 163px;
}

.shanxi {
    left: 415px;
    top: 150px;
}

.liaoning {
    left: 500px;
    top: 115px;
}

.jilin {
    left: 520px;
    top: 85px;
}

.heilongjiang {
    left: 530px;
    top: 60px;
}

.shanghai {
    left: 510px;
    top: 225px;
}

.jiangsu {
    left: 490px;
    top: 210px;
}

.zhejiang {
    left: 500px;
    top: 250px;
}

.anhui {
    left: 465px;
    top: 225px;
}

.fujian {
    left: 480px;
    top: 285px;
}

.jiangxi {
    left: 460px;
    top: 260px;
}

.shandong {
    left: 468px;
    top: 175px;
}

.henan {
    left: 425px;
    top: 205px;
}

.hubei {
    left: 415px;
    top: 235px;
}

.hunan {
    left: 415px;
    top: 270px;
}

.guangdong {
    left: 430px;
    top: 315px;
}

.guangxi {
    left: 385px;
    top: 315px;
}

.chongqing {
    left: 376px;
    top: 240px;
}

.sichuan {
    left: 320px;
    top: 250px;
}

.guizhou {
    left: 365px;
    top: 285px;
}

.yunnan {
    left: 310px;
    top: 310px;
}

.shanxi1 {
    left: 380px;
    top: 205px;
}
.xinjiang {
    left: 160px;
    top: 120px;
}
.ningxia {
    left: 355px;
    top: 165px;
}
.qinghai {
    left: 250px;
    top: 185px;
}
.xicang {
    left: 190px;
    top: 230px;
}
.gansu {
    left: 300px;
    top: 150px;
}
.hainan {
    left: 397px;
    top: 362px;
}
.neimenggu {
    left: 400px;
    top: 110px;
}
.taiwan {
    left: 517px;
    top: 305px;
}
.xiangguang {
    left: 455px;
    top: 325px;
}
.aomen {
    left: 438px;
    top: 335px;
}

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

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

.branch-bojun-data {
    position: absolute;
    box-sizing: border-box;
    width: 230px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 10px;
    z-index: 1;
    display: none;
}

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

.branch-bojun-data-title p {
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.branch-bojun-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 {
    color: #333;
    line-height: 25px;
    font-size: 15px;
}

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

.branch-bojun-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;
}

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

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

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