body > div.container {
  padding: 50px 0;
  position: relative;
}
div.container iframe {
	position: absolute;
	top: 75px;
	right: 0;
}
h2 {
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
}
p.spacer {
	height: 5px;
	overflow: hidden;
}
footer {
	padding: 20px 0;
  	position: relative;
}
footer iframe {
	position: absolute;
	top: 20px;
	right: 0;
}
table td:first-child {
	/* width: 125px; */
}
li strong {
	color: #111;
}
.btn.btn-large {
	float: right;
	margin-top: 40px;
}
#fz_zhezhao_touming{
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	*position: absolute;
	*height: 1380px;
	background-color:transparent;
	top:0;
	left: 0;
	opacity:0.6;
	 z-index: 105; 
  }