#banner {
	height: 600px;
	background: url("../../Images/banner.png");
	background-repeat: no-repeat;
	background-position: center;
}

#one {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
	#one .one-title {
		height: 40px;
		background: url("../../Images/title-bg1.png");
		background-repeat: no-repeat;
		font-size: 24px;
	}
#one .one-content {
	overflow: hidden;
	padding: 15px 0px;
}
#one .one-content .one-content-left{
	width: 770px;
	float: left;
	padding-right: 30px;
}
	#one .one-content .one-content-left ul li {
		height: 35px;
		line-height: 35px;
		background: url("../../Images/icon01.png");
		background-repeat: no-repeat;
		background-position: 0px 11px;
		padding-left: 15px;
		font-size: 16px;
	}
#one .one-content .one-content-left ul li span{
	float: right;
}
#one .one-content .one-content-right{
	width: 430px;
	float: right;
}
#one .one-content .one-content-right img{
	width: 430px;
	height: 286px;
}
#two{
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}
#two .button{
	float: left;
	margin-right: 20px;
}
#two .last{
	margin-right: 0px;
}
#three{
	margin-top: 40px;
	background-color: #f3f5fb;
}
#three .three-content{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0px;
	padding-bottom: 20px;
}
#three .three-content .three-title{
	font-size: 30px;
	text-align: center;
	color: #000;
}
#three .three-text{
	padding-top: 20px;
}
#three .three-text p{
	text-indent: 2em;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 25px;
}
#three .three-detail{
	text-align: right;
	font-size: 16px;
}
#four{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
	#four .four-title {
		height: 56px;
		line-height: 56px;
		background: url("../../Images/title-bg2.png");
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		font-size: 26px;
	}
#four .four-content{
	margin-top: 20px;
}
#four .four-content ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#four .four-content .last{
	margin-right: 0px;
}