.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;
}
.network_version_antivirus .product_feature {
  background-color: #fff;
}
.network_version_antivirus .product_feature div {
  height: 142px;
  border-right: 1px solid #d9e2f0;
  border-bottom: 1px solid #d9e2f0;
}
.network_version_antivirus .product_feature h3 {
  font-size: 14px;
  color: #121212;
}
.network_version_antivirus .product_feature h3 span.blue_fast {
  width: 2px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 6px;
  background: linear-gradient(to bottom, #005bac, #168bf2);
}
.network_version_antivirus .product_feature p {
  font-size: 12px;
  color: #5e6f98;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 8px;
}
.network_version_antivirus .product_feature div:hover {
  background-color: #005bac;
}
.network_version_antivirus .product_feature div:hover h3 {
  color: #fff;
}
.network_version_antivirus .product_feature div:hover h3 span.blue_fast {
  width: 2px;
  height: 15px;
  background: #fff;
}
.network_version_antivirus .product_feature div:hover p {
  color: #a5d5ff;
}
.network_version_antivirus .application_scenario_wrap .row {
  display: flex;
}
.network_version_antivirus .application_scenario_wrap .application_scenario {
  width: 184px;
  padding: 0;
}
.network_version_antivirus .application_scenario_wrap .application_scenario ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.network_version_antivirus .application_scenario_wrap .application_scenario ul li {
  width: 100%;
  border: 1px solid #e9eff6;
  text-align: left;
  font-size: 14px;
  width: 184px;
  margin: 0 0 -1px -1px;
}
.network_version_antivirus .application_scenario_wrap .application_scenario ul li a {
  text-decoration: none;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  color: #121212;
  width: 100%;
  padding-left: 16px;
  background-color: #fff;
}
.network_version_antivirus .application_scenario_wrap .application_scenario ul li.active,
.network_version_antivirus .application_scenario_wrap .application_scenario ul li.active a {
  background-color: #1169bb;
  color: #fff;
}
.network_version_antivirus .application_scenario_wrap .application_scenario_content {
  padding: 0;
  flex: 1;
  margin-left: -2px;
  margin-top: 1px;
  border-left: 1px solid #e9eff6;
}
.network_version_antivirus .application_scenario_wrap .application_scenario_content h3 {
  font-size: 14px;
  color: #121212;
  margin: 0 0 30px 48px;
  padding: 30px 0 0 0;
}
.network_version_antivirus .application_scenario_wrap .application_scenario_content p {
  font-size: 12px;
  margin-left: 48px;
  width: 600px;
}
.network_version_antivirus .application_scenario_wrap .application_scenario_content button {
  margin-left: 48px;
  width: 160px;
  height: 42px;
  background-color: #fff;
  color: #006cbc;
  position: absolute;
  border-color: #eee;
  border: 1px solid #eee;
  bottom: 50px;
  border-radius: 0;
}
.network_version_antivirus .application_scenario_wrap .map1 {
  height: 391px;
  background: url(../image/map2.jpg) no-repeat;
  background-size: 100% 100%;
}
.network_version_antivirus .application_scenario_wrap .map2 {
  height: 391px;
  background: url(../image/map23.jpg) no-repeat;
  background-size: 100% 100%;
}
.network_version_antivirus .application_scenario_wrap .map3 {
  height: 391px;
  background: url(../image/map32.jpg) no-repeat;
  background-size: 100% 100%;
}
.network_version_antivirus .application_scenario_wrap .map4 {
  height: 391px;
  background: url(../image/map3.jpg) no-repeat;
  background-size: 100% 100%;
}
.network_version_antivirus .consult_wrap {
  margin-top: 80px;
  height: 162px;
  background: url(../image/consult_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.network_version_antivirus .consult_wrap .consult {
  text-align: center;
}
.network_version_antivirus .consult_wrap .consult .btn-primary {
  width: 207px;
  height: 49px;
}
.network_version_antivirus .consult_wrap h2,
.network_version_antivirus .consult_wrap .btn-primary {
  margin-top: 76px;
  margin-right: 0px;
}
