@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	height: 100%;
	min-height:700px;
}
.drawer-overlay {
	height: 100%;
	min-height:700px;
}
@media screen and (max-width:600px) {
html, body {
 height:100%;
 height: 100%;
 min-height:500px;
}
.drawer-overlay {
 height: 100%;
 min-height:500px;
}
}
.bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:1999;
	padding:0px;
	height:auto;
	margin:0px
}
.bottom .fl {
	padding:10px 0 10px 20px;
}
.bottom .fr {
	padding:10px 20px 10px 0px;
}
/**/
#container {
	display: block;
	position: absolute;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	margin-top: 62px;
	margin-bottom: 70px;
	width: 100%;
	overflow: hidden;
	z-index: 1499;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;/*background-size: cover;
	-webkit-background-size:cover;*/
}
.pr_in_con {
	position:absolute;
	bottom:25px;
	width:100%;
}
/**/
.pr_chen_index {
	margin: 8px 8px 0 2px;
}
.pr_chen_index dl {
	position:relative;
	float:left;
	width:33.3333%;
	border-left:8px solid #fff;
	border-color: transparent;
	margin-bottom:8px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.pr_chen_index dl dd img {
	width:100%;
	height:auto;
}
.pr_chen_index dl dd {
	margin:0px;
	width:100%;
	float:left;
	text-align:center;
	color: #9a6634;
	font-size:14px;
	font-weight:bold;
}
.pr_chen_index dl dd a{
	color: #9a6634;
	width:100%;
	float:left;
	}
.b_c_rgba_fff {
	background-color:rgba(255, 255, 255, 0.5)
}
.p_t_b_5px {
	padding-top:5px;
	padding-bottom:5px;
}
