﻿/**
 * 产品电商
 */
.supplier{padding: 28px 0; }
.supplier .linkMenuItem{width: 249px;height: auto;line-height: 1.6em;border: none;text-align: center;margin-bottom: 12px;}
.supplier .linkMenuItem:nth-child(3n-1){margin:0 30px}
.supplierImg{height: 170px;background: url(../images/noImg.jpg) center center no-repeat;background-size: contain;transition: transform 500ms ease-in-out;}
.supplierTitle{height: 45px;line-height: 45px;font-size: 15px;color: #4b4b4b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.supplierPrice{display: none;}