.body{
	background: url(../img/lunbo02.png) no-repeat center center fixed;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	/* overflow-y: auto; */
}
.top{
	width: 80%;
	height: 40px;
	margin-left: 20%;
	margin-top: 30px;
}
.center{
	margin-left: 20%;
	margin-top: 3%;
	width: 60%;
}

.bottom{
	margin-top: 50px;
	width: 100%;
	height: 48px;
	font-size:12px;
	color:#FAF8F8;
	text-align:center;

}
.bottom a{
	color: #fff;
	text-decoration:none; 
 
  }
  .bottom a:link{color:#fff;
	text-decoration:none; } 
	.bottom a:hover{color:#fff;
	text-decoration:none; } 


.bottom span{
	line-height: 20px;
	display: block;
}
ul li:nth-child(1){
	display:inline-block;
	width: 15%;
	height: 60px;
	line-height: 60px;
	text-align: left;
}
ul li:not(:first-child){
	display:inline-block;
	width: 15%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FAF8F8;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
ul li:hover {
	color: #DB5304;
}  
.item-active{
	color:#DB5304!important;
}
.main-body{
	width: 100%;
	text-align: left;
	color: #FAF8F8;
	
}

.main-body tr:nth-child(1){
	background: rgba(255,255,255,0.2);
	font-size: 15px;
	height: 47px;
	line-height: 47px;
}
.main-body tr:not(:first-child){
	background: rgba(121,108,102,0.1);
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.main-body tr th{
	padding-left: 36px;
	border-bottom: #8F8079 0.5px solid;
}
.main-body tr td{
	padding-left: 61px;
	border-bottom: #8F8079 0.5px solid;
}
.a-line{
	text-decoration:none;
	color: #D89F12;
	font-weight: 600;
}
.other-body{
	width: 100%;
	text-align: left;
	color: #FAF8F8;
	
}
.other-body tr{
	background: rgba(121,108,102,0.1);
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.other-body tr th{
	padding-left: 36px;
	border-bottom: #8F8079 1px solid;
}
.other-body tr td{
	padding-left: 61px;
	border-bottom: #8F8079 1px solid;
}

