body{font-family:"Microsoft YaHei";}
.content{
 clear:both;
 min-width:1240px;
 width:1240px;
 height:auto;
 margin:0 auto;
 overflow:hidden;
 margin-top:10px;
}

.content .path,
.content .expo-type,
.content .brandtitle,
.content .brandlist
{
	clear:both;
	width:auto;
	height:auto;
	overflow: hidden;
}
.content .expo-type{
	text-align:center;
	margin-top:20px;
	margin-left:60px;
}
.content .expo-type li{
    float:left;
	font-size:20px;
	color:#000000;
	margin-left:60px;
	cursor:pointer;
	line-height:40px;
	border-bottom:1px solid #ffffff;
}
.content .expo-type li:hover{
 color:#f10180;
 border-bottom:1px solid #f10180;
}
.content .expo-type .hover{
 color:#f10180;
  border-bottom:1px solid #f10180;
}

.content .path {
	font-size: 12px;
	color:#aaa;	
	margin-left:30px;
}
.content .path a{ color:#aaa}

.content .brandlist{
 margin-top:24px;
}
.content .brandtitle .line{
 display:block;
 width:478px;
 height:1px;
 background:#d9d9d9;
 float:left;
 margin-top:15px;
}
.content .brandtitle .tit{
 display:block;
 font-size:24px;
 color:#333;
 float:left;
 margin:0 10px;
}
.content .brandenglish{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 font-size:14px;
 color:#d9d9d9;
 text-align:center;
 margin-bottom:30px;
}
.content .brandlist li{
float:left;
width:auto;
height:auto;
overflow:hidden;
margin-bottom:26px;
margin-left:30px;
}
/*.content .brandlist li:nth-child(2n){
 margin-left:32px;
}*/
.content .brandlist li .image{
 display:block;
 width:574px;
 height:345px;
 position:relative;
}
.content .brandlist li .image .img{
 display:block;
 width:100%;
 height:100%;
 object-fit:cover;
/* max-width:100%;
 max-height:100%;
 position:absolute;
 top:50%;
 left:50%;
 transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
z-index:1;*/
}
.content .brandlist li .tit{
 display:block;
 font-size:18px;
 color:#333;
 margin:10px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.content .brandlist li:hover .tit{
 color:#f10180;
}

.remark{ font-size:18px; color:#ff0000; text-align:center; margin:auto; width:1180px; padding-bottom:30px }