/*manufacturers*/
#main.LineCard{background-image: url("../images/mfg.jpg");background-repeat: no-repeat;background-position: 0 75px;width:auto;padding-bottom: 10px;}
#main.LineCard .navigation,#main.LineCard h1.title,#main.LineCard .mfg{width: 1200px;margin: 0 auto;}
#main.LineCard .mfg{background-color:#FFFFFF;opacity: 0.95;}
#main .words{    /* border: 1px solid #DCDCDC; */
	/*position: fixed;*/
	/*top: -5%;*/
	/*right: 5%;*/
	/*display: grid;*/
	/*height: 38px;*/
	/* line-height: 38px; */
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 1px 10px;
	text-align: center;
	/* font-size: 20pt; */}
#main .words a{    color: #ac0607;
	display: inline;
	font-size: 15px;
	font-weight: 500;
	margin: 0 1px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;}
#main .words a:hover{color:#FFFFFF;background-color: #ac0607;}
/*mfg*/
#main .mfg{/*border: 1px solid #DCDCDC;*/margin-bottom: 30px;}
#main .mfg h3{/* background-color: #ac0607; */
	border-bottom: 1px solid #ac0607;
	font-size: 28px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #ac0607;
	/* width: 250px; */}
#main .mfg ul{padding-bottom: 10px;padding-left: 10px;padding-top: 10px;}
/*#main .mfg li{position: relative;float: left;font-size: 14px;line-height: 22px;width: 150px;border-radius: 5px;margin-right: 20px;margin-bottom: 20px;padding: 10px 0;height: 50px;}*/
#main .mfg li{position: relative;height: 140px;display: inline;float: left;padding: 15px 0;text-align: center;width: 20%;margin: 10px 28px;}
#main .mfg li a{transition: all .4s;width: 180px;height: 115px;margin: 0 auto;overflow:hidden;color: #004B85;display: flex;align-items:center;border-radius: 50%;border: 4px solid #eeeeee}
#main .mfg li img{display: block;max-width: 100%;}
#main .mfg li s{color: #AAAAAA;text-decoration: none;}
#main .mfg li .info-text{
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	width: 90%;
	padding: 2px 0;
	margin: 0 auto;
	transition: all .5s;
	background: #f3f4f3;
	overflow: hidden;
	transform: translateY(-20px);
}
/*#main .mfg li a:hover{border-radius: 10px;padding: 10px;height: 100%;color: #ffffff;transform: scale(1.3)}*/
/*#main .mfg li a:hover .info-text{transform: translateY(10px);width: 20%;}*/
/*#main .mfg li .info-text .desc{overflow: hidden;text-overflow: ellipsiinfo-texts;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}*/
#main .mfg li a img{max-width: 100%;width: 100%;height: 60px;}
/*details*/
#main .mfg-details{padding: 10px;margin-bottom: 15px;}
#main .mfg-details .cover{float: left;width: 300px;height: 150px}
#main .mfg-details .cover img{display: block;margin: 0 auto; width: 65%;height: 100%;}
#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: 12px;line-height: 22px;}
@media screen and (max-width: 768px)
{
	/*manufacturers*/
	#main .words{height: auto;}
	/*manufacturers*/
	#main.LineCard{background-image: none;background-color: #EEEEEE;}
	#main.LineCard .navigation,#main.LineCard h1.title,#main.LineCard .mfg{width: auto;font-size: 1rem;}
	#main .words a{display: inline-block;}
	#main .mfg li{width: 48%;line-height: 30px;margin-right: 1%;}
	#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;}
}


