.jumbotron.product {
  background: url('../image/bg.png') no-repeat;
  background-size: 100% 100%;
}
.consult_wrap {
  background: url(../image/consult_bg.jpg) no-repeat;
}
.product {
  color: #121212;
  background: #f4f7fc;
}
.product .tabs {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 4px 0px;
  font-size: 16px;
}
.product .nav-tabs > li > a {
  color: #121212;
  padding: 20px 0;
  margin: 0 92px 0 0;
  border-bottom-width: 2px;
}
.product .nav > li > a:focus,
.product .nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #006cbc;
}
.product .nav-tabs > li.active > a,
.product .nav-tabs > li.active > a:focus,
.product .nav-tabs > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #006cbc;
  color: #006cbc;
}
.product .wrap h2 {
  font-size: 32px;
  margin: 52px 0 42px 0;
  text-align: center;
}
.product .scheme_bg {
  font-size: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 24px;
}
.product .option_info {
  background: #fff;
  font-size: 14px;
  padding: 24px 9px;
}
.product .option_info img {
  width: 100%;
  height: 425px;
}
.product .option_info .describe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
      .describe {
        margin-top: 100px;
        line-height: 33px;
      }
    }
    @media (min-width: 1440px) {
      .describe {
        margin-top: 170px;
        line-height: 33px;
      }
    }
.product .solution_architecture {
  padding: 24px 9px;
  background: #fff;
  font-size: 14px;
}
.product .solution_architecture img {
  width: 100%;
}
.product .solution_architecture .solution_architecture_right {
  padding: 0;
  text-align: left;
}
.product .solution_architecture .solution_architecture_right h3 {
  font-size: 14px;
  margin-top: 8px;
}
.product .solution_architecture .solution_architecture_right p {
  font-size: 12px;
  margin: 0;
  color: #7188ad;
}
.product .solution_architecture .solution_architecture_right img {
  max-width: 42px;
  max-height: 42px;
}
@media (min-width: 1440px) {
  .product .solution_architecture .col-xs-6 {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .product .solution_architecture .solution_architecture_right {
    padding: 24px 0 0;
    text-align: center;
  }
}
.product .product_superiority {
  background-color: #fff;
  text-align: center;
  margin-bottom: 42px;
}
.product .product_superiority div {
  height: 250px;
}
.product .product_superiority div img {
  margin-top: 56px;
}
.product .product_superiority h3 {
  font-size: 14px;
  color: #131313;
}
.product .consult_wrap {
  margin-top: 80px;
  height: 162px;
  background: url(../image/consult_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.product .consult_wrap .consult {
  text-align: center;
}
.product .consult_wrap .consult .btn-primary {
  width: 207px;
  height: 49px;
}
.product .consult_wrap h2,
.product .consult_wrap .btn-primary {
  margin-top: 76px;
  margin-right: 0px;
}
