@charset "utf-8";
/* CSS Document */

.banner{
	width: 100%;
	height: 658px;
	background: url(../images/join/join_bg.jpg);
	position: relative;
	overflow: hidden;
}
.banner>img{
	width: 1920px;
	height: 658px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.main>img{
	margin-top: 60px;
}

.QA{
	width: 100%;
	height: 410px;
	background: url(../images/join/join_bg.jpg);
	margin: 70px 0 70px;
}
.QA h3{
	width: 100%;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-size: 50px;
}
.QA_main{
	width: 1200px;
	height: 168px;
	background: #fff;
	margin: 0 auto;
	padding-top: 42px;
}
.QA_main a{
	width: 230px;
	height: 18px;
	float: left;
	margin: 0 0 18px 130px;
	overflow: hidden;
}
.QA_main a span{
	color: #aaa;
	margin-right: 10px;
}
.QA_main a:hover,.QA_main a:hover span{
	color: #ffcd2e;
}

.massage{
	width: 1200px;
	height: 342px;
	margin: 0 auto;
}
.massage_l{
	width: 534px;
	height: 336px;
	float: left;
	padding-left: 48px;
}
.txt{
	width: 239px;
	height: 40px;
	line-height: 40px;
	border: none;
	margin: 0 25px 25px 0;
	text-indent: 15px;
}
.massage_l textarea{
	width: 477px;
	height: 120px;
	padding: 15px;
	border: none;	
	font-family:"微软雅黑";
	color: #222;
}
.add{
	width: 337px;
	height: 40px;
	line-height: 40px;
	border: none;
	margin: 25px 0 0 0;
	text-indent: 15px;
}
.btn{
	width: 145px;
	height: 40px;
	float: right;
	margin: 25px 27px 0 0;
	background: #ffcd2e;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.btn:hover{
	color: #fff;
	background: #ffdc4a;
}
.massage_r{
	float: left;
	margin: 40px 0 0 115px;
}
.massage_r p{
	color: #fff;
	margin-top: 20px;
}
.massage_r h4{
	font-size: 50px;
	color: #f5c736;
	margin-bottom: 10px;
	font-weight: normal;
}

