body{
	min-width: 1132px;
}
.banner{
	width: 100%;
	padding-top: 50px;
}
.banner img{
	width: 100%;
}
.mainBox{
	width: 1000px;
	margin: 0 auto;
	min-height: 200px;
	padding: 100px 0 70px;
}
.mainBox .contentBlock{
	width: 100%;
	margin-bottom: 150px;
}
.mainBox .contentBlock:last-child{
	margin-bottom: 0;
}
.mainBox .contentBlock .blockImg{
	width: 55%
}
.mainBox .contentBlock .mr{
	margin-right: 5%;
}
.mainBox .contentBlock .blockInfo{
	width: 40%;
	display: flex;
	align-items: center;
	height: 325px;
	font-size: 26px;
	color: #000;
}
.contentBlock .blockInfo .title{
	width: 100%;
}
.contentBlock .blockInfo .line{
	width: 50px;
	height: 4px;
	margin-top: 10px;
	background-color: #000;
	margin-bottom: 30px;
}
.contentBlock .blockInfo .text{
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	color: rgb(66, 70, 75);
}
.contentBlock .blockInfo .text p{
	margin-bottom: 15px;
}