/*品牌*/
/*$$
{"color":[{"val":"#2d2d2d","title":"栏目文字颜色/鼠标滑过标题文字颜色"},
{"val":"#ffffff","title":"默认标题文字颜色"},
{"val":"#980000","title":"鼠标滑过标号颜色"},
{"val":"#666666","title":"鼠标滑过简介文字颜色"}],
"background":[{"val":"#980000","title":"栏目左侧背景线/按钮背景颜色"},
{"val":"#f7f7f7","title":"鼠标滑过背景颜色"}],
"border":[{"val":"#ffffff","title":"默认边框"},
{"val":"#980000","title":"鼠标滑过编号边框"}]}
$$*/
#brand_146{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
#brand_146 .column{
	width: 100%;
	color: #2d2d2d;
}
#brand_146 .column .tit-cn{
	font-size: 28px;
	padding-left: 16px;
	position: relative;
	line-height: 60px;
} 
#brand_146 .column .tit-cn i{
	position: absolute;
	left:0;
	width: 4px;
	height: 27px;
	background: #980000;
	top:50%;
	transform: translateY(-50%);
}
#brand_146 .column .tit-en{
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 36px;
}
#brand_146 .brandBox{
	background:url(./../../../static/images/AE00011_01.jpg) no-repeat;
	background-position: cover;
	width: 100%;
	height: 584px;
}
#brand_146 .brandBox .itemLi{
	border-bottom: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	width: 25%;
	height: 50%;
	float: left;
	transition: all 0.6s;
	position: relative;
	cursor: pointer;
	color: #ffffff;
}
#brand_146 .brandBox .itemLi::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	left:0;
	background: #f7f7f7;
	transition: all 0.6s;
}
#brand_146 .brandBox .itemLi:hover::after{
	height: 100%;
}
#brand_146 .brandBox .itemLi:last-child{
	border-right: none;
}
#brand_146 .itemCon{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
#brand_146 .brandBox .itemLi:hover .itemCon{
	color: #2d2d2d;
}
#brand_146 .itemLi .num{
	font-size: 24px;
	height: 42px;
	transition: all 0.6s;
}
#brand_146 .brandBox .itemLi:hover .num{
	color: #980000;
}
#brand_146 .itemLi .num i{
	display: inline-block;
	border-bottom:#ffffff solid 2px;
	width: auto;
	height: 100%;
}
#brand_146 .brandBox .itemLi:hover .num i{
	border-bottom:#980000 solid 2px;
}
#brand_146 .itemLi .tit{
	font-size: 24px;
	line-height: 70px;
	max-width: 100%;
	padding: 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 70px;

}
#brand_146 .itemLi:hover .tit{
	line-height: 50px;
}
#brand_146 .itemLi .btnmore{
	border: #ffffff solid 1px;
	border-radius: 15px;
	width: 70px;
	height: 18px;
	background: url(./../../../static/images/AE00011_02.png) no-repeat center center;
	background-size: 14px 9px;
}
#brand_146 .itemLi:hover .btnmore{
	display: none;
}
#brand_146 .itemLi .cont{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	display: none;
	transition: display 1.6s;
	margin-bottom: 15px;
	overflow:hidden; 
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 30px;

}
#brand_146 .itemLi:hover .cont{
	display:-webkit-box; 
}
#brand_146 .itemLi .morebtn{
	width: 97px;
	height: 24px;
	color: #ffffff;
	border-radius: 20px;
	line-height: 24px;
	text-align: center;
	background: #980000;
	font-size: 14px;
	opacity: 0;
}
#brand_146 .itemLi:hover .morebtn{
	opacity: 1;
}
@media screen and (max-width: 1200px){
	#brand_146{
		width: 100%;
		padding: 20px;
	}
}
@media screen and (max-width: 768px){
	#brand_146{
		padding: 20px 10px;
	}
	#brand_146 .column{
		padding: 0 15px;
	}
	#brand_146 .column .tit-cn{
		font-size: 18px;
		line-height: 32px;
	}
	#brand_146 .column .tit-cn::after{
		height: 20px;
	}
	#brand_146 .column .tit-en{
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	#brand_146 .brandBox{
		background-position: cover;
		height: 350px;
		overflow: hidden;
		background-size: auto 100%; 
	}
	#brand_146 .itemLi .tit{
		font-size: 16px;
		height: 40px;
		line-height: 30px;
	}
	#brand_146 .brandBox .itemLi{
		width:50%;
		height: 50%;
	}
	#brand_146 .itemLi:hover .tit{
		line-height: 30px;
		height: 30px;
	}
	#brand_146 .itemLi .num{
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 5px;
		height: 36px;
	}
	#brand_146 .itemLi .cont{
		line-height: 20px;
		margin: 5px 0 10px;
		font-size: 12px;
		max-height: 40px;

	}
}