#about {
	max-width: 100% !important;
}
.product_info>div {
	padding: 150px 0;
}
.product_info>div:nth-child(even) {
	background: #F8F8F9;
}
.product_info .title {
	text-align: center;
	font-size: 28px !important;
}
.product_info .intro {
	font-size: 20px !important;
	text-align: center;
	padding: 50px 0;
}
.product_info .button {
	text-align: center;
}
.product_info .button a {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background: #1F3E88;
}
.product_info .apply {
	background: #1F3E88 !important;
}
.product_info .apply .title {
	color: #fff !important;
}
.product_info .apply .input {
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.product_info .apply .input input {
	height: 50px;
	line-height: 50px;
	background: #fff;
	width: 350px;
	padding: 10px;
	font-size: 18px;
	font-family: Georgia,Microsoft Yahei;
}
.product_info .apply .input button {
	height: 50px;
	line-height: 50px;
	background: #2281EC !important;
	color: #fff;
	padding: 0 40px;
	border: none;
	font-size: 18px;
}