body {
  background: #f7f7f7;
}
.new_top {
  background: #fff;
}
.top_banner_title {
  position: absolute;
  margin-top: 35px;
  text-align: center;
  width: 100%;
  font-size: 26px;
  color: #fff;
}
.enterprise_tab_list {
  height: 50px;
  line-height: 47px;
  background: #fff;
  > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    > li {
      cursor: pointer;
    }
    > li.active {
      color: #2978ff;
      border-bottom: 3px solid #2978ff;
    }
  }
}
.left_container {
  float: left;
  width: 896px;
  > .company_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 119px;
    background: url(/static/images/enterprise/company_info_bg.png);
    padding: 20px;
    > .company_info_title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      > span {
        margin-left: 10px;
        font-size: 16px;
      }
    }
  }
}
.right_container {
  float: right;
  width: 274px;
}
.enterprise_main_content {
  margin-top: 20px;
}
.company_info_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  > li p {
    text-align: center;
    > span.num {
      font-size: 24px;
      color: #2978ff;
    }
  }
  > li p.good {
    position: absolute;
    margin-top: -25px;
    margin-left: 16px;
    > img {
      width: 25px;
    }
  }
}
.common_footer {
  background-color: #fff;
}
.web_introduction_left p,
.web_introduction_middle ul li a,
.web_introduction_middle ul li:first-child,
.web_introduction_left .company_name {
  color: #000;
}
.company_contact {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.company_contact_title {
  display: flex;
  > span {
    margin-left: 10px;
  }
  > .company_contact_title_icon {
    width: 4px;
    height: 20px;
    background: #2978ff;
  }
}
.company_contact_list {
  margin-top: 20px;
  > ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    > span.num {
      color: #2978ff;
    }
    > span a {
      color: #2978ff;
    }
    > a {
      color: #2978ff;
    }
  }
  > ul li.company_contact_header {
    background: #f1f8ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    > span {
      display: inline-block;
      flex: 1;
      text-align: center;
    }
  }
  > ul li.company_contact_content {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    > span {
      display: inline-block;
      flex: 1;
      text-align: center;
    }
    > span.ztb_title {
      flex: 3;
      display: inline-block;
      width: 500px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
}

.company_chart {
  margin-top: 20px;
}
.company_cooperate {
  background: url(/static/images/enterprise/company_cooperate.png);
  height: 458px;
  display: flex;
  align-items: end;
}
.company_cooperate.company_relate {
  background: url(/static/images/enterprise/company_relate.png);
  height: 506px;
}
.company_cooperate.company_trend {
  background: url(/static/images/enterprise/company_trend.png);
  height: 969px;
}
.company_cooperate_content {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  > .company_cooperate_title {
  color: #fe640b;
  font-size: 20px;
  }
  > .submit_btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #2978ff;
  border-radius: 6px;
  }
}
.company_contact_content .td_header {
  background: #f1f8ff;
}
.company_infomation ul li:first-child {
  border-top: 1px solid #ccc;
}
.company_infomation ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.company_infomation ul li span.td_header {
  color: #999;
}
.company_infomation ul li span {
  text-align: left;
}
.side_content_item:first-child {
  margin-top: 0;
}
.side_content_item {
  background: #fff;
}
