/*筛选*/
.filtrate {
  width: 1200px;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}

/*分类标题*/
.filtrate .title {
  margin-bottom: 30px;
}

.filtrate .title a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #999;
}

.filtrate .title a:hover {
  color: #3C6DAD;
  border-bottom: 2px solid #3c6dad;
}

.filtrate .title a.on {
  color: #3c6dad;
  border-bottom: 2px solid #3c6dad;
}

/*行业分类*/

.filtrate .industry_type li {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.filtrate .industry_type > div {
  display: inline-block;
  vertical-align: top;
}

.filtrate .industry_type .typeL {
  width: 110px;
}

.filtrate .industry_type .typeM {
  width: 970px;
  transition: all .5s linear;
  height: 25px;
  overflow: hidden;
}

.filtrate .industry_type .typeR {
  width: 60px;
  text-align: right;
}

.filtrate .industry_type .typeR p {
  display: none;
  cursor: pointer;
}

/*显示隐藏*/
.filtrate .industry_type .typeR p.show {
  display: block;
}

.filtrate .industry_type.hidden {
  display: none;
}

/*改变复选框的样式*/
.filtrate .industry_type input[type="checkbox"] {
  -webkit-appearance: none; /*清除复选框默认样式*/
  vertical-align: middle;
  border-radius: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  margin-right: 6px;
  cursor: pointer;

}

.filtrate .industry_type input[type="checkbox"]:checked {
  background-image: url("../images/slicing/checkbox.png");
  border: none;
}

.filtrate .industry_type label {
  vertical-align: middle;
  cursor: pointer;
}

.filtrate .industry_type .typeM p {
  margin-top: 20px;
  margin-bottom: 16px;
}

/*提交按钮*/
.filtrate .industry_type .typeM .submit {
  width: 80px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #3c6dad;
  border: none;
  border-radius: 5px;
  margin-right: 20px;
}

/*重置按钮*/
.filtrate .industry_type .typeM .reset {
  width: 80px;
  height: 30px;
  color: #999;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

/*其他筛选条件*/
.filtrate .other {
  margin-top: 10px;
}

.filtrate .other div {
  display: inline-block;
  margin-left: 40px;
}

.filtrate .other option {
  color: #000;
}

.filtrate .other div span {
  font-weight: bold;
  vertical-align: middle;
}

.filtrate .other div:first-child {
  margin-left: 0;
}

.filtrate .other div select {
  width: 120px;
  height: 30px;
  border: 1px solid #eee;
  color: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.filtrate .other div select option:first-child {
  color: #666;
}

.filtrate .other .other_box {
  width: 220px;
  height: 30px;
  border: 1px solid #eee;
  padding: 5px 10px;
  box-sizing: border-box;
}

.filtrate .other .other_btn {
  width: 80px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #3c6dad;
  border: none;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 6px;
}

/*企业列表*/
.firm {
  margin-top: 20px;
  font-size: 0;
  min-height: 800px;
}

.firm .aside {
  display: inline-block;
  font-size: 14px;
  width: 240px;
}

.firm > div {
  min-height: 1260px;
  width: 940px;
  box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: top;
  margin-right: 20px;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
}

/*标题*/
.firm .firm_list > h1 {
  font-size: 18px;
  margin: 40px 0;
}

.firm .firm_list > ul {
  min-height: 1000px;
}

.firm .firm_list > ul > li {
  width: 900px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.firm .firm_list > ul > li > p {
  height: 44px;
  line-height: 44px;
  background-color: #f8f8f8;
  padding-left: 20px;
  margin-bottom: 16px;
}

.firm .firm_list > ul > li > p > a {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.firm .firm_list > ul > li > p > a.authentication {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-image: url("../images/slicing/authentication.png");
}

.firm .firm_list > ul > li > p > a.affirm {
  background-position: 0 -44px;
}

.firm .firm_list > ul > li > p > a.unverified {
  background-position: 0 -8px;
}
.firm .firm_list > ul ul{
  padding-bottom:3px;
}
.firm .firm_list > ul > li li {
  float: left;
  padding: 0 20px;
  margin-right: 48px;
  width: 360px;
  margin-bottom: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.firm .firm_list > ul > li li > span {
  margin-right: 20px;
  font-weight: 600;
}

.firm .firm_list em {
  color: #f88718;
  font-style: normal;
}

/**
 *面包屑导航
 */

.crumbs {
  margin-top: 10px;
}

.crumbs a, .crumbs span {
  color: #666;
}

.crumbs a:hover {
  text-decoration: none;
  color: #3c6dad;
}

/*--------------分页条-----------------*/
.firm .paging {
  text-align: center;
  margin: 60px 0;
  font-size: 0;
}

/*上下页按钮*/
.firm .paging a {
  text-decoration: none;
  font-size: 12px;
}

.firm .paging > span {
  font-size: 12px;
}

.firm .paging > a {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
}

.firm .paging > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.firm .paging > a.ban, .firm .paging > b.ban {
  display: none;
}

.firm .paging > b {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 60px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  color: #999;
  background-color: #eee;
  font-weight: normal;
}

/*页码*/
.firm .paging ul {
  display: inline-block;
  vertical-align: top;
}

.firm .paging > ul > li {
  float: left;
  border: 1px solid #eee;
  margin-right: 10px;
}

.firm .paging > ul > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.firm .paging > ul > li > a:hover {
  background-color: #3c6dad;
  color: #fff;
}

.firm .paging > ul > li > a.current {
  background-color: #3c6dad;
  color: #fff;
}

/*当没有数据时*/
.firm .without {
  width: 450px;
  margin: 120px auto 0;
}

.firm .without b {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  padding-left: 128px;
  background: url("../images/slicing/regret.png") no-repeat 0;
  font-size: 24px;
  color: #666;
  margin-bottom: 90px;
}

.firm .without p {
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.firm .without ul {
  list-style: disc inside;
}

.firm .without ul li {
  color: #666;
  margin-bottom: 10px;
}




