* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	margin: 0;
}

#nav_daoh {
	list-style: none;
	text-align: center;
	background-color: #f5ebda;
	margin: 0;
	padding: 0;
}

#nav_daoh li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 160px;
	height: 110px;
}

#nav li ul {
	display: none;
	position: absolute;
}

#nav_daoh a {
	display: block;
	color: #a8241f;
	text-decoration: none;
	font-size: 24px;
	width: 100%;
	height: 100%;
	line-height: 110px;
	text-align: center;
}

.nav-icon img {
	width: 87px;
	height: 87px;
	margin: 10px 0;
	transition: transform 0.3s ease;
}

#nav_daoh li:hover {
	background: url(../images/nav_li_backgound.png) no-repeat center center;
	font-weight: bold;

}

#nav_daoh .nav-icon:hover {
	background: none;
	transform: scale(1.15);
}

#nav ul ul li {
	float: none;
	height: 64px;
	background: #f5ebda;
	margin-bottom: 2px;
	line-height: 64px;
}

#nav ul ul li a {
	line-height: 64px;
	height: 64px;
}

#nav ul ul {
	/* background-color: #00c; */
	width: 100px;
	position: relative;
	top: 1px;
	z-index: 999;
	padding-left: 0px;
	left: -10px;
}

#nav ul ul a:hover {
	background-color: #f5ebda;
	color: #FFCB76;

}

#nav li:hover ul {
	display: block;
}


.clear {
	clear: both;
}

<style>a {
	text-decoration: none;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

#copyright {
	width: 100%;
	height: 414px;
	background: rgba(207, 188, 155, 1);
}

.copyright_box {
	width: 1000px;
	height: 314px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.copyright_logo {
	width: 180px;
	float: left;
	height: 200px;
	text-align: center;
	margin-left: 50px;
	margin-top: 30px;
}

.copyright_logo p {
	margin-top: 16px;
	color: #000;
}

.copyright_logo a {
	color: #000;
	border-bottom: none;
	text-decoration: none;
}

.copyright_logo img {
	width: 150px;
	height: 150px;
}

.xlxc {
	width: 116px;
	height: 35px;
	border-left: 8px solid #8d0000;
	line-height: 35px;
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
}

.clear {
	clear: both;
}

.copyright_line {
	width: 100%;
	height: 2px;
	background-color: #85572E;
	margin-top: 40px;
}

.copyright_p p {
	width: 520px;
	height: 45px;
	text-align: center;
	line-height:45px;
	font-size: 20px;
	margin-left: 100px;
	margin: 0 auto;
	font-weight: 300;

}

.copyright_p a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

.CopyrightNumber {
	color: #000;
	position: relative;
	bottom: 10px;

}

.copyright_logo a:hover {
	color: #999;
}

.CopyrightNumber a:hover {
	color: #fff;
}

.ewm {
	margin-top: 30px;

}