.jumbotron.product {
  background: url('../image/bg.png') no-repeat;
  background-size: 100% 100%;
}
.consult_wrap {
  background: url(../image/consult_bg.jpg) no-repeat;
}
.related_products_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 110px;
  row-gap: 0px;
  column-gap: 24px;
  margin-bottom: 42px;
}
.related_products_wrap .flex_just_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #e4eeff;
  cursor: pointer;
}
.related_products_wrap p {
  color: #7188ad;
  padding-top: 16px;
  margin: 0;
}
.related_products_wrap .icon_arrow {
  display: inline-block;
  width: 32px;
  height: 12px;
  background: url(../image/related_products_arrow.png);
}
.related_products_wrap .flex_just_between.active {
  background-color: #1169bb;
  color: #fff;
}
.related_products_wrap .flex_just_between.active p {
  color: #a5d5ff;
}
.related_products_wrap .flex_just_between.active .icon_arrow {
  background: url(../image/related_products_arrow_hover.png);
}
.network_version_antivirus {
  color: #121212;
  background: #f4f7fc;
  /*产品优势*/
}
.network_version_antivirus .tabs {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 4px 0px;
  font-size: 16px;
}
.network_version_antivirus .nav-tabs > li > a {
  color: #121212;
  padding: 20px 0;
  margin: 0 92px 0 0;
  border-bottom-width: 2px;
  background-color: none;
}
.network_version_antivirus .nav > li > a:focus,
.network_version_antivirus .nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #006cbc;
}
.network_version_antivirus .nav-tabs > li.active > a,
.network_version_antivirus .nav-tabs > li.active > a:focus,
.network_version_antivirus .nav-tabs > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #006cbc;
  color: #006cbc;
}
.network_version_antivirus .wrap h2 {
  text-align: center;
  font-size: 32px;
  margin: 52px 0 42px 0;
}
.network_version_antivirus .product_superiority {
  background-color: #fff;
  text-align: center;
}
.network_version_antivirus .product_superiority div {
  height: 290px;
  border-right: 1px solid #d9e2f0;
  border-bottom: 1px solid #d9e2f0;
}
.network_version_antivirus .product_superiority div img {
  margin-top: 50px;
}
.network_version_antivirus .product_superiority h3 {
  font-size: 14px;
  color: #131313;
}
.network_version_antivirus .product_superiority p {
  font-size: 12px;
  color: #5e6f98;
  text-align: left;
}
