/*本页面css*/
.map_content {
  width: 1200px;
  margin: 0 auto;
  min-height: 820px;
  background: #fff;
	
}
.map_content .map_bottom {
  width: 100%;
  height: 684px;
  padding: 20px 10px;
}
.map_content .map_bottom .bj {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.map_content .map_bottom .company_total {
  font-size: 12px;
  color: #666666;
}
.map_content .map_bottom .select_box {
  margin-bottom: 26px;
}
.map_content .map_bottom .industry,
.map_content .map_bottom .area,
.map_content .map_bottom .rank {
  color: #333333;
  font-size: 14px;
}
.map_content .map_bottom .industry {
  width: 150px;
  height: 38px;
}
.map_content .map_bottom .area {
  width: 120px;
  height: 38px;
  margin-left: 12px;
}
.map_content .map_bottom .rank {
  height: 38px;
  width: 120px;
  margin-left: 12px;
}
.map_content .map_bottom .right_company {
  padding: 6px 0px;
  height: 32px;
}
.map_content .map_bottom .company_name {
  color: #139eed;
  font-size: 14px;
  width: 184px;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.map_content .map_bottom .status {
  width: 48px;
  height: 18px;
  font-size: 12px;
  color: #fff;
  background: #009933;
  display: block;
  float: left;
  margin-top: 3px;
  line-height: 18px;
  text-align: center;
}
.map_content .map_bottom .company_type {
  width: 70px;
  height: 20px;
  border-radius: 4px;
  color: #009933;
  text-align: center;
  line-height: 20px;
  border: 1px solid #009933;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 12px;
}
.map_content .map_bottom .marks_box {
  padding: 6px 0px;
}
.map_content .map_bottom .start_time {
  padding: 4px 0px;
}
.map_content .map_bottom .innner_lsit {
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  width: 414px;
  border-top: 1px solid #cccccc;
}
.map_content .map_bottom .inner_list_left,
.map_content .map_bottom .inner_list_right {
  float: left;
}
.map_content .map_bottom .inner_list_left {
  width: 32px;
  height: 98px;
  text-align: center;
}
.map_content .search_input_box {
  margin-top: 24px;
  margin-bottom: 20px;
}
.map_content .search_input {
  width: 364px;
  height: 39px;
  margin-left: 12px;
}
.map_content .search {
  width: 58px;
  height: 40px;
  background: #139eed;
  border: 0px;
  margin-left: -5px;
}
.map_content .map_top {
  width: 100%;
  padding: 6px;
  min-heigth: 750px;
}
.map_content .map_top .map {
  width: 100%;
  height: 100%;
  min-height: 750px;
}
.demo {
  border: 0px!important;
  padding: 0px!important;
}
.scroll-element {
  display: none!important;
}
