/*manufacturers*/
#main .words
{
	border: 1px solid #DCDCDC;
	line-height: 38px;
	margin-bottom: 20px;
	padding: 1px 10px;
	text-align: center;
}
#main .words a
{
	color: #000000;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	margin: 0 1px;
	padding: 9px 13px;
	text-align: center;
	text-decoration: none;
}
#main .words a:hover
{
	color:#FFFFFF;
	background-color: #43b8d7;
}


/*mfg*/
#main .mfg
{
	margin-bottom: 20px;
}
#main .mfg h3
{
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #DCDCDC;
}
#main .mfg:nth-of-type(3) h3
{
	visibility: hidden;
}
#main .mfg ul
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#main .mfg li
{
	float: left;
	font-size: 14px;
	line-height: 22px;
	width: calc(100% / 5 - 10px);
	margin-right: 12px;
	height: 127px;
	margin-bottom: 12px;
}
#main .mfg li:nth-child(5n+5)
{
	margin-right: 0;
}
#main .mfg li a
{
	color: #001733;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#main .mfg li a img
{
	max-height: 56px;
	margin-bottom: 12px;
	transition: all .3s;
}
#main .mfg li a:hover img
{
	transform: scale(1.1);
}
#main .mfg li s
{
	color: #AAAAAA;
	text-decoration: none;
}

/*details*/
#main .mfg-details
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}
#main .mfg-details .cover
{
	float: left;
	width: 256px;
}
#main .mfg-details .cover img
{
	border: 3px solid #CCCCCC;
	display: block;
	max-width: 250px;
}
#main .mfg-details h2
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
	padding-left: 2px;
}
#main .mfg-details .text
{
	float: right;
	width: 880px;
	font-size: 14px;
	line-height: 22px;
}
@media screen and (max-width: 767px)
{
	/*manufacturers*/
	#main .words
	{
		height: auto;
	}
	#main .words a{
		display: inline-block;
	}
	#main .mfg li
	{
		float: none;
		width: auto;
		line-height: 30px;
	}
	#main .mfg-details .cover
	{
		float: none;
		width: auto;
		text-align: center;
	}
	#main .mfg-details .cover img
	{
		margin: 0 auto;
	}
	#main .mfg-details .text
	{
		float: none;
		width: auto;
	}
}