* {
	padding: 0;
	margin: 0;
}

.layout {
	clear: both;
	margin: auto;
	width: 1200px;
}

.bannerWrap {
	height: 512px;
}
.main{
	min-height: 950px;
}
.main-title{
	height: 150px;
	border-bottom: 1px solid #e6e6e6;
}
.main-title h2{
	padding-top: 60px;
	box-sizing: border-box;
	color: #1b1b1b;
	font-size: 24px;
	text-align: center;
}
.main-title p{
	margin-top: 30px;
	font-size: 16px;
	color: #b3b3b3;
	margin-left: 331px;
}
.main-title p span{
	padding-left: 100px;
	box-sizing: border-box;
}
.main-text{
	margin-top: 40px;
}
.main-text p{
	line-height: 30px;
	color: #333;
}
 
.main-text p img{
	max-width: 100%;
}
