.agent-title{
	background-image: url(../images/common/title-con.jpg);
}


.joinus {
	width: 90%;
	height: 800px;
	line-height: 50px;
	color:#000;
	font-size: 24px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
}
.joinus-con{
	width: 50%;
	margin: 0 auto;
}
.joinus h1{
	width: 100%;
	text-align: center;
	height: 200px;
	color: #168b3c;
	line-height: 200px;
}

.joinus input[type="text"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: 0;
	text-indent: 24px;
	margin-bottom:30px; 
}

.joinus input[type="button"]{
	padding: 10px 30px;
	display: block;
	margin: 0 auto;
	background-color: #168b3c;
	border: none;
	color:#fff;
	cursor: pointer;
	font-size: 24px;
}