.pc_form {
	width: 100%;
	
	background-color: #fff;
}
.pc_form .top{
	position: relative;
	width: 1205px;
	height: 188px;
	margin: 0 auto;
}
.pc_form .top h3{
	width: 200px;
	padding-top: 40px;
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
}

.pc_form .top p{
	padding-top: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1.5em;
}

.pc_form .top img{
	position: absolute;
	top: 50px;
	right: 340px;
}
.pc_form .form{
	width: 1205px;
	height: 140px;
	padding-top: 40px;
	margin: 0 auto;
}

.pc_form .form input{
	width: 244px;
	height: 55px;
	padding-left: 16px;
	margin-right: 32px;
	border: 0;
	font-size: 18px;
	background-color: #f1efef;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.pc_form .form .btn{
	width: 288px;
	background-color: #fdae4d;
	margin-right: 0;
	color: #fff;
	cursor: pointer;
	border: none;
}
.pc_form .bottom{
	width: 980px;
	height: 300px;
	margin: 0 auto;
	padding: 30px 0;
}
.pc_form .bottom li{
	width: 186px;
	text-align: center;
	float: left;
	margin-right: 66px;
}
.pc_form .bottom li span{
	display: inline-block;
	padding-top: 20px;
}

.pc_form .img1{
	margin: 0 auto;
	margin-bottom: 40px;
}