﻿/*房源查询*/
.m_querybox {
    background:url(../../Images/gyImg/gynewbanner.png) center center no-repeat;
    background-size:100% 100%;
    height:422px;
}
.m_query{
    margin:0 auto;
	width: 1170px;
	height: 422px;
	color: #fff;
	font-size: 18px;
}
.query_div{
	width: 312px;
	padding-top: 32px;
}
.query_name{
	font-size: 26px;
	margin-bottom: 30px;
}
.query_form{
	margin-bottom: 24px;
}
.query_form input{
	height: 52px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 18px;
	width: 100%;
	padding-left: 12px;
}
/* 使用webkit内核的浏览器 */
.query_form input::-webkit-input-placeholder{
	color: #000;
	opacity: 0.5;
}
/* Firefox版本4-18 */
.query_form input:-moz-placeholder{
	color: #000;
	opacity: 0.5;
}
/* Firefox版本19+ */                
.query_form input::-moz-placeholder{
	color: #000;
	opacity: 0.5;
}
/* IE浏览器 */
.query_form input:-ms-input-placeholder{
	color: #000;
	opacity: 0.5;
}

.name_query{
	margin-bottom: 20px;
}
.m_querybtn button{
	background: #fff;
	color: #218C04;
	border: 0;
	outline: none;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 22px;
	border-radius: 3px;
}
.m_canvas{
	overflow: hidden;
}
.m_canvas input{
	float: left;
}
#m_canvas{
	float: right;
	background: #fff;
}
