* {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.container {
	width: 100%;
	background: url(../img/bacgd.png) 0px 0px no-repeat;
	background-size: 100% 100%;
	padding-top: 300px;
}

.container>.main {
	width: 998px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 1436px;
}

.main>.title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.title img {
	vertical-align: middle;
}

.content1 {
	text-align: center;
}

.content-item1 {
	display: inline-block;
	width: 223px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	color: #333333;
}

.content {
	margin-left: 20px;
}

.content-item {
	float: left;
	display: inline-block;
	width: 222px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #dedede;
	background-color: #f2f2f2;
	color: #333333;
	margin-right: 20px;
	margin-top: 15px;
	text-align: center;
}

.content:after {
	content:"";				
	height:0;				
	line-height:0;			
	display:block;			
	visibility:hidden;		
	clear:both;				
}
