.a-banner{
	/*background: url(../images/agent.png) no-repeat center;
	background-size: cover;*/
}
.agent-banner{
	position: relative;
	width: 100%;
	height: 248px;
	margin: 55px 0 40px;
	background: url(../images/agent-banner.png) no-repeat center;
	background-size: cover;
}
.agent-banner .agent-box{
	content: '';
	position: absolute;
	width: 425px;
	height: 137px;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.5);
	left:58px;
	top: 28px;
	z-index: 0;
}
.agent-banner .agent-box p{
	position: absolute;
	width: 425px;
	height: 137px;
	line-height: 30px;
	top: 6px;
	left: 6px;
	padding: 20px 16px;
	box-sizing: border-box;
	background: rgba(36, 177, 184, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 16px;
	color: #fff;

}

.form-group{
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.form-group label{
	padding-right: 10px;
}
.form-group .red{
	color: #ff0012;
}
.form-group .form-control{
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	box-shadow:none; 
}
.form-group.form-area{
	height: 200px;
}
.form-group.form-area textarea{
	height: 200px;
	resize: none;
}
.form-group .form-tip{
	clear: both;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #ff0012;
}
.form-group .form-code{
	padding-left: 0px;
}
.form-code img{
	max-width: 100%;
	height: 40px;
}
.form-btn{
	margin-top: 25px;
}
.form-btn .btn{
	width: 160px;
	height: 46px;
	box-sizing: border-box;
	color: #fff;
}
.form-btn .btn:hover{
	color: #fff;
}
.submit-btn{
	background: #26afb4;
}
.submit-btn:hover{
	background: rgba(38, 175, 180, 0.7);
}
.reset-btn{
	background: #ff6305;
	margin-left: 68px;
}
.reset-btn:hover{
	background: rgba(255, 99, 5, 0.7);
}
@media (min-width: 1200px){
	.form-group label{
		width: 120px;
	}
	.form-group .form-control{
		width: 333px;
	}
	.form-group .form-control.allLine{
		width: 100%;
	}
	.form-group .form-tip{
		margin-left: 120px;
	}
}
@media (max-width: 768px){
	.agent-banner .agent-box{
		position: relative;
		width: 96%;
		height: auto;
		left:2%;
		top: 40%;
		transform: translateY(-50%);
	}
	.agent-banner .agent-box p{
		position: relative;
		width: 100%;
		height: auto;	
		left: 0;
		top: 0;
	}
	.form-group label{
		padding-left: 0;
		padding-right: 0;
	}
	.form-btn .btn{
		max-width: 40%;
		height: 46px;
		line-height: 46px;
		text-align: center;
		padding: 0;
	}
	.reset-btn{
		margin-left: 20px;
	}

}