.banner {
  width: 100%;
  height: 400px;
  background: url("../../images/product/product_banner.png") no-repeat center top;
}

.product {
  width: 1200px;
  margin: 40px auto;
}

.product .breadcrumb {
  /*margin-top: 100px;*/
  margin-bottom: 20px;
}

.product .intro {
  height: 500px;
  width: 100%;
  margin-bottom: 32px;
  float: left;
  position: relative;
  padding: 0;
  background: url(../../images/product/xhdj/xhdj_banner.png) no-repeat #b1001c;
}

.info {
  margin-bottom: 40px;
  color: #333;
}

.info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.info .content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.info img {
  height: auto;
  margin-bottom: 20px;
}
