.productbody {
	width: 100%;
	min-width: 1226px;
	background: #F8F8F8;
	display: flex;
	justify-content: center
}

.product {
	width: 1226px;
	background: #F8F8F8;
}

.title {
	display: flex;
	justify-content: center;
}

.titleChinese {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.advantage {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.gokart {
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gokart .gokartArr{
		margin-top: 19px;
		/* height: 361px; */
		/* background-color: #000000; */
}
.gokart .gokartArr img{
		display: block;
		vertical-align: bottom;
}
.gokart .gokartArr:hover img{
		background: rgba(200, 200, 200, 0.5);
		/* display: block;
		vertical-align: bottom;
		background-color: #000000; */
		border-radius: 10px;
		box-shadow: 0px 5px 20px #c8c8c8;
}
.gokart .gokartName {
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
}
.EproductImg{
	margin-top: 44px;
	display: flex;
	/* flex-wrap: wrap; */
	height: 480px;
	justify-content: space-between;
}
.EproductImg2{
	width: 920px;
	height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.EproductImg3{
	height: 235px;
	display: flex;
	justify-content: space-between;
}
.Eproduct,
.childManual,
.systemBrand {
	margin-top: 84px;
}

.childManual .ManualImg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.childManual .ManualText {
	margin-top: 21px;
	display: flex;
	align-items: center;
}

.childManual .ManualText .ManualWord {
	height: 40px;
	width: 109px;
	font-size: 40px;
	margin-left: 69px;
	font-weight: bold;
	color: #333333;
	border-right: solid 3px #D4D4D4;
	line-height: 40px;
}

.childManual .Manualright {
	margin-left: 24px;
}

.childManual .ManualText .ManualName {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.childManual .ManualText .ManualEffect {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.systemBrand img {
	width: 290px;
	height: 308px;
	box-shadow: 0px 3px 10px 0px rgba(113, 113, 113, 0.22);
	border-radius: 10px;
}

.systemBrand .brandArr {
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
