  .industry .inner{
    margin: 0 15px;
  }
  .industry .map_list.ind {
    background: #73cbe2;
    padding: 20px;
  }
  .industry .map_list.ind .in{
    display: flex;
    flex-wrap: wrap;
  }
.industry .map_list.ind a {
  height: 50px;
}
 .industry .map_list{
    background: #73cbe2;
    padding: 10px 20px;
 }
  .industry .map_list .in{
    display: flex;
    flex-wrap: wrap;
  }
  .industry .map_list.fix{
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(115,203,226,0.9);
  }

.industry .map_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: calc(33% - 10px);
    height: 40px;
    background: #ffffff;
    border-radius: 3px;
    color: inherit;
    font-size: 13px;
    text-align: center;
    box-shadow: 0px 1px 5px 1px rgb(34 154 195 / 20%);
}
.industry h3{
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;

}
.industry .companyBox{
  margin-bottom: 30px;
}
.industry .companyBox h4{
  background: #38b5d5;
  color: #fff;
  font-weight: bold;
  padding: 10px 12px 8px;
  margin-bottom: 12px;
}
.industry .companyBox .leadTxt {
    padding: 0 0 10px 12px;
}
.industry .companyBox .leadTxt a, .industry .centerInfoBox a{
  text-decoration: underline;
}

.industry .centerInfoBox {
    background: #e2f3fa;
    border-bottom: 2px solid #43c6da;
    padding: 14px 17px;
    text-align: left;
}
.industry hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #cccccc;
    margin: 0;
    padding: 0;
}
.industry .otherLinkBox ul.links li {
    border-right: 1px solid #B3B2B2;
    float: left;
    line-height: 1.2;
    margin: 0 11px 10px 0;
    padding: 0 9px 0 0;
    white-space: nowrap;
}
.industry .otherLinkBox{
  margin: 30px 15px;
}
.industry #bread_crumb li:last-child {
    float: left;
}
.industry h5{
  background: #eee;
  color: #333;
  font-weight: bold;
  padding: 10px 12px 8px;
  margin: 0 0 12px;
}
.industry h5:first-child{
  margin-top: 0;
}

.industry .tit1{
  font-weight: bold;
  color: #2ba295;
}