a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

a,
body,
html {
    color: #1d2754;
    font-size: 16px;
    font-weight: 400
}

body,
html {
    height: 100%;
    width: 100%
}

body,
button,
html {
    font-family: -apple-system, BlinkMacSystemFont, PingFang-SC, MicroSoft YaHei, sans-serif
}

button {
    text-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0
}

.rc-tree-node-content-wrapper {
    cursor: pointer
}

.rc-tree-node-content-wrapper:hover {
    color: #1880ff
}

.rc-tree-node-selected,
.tree-node-viewing {
    color: #1880ff
}

.rc-tree-switcher {
    cursor: pointer
}

.lake-codeblock-content {
    line-height: 1.5;
    max-width: 960px !important;
    overflow: auto
}

@media (max-width:1200px) {
    a {
        font-size: 14px
    }
}

h1 {
    font-size: 56px;
    line-height: 78px
}

h1,
h2 {
    font-weight: 600
}

h2 {
    font-size: 48px;
    line-height: 68px
}

h3 {
    font-size: 40px;
    line-height: 60px
}

h3,
h4 {
    font-weight: 600
}

h4 {
    font-size: 32px;
    line-height: 48px
}

h5 {
    font-size: 24px;
    line-height: 36px
}

h5,
h6 {
    font-weight: 600
}

h6 {
    font-size: 20px;
    line-height: 32px
}

.font26 {
    font-size: 26px;
    line-height: 40px;
    color: #040f42
}

.font20 {
    color: #040f42
}

.font20,
.font20-l1 {
    font-size: 20px;
    line-height: 32px
}

.font20-l1 {
    color: #606787
}

.font16,
.font16-l1 {
    font-size: 16px;
    line-height: 24px
}

.font16-l1 {
    color: #606787
}

.font16-l2 {
    font-size: 16px;
    line-height: 24px;
    color: #afb3c3
}

.font12 {
    color: #040f42
}

.font12,
.font12-l1 {
    font-size: 12px;
    line-height: 18px
}

.font12-l1 {
    color: #606787
}

.font12-l2 {
    font-size: 12px;
    line-height: 18px;
    color: #afb3c3
}

/* .icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
} */

@media (max-width:1200px) {
    h1 {
        font-size: 32px;
        line-height: 44px
    }

    h2 {
        font-size: 28px;
        line-height: 38px
    }

    h3 {
        font-size: 22px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 28px
    }

    h5 {
        font-size: 18px;
        line-height: 24px
    }

    h6 {
        font-size: 16px;
        line-height: 22px
    }

    .font26 {
        font-size: 18px;
        line-height: 28px
    }

    .font20,
    .font20-l1 {
        font-size: 16px;
        line-height: 24px
    }

    .font20-l1 {
        color: #606787
    }

    .font16,
    .font16-l1 {
        font-size: 14px;
        line-height: 20px
    }

    .font16-l1 {
        color: #606787
    }

    .font16-l2 {
        font-size: 14px;
        line-height: 20px;
        color: #afb3c3
    }

    .font12 {
        color: #040f42
    }

    .font12,
    .font12-l1 {
        font-size: 12px;
        line-height: 16px
    }

    .font12-l1 {
        color: #606787
    }

    .font12-l2 {
        font-size: 12px;
        line-height: 16px;
        color: #afb3c3
    }
}

:root {
    --blue: #3eb0ef;
    --green: #a4d037;
    --purple: #ad26b4;
    --yellow: #fecd35;
    --red: #f05230;
    --darkgrey: #15171a;
    --midgrey: #738a94;
    --lightgrey: #c5d2d9;
    --whitegrey: #e5eff5;
    --pink: #fa3a57;
    --brown: #a3821a;
    --darkmode: #1a1c20
}

#__next,
.img {
    height: 100%
}

.img {
    display: block;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    border-radius: 100%
}

.hidden {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px
}

@media (min-width:900px) {}

@media (max-width:900px) {}

@media (max-width:500px) {}

@media (max-width:650px) {}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/******   多行省略  ******/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex_center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.wrap {
    width: 1320px;
    margin: 0 auto;
}

.wrap2 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    /* border-bottom: 1px solid #fff; */
    padding-top: 8px;
    /* background: #015EFB; */
}

.header.on {
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.header .img2,
.header.on .img1 {
    display: none !important;
}

.header.on .img2 {
    display: inline-block !important;
}

.header.on .nav ul li .nav-list {
    color: #333;
}

.header.on .nav ul li.on .nav-list {
    border-color: #035DF6;
    color: #035DF6;
}

.header.on .nav ul li.on .second {
    background: rgba(0, 0, 0, 0.4);
    color: #000;
}

.header.on .language .text {
    color: #333;
    min-width: 70px;
}

.logo {
    /* margin-top: 14px;
    margin-bottom: 14px; */
    margin-top: 7px;
    margin-bottom: 8px;
    width: 180px;
    height: auto;
}

.nav ul {
    text-align: right;
}

.nav ul li {
    margin-right: 28px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nav ul li .nav-list {
    padding: 34px 13px;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.nav ul li .second {
    padding: 20px 8px;
    background: rgba(255, 255, 255, 0.1);
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.nav ul li:hover .second {
    display: block;
}

.nav ul li .second a {
    padding: 10px 13px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.nav ul li.on .nav-list {
    border-bottom: 4px solid #fff;
}

.nav ul li.on .second {
    width: 600px;
    /* display: inline-block; */
}

.nav,
.language {
    display: inline-block;
    vertical-align: middle;
}

.language {
    min-width: 86px;
    position: relative;
}

.language .language-label {
    cursor: pointer;
}

.language .text,
.language .text img,
.language .text span,
.language .array {
    display: inline-block;
    vertical-align: middle;
}

.language .text {
    color: #fff;
}


.language-select {
    position: absolute;
    left: -10px;
    top: 63px;
    width: 100px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    display: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.language-select::after {
    position: absolute;
    top: 0px;
    left: calc(50% - 5px);
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: -1;
    margin-left: -10px;
}

.language-select::before {
    position: absolute;
    top: -5px;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 1px -2px 5px rgba(0, 0, 0, .2);
    margin-left: -5px;
    z-index: -1;
}

.language-select p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 2px 10px;
    cursor: pointer;
}

.language-select p:hover {
    background: #eee;
}

.language-select p img {
    width: 1.2rem;
    margin-right: 0.3rem;
}

.language-select p span {
    display: inline-block;
    vertical-align: middle;
}

.footer {}

.footer-top {
    background: #0D1426;
}

.footer-logo {
    height: 45px;
    width: auto;
    margin-bottom: 26px;
}

.footer-top .QRCode {
    text-align: center;
    margin-right: 60px;
    margin-left: 10px;
    text-align: center;
    width: 98px;
}

.footer-top .QRCode p {
    font-size: 18px;
    color: #F8FBFF;
    line-height: 30px;
}

.footer-nav {
    text-align: left;
}

.footer-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: 50px;
}

.footer-right {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.footer-wrap {
    width: 1312px;
    margin: 0 auto;
    padding: 50px 0 46px;
}

.footer-bottom {
    background: #000000;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    text-align: center;
    line-height: 34px;
    padding: 15px 0;
}

.footer-bottom a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
}

.footer-bottom a:hover {
    text-decoration: underline;
}




/* 轮播焦点 */
.swiper-pagination {
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%); */
    left: 0;
    bottom: 56px !important;
    z-index: 2 !important;
    text-align: center;
    width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #a9a9a9;
    margin-right: 20px !important;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 47px;
    background: #0055FF;
}

.mar-box {
    overflow: hidden;
}


.aDelay1 {
    animation-delay: 0.3s;
}

.aDelay2 {
    animation-delay: 0.6s;
}

.aDelay3 {
    animation-delay: 0.9s;
}

.aDelay4 {
    animation-delay: 1.2s;
}

.aDelay5 {
    animation-delay: 1.5s;
}

.aDelay6 {
    animation-delay: 1.8s;
}

.aDelay7 {
    animation-delay: 2.1s;
}

.aDelay8 {
    animation-delay: 2.4s;
}

.aDelay9 {
    animation-delay: 2.7s;
}

.aDelay10 {
    animation-delay: 3s;
}

.aDelay11 {
    animation-delay: 3.3s;
}