.brandbody {
	width: 100%;
	min-width: 1226px;
	display: flex;
	background: #F8F8F8;
	justify-content: center
}

.brand {
	width: 1226px;
	background: #F8F8F8;
}

.title {
	display: flex;
	justify-content: center;
}

.titleChinese {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}

.brandIntr,
.companyIntr,
.history,
.companyQual,
.cooperative {
	margin-top: 55px;
}

.brandIntr .img {
	display: flex;
	align-items: center;
	margin-top: 38px;
}

.brandIntr .img .introductionBg {
	width: 395px;
	height: 361px;
	padding: 139px 265px 0px 45px;
	background-image: url(../../image/brand/brandbg.png);
	text-align: justify;
}
.brandIntr .img .introductionBg div div{
	margin-top: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.brandIntr .img .video {
	margin-left: -179px;
}

.companyIntr {
	display: flex;
	justify-content: space-between;
}

.companyIntr .leftText {
	height: 479px;
	width: 587px;
	text-align: justify;
}

.companyIntr .leftTitle {
	margin-top: 74px;
}

.companyIntr .companyName {
	margin-top: 42px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.companyIntr .company {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;

}

.historyImg {
	display: flex;
	flex-wrap: wrap;
}
.historyImg .historyPictureInfo{
	width: 176px;
	height: 156px;
	background-color: #343434;
	padding: 14px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.historyImg .historyPictureInfo div{
	/* text-align: right; */
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
}
.historyImg .historyPictureInfo div span{
	font-size: 24px;
}
.companyQual .qualArr {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.companyQual .qualName {
	text-align: center;
}

.contentCoo {
	margin-top: 38px;
	width: 862px;
	height: 209px;
	background-image: url(../../image/brand/cooperationbg.png);
	padding: 110px 181px 118px 183px;
}
.contentCoo .cooCode{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}
