.brandMain{
	width: 1400px;
	margin: 0 auto;
}
.brandMain .title{
	width: 1400px;
	height:80px;
	font-weight: 700;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color:#333;
	position: relative;
	background-color: #fff;
}
.brandMain .title::after{
	display: inline-block;
	content: "";
	width: 172px;
	height: 5px;
	background-color: #003E8E;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -86px;
}
.brand_mainText{
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	margin: 20px 0;
	line-height: 24px;
	font-size: 14px;
}
.searchBox{
	height: 44px;
	margin: 0 auto 20px;
}
.searMain{
	width: 400px;
	height: 44px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
}
.searMain .inText{
	float: left;
	width: 340px;
	height: 42px;
	font-size: 14px;
	padding: 0 10px;
	color: #333;
	border-radius: 8px 0 0 8px;
}
.searMain .seaBtn{
	width: 57px;
	height: 41px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	background-color: #fff;
	border: 0;
	border-radius: 0 8px 8px 0;
	position: relative;
	top: 1px;
	color: #ccc;
}
.brandNav{
	font-size: 16px;
	color: #333;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 20px auto;
	display: flex;
}
.brandNav a{
    width: 50px;
    height: 34px;
    color: #545454;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.brandNav a:hover,
.brandNav a.cur{
	color: #fff;
	background-color: #003E8E;
	border-radius: 8px;
}
.brandNav a::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #DEDEDE;
    position: absolute;
    top: 7px;
    right: 0;
}
.brandNav a:hover::after,
.brandNav a.cur::after{
	display: none;
}
.brandMain_box{
	max-height: 500px;
	overflow-y: auto;
}
.brandListMain{
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
}
.brandListMain .listTitle{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px solid #E5E5E5;
	border-radius: 8px 8px 0 0;
	position: relative;
}
.brandListMain.cur .listTitle strong{
	color: #003E8E;
}
.brandListMain.cur .listTitle::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #003E8E;
    position: absolute;
    bottom: 0px;
    left: 11px;
}
.brandListBox{
	padding: 20px 22px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.brandImgList{
	float: left;
	width: 120px;
	margin-right: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}
.brandImgList:nth-child(9n){
	margin-right:0px;
}
.brandImgList .imgDiv{
	width: 100px;
	height: 100px;
	background-color: #F3F3F3;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.brandImgList img{
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.brandListBox label{
	display: flex;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #999;
	line-height: 20px;
	justify-content: center;
}
.brandImgList .textOver{
	max-width: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999!important;
}