a, blockquote, body, button, caption, cite, code, dd, del, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, input, legend, li, ol, p, pre, q, select, span, table, tbody, td, textarea, tfoot, th, thead, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: transparent;
}

body, html {
    width: 100%;
    word-wrap: break-word;
}

body {
    background: #fff;
    color: #383838;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 16px;
    min-height: 100vh;
}

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

abbr, acronym, fieldset, img {
    border: none;
    vertical-align: top;
}

a img {
    border: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

p {
    -webkit-text-size-adjust: none;
    font-size: 16px;
    line-height: 30px;
}

a:hover {
    color: #035360;
}

input, option, select, textarea {
    background: none;
    border: none;
    outline: none;
}

textarea {
    resize: none;
}

video {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

li {
    list-style: none;
    vertical-align: bottom;
}

.gaodu30 {
    height: 25px;
    width: 100%;
}

.top-box {
    height: auto;
    overflow: hidden;
    width: 100%;
}

    .top-box img {
        display: block;
        width: 100%;
    }

.nav-max {
    width: 100%;
}

.nav, .nav-max {
    background: #035360;
    height: 70px;
}

.nav {
    margin: 0 auto;
    max-width: 1400px;
}

    .nav, .nav > ul {
        position: relative;
    }

        .nav > ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .nav > ul > li {
                position: relative;
            }

                .nav > ul > li > a {
                    color: #fff;
                    display: block;
                    font-size: 15px;
                    line-height: 70px;
                    padding: 0 20px;
                    text-decoration: none;
                    transition: all .3s ease;
                }

                    .nav > ul > li > a:hover {
                        background: #ffffff1a;
                    }

                .nav > ul > li > ul {
                    display: none;
                    left: 0;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 70px;
                    z-index: 1000;
                }

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

                .nav > ul > li > ul a {
                    background: #eee;
                    border-bottom: 1px solid #ddd;
                    color: #222;
                    display: block;
                    font-size: 18px;
                    line-height: 50px;
                    padding: 0 5px;
                    text-align: center;
                    width: 150px;
                }

                    .nav > ul > li > ul a:hover {
                        background: #fff;
                        color: #035360;
                    }

.main-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    padding: 37px 15px 40px;
    width: 1400px;
}

.main-box, .main-left {
    height: auto;
    max-width: 100%;
}

.main-left {
    box-shadow: 1px 1px 10px 10px #08499f04,1px -1px 10px 10px #08499f04,-1px 1px 10px 10px #08499f04,-1px -1px 10px 10px #08499f04;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 0 30px 30px;
    width: 940px;
}

.main-right {
    height: auto;
    max-width: 100%;
    width: 403px;
}

.phone_banner {
    margin: 20px auto 37px;
    overflow: hidden;
}

    .phone_banner, .phone_banner img {
        display: block;
        height: auto;
        width: 100%;
    }

.carousel-container {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-slides {
    display: flex;
    transition: transform .5s ease;
}

.carousel-slide {
    min-width: 100%;
    position: relative;
}

    .carousel-slide img {
        display: block;
        height: auto;
        width: 100%;
    }

.carousel-dots {
    bottom: 15px;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.carousel-dot {
    background: #ffffff80;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    transition: background .3s;
    width: 10px;
}

    .carousel-dot.active {
        background: #fff;
    }

.index-bt {
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    width: 100%;
}

.index-bt, .index-bt1 {
    height: auto;
    overflow: hidden;
}

.index-bt1 {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 23px;
    gap: 8px;
}

    .index-bt1 span {
        background: #035360;
        flex-shrink: 0;
        height: 28px;
        width: 6px;
    }

    .index-bt1 font, .index-bt1 span {
        display: inline-block;
    }

    .index-bt1 .subtitle {
        color: #666;
        font-size: 16px;
    }

.index-bt2 {
    display: inline-block;
    float: right;
}

    .index-bt2, .index-bt2 a {
        height: auto;
        overflow: hidden;
    }

        .index-bt2 a {
            color: #000;
            display: block;
            font-size: 15px;
            font-weight: 700;
            width: 100%;
        }

            .index-bt2 a:hover {
                color: #035360;
            }

.index-nr {
    color: #000;
    font-size: 18px;
    height: auto;
    line-height: 34px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 26px;
    width: 100%;
}

    .index-nr span {
        color: #035360;
        font-weight: 700;
    }

    .index-nr p {
        line-height: 1.8;
        margin-bottom: 8px;
    }

.container {
    gap: 20px;
    justify-content: space-around;
    margin: 20px 0;
}

.container, .hezuo-box {
    display: flex;
    flex-wrap: wrap;
}

.hezuo-box {
    padding: 20px;
}

.column {
    margin: 0 auto;
    text-align: center;
}

    .column img {
        height: auto;
        max-width: 400px;
        width: 100%;
    }

    .column h4 {
        color: #08499f;
        font-size: 14px;
        margin-top: 10px;
    }

.hezuo-1 {
    box-shadow: 1px 1px 8px 8px #00000003,1px -1px 8px 8px #00000003,-1px 1px 8px 8px #00000003,-1px -1px 8px 8px #00000003;
    float: left;
    height: 116px;
    margin: 0 8px 16px;
    overflow: hidden;
    width: 206px;
}

    .hezuo-1 img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }

.xiaoxi-box {
    margin-top: 29px;
    padding-bottom: 17px;
}

.xiaoxi-1, .xiaoxi-1 a, .xiaoxi-box {
    height: auto;
    overflow: hidden;
    width: 100%;
}

    .xiaoxi-1 a {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.xiaoxi-111 p {
    color: red;
    font-size: 18px;
}

.xiaoxi-12 {
    display: flex;
    gap: 8px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

    .xiaoxi-12 span {
        border-radius: 3px;
        font-size: 12px;
        padding: 2px 8px;
    }

.index-rightmin {
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 10px #08499f04,1px -1px 10px 10px #08499f04,-1px 1px 10px 10px #08499f04,-1px -1px 10px 10px #08499f04;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 17px;
    width: calc(100% - 28px);
}

.index-zltb {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 23px;
    gap: 8px;
    height: auto;
    line-height: 31px;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
}

    .index-zltb img {
        height: 31px;
        width: 31px;
    }

.index-z11 {
    font-size: 16px;
    height: auto;
    line-height: 34px;
    margin-left: 15px;
    min-height: 78px;
    overflow: hidden;
    padding: 6px 0 12px;
    width: calc(100% - 6px);
}

    .index-z11 span {
        color: #000;
    }

    .index-z11 font, .index-z11 span {
        display: block;
        font-size: 17px;
        height: auto;
        width: 100%;
    }

    .index-z11 font {
        color: #be0201;
        font-weight: 800;
    }

.index-z12 {
    font-size: 16px;
    height: auto;
    line-height: 34px;
    margin-left: 15px;
    min-height: 78px;
    overflow: hidden;
    padding: 6px 0;
    width: calc(100% - 38px);
}

    .index-z12 span {
        font-size: 16px;
        font-weight: 700;
    }

    .index-z12 font, .index-z12 span {
        color: #000;
        display: block;
        height: auto;
        width: 100%;
    }

.index-djs {
    display: flex;
    gap: 10px;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 34px;
    width: calc(100% - 10px);
}

.djs-1, .djs-2 {
    text-align: center;
}

.djs-1 {
    width: 93px;
}

.djs-2 {
    width: 63px;
}

.djs-11 {
    background: #035360;
    border-radius: 4px;
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    height: 62px;
    line-height: 62px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.djs-12 {
    color: #035360;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
}

.bot-max, .djs-12 {
    height: auto;
    text-align: center;
    width: 100%;
}

.bot-max {
    background: #035360;
    overflow: hidden;
    padding: 27px 15px 30px;
}

.centered-text {
    text-align: center;
}

    .centered-text p {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    .centered-text a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

        .centered-text a:hover {
            text-decoration: underline;
        }

.kefu-box {
    background: #fff;
    border-radius: 8px;
    bottom: 5px;
    box-shadow: 1px 1px 10px 10px #08499f04,1px -1px 10px 10px #08499f04,-1px 1px 10px 10px #08499f04,-1px -1px 10px 10px #08499f04;
 
    overflow: hidden;
    position: fixed;
    right: 5px;
    width: 185px;
    z-index: 9999;
}

.kefu-1 {
    background: #035360;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.kefu-1, .kefu-2 {
    overflow: hidden;
    width: 100%;
}

.kefu-2 {
    height: auto;
    padding: 15px 12px;
}

.kefu-21 {
    background: #096209;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .kefu-21, .kefu-21 a {
        height: 37px;
        width: 100%;
    }

        .kefu-21 a {
            align-items: center;
            color: #fff;
            display: flex;
            font-size: 14px;
            gap: 5px;
            justify-content: center;
            text-align: center;
        }

        .kefu-21 img {
            height: 20px;
            width: 20px;
        }

.btn-primary {
    background: #035360;
    border: none;
    border-radius: 20px;
    box-shadow: 0 2px 8px #08499f1a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 28px;
    text-decoration: none;
    transition: background .2s,box-shadow .2s,transform .1s;
}

    .btn-primary:hover {
        background: #08499f;
        box-shadow: 0 4px 16px #08499f2e;
        color: #fff;
        transform: translateY(-1px);
    }

.badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
}

.badge-new {
    background: #ff5722;
    color: #fff;
}

.badge-download {
    background: #08499f;
    color: #fff;
}

.badge-date {
    background: #00bcd4;
    color: #fff;
}

.w-2 {
    display: flex;
    flex-wrap: wrap;
}

    .w-2 p {
        min-width: 200px;
        width: 33.33%;
    }

.p-2 p {
    text-align: justify;
    text-indent: 2em;
}

[data-aos] {
    opacity: 0;
    transition: opacity .6s ease,transform .6s ease;
}

    [data-aos].aos-animate {
        opacity: 1;
    }

[data-aos=fade-up] {
    transform: translateY(20px);
}

    [data-aos=fade-up].aos-animate {
        transform: translateY(0);
    }

[data-aos=zoom-in] {
    transform: scale(.95);
}

    [data-aos=zoom-in].aos-animate {
        transform: scale(1);
    }

@media screen and (max-width:1600px) {
    .main-box {
        max-width: 100%;
        width: 1200px;
    }

    .main-left {
        width: 740px;
    }

    .main-right {
        width: 380px;
    }

    .nav {
        max-width: 1200px;
    }
}

@media screen and (max-width:1024px) {
    .main-box {
        flex-direction: column;
        padding: 20px 15px;
        width: 100%;
    }

    .main-left {
        padding: 0 20px 20px;
        width: 100%;
    }

    .main-right {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
    }

    .index-rightmin {
        flex: 1;
        margin-bottom: 15px;
        min-width: 280px;
    }

    .nav > ul {
        flex-wrap: wrap;
        justify-content: center;
    }

        .nav > ul > li > a {
            font-size: 14px;
            padding: 0 12px;
        }

    .container {
        align-items: center;
        flex-direction: column;
    }

    .hezuo-box {
        justify-content: center;
        width: 100%;
    }

    .column img {
        max-width: 300px;
    }

    .w-2 p {
        width: 50%;
    }

    .kefu-box {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .nav-max {
        height: auto;
        min-height: 60px;
    }

    .nav {
        height: auto;
        padding: 10px 0;
    }

        .nav > ul {
            align-items: center;
            display: none;
            flex-direction: column;
        }

        .nav.active > ul {
            display: flex;
        }

        .nav > ul > li {
            text-align: center;
            width: 100%;
        }

            .nav > ul > li > a {
                border-bottom: 1px solid hsla(0,0%,100%,.1);
                line-height: 45px;
            }

    .main-left {
        padding: 0 15px 15px;
    }

    .index-bt1 {
        flex-wrap: wrap;
        font-size: 18px;
    }

        .index-bt1 span {
            height: 22px;
            width: 4px;
        }

    .index-nr {
        font-size: 15px;
        line-height: 28px;
    }

    .index-djs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .djs-1, .djs-2 {
        width: 60px;
    }

    .djs-11 {
        font-size: 28px;
        height: 50px;
        line-height: 50px;
    }

    .w-2 p {
        width: 100%;
    }

    .xiaoxi-1 a {
        align-items: flex-start;
        flex-direction: column;
    }

    .xiaoxi-12 {
        margin-top: 10px;
    }

    .btn-primary {
        font-size: 16px;
        padding: 8px 20px;
    }
}

@media screen and (max-width:480px) {
    .main-box {
        padding: 15px 10px;
    }

    .main-left {
        padding: 0 10px 10px;
    }

    .index-bt1 {
        font-size: 16px;
    }

    .index-nr {
        font-size: 14px;
        line-height: 26px;
    }

    .index-zltb {
        font-size: 18px;
    }

    .index-z11, .index-z12 {
        font-size: 14px;
        line-height: 28px;
    }

    .djs-1, .djs-2 {
        width: 50px;
    }

    .djs-11 {
        font-size: 24px;
        height: 45px;
        line-height: 45px;
    }

    .column img {
        max-width: 100%;
    }

    .column h4 {
        font-size: 12px;
    }

    .bot-max {
        padding: 20px 10px;
    }

    .centered-text p {
        font-size: 14px;
        line-height: 24px;
    }
}

.mobile-menu-btn {
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 100;
}

    .mobile-menu-btn span {
        background: #fff;
        border-radius: 2px;
        display: block;
        height: 3px;
        margin-bottom: 5px;
        transition: all .3s;
        width: 100%;
    }

@media screen and (max-width:768px) {
    .mobile-menu-btn {
        display: block;
    }

        .mobile-menu-btn.active span:first-child {
            transform: rotate(45deg) translate(5px,5px);
        }

        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-btn.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px,-7px);
        }
}

body, html {
    background: #fff;
    color: #383838;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 100vh;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

li, ul {
    list-style: none;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
}

.page-enter-active, .page-leave-active {
    transition: all .4s;
}

.page-enter-from, .page-leave-to {
    opacity: 0;
}

.layout-enter-active, .layout-leave-active {
    transition: all .4s;
}

.layout-enter-from, .layout-leave-to {
    opacity: 0;
}
