.hyxwxqy_box {
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}
.hyxwxqy_box h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  line-height: 28px;
}
.hyxwxqy_box .date {
  color: #999;
  text-align: center;
}
.hyxwxqy_box .nr_text p{
  margin: 0;
  line-height: 32px;
  font-size: 15px;
  text-indent: 2em;
}
.hyxwxqy_box .nr_text strong{
  display: block;
  margin-top: 15px;
}
.products td img{
  width: 100%!important;
  border: 1px solid #ebebeb;
}
.hyxwxqy_box .nr_text tr p{
  text-indent: 0!important;
}
.hyxwxqy_box .nr_text img{
  display: block;
  margin: 0 auto;
  width: auto;
}
.hyxwxqy_box .cpximg tr td img{
  width: 100%!important;
  margin: 0 auto 10px;
}
.js_img img{
  width: 100%!important;
}
.prodxq_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodxq_list h3{
  font-size: 22px;
  margin: 30px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-weight: bold;
}
.prodxq_list ul li{
  width: 24%;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease;
  overflow: hidden;
}
.prodxq_list ul li img{
  width: 70%;
  display: block;
  margin: 30px auto;
  transition: all 0.5s ease;
}
.prodxq_list ul li:hover img{
  transform: scale(1.1);
}
.prodxq_list ul li p{
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
  margin: 20px 0 0;
  transition: all 0.5s ease;
  position: relative;
  background-color: #fff;
}
.prodxq_list ul li:hover p{
  color: #ee040e;
}
.appli_cont img{
  width: auto!important;
}
@media(max-width:980px){
  .hyxwxqy_box {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .hyxwxqy_box .nr_text img{
    display: block;
    margin: 0 auto 15px;
    width: 100%!important;
  }
  .hyxwxqy_box .nr_text td {
    width: 100%!important;
    display: block;
  }
  .prodxq_list ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .appli_cont img{
    width: 100%!important;
  }
}