/*Css重置*/

a {
    text-decoration: none;
    font-family: "微软雅黑";
    color: black;
}

li {
    list-style: none;
    font-family: "微软雅黑";
}

ul,
li,
dl,
dd {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
	margin: 0 auto;
	background-color:rgb(233,216,176);
	background-image: url(imagesbody-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

input:focus {
    outline: none;
}

p {
    font-family: "微软雅黑";
    margin: 0;
}

select:focus {
    outline: none;
}
/*logo*/

.logo-container {
	width: 1000px;
	overflow: hidden;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
/*nav*/

.nav-container {
    width: 100%;
overflow: hidden;
}

.nav {
    width: 998px;
    height: 55px;
    background-image: url(imagesnav-bg.png);
    margin: auto;
    border: solid 1px #d18910;
    box-shadow: 0px 0px 5px #d9b372;
    padding-top: 5px;
}

.nav ul {
    float: left;
    padding: 0 36px;
	+padding: 0 18px;
    background-image: url(imagesnav-ul-bg.png);
    background-repeat: repeat-y;
    margin: 0;
}

.nav ul a {
    text-align: center;
    color: #a60202;
    font-size: 16px;
    line-height: 26px;
}

.nav .currentA {
    background-image: none;
	+padding-left:30px;
}
/*shangxian*/

.xianshang {
    background-image: url(imagesxianshang.png);
    width: 1000px;
    height: 40px;
    margin: auto;
}

.xianshang a {
    color: #9e0202;
    font-size: 12px;
    line-height: 40px;
    background-image: url(imageslaba.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    margin-left: 20px;
}
/*footer*/

.footer-container {
    width: 100%;
    height: 118px;
    background-color: #451f04;
    margin-top: 15px;
    padding-top: 22px;
}

.footer {
    width: 404px;
    height: 47px;
    margin: auto;
}

.footer a {
    font-size: 14px;
    width: 400px;
    line-height: 14px;
    margin-bottom: 15px;
    color: #444444;
    display: block;
}

.footer .currentV {
    text-align: center;
    display: block;
}