.common-title2{
	height:40px;
	border-bottom:1px solid #8A8A8B;
	background-image:-moz-linear-gradient(90deg,#afb0b2 0,
#d1d1d1 100%);
	background-image:-webkit-linear-gradient(90deg,#afb0b2 0,
#d1d1d1 100%);
	background-image:-ms-linear-gradient(90deg,#afb0b2 0,
#d1d1d1 100%);
}
.common-title2 h2.title
{
	float:left;
	height:24px;
	line-height:24px;
	margin-top:8px;
	margin-left:10px;
	padding:0 15px;
	font-size:16px;
	color:#FFFFFF;
	border:1px solid #D0D0D0;
	border-radius:20px;
	background:rgba(80,80,80,.349);
}
.recom-manufacturer
{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:1px solid #D8D8D8;
	margin-bottom:10px;
}
.recom-manufacturer ul li
{
	width:16.6%;
	float:left;
	text-align:center;
}
.recom-manufacturer ul li img
{
	margin:20px auto;
	max-width: 80%;
	display: block;
}
.manufacturer-list
{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:1px solid #D8D8D8;
	margin-bottom:50px;
}
.az-list
{
	height:42px;
	line-height:42px;
	background:#E0E4E9;
	padding:0 0 0 15px;
}
.az-list li
{
	float:left;
	width:36px;
	text-align:center;
	margin-right:9px;
	border-radius:3px;
}
.az-list li.current,
.az-list li:hover
{
	position:relative;
	background-image:-moz-linear-gradient(90deg,#24426f 0,
#8697b5 100%);
	background-image:-webkit-linear-gradient(90deg,#24426f 0,
#8697b5 100%);
	background-image:-ms-linear-gradient(90deg,#24426f 0,
#8697b5 100%);
}
.az-list li.current:after,
.az-list li:hover:after
{
	position:absolute;
	top:42px;
	right:12px;
	width:0;
	height:0;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #24426F;
	content:" ";
}
.az-list li.current a,
.az-list li:hover a
{
	color:#FFFFFF;
}
.all-manufacturer
{
	height:700px;
	overflow-y:scroll;
}
.ul-list h2.manufacturer_title
{
	height:34px;
	line-height:34px;
	background:#EEF0F3;
	font-size:20px;
	padding-left:30px;
}
.ul-list ul li
{
	width:16.6%;
	float:left;
	text-align:center;
}
.ul-list ul li img
{
	margin:18px auto;
	max-width: 80%;
	display: block;
}


/*details*/
.mfg-details
{
	padding-bottom:15px;
}
.cover
{
	float: left;
	margin-left: 10px;
	width: 250px;
	margin-right: 22px;
	height: 250px;
}
.cover img
{
	display: block;
	max-width: 250px;
	margin: 0 auto;
}
h2
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
	padding-left: 2px;
}
.text
{
	float: left;
	font-size: 14px;
	line-height: 22px;
	width: 915px;
}
.list-panel .pages .pages-left
{
	float:left;
}
.list-panel .pages .pages-left p
{
	font-size:12px;
	padding-left:20px;
}
.list-panel .pages p.num
{
	line-height:44px;
	float:left;
	padding-right:30px;
}
.list-panel .pages p.num span
{
	padding-left:5px;
	color:#DC222D;
}
@media screen and (max-width: 767px)
{
	.text{
		width:auto;
	}
}