
/* agent.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/agent/banner.jpg') no-repeat center top;
}

.idea {
	width: 100%;
	height: 481px;
	margin: 0 auto;
	padding-top: 63px;
	background: url('../imgs/agent/bg_01.jpg') no-repeat center top;
}
.idea .img {
	width: 506px;
	height: 447px;
}
.idea .info {
	width: 612px;
	margin-left: 46px;
}
.idea .info .tit {
	width: 376px;
	height: 87px;
	margin-top: 46px;
	margin-bottom: 20px;
}
.idea .info p {
	width: 100%;
	font-size: 20px;
	color: #313131;
	line-height: 50px;
}
.idea .info .tips {
	width: 552px;
	height: 39px;
	margin-top: 20px;
}
.advantage {
	width: 100%;
	height: 704px;
	margin: 0 auto;
	background: url('../imgs/agent/bg_02.jpg') no-repeat center top;
}
.advantage ul {
	width: 694px;
	float: left;
	margin: 95px 0 0 490px ;
	height: auto;
}
.advantage ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 37px;
	line-height: 77px;
	overflow: hidden;
}
.advantage ul li h4 {
	font-size: 20px;
	float: left;
	margin-right: 20px;
}
.advantage ul li p {
	color: #606060;
	font-size: 18px;
}
.joinus {
	width: 100%;
	height: 619px;
	margin: 0 auto;
	background: url('../imgs/agent/bg_03.jpg') no-repeat center top;
}
.joinus .tit {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	text-align: center;
}
.joinus .tit img {
	width: 602px;
	height: 39px;
	margin-bottom: 24px;
}
.joinus .tit p {
	font-size: 18px;
	color: #625e5e;
}
.joinus .tit p i {
	color: #5e870a;
}
.joinus .cont {
	width: 100%;
	height: auto;
	margin: 28px auto 0;
	overflow: hidden;
}
.joinus .cont .bigcont {
	width: 120%;
	float: left;
	height: auto;
	overflow: hidden;
}
.joinus .cont .item {
	width: 596px;
	height: 50px;
	box-shadow: 0 5px 5px #ccc;
	position: relative;
	float: left;
	margin: 0 8px 8px 0;
}
.joinus .cont .item .text {
	width: 566px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
	background: #f6f6f6;
	border: none;
}
.joinus .cont .item i {
	font-size: 18px;
	color: red;
	position: absolute;
	top: 13px;
	left: 20px;
}
.joinus .textarea {
	width: 1180px;
	height: 196px;
	margin: 0 auto;
	background: #f6f6f6;
	box-shadow: 0 5px 5px #ccc;
	border: none;
	padding: 10px;
	font-size: 16px;
}
.joinus #tj {
	width: 163px;
	height: 44px;
	display: block;
	line-height: 44px;
	text-align: center;
	background: url('../imgs/agent/btn_bg.png') no-repeat center top;
	color: #2e2e2e;
	font-size: 20px;
	margin: 30px auto 0; border:0; cursor:pointer
}





















