﻿.bm_form {
	width:1000px;
	height:280px;
	margin:0 auto;
	
}
.bm_form input {
	
	width: 160px;
	height: 20px;
	border: 0px solid #40200C;
	border-radius: 1px;
	margin-left:180px;
	color: #000;
	font-size: 15px;
}
.bm_form button {
	margin:16px auto auto 125px;
	border: 0px solid #40200C;
	width: 228px;
	height: 40px;
	border-radius: 1px;
	background: #E6460C;
	color: #fff;
	cursor: pointer;
	font: bolder 20px "微软雅黑";
}

/* 底部悬浮窗 */
#float_bottom01 {
	background: url(../images/float-bottom01.png) top center no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 110px;
	position: fixed;
	left:0;
	right:0;
	bottom: 0;
	z-index:2;
}
#float_bottom01 .bm_form01 {
	position:absolute;
	left:50%;
	top:20px;
	width: 1000px;
	margin-left:-610px;
}
#float_bottom01 .bm_form01 input {
	padding: 5px 0 5px 5px;
	height: 24px;
	/* border: 1px solid #40200C; */
	border-radius: 3px;
	margin: 5px 0;
	/* color: #fff; */
	font-size: 17px;
	line-height: 36px;
	background: #DBDBDB;
	/* background: url(../images/star.png) #DD2425 10px 8px no-repeat; */
}
#float_bottom01 .bm_form01 input#name {
	width: 100px;
	margin-right:15px;
}
#float_bottom01 .bm_form01 input#tel {
	width: 150px;
	margin-right:15px;
}
#float_bottom01 .bm_form01 input#dz {
	width: 100px;
	margin-right:20px;
}
#float_bottom01 .bm_form01 button {
	/* float: right; */
	border: 1px solid #a51829;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #a51829;
	color: #fff;
	cursor: pointer;
	font: bold 18px "微软雅黑";
}

#newHdcj .nextpage button {
	float: left;
	border: 0px solid #f96400;
	width: 220px;
	height: 50px;
	border-radius: 3px;
	/* background: #f96400; */
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	/* font: bold 18px "微软雅黑"; */
	margin: 6px 0 0 105px;
}

