/* CSS Document */


div, ul, li, p { margin:0px; padding:0px; list-style:none; text-decoration: none; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #251c16;
}
/*右*/
.r {
	float:right
}
/*左*/
.l {
	float:left
}
/*清除*/
.clear {
	clear:both
}
/*空格*/
.space10{height: 10px;}
.space30 { height: 30px; }
.w1000{ width:1000px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#bg{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.h900{ height:900px;}
.sm1bg{
	background-color: #3e3530;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
.w480{
	width: 480px;
}
.timg{
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 25px;
	color: #F90;
	width: 200px;
	text-align: center;
}
.twz{
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	padding-left: 5px;
	font-family: "微软雅黑", "宋体";
	width: 260px;
}
.btwz{
	font-family: "微软雅黑", "宋体";
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
.wz{
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	padding: 10px;
}
.wz a{
	color: #F90;
	text-decoration: underline;
}
.bottom{
	font-family: "微软雅黑", "宋茗";
	font-size: 14px;
	line-height: 20px;
	color: #BE9D87;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottom a{ color:#F90; font-size:14px; font-family:"微软雅黑","宋体";}
.bottom a:hover{ color:#FF0}