.solution_banner {
	height: 290px;
	background-color: #1d2041;
}
.solution_banner>div {
	overflow: hidden;
	padding-left: 88px;
	box-sizing: border-box;
	height: 290px;
	color: #fff;
	background: url(../images/solution_bg.png) no-repeat 552px bottom;
}
.solution_banner h2 {
	margin-top: 76px;
	font-size: 32px;
}
.solution_banner p {
	margin-top: 20px;
	line-height: 36px;
	font-size: 20px;
}
.solution_layout1 {
	height: 666px;
	text-align: center;
	background: url(../images/solution1.png) no-repeat center 100px;
	background-color: #fff;
}
.solution_layout1 h3 {
	margin-top: 50px;
	font-size: 32px;
	color: #ff9409;
}
.solution_layout1 p {
	margin-top: 22px;
	margin-bottom: 46px;
	font-size: 16px;
	color: #333;
}
.solution_layout1 span {
	color: #ff9409;
}
.solution_layout2 {
	overflow: hidden;
	height: 678px;
	text-align: center;
	color: #fff;
	background: url(../images/solution2.png) no-repeat center 160px;
	background-color: #4b53af;
}
.solution_layout2 h3 {
	margin-top: 50px;
	font-size: 32px;
}
.solution_layout2 p {
	margin-top: 22px;
	margin-bottom: 46px;
	line-height: 26px;
	font-size: 16px;
}
/*联系我们*/
.solution_layout3 {
	height: 618px;
	border-bottom: 1px solid #414141;
	color: #1c1c1c;
	background-color: #fff;
}
.contact_post {
	overflow: hidden;
	text-align: center;
}
.contact_post h3 {
	margin-top: 56px;
	margin-bottom: 26px;
	font-size: 32px;
}
.contact_post>div span {
	font-size: 16px;
}
.contact_post>div span:last-child {
	margin-left: 44px;
}
.contact_post ul {
	margin-top: 44px;
	margin-left: auto;
	margin-right: auto;
	width: 690px;
}
.contact_post li {
	text-align: left;
	font-size: 0;
}
.contact_post li div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 70px;
}
.contact_post label {
	position: absolute;
	left: -96px;
	top: 0;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	width: 86px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 16px;
}
.contact_post input {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	width: 270px;
	height: 38px;
	border-radius: 2px;
	border: 1px solid #00aeef;
	background-color: #d1f0fc;
}
.contact_post .error {
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #0082de;
}
.contact_post textarea {
	resize: none;
	padding-left: 10px;
	box-sizing: border-box;
	width: 658px;
	font-size:14px;
	line-height:28px;
	height: 102px;
	border: 1px solid #00aeef;
	background-color: #d1f0fc;
}
.contact_post textarea:focus {
	outline: none;
}
.contact_post .yzm {
	margin-left: 10px;
	display: inline-block;
	width: 116px;
	height: 40px;
	background-color: #858585;
}
.post_succeed {
	margin: 84px auto;
	width: 660px;
	height: 164px;
	font-size: 14px;
	line-height: 164px;
	border: 6px solid #fcdcb3;
}



