.product {
	padding-top: 50px;
	background: #f1f1f2;
}

.contentShow {
	padding: 30px 0;
	width: 1300px;
	margin: 0 auto;
}

.information1 {
	/* width: 1200px;
	margin: 0 auto; */
}

.name {
	font-weight: bold;
}

.productImg {
	margin-top: 30px;
	text-align: center;
}

.productImg img {
	width: 800px;
}

.list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	align-items: center;
}

.list:nth-last-child(1) {
	margin-bottom: 0px;
}

.numberImg {
	display: flex;
	margin: auto 0;
}

.numberImg img {
	height: 80px;
}

.numberImg-phone{
	height: 40px !important;
}

.numberImg span {
	display: inline-block;
	/* width: 145px; */
	margin: auto 0;
	margin-left: 20px;
	font-size: 35px;
}

.numberImgSpan-phone{
	font-size: 20px !important;
}

.wordIntroduce {
	font-size: 20px;
	font-weight: bold;
	margin: auto 0;
	width: 350px;
	line-height: 40px;
}

.wordIntroduce-phone{
	font-size: 18px;
	line-height: 30px !important;
}

.machineImg img {
	height: 500px;
}

.machineImg1 img {
	width: 450px;
}

.import {
	display: flex;
	justify-content: inherit;
	width: 740px;
}
