.bannerImgBox{
	width: 100%;
	height: auto; 
}

.bannerImgBox img{
	width: 100%;
}

.contentBox {
	width: 100%;
	height: auto;
}

.contentBox .inner{
	width: 1466px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 2;
	padding-bottom: 164px;
}

.contentBox .inner .inside{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.infoBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.infoBox .row{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.infoBox .row1 .left{
	display: flex;
	flex-direction: column;
	width: 682px;
	padding-top: 22px;
}

.bimImg {
	margin-bottom: 30px;
	align-self: baseline;
}

.infoBox .row1 .left h1,.infoBox .row2 .right h1{
	width: 100%;
	padding-bottom: 18px;
	line-height: 1;
	border-bottom: 1px solid #bfbfbf;
	font-size: 34px;
	color: #333;
	margin-bottom: 16px;
}

.infoBox .row1 .left p,.infoBox .row2 .right p{
	width: 100%;
	line-height: 2;
	font-size: 14px;
	color: #333;
	margin-bottom: 128px;
}

.bimImg2 {
	align-self: baseline;
	display: block;
	position: relative;
	z-index: 2;
}

.infoBox .row1 .right{
	width: 500px;
}

.infoBox .row1 .right img{
	width: 100%;
	height: 600px;
	display: block;
	align-self: baseline;
	position: relative;
	z-index: 1;
}

.marginBottom135{
	margin-bottom: 135px;
}


.infoBox .row2 .left{
	width: 600px;
	height: 400px;
}

.infoBox .row2 .left img{
	display: block;
	width: 100%;
	height: 100%;
}

.infoBox .row2 .right{
	width: 600px;
	padding-top: 10px;
}

.marginBottom203{
	margin-bottom: 203px;
}

.marginBottom146{
	margin-bottom: 146px;
}

.infoBox .row3 .right{
	width: 600px;
	height: 409px;
}

.infoBox .row3 .left{
	width: 550px;
}

.infoBox .row3 .right img{
	width: 100%;
	height: 100%;
	display: block;
}

.marginBottom163{
	margin-bottom: 163px;
} 

.marginBottom123{
	margin-bottom: 123px;
} 

.infoBox .row4 .left{
	width: 600px;
	height: 329px;
}

.infoBox .row4 .left img{
	display: block;
	width: 100%;
	height: 100%;
}

.infoBox .row4 .right{
	width: 600px;
}

.machineBox {
	padding-top: 164px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.machineBox .imgBox{
	width: 100%;
	height: 488px;
	position: relative;
	margin-bottom: 136px;
}

.machineBox .imgBox img{
	display: block;
	width: 100%;
	height: 100%;
}

.machineNameBox {
	width: 422px;
	height: 146px;
	background: #85c351;
	padding-top: 32px;
	padding-left: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 61px;
	bottom: -51px;
}

.machineImgPart {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.machineImgPart img{
	display: block;
	margin-right: 22px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}


.machineImg{
	margin-bottom: 58px;
}

.machineBox h1{
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 34px;
	color: #333;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.machineBox h1 .line{
	width: 146px;
	height: 1px;
	background: #bfbfbf;
	position: absolute;
	left: 50%;
	margin-left: -73px;
	bottom: 0;
}

.machineBox p{
	width: 870px;
	margin: 0 auto;
	line-height: 2;
	font-size: 14px;
	color: #333;
	text-align: center;
}