
.box_img {
  overflow: hidden;
}

.dq_site {
  color: #666;
  font-weight: lighter;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.box_img img{
  transition: all .6s;
}

.bodycon{
  background-color: #f5f5f5;
}

.prod_all_lists {
  padding: 65px 0;
}

.prod_all_lists .prod_fl {
  text-align: center;
}

.prod_all_lists .prod_fl a {
  display: block;
  border: 1px solid #eee;
  padding: 5px 25px;
  margin-right: 15px;
  border-radius: 25px;
  min-width: 180px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.prod_all_lists .prod_fl .active a {
  background-color: #1654f3;
  color: #fff;
}

.prod_all_lists .prod_fl a:hover {
  background-color: #1654f3;
  color: #fff;
}

@media (max-width: 991.98px) {
  .prod_fl>div>div {
    width: 30%;
  }
}

@media (max-width: 767.98px) {
  .prod_fl>div>div {
    width: 50%;
  }
}

.product_all{
  margin-top: 25px;
}

/* .product_all .item{
margin-bottom: 25px;
} */

.product_all .item a{
  display: block;
}

.product_all .item .box_text{
  font-size: 22px;
  font-weight: normal;
  display: block;
  line-height: 40px;
  padding: 10px 15px 20px 15px;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.product_all .item .box_text:after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1654f3;
  transition: all .3s;
  z-index: -1;
}

.product_all .item a:hover .box_text:after{
  width: 100%;
}

.product_all .item a:hover .box_text{
  color: #fff;
}

.product_all .item a:hover .box_img img{
  transform: scale(1.1);
}

.div-page{
  margin-top: 25px;
}

.div-page a{
  display: inline-block;
  min-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #dadada;
  transition: all .3s;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 14px;
}

.div-page .page-num-current,.div-page a:hover{
  color: #fff;
  background-color: #1654f3;
}
