.map-content {
  padding: 30px 0
}

.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: #bababa transparent transparent
}

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

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

.branch-map-l {
  width: 849px;
  height: 720px;
  margin:  0  auto;
  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;
  color:#E78720;
}

.beijing {
  left: 612px;
  top: 250px
}

.tianjin {
  left: 625px;
  top: 275px
}

.hebei {
  left: 598px;
  top: 295px
}

.shanxi {
  left: 550px;
  top: 310px
}
.ningxia {
  left:545px;
  top: 370px
}
.aomen{
    top: 765px;
    left: 618px;
}

.liaoning {
  left: 700px;
  top: 225px
}
  .jilin {
  left: 735px;
  top: 170px;
}


.heilongjiang {
  left: 740px;
  top: 106px
}

.shanghai {
  left: 703px;
  top: 425px
}

.anhui{
    left: 672px;
    top: 400px
}

.jiangsu {
  left: 672px;
  top: 400px
}

.zhejiang {
  left: 685px;
  top: 470px
}

.anhui {
  left: 635px;
  top: 424px
}

.fujian {
  left: 655px;
  top: 528px
}

.jiangxi {
  left: 615px;
  top: 495px
}

.shandong {
  left: 640px;
  top: 328px
}

.henan {
  left: 570px;
  top: 385px
}

.hubei {
  left: 555px;
  top: 439px
}

.hunan {
  left: 545px;
  top: 509px
}

.guangdong {
  left: 575px;
  top: 586px
}

.guangxi {
  left: 506px;
  top: 461px
}

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

.sichuan {
  left: 398px;
  top: 450px
}

.guizhou {
  left: 464px;
  top: 524px
}

.yunnan {
  left: 370px;
  top: 565px
}

.shanxi1 {
  left: 510px;
  top: 362px
}

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

.map-dot.shandong:after {
  width: 13px;
  height: 12px;
  border-radius: 0;
  background: url(../images/icon-star.png) no-repeat center
}
.map-dot.guangdong: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: 430px;
  border: 1px solid #bababa;
  background-color: #1e1e1e;
  padding: 10px 30px;
  z-index: 1;
  display: none
}

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

.branch-map-data-title p {
  font-size: 18px;
  color: #fff;
  line-height: 28px
}

.branch-map-data-info {
  max-height: 350px;
  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: #fff;
  line-height:normal;
  margin-bottom:5px
}


.data-branch p {
  font-size: 12px;
  color: #fff;
  line-height: 20px
}

.branch-map-data:before {

}

.branch-map-data:after {

}

.map-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
  }
}

@media only screen and (min-width: 1200px){
  .map-module {
      width: 1000px;
      margin: 0 auto;
      position: relative;
      transition: all .3s ease
  }
  
  .map-content-box {
      width: 100%;
      height: 100%;
      background: url(../images/map-bj2.png) no-repeat center;
      position: relative
  }
  .branch-map-l {
      margin: 0 auto;
      width: 1000px;
      height: 848px;
      position: relative
  }
  .heilongjiang {
     left: 894px;
    top: 135px;
  }
  .liaoning {
      
      left: 830px;
    top: 270px;
  }
  .yunnan{
      left: 430px;
    top: 674px;
  }
.jilin {
  left: 879px;
    top: 213px;
}

  .sichuan{
     left: 455px;
    top: 533px;
  }
  .guizhou{
    left: 540px;
    top: 629px;
  }
  .guangdong{
    left: 665px;
    top: 723px;
  }
  .fujian{
 left: 771px;
    top: 636px;
  }
  .shanghai{
          left: 829px;
    top: 510px;
  }
  .zhejiang{
     left: 813px;
    top: 561px;
  }
  .jiangsu{
        left: 794px;
    top: 464px;
  }
  .jiangxi{
    left: 722px;
    top: 608px;
  }
  .hunan{
  left: 644px;
    top: 599px;

  }
  .hubei{
     left: 642px;
    top: 525px;

  }
  .chongqing {
    left: 567px;
    top: 548px;
  }
  .anhui {
     left: 751px;
    top: 503px;
  }
  .shandong {
         left: 750px;
    top: 398px;
  }
  .tianjin {
      left: 740px;
      top: 325px;
  }
  .beijing {
      left: 720px;
      top: 302px;
  }
  .henan {
    
    left: 673px;
    top: 459px;

  }
  .shanxi1 {
    left: 604px;
    top: 422px;
  }
  .hebei {
      left: 700px;
          top: 346px;
  }
  .shanxi {
      left: 650px;
      top: 400px;
  }
  .guangxi{
    top: 689px;
    left: 586px;
  }
  .neimenggu{
    top: 247px;
    left: 664px;
  }
.gansu{
    top: 301px;
    left: 378px;
}
.qinghai{
     top: 399px;
    left: 378px;    
}
.xizang {
    top: 488px;
    left: 226px;
}
.xinjiang{
   top: 251px;
    left: 207px;
}
.hainan{
    top: 800px;
    left: 607px;
}
.xianggang{
       top: 738px;
    left: 685px;
}
.taiwan{
    top: 678px;
    left: 841px;
}
.tinajin{
     left: 738px;
    top: 329px
}

}