body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    color: #000;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    font-size: 14px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft Yahei', '微软雅黑', \5FAE\8F6F\96C5\9ED1, '宋体', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica;
}

ul,
ol,
li,
dl,
dd,
dt {
    list-style: none;
}

em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.wrap {
    width: 953px;
    overflow: hidden;
    margin: 0 auto 50px;
}

.content {
    font-size: 12px;
    line-height: 24px;
    color: #818a8f;
}

.content .left {
    width: 700px;
    overflow: hidden;
    border: 2px solid #D1D3D2;
    border-radius: 8px;
    padding: 10px;
    float: left;
}

.txt1 {
    color: #628452;
}

.content .left h2 {
    width: 98%;
    background: #f5a200;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 10px;
}

.content .left a {
    font-weight: bold;
    color: #f5a200;
}

.content .left p {
    padding-bottom: 10px;
}

.content .right {
    width: 200px;
    padding-left: 20px;
    float: left;
}

.excel_link {
    border: 1px solid #D1D3D2;
    border-radius: 10px;
    padding: 10px;
}

.excel_link p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.excel_link p.btn {
    background: url('../images/jzjh/btn01.jpg') no-repeat left center;
    text-align: center;
}

.excel_link p.btn a {
    color: #55520b;
    font-size: 12px;
    font-weight: bold;
}


/*footer  begin*/

.footer {
    width: 100%;
    text-align: center;
    padding: 5% 0;
    line-height: 2;
    padding: 5% auto 0;
    background: #0d0d0d;
    font-size: 12px;
}

.footer a {
    color: #a4a4a4;
}

.footer .copy-txt {
    color: #fff;
}

.footer .copy-txt img {
    padding-left: 10px;
}

.footer p:last-child {
    padding-top: 2%;
}

.footer p:last-child a {
    padding: 0 10px;
}