/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    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"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    color: transparent;
    filter: alpha(opacity=0)
}

::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    background-color: transparent;
    color: transparent
}

*:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3)
}

*:hover::-webkit-scrollbar-track {
    background-color: transparent;
    color: transparent
}

* {
    box-sizing: border-box;
    font-family: Avenir, Helvetica, Arial, sans-serif
}

a {
    text-decoration: none;
    color: #000
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.container {
    padding-top: 130px
}

.header {
    position: fixed;
    width: 100%;
    height: 130px;
    top: 0px;
    z-index: 100
}

.header .header-top {
    height: 45px;
    transition: .3s;
    font-size: 14px;
    background: linear-gradient(79deg, #4760ff 0%, #0048ae 100%);
    color: #fff
}

.header .header-top .top-date {
    display: inline-block;
    letter-spacing: 2px;
    height: 45px;
    line-height: 45px;
    position: relative;
    bottom: 18px
}

.header .header-top .scrollbox {
    width: 220px;
    height: 45px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 45px;
    margin-left: 20px
}

.header .header-top .head-right-box {
    top: 13px;
    right: 0px;
    position: absolute;
    display: inline-block;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #e8efff
}

.header .header-top .head-right-box>div {
    margin: 0 0 0 30px;
    letter-spacing: 1px
}

.header .header-top .head-right-box .head-right-cursor {
    cursor: pointer
}

.header .header-top .header12 {
    width: 440px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #e8efff;
    overflow-wrap: normal;
    -webkit-animation: scrollbox 10s linear infinite;
    animation: scrollbox 10s linear infinite
}

.header .header-bottom {
    height: 85px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 100;
    position: relative
}

.header .header-bottom .nav-container {
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: space-between
}

.header .header-bottom .nav-container .search-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 47px;
    background: #f0f0f0;
    transition: all .3s;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 0px
}

.header .header-bottom .nav-container .search-box .searchboxc {
    flex: 1;
    height: 18px
}

.header .header-bottom .nav-container .search-box .searchboxc .searchinput {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
    background-color: transparent
}

.header .header-bottom .nav-container .search-box .btnSearch {
    width: 80px;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(79deg, #4760ff, #0048ae)
}

.header .header-bottom .nav-container .search-box .head-icon-search {
    font-size: 25px;
    margin: 0 7px;
    color: #666;
    cursor: pointer
}

.header .header-bottom .nav-container .search-box .head-icon-close {
    font-size: 30px;
    margin: 0 7px;
    cursor: pointer
}

.header .header-bottom .nav-container .nav {
    width: 450px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    transition: .3s;
    color: #202020;
    height: 85px;
    align-items: center
}

.header .header-bottom .nav-container .nav .nav-item {
    position: relative;
    height: 85px;
    line-height: 85px;
    width: 20%;
    text-align: center
}

.header .header-bottom .nav-container .nav .nav-item .active {
    width: 0px;
    border-bottom: 2px #1b51cd solid;
    transition: all .3s;
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%
}

.header .header-bottom .nav-container .nav .nav-item:hover .active {
    width: 40px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav {
    position: absolute;
    top: 85px;
    width: 980px;
    height: 0px;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: #fff;
    background-image: url(../images/1_0_tanchu_bg@2x.70c6af54.png);
    background-size: cover;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: .3s
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box {
    border-top: 2px solid #1b51cd;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .tips {
    width: 200px;
    flex-shrink: 0;
    line-height: 28px;
    color: #1d52cf;
    margin-left: 0px;
    font-size: 14px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right {
    width: 100%
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab {
    font-size: 14px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab .tab-active {
    color: #1951cd;
    border-bottom: 2px solid #1951cd
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab .tab-header {
    height: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    border-bottom: 1px #c0c0c0 solid;
    display: flex;
    padding: 0px 11px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab .tab-header a {
    margin-right: 50px
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab-item {
    display: none;
    text-align: left
}

.header .header-bottom .nav-container .nav .nav-item .child-nav-box .child-nav-right .tab-item span {
    margin-right: 10px
}

.header .header-bottom .nav-container .nav-right {
    width: 150px;
    font-size: 30px;
    text-align: right;
    color: #202020;
    display: flex;
    justify-content: space-between
}

.header .header-bottom .logo {
    position: relative;
    width: 277px;
    height: 46.5px;
    z-index: 1000;
    cursor: pointer
}

.header .header-bottom .logo img {
    width: 100%;
    height: 100%
}

.header .all-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    overflow: auto
}

.header .all-nav img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.header .all-nav .all-nav-header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 130px;
    line-height: 130px;
    margin-top: 30px
}

.header .all-nav .all-nav-header .navhome {
    display: flex;
    justify-content: space-between
}

.header .all-nav .all-nav-header .navhome .headImg {
    width: 278px;
    height: 48px
}

.header .all-nav .all-nav-header .navhome .headImg img {
    top: 30%;
    width: 278px;
    height: 48px;
    position: absolute
}

.header .all-nav .all-nav-header .navhome .head-right {
    display: flex;
    font-size: 14px;
    color: #e8efff;
    letter-spacing: 1px
}

.header .all-nav .all-nav-header .navhome .head-right>div {
    margin: 0 15px
}

.header .all-nav .all-nav-header .navhome .head-right .head-right-poniter {
    cursor: pointer
}

.header .all-nav .all-nav-header .navhome .head-right .right-img {
    position: relative
}

.header .all-nav .all-nav-header .navhome .head-right .right-img .right-close-img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 42%;
    cursor: pointer
}

.header .all-nav .all-nav-content {
    z-index: 10;
    overflow-y: scroll;
    display: flex;
    justify-content: space-between
}

.header .all-nav .all-nav-content .maskli {
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    color: #fff
}

.header .all-nav .all-nav-content .maskli a {
    color: #fff
}

.header .all-nav .all-nav-content .maskli .maskth {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    margin-bottom: 16px;
    cursor: pointer
}

.header .all-nav .all-nav-content .maskli .masktd {
    font-size: 17px;
    font-family: Source Han Sans CN;
    margin: 16px 0;
    cursor: pointer
}

.header .all-nav .all-nav-content .maskli .masktd:hover a {
    color: #1951cd
}

.header .all-nav .all-nav-content .maskli .masktd2 {
    font-size: 13px;
    font-family: Source Han Sans CN;
    margin: 16px 0;
    cursor: pointer
}

.header .all-nav .all-nav-content .maskli .masktd2 a {
    color: hsla(0, 0%, 100%, 0.7)
}

.header .all-nav .all-nav-content .maskli .masktd2:hover a {
    color: #1951cd
}

.header .pageLeft {
    width: 60px;
    background: #fff;
    box-shadow: 0 2px 11px 1px rgba(4, 26, 68, 0.36);
    position: fixed;
    right: 0;
    top: 324px;
    z-index: 88
}

.header .pageLeft .noActiveIcon {
    display: none
}

.header .pageLeft .ActiveIcon,
.header .pageLeft .noActiveIcon {
    margin-top: 5px
}

.header .pageLeft .pageLeft-item {
    height: 20%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.header .pageLeft .pageLeft-item>div {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666;
    line-height: 30px
}

.header .pageLeft .pageLeft-item:hover {
    background: #688ed5;
    color: #fff
}

.header .pageLeft .pageLeft-item:hover>div {
    color: #fff
}

.header .pageLeft .el-image {
    position: relative;
    overflow: hidden
}

.header .pageLeft .el-image img {
    width: 100%;
    height: 100%
}

.header .el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    word-break: break-all
}

.header .popper-arrow {
    top: 65px;
    right: -8px
}

.header .popper-arrow2 {
    top: 20px;
    right: -8px
}

.header .popper-arrow,
.header .popper-arrow:after,
.header .popper-arrow2,
.header .popper-arrow2:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03))
}

.header .el-popover-plain {
    padding: 18px 20px;
    transform-origin: right center;
    z-index: 10000015;
    position: fixed;
    margin-right: 12px;
    top: 435px;
    right: 60px;
    display: none
}

.header .popper-wx {
    width: 80px;
    transform-origin: right center;
    z-index: 10000005;
    position: fixed;
    top: 444px;
    right: 60px;
    margin-right: 12px;
    display: none
}

@keyframes scrollbox {
    0% {
        left: 0
    }

    100% {
        left: -210px
    }
}

.footer {
    height: 270px;
    background: #243b67
}

.clear {
    clear: both
}