/*------------------顶部导航-------------------*/
.industry_nav {
  background-color: #f0f3fd;
  position: absolute;
  top: 300px;
  width: 1200px;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  z-index: 10;
}

.industry_nav p, .industry_nav ul {
  display: inline-block;
  vertical-align: top;
}

.industry_nav p {
  font-weight: bold;
}

.industry_nav ul {
  width: 1100px;
}

.industry_nav ul li {
  float: left;
  width: 140px;
  height: 26px;
  line-height: 26px;
  margin-right: 16px;
  box-sizing: border-box;

}

.industry_nav ul li a {
  display: inline-block;
  max-width: 140px;
  height: 26px;
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
}

.industry_nav ul li a.on {
  background-color: #3c6dad;
  color: #fff;
}

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

/*分类列表*/
.industry-type {
  margin-top: 30px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  padding: 0 0 40px 20px;
}

.industry-type li {
  margin-bottom: 20px;
}

/*标题*/
.industry-type .title {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
}
/*行业一级标题*/
.industry-type .stair{
  padding-bottom:10px;
  margin-right:20px;
  border-bottom:1px solid #ccc
}
.industry-type .stair p{
  padding-left:8px;
  border-left:4px solid #3C6DAD;
  color:#3C6DAD ;
  font-weight: bold;
}
  /*行业二级标题*/
.industry-type ul{
  padding-left:12px;
  padding-top:20px;
}
.industry-type li dl dt {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  width: 126px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-type dl {
  white-space: nowrap;
}

/*行业三级标题*/
.industry-type li dl div {
  display: inline-block;
  vertical-align: top;
  width: 976px;
}

.industry-type li dl div dd {
  float: left;
  margin-right: 30px;
  width: 126px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #666;
}

