@charset "utf-8";

body,
iframe,
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;
}

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "microsoft yahei", "\5fae\8f6f\96c5\9ed1", "微软雅黑";
}

html,
body {
    width: 100%;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input {
    border: none;
    outline: none;
}

button {
    border: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.p-nav>ul::after,
.nav-row::after,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.p-nav>ul,
.nav-row,
.clearfix {
    *zoom: 1;
}

.p-w {
    width: 1242px;
    margin: 0 auto;
    min-width: 1242px;
}

.min-w {
    min-width: 1200px;
}

nav>ul>li {
    float: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.odd-overhidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

iframe {
    display: block;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.li-disc>li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0;
}

.a-btn {
    display: inline-block;
    text-decoration: none;
}

.a-btn:hover {
    text-decoration: none;
}

.a-link {
    text-decoration: none;
}

.a-link:hover {
    text-decoration: underline;
    color: blue;
}

.nav-row>li {
    float: left;
}

.list-link>li>a:hover {
    color: #1476d1;
}

/* 样式还原 */

.r-rest h1,
.r-rest h2,
.r-rest h3,
.r-rest h4,
.r-rest h5,
.r-rest h6 {
    font-weight: 700;
}

.r-rest h1 {
    font-size: 32px;
}

.r-rest h2 {
    font-size: 24px;
}

.r-rest h3 {
    font-size: 18px;
}

.r-rest h4 {
    font-size: 16px;
}

.r-rest h5 {
    font-size: 14px;
}

.r-rest h6 {
    font-size: 12px;
}

.r-rest address,
.r-rest caption,
.r-rest cite,
.r-rest code,
.r-rest dfn,
.r-rest em,
.r-rest strong,
.r-rest th,
.r-rest var {
    font-style: normal;
    font-weight: normal;
}

.r-rest i,
.r-rest cite,
.r-rest em,
.r-rest var,
.r-rest address,
.r-rest dfn {
    font-style: italic;
}

.r-rest tt,
.r-rest code,
.r-rest kbd,
.r-rest samp {
    font-family: monospace;
}

.r-rest strong,
.r-rest b {
    font-weight: bold;
}

.r-rest ul {
    margin: 0 0 24px;
    padding: 0;
    display: block;
    list-style-type: disc;
    list-style-position: inside;
}

.r-rest ul li {
    display: list-item;
    list-style-type: disc;
    text-align: left;
}

.r-rest ol {
    margin: 0 0 24px;
    padding: 0;
    display: block;
    list-style-type: decimal;
    list-style-position: inside;
}

.r-rest ol li {
    display: list-item;
    list-style-type: decimal;
    text-align: left;
}

.r-rest > * {
    margin: 0 auto;
}

.r-rest * {
    max-width: 100% !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    white-space: pre-wrap !important;
}

.r-rest table {
    box-sizing: border-box;
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.r-rest tbody {
    border: 0;
}

.r-rest table tr td,
.r-rest table tr th {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    padding: 8px;
    text-align: left;
}