/*本页面css*/

	 th, td { white-space: nowrap ;text-align:center; }
			  p{margin-left:5px; font-size:16px;}
			  table tr:nth-child(odd){
			  		background-color:#ddd;
			  }
			  table{
			  	border:1px solid #eee;
			  }
			  table tr{
				height:30px;			  
			  }

.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_top .select_box {
  margin-bottom: 26px;
}
.map_content .map_top .industry,
.map_content .map_top .area,
.map_content .map_top .rank,
.map_content .map_top .search_input,
.map_content .map_top .search {
  color: #333333;
  font-size: 14px;
}
.map_content .map_top .industry {
  width: 150px;
  height: 38px;
}
.map_content .map_top .area {
  width: 120px;
  height: 38px;
  margin-left: 12px;
}
.map_content .map_top .rank {
  height: 38px;
  width: 120px;
  margin-left: 12px;
}
.map_content .map_top .right_company {
  padding: 6px 0px;
  height: 32px;
}
.map_content .map_top .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-height: 750px;
}
.map_content .map_top .map {
  width: 100%;
  height: 750px;
}
.map_content .map_top .loading{
				display:none;	
        position: absolute;
        text-align: center;
        width: 1188px;
        height:750px;
        background-color: rgb(255,255,255,0.8);
        z-index:3;
 }
 .map_content .map_top .loading p{
 				display: inline-block;
 				vertical-align:middle;
 				height:750px;
 				margin-top:25%;
 }
.demo {
  border: 0px!important;
  padding: 0px!important;
}
.scroll-element {
  display: none!important;
}
