.T_img .mainsVw {
  height: 350px;
  background: url('../images/products_02.jpg') no-repeat center center / cover;
}
#navigation {
  height: auto;
}
.product_list {
  padding-top: 61px;
  overflow: hidden;
}
.product_list .container {
  padding-bottom: 70px;
}
.product_list .container h3 {
  margin-bottom: 46px;
  font-size: 24px;
  text-align: center;
  color: #206eb7;
}
.product_list .container table {
  width: 100%;
  border-spacing: 0;
  border-top: 3px solid #206eb7;
  border-left: 3px solid #e6e6e6;
}
.product_list .container table tr:nth-child(1) {
  line-height: 74px;
  color: #fff;
  background-color: #fff;
}
.product_list .container table tr:nth-child(1) th {
  width: 12%;
  text-align: center;
  color: #206eb7;
  border-bottom: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
}
.product_list .container table tr:nth-child(1) th:nth-child(2),
.product_list .container table tr:nth-child(1) th:nth-child(4) {
  width: 20%;
}
.product_list .container table .tr_bg:nth-child(odd) {
  background-color: #f6f6f6;
}
.product_list .container table .tr_bg td {
  width: 12%;
  text-align: center;
  height: 60px;
  /*line-height:60px;*/
  border-bottom: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
}
.product_list .container table .tr_bg td:nth-child(1) {
  color: #206eb7;
}
.product_list .container table .tr_bg td img {
  width: 14%;
}
@media (max-width: 1200px) {
  .product_list .container table .tr_bg td img {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .product_list {
    padding-top: 30px;
  }
  .product_list .container {
    padding-bottom: 30px;
  }
  .product_list .container h3 {
    margin-bottom: 20px;
  }
  .product_list .container .con {
    width: 100%;
    overflow-x: auto;
  }
  .product_list .container table {
    width: 567px;
  }
  .product_list .container table .tr_bg td img {
    width: 27%;
  }
}
/*# sourceMappingURL=products.css.map */