@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
body {
	background: #fdb302
}
img {
	border: 0;
	display: block
}
ul, li {
	list-style: none
}
.main {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative
}
.flash {
	position: absolute;
	top: 90px;
	left: 0;
}
.footer {
	color: #fff!important;
	margin: 10px auto 0;
	width: 1000px;
	border-top: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	overflow: hidden
}
.footer td {
	color: #fff!important
}
.footer table {
	height: 0;
	border: 0;
	margin-top: -1px
}
.footer a {
	color: #fff!important;
	text-decoration: none
}
.footer a:hover {
	color: #fff!important;
	text-decoration: underline
}
/***********************************/
.bm-box {
	background: url(../images/bm_bg.jpg) no-repeat;
	height: 187px;
	overflow: hidden;
	padding: 112px 0 0 245px;
}
.bm-box table {
	width: 643px;
	border-collapse: collapse;
	border: none
}
.bm-box td {
	padding: 0;
	margin: 0
}
.bm-box td input {
	border-radius: 8px;
	border: none;
	float: left;
	overflow: hidden;
	outline: none
}
.bm-box .ipt-text, .bm-box .ipt-address {
	background: none;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
}
.bm-box .ipt-text {
	width: 144px;
}
.bm-box .ipt-address {
	width: 446px;
	margin-top: 16px
}
.bm-box .bm-ipt {
	background: url(../images/bm_btn.jpg) no-repeat;
	cursor: pointer;
	width: 138px;
	height: 76px;
}