/* list-product.html cards matched to list-laser_sensor.html .series-grid */

.gg_cgq,
.gg_cgq.width {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.cgq_box,
.cgq_right {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  box-sizing: border-box;
}

.guangxian {
  padding: 58px 0 16px;
  background: #fff;
}

.guangxian > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guangxian > ul > li {
  width: 100%;
  height: 247px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.guangxian > ul > li .g1 {
  width: 100%;
  height: 100%;
}

.guangxian > ul > li .g1 > a {
  display: block;
  width: 100%;
  height: 247px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  color: #444;
  background: #fff;
  text-decoration: none;
  transition: all .2s ease;
}

.guangxian > ul > li .g1 > a:hover {
  border-color: #0068b7;
  color: #0068b7;
  box-shadow: 0 10px 24px rgba(0, 104, 183, .12);
  transform: translateY(-3px);
}

.guangxian > ul > li .pimg2 {
  display: block;
  width: 100%;
  height: 190px !important;
  max-height: 190px !important;
  overflow: hidden;
  background: #f5f7fa;
  box-sizing: border-box;
}

.guangxian > ul > li .pimg2 img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 190px !important;
  object-fit: cover;
  transition: transform .25s ease;
}

.guangxian > ul > li .g1 > a:hover .pimg2 img {
  transform: scale(1.04);
}

.guangxian>ul>li .g1 span {display:block;width:100%;clear:right;text-align: center; }

.guangxian > ul > li .pname {
  display: block;
  height: 56px;
  width:100%;
  min-height: 56px;
  overflow: hidden;
  padding: 13px 14px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .guangxian > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .guangxian > ul {
    grid-template-columns: 1fr;
  }
}
