

/*在线咨询*/

.contact-nei h1 {
	color: #000;
	font-size: 20px;
	border-bottom: 1px solid #F5F5F5;
	padding: 15px;
	margin-bottom: 35px;
	font-weight: bold;
	background: #F5F5F5;
	margin-top: 35px;
	
}



.contact-nei .input1 {
	height: 55px;
	width: 320px;
	border: 1px solid #E0E0E0;
	margin-bottom: 30px;
	margin-left: 20px;
	font-size: 14px;
	color: #666;
}

.contact-nei .input2 {
	height: 55px;
	width: 320px;
	border: 1px solid #E0E0E0;
	margin-bottom: 30px;
	margin-left:20px;
	font-size: 14px;
	color: #666;
}


.contact-nei .btn-sub {
	text-align: center;
	padding: 20px 0 35px 0;
}

.contact-nei .area {
	height: 120px;
	resize: none;
	background: #fff;
	border: 1px solid #E0E0E0;
}

.contact-nei .tijiao {
	display: inline-block;
	width: 200px;
	background: #003366;
	color: #fff;
	font-size: 16px;
	height: 50px;
	margin-right: 15px;
	cursor: pointer;
}

