*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #f6f6f6;
}
.solutionTop{
	width: 100%;
	min-width: 1620px;
	height: 247px;
}
.solutionCon{
	width:1200px;
	height: auto;
	background-color:white;
	box-shadow: 2px 2px 2px #d1d1d1;
	padding: 30px 0 50px;
	margin: 0 auto;
}
.solutionCon-cc{
	width: 1050px;
	margin: 0 auto;
}
.solutionCon-top{
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	height: 34px;
}
.solutionCon-tit{
	margin: 15px 0;
}
.solutionCon-titcc{
	
}
.solutionCon-bot{
	width: 1020px;
	height: 100px;
	background-color: #f5f5f5;
	margin: 40px auto 20px;
	line-height: 50px;
	padding-left: 30px;
}
.solutionCon-bot div a{
	text-decoration: none;
	color: black;
}