*{
	padding: 0;
	margin: 0;
}
#container{
	width: 100%;
	margin: 0 auto;
}
#nav{
	width: 1520px;
	height: 60px;
	background:#902e22;
	overflow: hidden;
}
#header{
	width: 1520px;
	height: 560px;
	background: #902e22;
}
#main{
	width:1520px;
	height: 920px;
	background: #e3c297;
	overflow: hidden;
}
#footer{
	width: 1520px;
	height:60px;
	background: #902e22;
	color: #e3c297;
	font-size: 20px;
	line-height: 60px;
	font-family: 黑体;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 2px;
}
#img1{
	display: block;
	width: 120px;
	margin: 8px 50px 8px 120px;
	float: left;
}
ul{
	width: 1200px;
	height: 50px;
	margin: 5px 0 5px 300px;
	padding: 5px auto;
	list-style: none;
}
li{
	float: left;
}
a{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 0 90px;
	color: #e3c297;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-family: 黑体;
	letter-spacing: 2px;
}
a:hover{
	color: white
}
#box{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #902e22;
}
.img3{
	width: 100%;
	height: 100%;
}
#img2{
	width: 100%;
	height: 560px;
	}
table{
	margin: 15px auto;
}
.td1{
	width: 100px;
	height: 180px;
	padding: 0 10px;
	text-align: center;
	}
.td2{
	width: 500px;
	height: 180px;
}
.dl1{
	font-size: 20px;
	font-family: 黑体;
	color: #902e22;
	font-weight: bold;
	margin: 10px 0 0 45px;
	letter-spacing: 4px;
	width: 80px;
}
.dl2{
	font-size: 18px;
	font-family: 宋体;
	font-weight: bold;
	margin:  15px auto 5px 30px;
	padding: 0 15px;
	letter-spacing: 4px;
}
.dl3{
	font-size: 16px;
	font-family: 宋体;
	text-indent: 2em;
	text-align: justify;
	letter-spacing: 4px;
	font-weight: 500;
	padding: 0 20px;
	line-height: 2em;
	margin: 0 0 20px 0;
}