.content{
	width: 1920px;
	margin: 0px auto;
	font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
}
.top{
	width: 100%;
	height: 950px;
	background: url(../images/bg_01.jpg) no-repeat;
}
.section1{
	width: 100%;
	height: 1450px;
	background: url(../images/bg_02.jpg) no-repeat;
}
.section2{
	width: 100%;
	height: 1623px;
	background: url(../images/bg_03.jpg) no-repeat;
}
.section3{
	width: 100%;
	height: 2645px;
	background: url(../images/bg_04.jpg) no-repeat;
}

.sectionContent{
	width: 1160px;
	margin: 0px auto;
}

.title{
	width: 893px;
	height: 159px;
	margin: 0px auto;
}

.rules{
	margin: 40px auto;
	font-style: 14px;
	color: #332E2D;
	font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
}
.ruleImg{
	margin: 0px auto;
}

.tableDIV{
	width: 900px;
	margin: 0xp auto;
}

.box_from{
	margin-left: 80px;
	margin-top: 100px;
	color: #093D24;
	position: relative;
}

table, th, td {
  font-size: 15px;
  color: #332709;
  border: 1px solid #332709;
  border-collapse: collapse; /* 移除单元格之间的间隔 */
}

.box_from_table{
	margin-left: 100px;
	border-color: #332709;
}
.box_td_money{
	width: 80px;
	text-align: center;
}
.box_td{
	width: 300px;
	padding: 5px 10px 5px 60px;
}
.box_money{
	cursor: pointer;
}
.box_money_img{
	position: absolute;
	top: 0px;
	left: 600px;
}

.navigation{
	width: 180px;
	height: 552px;
	position: fixed;
	top: 200px;
	right: 50px;
	background: url(../images/line.png) no-repeat 75px 0px;
}
.navigationUl{
	position: absolute;
	top: 35px;
}
.btn{
	width: 180px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #65350d;
	margin: 15px 0px;
	background: url(../images/right_a.png) no-repeat;
}
.btn:hover{
	background: url(../images/right_a_hhh.png) no-repeat;
}