.here{
	font-size: 34px;
	color: #ff0000;
	border-bottom: 2px solid #ff0000;
	line-height: 40px;
	display: inline-block;
}
.xiang{
	margin-top: 10px;
	line-height: 45px;
	font-size: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.heng{
	
}
.gt{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}
.cd{
	color: #222;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
}

.tx{
	font-size: 26px;
	line-height: 40px;
	color: #444;
}

.inp input{
	margin-top: 10px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 500px;
	padding-left: 20px;
	border: 0;
	background: #f5f5f5;
}

.inp textarea{
	margin-top: 10px;
	height: 200px;
	padding: 15px 0;
	width: 100%;
	max-width: 500px;
	padding-left: 20px;
	border: 0;
	background: #f5f5f5;
}

.btn_contact{
	width: 100%;
	text-align: center;
	background: #fff;
	color: #666;
	height: 50px;
	/*line-height: 50px;*/
	font-size: 18px;
	border: 2px solid #ff0000;
	
}
.btn_contact:hover{
	width: 100%;
	text-align: center;
	background: #ff0000;
	color: #fff;
	height: 50px;
	/*line-height: 50px;*/
	font-size: 18px;
	border: 2px solid #ff0000;
	
}
.logo img{
	max-width: 100%;
}
