/*manufacturers*/
h2{text-align: center;line-height: 60px;font-size: 30px;text-transform: uppercase;font-weight: bold;color: #FFFFFF;position: relative;background-image: url("../images/title_icon.png");background-repeat: no-repeat;background-position: center 50px;padding-top: 20px;}
#manufacturer{padding-bottom: 35px;}
#manufacturer .select{border-bottom: 3px solid #212129;height: 44px;line-height: 44px;}
#manufacturer .select a{float: left;width: 44px;height: 44px;text-align: center;color: #1a1a1a;font-size: 14px;font-weight: bold;margin-right: 4px;text-decoration: none;}
#manufacturer .select a.cur,#manufacturer .select a:hover{background-color: #212129;border-bottom: 3px solid #e10025;color: #fff;}
#manufacturer .text{text-align: center;color: #7a7a7a;font-size: 14px;width: 600px;margin: 0 auto;padding-bottom: 15px;}
#manufacturer ul li{float: left;width: 268px;margin-left: 5px;margin-bottom: 28px;text-align: center;}
#manufacturer ul li:nth-child(5n+1){margin-left: 0;}
#manufacturer ul li a{display: block;height: 260px;text-decoration: none;border-bottom: 7px solid #52545E;}
#manufacturer ul li a:hover{border-bottom: 7px solid #e10025;}
#manufacturer ul li a img{display: block;max-width: 80%;margin: 0 auto;padding: 35px 0;}
#manufacturer ul li a strong{font-size: 14px;display: block;color: #1A1A1A;line-height: 20px;padding: 5px 0;height: 40px;}
#manufacturer ul li s{text-decoration: none;color: #7A7A7A;font-size: 13px;margin: 0 15px;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;line-height: 16px;}
@media screen and (max-width: 768px)
{
	#manufacturer .select{height:auto;text-align: center;}
	#manufacturer .select a{border-bottom:3px solid transparent;float: none;display: inline-block;}
	#manufacturer .text{width:auto;padding: 0 10px 15px 10px;}
	#manufacturer ul li{width:49.5%;margin-left: 1% !important;margin-bottom: 10px;}
	#manufacturer ul li:nth-child(2n+1){margin-left:0 !important;}
}