html,
body {
    font-size: .12rem;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    font: normal .12rem "Microsoft yahei", Arial;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

A:link {
    color: #000000;
    text-decoration: none;
    target: _parent
}

A:visited {
    color: #000000;
    text-decoration: none;
    target: _blank
}

A:active {
    color: #ff0000;
    text-decoration: none;
    target: _blank
}

A:hover {
    color: #FF0000;
    text-decoration: none;
    target: _blank
}

td {
    vertical-align: top
}


.clearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfloat2 {
    overflow: auto;
    zoom: 1;
}

.pabs {
    position: absolute;
}

.prel {
    position: relative;
}

.floatL {
    display: inline;
    float: left;
}

.floatR {
    display: inline;
    float: right;
}


.ovd {
    margin: 0 auto;
}

.wrap1 {
    width: 12rem;
    height: auto;
    margin: 0rem auto;
}

.addr {
    width: 11rem;
    height: .35rem;
    margin-left: .5rem;
}

.con-left {
    padding-top: .1rem;
}

.art {
    margin-left: .5rem;
    width: 11rem;
}

.art-list {
    width: 11rem;
    height: auto;
    min-height: 5rem;
}





.bq {
    margin-top: .1rem;
    background-color: #cf2820;
}





.banner {
    width: 100%;
}

.top {
    position: relative;
}

.nav {
    display: block;
    background-color: #cf2820;
    height: .4rem;
    width: 12rem;
    margin: 0rem auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}