body{
	margin: 0;
min-width: 1200px;
}
select:-ms-expand{ display: none; }
.from_query_col {
	width: 100%;
	margin-bottom:15px;
	min-height: 34px;
}

.q_name {
	display: inline-block;
	width: 83px;
	text-align: center;
	float: left;
	line-height: 34px;
	font-size: 16px;
	color: #373737;
}

.from_query_col input{
	width: 246px;
	height: 34px;
	background: #e8e8e8;
	line-height: 34px;
	outline: none;
	border: 0px;
	float: left;
	font-size: 16px;
	text-indent: 10px;
	-webkit-overflow-scrolling: none;
}
.from_query_col select{
	width: 246px;
	height: 34px;
	line-height: 34px;
	outline: none;
	border: 0px;
	float: left;
	font-size: 16px;
	background:#e8e8e8 url(open_23.png) no-repeat right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none; /*去掉下拉箭头*/
	padding-left: 10px;
}
.from_query_col select::-ms-expand{
	display: none;
}
.from_query_col select option{
	font-size: 14px;
}
.q_selebg {
	position: relative;
	float: left;
	width: 246px;
	height: 34px;
}

.from_query_col .q_wh {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: 10px;
	margin-right: 11px;
}

.from_query_col .q_sele {
	width: 35px;
	height: 34px;
	background: url(open_23.png) no-repeat center;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.from_btn_bg button {
	width: 127px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #39669e;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
}

.from_btn_bg button:first-child {
	margin: 0px 16px 0px 55px;
}
