.inspect_banner {
  background: #01237c;
}
.inspect_banner .banner_top {
  width: 1211px;
  margin: 0 auto;
  height: 748px;
  background: url(../img/product/inspect_banner.png) no-repeat;
  background-position: 605px 215px;
}
.inspect_banner .banner_top h3 {
  font-size: 38px;
  line-height: 55px;
  padding-top: 190px;
  color: white;
  font-weight: normal;
}
.inspect_banner .banner_top p {
  padding-top: 38px;
  font-size: 17px;
  line-height: 35px;
  color: white;
  width: 605px;
}
.inspect_banner .banner_nav {
  width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.inspect_banner .banner_nav p {
  color: white;
  font-size: 26px;
  line-height: 113px;
  width: 380px;
  background-color: #48609f;
  text-align: center;
}
.inspect_detail {
  width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 362px;
  margin-bottom: 100px;
}
.inspect_detail p {
  font-size: 17px;
  line-height: 35px;
  padding: 50px 23px 0 23px;
  width: 334px;
  background-color: #f9f9fa;
  min-height: 312px;
}
.inspect_picture {
  width: 100%;
  height: auto;
  margin-bottom: 125px;
}
.inspect_picture img {
  display: block;
  margin: auto;
}