.product-desc {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  height: 198px;
  padding: 32px 94px 34px;
}

.product-first {
  width: 100%;
  margin-top: 19px;
  background-color: #fff;
  height: 340px;
  padding: 20px 47px 20px 58px;
}
.product-first img {
  width: 455px;
  height: 300px;
  float: left;
}
.product-first .product-solve-right {
  float: left;
  width: 620px;
  margin-left: 20px;
  height: 300px;
  text-align: left;
}
.product-first .product-solve-right .solve-text {
  margin-top: 94px;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.product-first .product-solve-right .solve-desc {
  margin-top: 28px;
  width: 586px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}
.product-first .product-desc-text {
  height: 19px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #343434;
  margin-top: 36px;
}

.product-list {
  margin-top: 25px;
}
.product-list .product-item {
  padding-top: 44px;
  float: left;
  width: 282px;
  height: 426px;
  background: #FFFFFF;
  box-shadow: 0px 11px 32px 0px rgba(13, 88, 183, 0.06);
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  margin-left: 23px;
}
.product-list .product-item:nth-child(1) {
  margin-left: 0;
}
.product-list .product-item .product-item-title {
  font-size: 18px;
  height: 18px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  margin-top: 12px;
}
.product-list .product-item-list {
  margin-top: 20px;
}
.product-list .product-item-list .product-feature {
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
  padding-left: 80px;
}
.product-list .product-item-list .product-feature img {
  width: 18px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.product-list .product-item-list .product-feature span {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.pl50 {
  padding-left: 50px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.page-desc {
  width: 950px;
}/*# sourceMappingURL=product.css.map */