﻿a,
body,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
html,
i,
img,
li,
ol,
option,
p,
select,
span,
table,
tbody,
td,
tfoot,
thead,
tr,
ul,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, "Arial Narrow", HELVETICA;
}

:root {
    --red: #0e68b1;
    --font-gray: #3f3f3f
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: 0.67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

img,
input {
    outline: 0;
    border: none
}

a {
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}


li {
    list-style: none
}

em,
i {
    font-style: normal
}

table,
td {
    border-collapse: collapse
}

.fl {
    float: left;
    width: 120;
}

.fr {
    float: right;

}

.clearfix {
    zoom: 1
}

.clearfix:after,
.ex-btn ul li a:after,
.ip-view ul li a:after,
.tzyx-bd ul li a:after,
.tzyx-bd ul li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}



.w1200 {
    margin: 0 auto;
    width: 1200px;
    width: 100%;
}

/* css 初始化样式结束 */

.fixmod {
    position: fixed;
    top: 20px;
    right: 10px;
    padding: 5px;
    width: 40px;
    background-color: #0e68b1;
    border-radius: 40px;
    height: 40px;
    z-index: 999;
}

.fixmod img {
    width: 100%;
}


.navpage {
    display: none;
    position: fixed;
    width: 80%;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    overflow-y: scroll;
}


.navpage h4 {
    background: #0e68b1;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.navbox {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}


.navbox ul li {
    float: left;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.channlbox {
    margin: 9px 0;
    display: inline-block;
    color: #0e68b1;
    margin-left: 10px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}