.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-bottom: 20px;
}

.product .introPic {
  height: 500px;
  width: 100%;
  padding: 0;
  background: url(../../images/product/hjr/hjr_introPic.png) no-repeat;
}

.product .mainProducts {
  margin-top: 90px;
}

.product .mainProducts .title {
  text-align: center;
  font-size: 28px;
  color: #323232;
}

.product .mainProducts .cons {
  overflow: hidden;
  width: 1260px;
  margin-left: -30px;
}

.product .mainProducts .cons dl {
  float: left;
  display: inline-block;
  width: 360px;
  height: 420px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(201, 201, 201, 0.28);
  margin: 50px 30px 30px 30px;
  border-radius: 10px;
  padding: 165px 35px 30px;
}

.product .mainProducts .cons dl.con1 {
  background: url("../../images/product/hjr/mainProducts_icon1.png") no-repeat center 50px;
}

.product .mainProducts .cons dl.con2 {
  background: url("../../images/product/hjr/mainProducts_icon2.png") no-repeat center 50px;
}

.product .mainProducts .cons dl.con3 {
  background: url("../../images/product/hjr/mainProducts_icon3.png") no-repeat center 50px;
}

.product .mainProducts .cons dl dt {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
}

.product .mainProducts .cons dl dd {
  margin-top: 25px;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
}

.product .solution {
  margin-top: 90px;
}

.product .solution .title {
  text-align: center;
  font-size: 28px;
  color: #323232;
}

.product .solution .cons {
  overflow: hidden;
  margin-top: 50px;
}

.product .solution .cons li {
  float: left;
  display: inline-block;
  width: 175px;
  text-align: center;
  padding-top: 222px;
  margin-left: 30px;
  font-size: 18px;
  color: #333;
}

.product .solution .cons li.con1 {
  margin-left: 0;
  background: url("../../images/product/hjr/solution_icon1.png") no-repeat center top;
}

.product .solution .cons li.con2 {
  background: url("../../images/product/hjr/solution_icon2.png") no-repeat center top;
}

.product .solution .cons li.con3 {
  background: url("../../images/product/hjr/solution_icon3.png") no-repeat center top;
}

.product .solution .cons li.con4 {
  background: url("../../images/product/hjr/solution_icon4.png") no-repeat center top;
}

.product .solution .cons li.con5 {
  background: url("../../images/product/hjr/solution_icon5.png") no-repeat center top;
}

.product .solution .cons li.con6 {
  background: url("../../images/product/hjr/solution_icon6.png") no-repeat center top;
}

.product .intro {
  width: 100%;
  height: 540px;
  margin-top: 120px;
  background: url("../../images/product/hjr/intro_bg.png") no-repeat;
  position: relative;
}

.product .intro .title {
  position: absolute;
  left: 544px;
  top: 94px;
  width: 112px;
  height: 35px;
  background: url("../../images/product/hjr/intro_title.png") no-repeat;
}

.product .intro .cons {
  position: absolute;
  left: 374px;
  top: 147px;
  width: 452px;
  font-size: 18px;
  color: #C57D00;
  line-height: 28px;
}

.product .intro .cons p {
  margin-top: 20px;
}

.product .intro1 {
  margin-top: 120px;
  width: 100%;
  height: 288px;
  background: url("../../images/product/hjr/intro1_bg.png") no-repeat;
}

.partner {
  margin-top: 110px;
  width: 100%;
  padding: 80px 0 100px 0;
  background: #F5F5F5;
  overflow: hidden;
}

.partner .title {
  text-align: center;
  font-size: 28px;
  color: #323232;
}

.partner .cons {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;
}

.partner .cons li {
  float: left;
  display: inline-block;
  width: 280px;
  margin: 20px 0 0 26px;
}

.partner .cons li.ml0 {
  margin-left: 0;
}