.jumbotron.product {
  background: url('../image/bg1.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(1, 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);
}
.ai_threat_engine {
  color: #121212;
  background: #f4f7fc;
}
.ai_threat_engine .tabs {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 4px 0px;
  font-size: 16px;
}
.ai_threat_engine .nav-tabs > li > a {
  color: #121212;
  padding: 20px 0;
  margin: 0 92px 0 0;
  border-bottom-width: 2px;
  background-color: none;
}
.ai_threat_engine .nav > li > a:focus,
.ai_threat_engine .nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #006cbc;
}
.ai_threat_engine .nav-tabs > li.active > a,
.ai_threat_engine .nav-tabs > li.active > a:focus,
.ai_threat_engine .nav-tabs > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #006cbc;
  color: #006cbc;
}
.ai_threat_engine .wrap h2 {
  text-align: center;
  font-size: 32px;
  margin: 52px 0 42px 0;
}
.ai_threat_engine .product_highlights {
  background: #fff;
  border-right: 1px solid #eee;
}
.ai_threat_engine .product_highlights div {
  margin-top: 12px;
  height: 190px;
  padding: 15px;
}
.ai_threat_engine .product_highlights img {
  margin: 10px 0px;
}
.ai_threat_engine .product_highlights h3 {
  font-size: 14px;
  margin-top: 0;
}
.ai_threat_engine .product_highlights p {
  font-size: 12px;
  color: #5e6f98;
}
.ai_threat_engine .product_highlights .brightSpot {
  display: block;
}
.ai_threat_engine .product_highlights .brightSpotHover {
  display: none;
}
.ai_threat_engine .product_highlights .try_now {
  display: none;
}
.ai_threat_engine .product_highlights:last-child {
  border-right: none;
}
.ai_threat_engine .product_highlights.active {
  background: #005bac;
  margin-top: -16px;
  border-right: none;
}
.ai_threat_engine .product_highlights.active div {
  padding: 10px 8px;
  height: 230px;
  color: #fff;
  margin-top: 0px;
}
.ai_threat_engine .product_highlights.active h3 {
  margin: 20px 0 16px;
}
.ai_threat_engine .product_highlights.active .brightSpot {
  display: none;
}
.ai_threat_engine .product_highlights.active .brightSpotHover {
  display: block;
}
.ai_threat_engine .product_highlights.active img {
  margin: 10px 0px;
}
.ai_threat_engine .product_highlights.active p {
  font-size: 12px;
  color: #a5d5ff;
  line-height: 16px;
}
.ai_threat_engine .product_highlights.active .try_now {
  display: block;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
.ai_threat_engine .application_scenario_wrap .row {
  display: flex;
}
.ai_threat_engine .application_scenario_wrap .application_scenario {
  width: 184px;
  padding: 0;
}
.ai_threat_engine .application_scenario_wrap .application_scenario ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.ai_threat_engine .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;
}
.ai_threat_engine .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;
}
.ai_threat_engine .application_scenario_wrap .application_scenario ul li.active,
.ai_threat_engine .application_scenario_wrap .application_scenario ul li.active a {
  background-color: #1169bb;
  color: #fff;
}
.ai_threat_engine .application_scenario_wrap .application_scenario_content {
  padding: 0;
  flex: 1;
  margin-left: -2px;
  margin-top: 1px;
  border-left: 1px solid #e9eff6;
}
.ai_threat_engine .application_scenario_wrap .application_scenario_content h3 {
  font-size: 14px;
  color: #121212;
  margin: 0 0 30px 48px;
  padding: 30px 0 0 0;
}
.ai_threat_engine .application_scenario_wrap .application_scenario_content p {
  font-size: 12px;
  margin-left: 48px;
  width: 600px;
}
.ai_threat_engine .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;
}
.ai_threat_engine .application_scenario_wrap .terminal_point h3,
.ai_threat_engine .application_scenario_wrap .terminal_point p{
  color: #fff;
}
.ai_threat_engine .application_scenario_wrap .terminal_point {
  height: 371px;
  background: url(../image/it1.jpg) no-repeat;
  background-size: 100% 100%;
}
.
.ai_threat_engine .consult_wrap .consult {
  text-align: center;
}
.ai_threat_engine .consult_wrap .consult .btn-primary {
  width: 207px;
  height: 49px;
}
.ai_threat_engine .consult_wrap h2,
.ai_threat_engine .consult_wrap .btn-primary {
  margin-top: 76px;
  margin-right: 0px;
}


.ai_threat_engine .adaptation_platform_wrap .system_title,
.ai_threat_engine .adaptation_platform_wrap .hardware_title {
  text-align: center;
  margin-bottom: 15px;
}
.ai_threat_engine .adaptation_platform_wrap .hardware_title {
  margin-top: 30px;
}
.ai_threat_engine .adaptation_platform_wrap .hardware_adaptation_platform {
  background: #fff;
}
.ai_threat_engine .adaptation_platform_wrap .hardware_adaptation_platform div img {
  width: 100%;
}
.ai_threat_engine .adaptation_platform_wrap .hardware_adaptation_platform div{
  overflow: hidden;
}
.ai_threat_engine .adaptation_platform_wrap .adaptation_platform {
  background: #fff;
}
.ai_threat_engine .adaptation_platform_wrap .adaptation_platform .application_scenario {
  border-right: 1px solid #d9e2f0;
  border-bottom: 1px solid #d9e2f0;
}
.ai_threat_engine .adaptation_platform_wrap .adaptation_platform div img {
  width: 100%;
}