.content_wrap {
  width: 1200px;
  margin: auto;
}
.speed_wrap  {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgb(242, 242, 242);
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
}
.brief_introduction_wrap {
  width: 1200px;
  min-height: 508px;
  margin: 20px auto 70px;
}
.tabs_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: #FEFEFE;
  border-bottom: 1px solid #EDEDED;
}
.tabs_wrap li {
  width: 400px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  color: #595959;
  cursor: pointer;
}
.tabs_wrap .active {
  background: #F4F4F4;
  color: #0B67C5;
}
.brief_introduction_wrap .text_wrap {
  font-size: 14px;
  color: #333;
}
.banner_title {
  height: 180px;
  width: 100%;
}
.banner_title img {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.text_wrap .title {
  font-size: 18px;
  font-weight: bold;
}
.text_wrap .sub_title {
  font-size: 16px;
  margin: 30px auto 15px;
  font-weight: 600;
}
table tr th {
  background: #F6FAFF;
}
table tr th,table tr td {
  border: 1px solid #ececec;
  padding: 18px 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.hide {
  display: none;
}