*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
 	font-size: 12px;
	text-decoration: none;
    list-style: none;
}
body,
html {
   -webkit-text-size-adjust: none;
    width: 100%;
}
h1{
	font-family: "幼圆";
	font-size: 22px;
	font-weight: 900;
	color: #7a5347;
}

.top {
    width: 1200px;
    height: 114px;
    background-image: url(../img/top_bg.png);
    margin: auto;
}

.top img {
    margin:20px 0px 0px 50px;
}
.dh{
	background-image: url(../img/dh_bg.png);
	width: 1147px;
    height: 114px;
    margin: auto;
    padding-left: 53px;
}
.dh ul>li{
	float: left;
	width: 80px;
	height: 20px;
	border-bottom: solid 1px #ffae00;
	margin: -20px 45px 0px 0px;
}
.dh ul li a{
	color: #ffae00;
	font-size: 14px;
}
.dh ul ul {
	display: none;
	position: relative;
    top: 0px;
   	left: 0px;
    z-index: 10;
	margin: 0;
	padding: 1px 0px 0px 0px;
	
}
.dh ul ul li a{
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 12px;
}
.dh ul li ul li {
	background-color: rgba(0,0,0,0.3);
	height: 25px;
	width: 80px;
	border-top: solid 1px #ffae00;
	border-bottom: none;
	line-height: 25px;
	margin: 0;
}
.dh ul li ul li:hover{
	background-color: rgba(0,0,0,0.3);
	font-weight: bold;
}
.dh ul li ul li a:hover{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #ffae00;
	background: none;
	font-weight: bold;
}
.dh ul li ul li:hover a{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #ffae00;
	background: none;
	font-weight: bold;
}
.dh ul li:hover ul {
	display: block;
	
} 	
.dh ul li a:hover ul {
	display: block;
}


.footer {
    width: 1200px;
    height: 93px;
    margin: auto;
    background-image: url(../img/down_bg.png);
    color:#000;
    clear: both;
}
.footer_main {
    width: 1200px;
    height: 93px;
    margin: auto;
}
.footer_main .img {
    margin-left: 360px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.footer_main ul {
    padding-top:15px;
    height: 78px;
    float: left;
    margin-right: 20px;
}
.footer_main ul li {
    height: 25px;
    font-size: 12px;
}
::-moz-focus-inner {
    border: 0px;
}


/*a:link {color:#0f0;text-decoration:none;} 
a:visited {color: #FFFF00; text-decoration:none;} 
a:hover {color: #00FF00; text-decoration:underline;} 
a:active {color: #0000FF; text-decoration:underline;}*/

.wrapper {
    clear: both;
    width: 100%;
}

word-break:break-all