﻿/*body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
pre,
form,
fieldset,
legend,
button,
textarea,
th,
td,
i,
b,
a,
input,
iframe {
  font-family: "MicroSoft YaHei", "微软雅黑";
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
  color: #333;
  font-size: 14px;
}*/

body, html
{
    text-align: center;
    font: 12px/21px "Microsoft yahei" ,Arial, Helvetica, sans-serif;
    color: #333;
}

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;
}

ul, ol
{
    list-style: none outside none;
}

a
{
    text-decoration: none;
}

body .navdown {
    width: 170px;
    left: -55px;
    height: initial;
    top: 65px;
}

#navr1 {
    position: relative
}

body .navdown dl dt {
    float: none;
    width: 100%;
}


body .navr > ul > li:not(.nav-atcive) > a:hover,body .nav-atcive {
    border-bottom: 3px solid #c5000a;
    color: #c5000a !important;
}

body .navdown dl dt {
    height:55px;
    line-height:55px;
}
