@charset "utf-8";
/* CSS Document */
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%;
}
/**/
.produst-list {
	margin: 8px 10px 0 2px;
}
.produst-list li {
	position:relative;
	float:left;
	width:50%;
	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;
}
.produst-list li div {
	width:100%;
	height:100%;
	line-height:52px;
	border-radius:3px;
	color:#fff;
	font-size:16px;
	font-weight:800;
	text-align:center;
}
.produst-list li div a {
	color:#FFF;
	text-decoration: none;
	width: 100%;
	height: 100%;
	float: left;
}
.produst-list li:nth-child(1), .produst-list li:nth-child(2), .produst-list li:nth-child(3), .produst-list li:nth-child(4), .produst-list li:nth-child(5), .produst-list li:nth-child(6) {
height:120px;
}
.produst-list li:nth-child(1) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.8);
}
 .produst-list li:nth-child(2) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.8);
}
.produst-list li:nth-child(3) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.6);
}
.produst-list li:nth-child(4) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.6);
}
.produst-list li:nth-child(5) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.6);
}
.produst-list li:nth-child(6) div {
 background: url(../img/main4_6.png) no-repeat center 60px;
 background-color:rgba(195, 175, 155, 0.6);
}
/**/
.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{
	margin:0px;
	width:100%;
	float:left;
	text-align:center;
	color: #9a6634;
	font-weight:bold;
	background-color:rgba(245,235,195,0.8)
	}