.item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
}

.item .brand-left,
.item .brand-right {
	width: 45%;
	min-width: 513px;
	height: 158px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	cursor: pointer;
}

.bgtop1 {
	background-image: url(../images/brand/bg1s.png);
}

.bgtop2 {
	background-image: url(../images/brand/bg2s.png);
}

.bg1 {
	background-image: url(../images/brand/bg1.png);
}

.bg2 {
	background-image: url(../images/brand/bg2.png);
}

.bg3 {
	background-image: url(../images/brand/bg3.png);
}

.bg4 {
	background-image: url(../images/brand/bg4.png);
}

.bg5 {
	background-image: url(../images/brand/bg5.png);
}

.bg6 {
	background-image: url(../images/brand/bg6.png);
}

.bg7 {
	background-image: url(../images/brand/bg7.png);
}

.bg8 {
	background-image: url(../images/brand/bg8.png);
}

.item .topbrand-right,
.item .topbrand-left {
	width: 45%;
	height: 261px;
	background-repeat: no-repeat;
	background-size: 100% 261px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.item .topbrand-left .textLogo {
	width: 280px;
	height: auto;
	padding-right: 30px;
}

.item .topbrand-right .text {
	padding-left: 30px;
}

.item .topbrand-right .textLogo {
	width: 280px;
	height: auto;
	padding-left: 30px;
}

.underline {
	width: 33px;
	height: 2px;
	background: #FFFFFF;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text {
	width: 100%;
	height: 32px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
	opacity: 1;
}

.item .title {
	width: 45%;
	text-align: center;
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	opacity: 1;
	
	position: relative;
}

.item .aftertitleLine {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 6px;
	background: #FFE300;
	opacity: 1;
	z-index: -1;
}

.h1 {
	width: 100% height: 35px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 35px;
	color: #000000;
	opacity: 1;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 35px;
}

.item .brand-left .Ename,
.item .brand-right .Ename,
.item .brand-left .name,
.item .brand-right .name {
	width: 100%;
	height: 40px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 600;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 40px;
	box-sizing: border-box;
	opacity: 1;
}

.item .brand-left .Ename,
.item .brand-right .Ename {
	font-size: 20px;
	font-family: STXihei;
	font-weight: 300;
	opacity: 0.6;
}

.centerLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 160px;
	height: 160px;
}
