.product_icon {
    padding: 3px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 50%;
}
.listW {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background: #000000;
}
.listIm {
    position: relative;
    overflow: hidden;
}
.listIm:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(21, 31, 49, 0.63) 0%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}.listIm:hover img {
     -moz-transform: scale(1.1);
     /* -webkit-transform: scale(1.1); */
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
 }
.listIm img {
    width: 100%;
    height: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.listCOn {
    padding: 15px;
    background: #ffffff;
}
.listCOn h4 {
    margin-bottom: 0;
    color: #19100d;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.listIm:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(21, 31, 49, 0.63) 0%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.topCat .main-title {
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 4px 0 0;
    font-size: 40px;
    color: #222222;
}
.topCat .subtitle {
    color: #ef5900;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0;
    line-height: 1;
    font-style: normal;
}
.header-area .live-info .telephone {
     font-size: 20px;
     line-height: 20px;
    color: gold;
    display: block;
    margin: 0;
    padding-left: 6px;
}
.working-time {
    color: gold;
}
.live-info .telephone {
    font-size: 20px;
    line-height: 20px;
    color: gold;
    display: block;
    margin: 0;
    padding-left: 6px;
}
.list-icon .icon {
    padding-bottom: 12px;
    width: 26px;
    vertical-align: middle;
    color: #fff;
    margin-top: 5px;
}
.list-icon li {
    font-size: 15px;
    color: #fff;
}
.info-box1 {
    color: #fff;
    padding-bottom: 50px;
    border-right: 1px solid #eee;
    padding: 14px;
}
.fdnj {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.fdnj i {
    font-size: 35px;
    margin-bottom: 10px;
}
.info-box2 {
    color: #fff;
    padding-bottom: 50px;
    border-right: 1px solid #eee;
    padding: 14px;
}
.info-box3 {
    color: #fff;
    padding: 14px;
}


