#newfooter {
  margin-top: 0;
}
.contentBox {
  min-height: calc(100vh - 188px);
  margin-bottom: 60px;
}
.contentBanner {
  width: 100%;
  height: auto;
  display: block;
}
.contentIntroduce {
  width: 100%;
  height: auto;
  background: rgba(248, 248, 250, 1);
  padding-top: 33px;
  padding-bottom: 40px;
}
.contentTitle {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-bottom: 30px;
}
.contentMain {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 30px;
  position: relative;
}
.contentMain p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  text-indent: 2em;
  line-height: 34px;
  position: relative;
}
.dian {
  position: absolute;
  top: -23px;
  left: -27px;
}
.zhedangBox {
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
/* 产品说明 */
.Product_descriptionBox {
  width: 1200px;
  margin: 0 auto;
}
.Product_descriptionBox .ProductTitle {
  text-align: center;
  margin-bottom: 40px;
}
.Product_descriptionBox .tableBox {
  width: 100%;
  border-collapse: collapse;
}
.Product_descriptionBox .tableBox table{
    width: 100%;
}
.Product_descriptionBox .tableBox table th {
  height: 60px;
  text-align: center;
  border: 1px solid #ddd;
  font-weight: normal;
}
.Product_descriptionBox .tableBox table thead tr {
  background: rgba(240, 242, 245, 1);
}
.Product_descriptionBox .tableBox table tbody tr:nth-child(even) {
  background: rgba(240, 242, 245, 1);
}
.Product_descriptionBox .tableBox table tr td {
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 0 10px;
  height: 60px;
  text-align: center;
  word-break: break-all;
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  color: rgba(0, 0, 0, 0.65);
}
.Product_descriptionBox .tableBox table tr td:nth-child(2){
  text-align: left;
  padding-left: 201px;
}
