﻿.breadcrumbs {
  margin-bottom: 0;
}

.map_info_1 {
  display: none;
}

.map_title {
  text-align: center;
  cursor: text;
}

.map_title .get {
  display: none;
  float: right;
  cursor: pointer
}

#allmap .BMapLabel:hover .map_info_box .map_title {
  text-align: left;
  color: #cf000d;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 12px;
}

.desc .close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
  background: url(/repository/image/Y7hK-LDzT6yFjE3zqnYzeQ.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 5px;
}

.desc {
  position: absolute;
  width: 600px;
  height: 500px;
  z-index: 999999;
  left: 50%;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  background: #fff;
  padding: 30px 20px 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.desc img {
  margin-bottom: 10px;
}

.desc p {
  margin-bottom: 10px;
}

#allmap .BMapLabel:hover .map_info_1 {
  display: block !important;
  /*transition:all 0.8s;*/
}

#allmap .BMapLabel:hover .get {
  display: block;
}

.BMap_Marker:hover {
  z-index: 99 !important;
  /*transition:all 0.8s;*/
}

.BMap_Marker:hover .BMapLabel {
  z-index: 100 !important;
  /*transition:all 0.8s;*/
}

#allmap .BMapLabel:hover {
  top: -172px !important;
  padding: 15px 15px !important;
  /*transition:all 0.8s;*/
}

#allmap .BMapLabel.ss:hover {
  top: -35px !important;
  padding: 5px !important;
}

#allmap .BMapLabel:hover .map_info_box {
  width: 215px;
  white-space: normal;
  /*transition:all 0.8s;*/
}

#biao1 {
  position: absolute;
  left: -100000px;
  z-index: -10000;
}

#allmap .address {
  padding-left: 20px;
  background: url(/repository/image/IKdrdXnCSNmOr5LsuHO9HQ.png) no-repeat 0 1px;
  margin-bottom: 8px;
  cursor: text;
  height: 4em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

#allmap .phone {
  padding-left: 20px;
  background: url(/repository/image/ZxYzPWAWTMOqQzeKDdhguQ.png) no-repeat 0 0;
  margin-bottom: 12px;
  cursor: text;
}

#allmap a.map_link {
  display: inline-block;
  width: 80px;
  text-align: center;
  background: #ce000d;
  color: #fff;
  line-height: 28px;
  border-radius: 14px;
}
#allmap a.map_link .search_icon_p{
    max-width: 18px;
}
#allmap .click {
  padding-left: 45px;
  color: #999;
  cursor: pointer;
}

@media only screen and (max-width:1024px) {
  .map_info_1 {
    display: block;
    text-align: left;
  }

  #allmap .map_info_box .map_title {
    text-align: left;
    color: #cf000d;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width:640px) {
  .desc {
    width: 400px;
    padding: 25px 10px 10px;
  }

  .map_title .get {
    display: block;
  }
}

@media only screen and (max-width:450px) {
  .desc {
    width: 300px;
  }
}

.map_tab .china_map .left ul {
  display: none;
}

.map_tab .china_map .left ul.active {
  display: block;
}
