
.box_img {
  overflow: hidden;
}

.dq_site {
  color: #666;
  font-weight: lighter;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.prod_all_lists {
    padding: 65px 0;
}

.bodycon {
    background-color: #f5f5f5;
}

.case_lists a.item {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.case_lists a.item .more {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.case_lists a.item .more span {
    display: inline-block;
    padding: 5px 35px;
    border-radius: 15px;
    color: #fff;
    background-color: #1654f3;
    opacity: 0;
    transition: all .6s;
    transform: translateY(25px);
}

.case_lists a.item:hover .more span {
    opacity: 1;
    transform: translateY(0);
}

.case_lists a.item: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;
}
