﻿#content {
  width: 100%;
  height: auto !important;
  background-color: #f6f6f6;
}
#content .content {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 100px;
}
/* ç°è‰²è¾¹æ¡†*/
.grey_border {
  border: 1px solid #bebebe;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blue_border {
  border: 1px solid #0063ba;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.red_border {
  border: 1px solid #ea3e3e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix,
.nav {
  clear: both;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.nav:after {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.no-data {
  width: 100%;
  height: 84px;
  background: url("../img/no-more.png") no-repeat center 40px;
  padding-top: 250px;
}
.no-data-message {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
/*é¢åŒ…å±‘å¯¼èˆª*/
.nav-crumbs {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.search-show-box .conditionQuery {
  width: 100%;
  padding: 10px 20px 0 20px;
  border: 1px solid #bebebe;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}
.search-show-box .conditionQuery .select li.select-li {
  width: 100%;
  padding: 8px 0;
  position: relative;
  height: 42px;
  /* é€‰ä¸­çŠ¶æ€*/
}


/* wukai */
.hblyPage .select .select-li1-level{
	float:left;
	margin-top: 3px;
	margin-left: 20px;
	line-height: 1.6;	
	color:#333;
}
.hblyPage .select .select-li1-level1{
	float:right;
	margin-top: 3px;
	margin-right: 10px;
	line-height: 1.6;	
	color:#333;
}
.hblyPage .select .select-li1-level span{
	margin-left: 20px;
	cursor:pointer;
}
.hblyPage .select .select-li1-level span.active{
	color:#f1f1f1;
}
.hblyPage .selectType{
	margin-top: 20px;
	height:35px;
	border: 1px solid #ccc;
	background:#fff;
}
.hblyPage .selectType .type1{
	position:relative;
	float:left;
	padding:10px;
    border-right: 1px solid #ccc;
    cursor:pointer;
}
.hblyPage .selectType .type1.active{
	background:#e22323;
	color:#fff;
}
.hblyPage .selectType .type1.active li{
	color:#333;
}
.hblyPage .selectType .type1 ul{
	display:none;
	position:absolute;
	left: -1px;
    top: 33px;
	width: 220px;
	border: 1px solid #ccc;
	border-bottom: none;
    background: #f1f1f1;
}
.hblyPage .selectType .type1 ul li{
	float: left;
	padding:5px;
	width: 50%;
	border-bottom: 1px solid #ccc;
	cursor:pointer;
}
.hblyPage .selectType .type1 ul li:hover{
	background:#fff;
	color:#333;
}
.hblyPage .selectType .type1 ul li.active{
	background:#e22323;
	color:#fff;
}
.hblyPage .selectType .type1 ul li:nth-child(odd){
	border-right: 1px solid #ccc;
}
.hblyPage .result-tab1{
    padding: 20px 20px;
}
.hblyPage #search-result-list table{
	width: 100%;
}
.hblyPage #search-result-list table th{
	padding:10px;
	border: 1px solid #ccc;
	background:#6EB89A;
	color:#fff;
}
.hblyPage #search-result-list table th,.hblyPage #search-result-list table td{
	padding:10px;
	border: 1px solid #ccc;
	text-align:center;
}
.hblyPage #search-result-list table th.name,.hblyPage #search-result-list table td.name{
	text-align:left;
}
.hblyPage #search-result-list table td .problem{
	color:#e22323;
	cursor:pointer;
}

.hblyPage #pages_xyzx{
	margin:20px 0 0 0;
	overflow:auto;
}
.lay-records .layui-layer-content{
	max-height:400px;
}
.lay-records table th,.lay-records table td{
	padding:5px;
	word-break: break-all;
	border: 1px solid #ccc;
	text-align:center;
	font-size:12px;
}
.lay-records table th.problem_desc,.lay-records table td.problem_desc{
	text-align:left;
}
.lay-records table th,.lay-records table td.time{
	word-break: keep-all;
	white-space: nowrap;
}
/* wukai end */


.search-show-box .conditionQuery .select li.select-li .selected {
 /* background-color: #e1e1e1;*/
}
.search-show-box .conditionQuery .select li.select-li .selected a {
  color: #fff;
  padding: 5px 10px;
  background: #e22323;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-name,
.search-show-box .conditionQuery .select li.select-li .select-li1-list,
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  float: left;

}
.search-show-box .conditionQuery .select li.select-li .select-li1-list,
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  margin-top: 6px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap,
.search-show-box .conditionQuery .select li.select-li .select-li2-name,
.search-show-box .conditionQuery .select li.select-li .select-li2-list {
  display: inline-block;
}

.search-show-box .conditionQuery .select li.select-li .select-li1-name {
  font-size: 18px;
  margin-left: 20px;
  height: 26px;
  line-height: 27px;
}
.search-show-box .conditionQuery .select li.select-li .select-li2-name,
.search-show-box .conditionQuery .select li.select-li .select-li3-name {
  font-size: 14px;
  color: #666;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li {
  margin-right: 10px;
  padding: 0 6px 0 20px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  background: url("../img/sprite01.png") no-repeat 0 0;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-btn {
  margin-left: 20px;
  display: none;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-btn a {
  color: #0063ba;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap {
  width: 345px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: 72px;
  /*border: 1px solid #bebebe;*/
  font-size: 0;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-searchbtn {
  display: inline-block;
  vertical-align: top;
  /* margin-left: 20px; */
  width: 18px;
  height: 31px;
  padding-top: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  right: 20px;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-searchbtn i {
  display: inline-block;
  width: 25px;
  height: 31px;
  background: url("../img/RBNameList_03.png") no-repeat;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-searchwrap .select-li1-input {
  width: 345px;
  vertical-align: top;
  height: 30px;
  border: none;
  background-color: #f6f6f6;
  padding: 10px 0 9px 15px;
  font-size: 12px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-name,
.search-show-box .conditionQuery .select li.select-li .select-li3-list,
.search-show-box .conditionQuery .select li.select-li .select-li3-btn {
  display: inline-block;
  vertical-align: top;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn {
  position: absolute;
  top: 16px;
  right: 15px;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn a {
  color: #e22323;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn i {
  display: inline-block;
  width: 20px;
  height: 7px;
  margin-left: 10px;
  background: url("../img/publicTwo2_icon.png") no-repeat;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-list {
  height: auto;
  overflow: hidden;
  position: relative;
}
.search-show-box .conditionQuery .select li.select-li .select-li3-btn,
.search-show-box .conditionQuery .select li.select-li .select-li3-list {
  background: #eaeaea;
}
.search-show-box .conditionQuery .select li.select-li .select-li1-list li,
.search-show-box .conditionQuery .select li.select-li .select-li2-list li,
.search-show-box .conditionQuery .select li.select-li .select-li3-list li {
  display: inline-block;
  margin-right: 24px;
  line-height: 35px;
  margin: 5px 10px;
}
.search-show-box .conditionQuery .select li.select-li3 {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 45px;
}
.search-show-box .conditionQuery .select-li3-list {
  width: 850px;
}
.search-show-box .conditionQuery .select-li3-list li {
  margin-right: 24px;
  line-height: 35px;
  margin: 5px 5px;
}
.search-show-box .search-tip-wrap {
  padding: 16px 0 20px 20px;
  font-size: 14px;
}
.search-show-box .search-tip-wrap .search-tip-span1,
.search-show-box .search-tip-wrap .search-tip-span2 {
  color: #0063ba;
  margin: 0 5px;
}
.search-show-box .search-tip-wrap .search-tip-span2 {
  margin-left: 14px;
}
.result-tab1 {
  border: 1px solid #bebebe;
  padding-bottom: 70px;
  border-top:none

}
.result-tab1 .search-result-list {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}
.result-tab1 .search-result-list li {
  border-bottom: 1px solid #bebebe;
  overflow: hidden;
  margin: 0 20px;
}
.result-tab1 .search-result-list li .company-box {
  padding: 17px 0px 12px 0px;
  /*cursor: pointer;*/
  height: auto;
}
.result-tab1 .search-result-list li .company-box1 {
  padding: 17px 0px 12px 0px;
  /*cursor: pointer;*/
  height: auto;
}
.result-tab1 .search-result-list li .company-messages {
  float: left;
  margin-top: 18px;
}
.result-tab1 .search-result-list li .company-messages .conpany-name-box {
  margin-bottom: 5px;
  /*.conpany-name-status {
                        display: inline-block;
                        font-size: 18px;
                    }
                    .conpany-name-status {
                        padding: 3px 10px; 
                        margin-left: 20px;
                        font-size: 10px;
                        color: #fff;
                         behavior: url(css/PIE.htc);
                        -moz-border-radius: 18px; 
                     -webkit-border-radius: 18px; 
                             border-radius: 18px;
                        position:relative; 
                        z-index:2;
                    }
                    .conpany-status-yes {
                        background-color: #329450;
                    }
                    .conpany-status-no {
                        background-color: #333333;
                    }*/
}
.result-tab1 .search-result-list li .company-messages .conpany-name-box .conpany-name {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.result-tab1 .search-result-list li .company-messages .company-message {
  color: #a0a0a0;
  margin-top: 20px;
  font-size: 14px;
}
.result-tab1 .search-result-list li .company-messages .company-message .company-message3 {
  margin-left: 38px;
}
.result-tab1 .search-result-list li .company-status {
  float: right;
  text-align: center;
  padding-top: 10px;
}
.result-tab1 .search-result-list li .company-status .status-yes {
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
}
.result-tab1 .search-result-list li .company-status .status-yes-color {
  background-color: #e22323;
}
.result-tab1 .search-result-list li .company-status .status-yes-color a{
	color:white;
}
.result-tab1 .search-result-list li .company-status .status-no-color {
  background-color: #ea3e3e;
}

.nav-crumbs p a:hover{
  color: #0063ba;
}


/*æ–°å¢žæ ·å¼æ¨¡å—*/
.dataSize{
  width: 1200px;
  height: 180px;
  background: url('../img/environment2.png')no-repeat;
}
.dataSize.jt{
	background: url('../img/traffic1.png')no-repeat;
}
.dataSize ul{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dataSize ul li{
  float: left;
  margin-left: 65px;
  font-size: 20px;
  color: #fff;
  height: 180px;
  line-height: 180px;
}
.dataSize ul li span{
  font-size: 37px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}
.content_five {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;
}
.content_five .body_part_left {
  width: 590px;
  height: 310px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 15px;
}
.content_five .content_five_one {
  width: 100%;
  height: 100%;
  float: left;
}
.body_part_left_top{
  overflow: hidden;
  padding: 0px 20px;
  padding-top: 25px;
}
.body_part_left_top ul{
  padding: 10px;
}
.body_part_left_top ul a{
  font-size: 14px;
  color: #666;
}
.body_part_left_top ul li{
  height: 37px;
  line-height: 37px;
  overflow: hidden;
}
.body_part_left_top ul li p {
  float: left;
  color: #666;
}
.body_part_left_top ul li em{
  display: inline-block;
  width: 20px;
  height: 37px;
  vertical-align: middle;
  background: url(../img/jointRP-arrow.png) 0 14px no-repeat;
  float: left;
}
.body_part_left_top ul li p a{
  color: #333333;
}
.body_part_left_top ul li span{
  float: right;
  color: #999;
}
.body_part_left_top_one {
  width: 410px;
  height: 100%;
  float: left;
}
.body_part_left_top_two {
  width: 409px;
  height: 100%;
  float: right;
}
.title {
  width: 100%;
  height: 31px;
  border-bottom: 4px solid #e6e6e6;
}
.cityName {
  font-size: 18px;
  height: 31px;
  float: left;
  line-height: 35px;
  color: #0c0300;
  border-bottom: 4px solid #ea3e3e;
  padding-left: 35px;

}
.list_icon{
  background: url('../img/list_icon.png') no-repeat 4px 4px;
}
.cityMore {
  font-size: 12px;
  float: right;
  line-height: 35px;
  /*cursor: pointer;*/
  color: #666666;
}
.cityMore a{
  color: #e22323;
}
.last_right{
  float: right !important;
  margin-right: 0px !important;
}
.last_li{
  border-bottom: none !important;
}
.top_5{
  width: 435px;
  height: 225px;
  margin: 10px 55px;
  /*background: #e22323;*/
}
.top_5 img{
  width: 100%;
  height: 100%;
}
.content_five_one {
  width: 780px;
  height: 100%;
  float: left;

}
.content_five_two {
  width: 400px;
  height: 100%;
  float: right;
}
.content_five_one_one {
  width: 100%;
}
.content_five_one_two {
  margin-top: 30px;
}
.select-li3-bg{
  background: #eaeaea;
  width: 1077px;
  height: 44px;
  display: inline-block;
  float: right;
  margin-top: -4px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 499;
}
.select-li2-list-h{
  width: 1077px;
  height: 44px;
  background: #eaeaea;
}

.select-li1{
  background: #e22323;
  color: #ffffff;
  margin: 15px 0px;
}
.select-li3-name{
  line-height: 35px;
}
.select-li3-list-toggle{
  height: auto;
}
.body_part_big{
  width: 99.9%;
  height: 465px;
  border: 1px solid #bebebe;
  margin-bottom: 20px;
}
.body_part_big1{
  width: 99.9%;
  //height: 300px;
  height: 147px;
  border: 1px solid #bebebe;
  margin-bottom: 20px;
}
.body_part_big .title,.body_part_big1 .title{
  width: 1150px;
}

.city_data img{
  margin-top:30px;
  margin-left: 20px;
  width: 1100px;
  height: 345px;
}
.result-tab-header span{
	  font-size: 18px;
    font-weight: bold;
    font-family: 宋体;
}
.result-tab-header{
	margin: 0 20px;
  border-bottom: 1px solid #bebebe;
  padding: 15px 15px 5px 15px;
}
.result-tab-header span:nth-of-type(2){
	margin-left: 360px;
}
.result-tab-header1 span{
	  font-size: 18px;
    font-weight: bold;
    font-family: 宋体;
}
.result-tab-header1{
	margin: 0 20px;
  border-bottom: 1px solid #bebebe;
  padding: 15px 15px 5px 15px;
}
.result-tab-header1 span:nth-of-type(2){
	margin-left: 10px;
}
.company-box>span{
	line-height: 55px;
  float: right;
  margin-right: 200px;
  display: inline-block;
  width: 300px;
}
.company-box1>span{
	line-height: 55px;
  margin-right: 10px;
  display: inline-block;
  width: 200px;
  display:inline-block;
  margin-left: 15px;
}
.company-box1>span:nth-of-type(2){
	line-height: 55px;
  margin-right: 10px;
  display: inline-block;
  width: 270px;
  display:inline-block;
  margin-left: 15px;
}
.dataSize.kjyq{
	background: url('../img/bkjyq.jpg')no-repeat;
}
.dataSize.fxjz{
	background: url('../img/bfxjz.jpg')no-repeat;
}
.ul-qyjgcn1 li{
	display: inline-block;
	width: 50%;
	height: 70px;
	float:left;
}
.ul-qyjgcn1 li{
	margin-bottom:6px;
}