/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+               产品中心主体样式                         +
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.product-center h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.product-center .row {
  margin-left: -15px;
  margin-right: -15px;
}
.product-center .row h5 {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 32px;
}
.product-center .row .wedsite-map-con dl {
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 20px;
  background: #f5f5f5;
  line-height: 34px;
}
.product-center .row .wedsite-map-con dl dt {
  width: 100% !important;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
  float: left;
}
.product-center .row .wedsite-map-con dl dd {
  overflow: hidden;
  width: 20% !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 38px;
}
.product-center .row .quality-control-con h3 {
  padding: 10px 0;
  font-size: 16px;
}
.product-center .row .quality-control-con .float-R p {
  line-height: 24px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+               媒体查询样式                             +
+                                                       +
+                                                       +
+                                                       +
+                                                       +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1410px) {
  .product-center h2 {
    font-size: 26px;
  }
  .product-center .row .center-left ul li {
    width: 100%;
    text-align: center;
  }
  .wedsite-map-con dl {
    line-height: 32px;
  }
  .wedsite-map-con dl dd {
    width: 33%;
  }
}
@media screen and (max-width: 1900px) {
  .row-main .center-right {
    margin-left: 0;
  }
}
