<style>
    html {
        margin: 0;
        padding: 0
    }

    body,
    div,
    p,
    span,
    a,
    header {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 12px;
        font-family: -apple-system-font, Microsoft Yahei, Helvetica Neue, Helvetica, sans-serif
    }

    body {
        background: #fff;
        overflow-x: hidden
    }

    a,
    div,
    p,
    img {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
    }

    img {
        border: none
    }

    a {
        color: #333;
        font-size: 12px;
        text-decoration: none
    }

    a:hover {
        color: #409eff;
        text-decoration: none
    }

    *:focus {
        outline: none
    }

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

    .clear__both {
        clear: both;
        display: block
    }

    .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%
    }

    .header {
        height: 70px;
        background: #fff;
        position: relative;
        z-index: 2;
        display: block
    }

    .header__logo {
        float: left;
        width: 144px;
        height: 40px;
        background-image:url('./homeLogo.png');
        margin: 15px 0 0 20px;
        display: block
    }

    .header__btn {
        float: right;
        position: relative;
        margin: 15px 20px 0 0;
        width: 117px;
        height: 40px;
        background: #409eff;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s
    }

    .header__btn .entity {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header__btn .icon {
        font-size: 16px;
        padding: 0 5px 0 0
    }

    .header__btn span {
        color: #fff;
        font-size: 18px
    }

    .header__btn:hover {
        background: #66b1ff
    }

    .header__menu {
        width: 800px;
        height: 44px;
        position: absolute;
        left: 50%;
        top: 13px;
        transform: translate(-50%, 0);
        display: flex;
        justify-content: space-between
    }

    .header__menu__href {
        padding: 0 10px;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s
    }

    .header__menu__href:hover {
        background: #e8e8e8
    }

    .header__mask {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2
    }

    .header__down {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 3;
        display: block;
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s
    }

    .header__down span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: lighter;
        cursor: pointer;
        color: #666;
        padding: 0 20px;
        white-space: nowrap;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s
    }

    .header__down span:hover {
        background: #ecf5ff
    }

    .header__down img {
        width: 15px;
        margin: 0 5px 0 0
    }

    @media (max-width:1200px) {
        .header__menu {
            width: 700px
        }
    }

    .footer {
        background: #000;
        padding: 30px 0 30px 0;
        display: block
    }

    .footer__box {
        width: 1036px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .footer__title {
        align-items: center;
        line-height: 20px;
        color: #666;
        padding: 5px 0 10px 5px;
        display: block
    }

    .footer__list {
        height: 30px;
        display: flex
    }

    .footer__href {
        display: flex;
        align-items: center;
        padding: 5px;
        line-height: 20px;
        color: #fff;
        cursor: pointer;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s
    }

    .footer__href:hover {
        background: #ecf5ff;
        color: #666
    }

    .footer__bottom {
        width: 1036px;
        margin: 30px auto 0 auto;
        /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
        padding-top: 30px
    }

    .footer__bottomBox {
        display: flex;
        justify-content: center
    }

    .footer__txt {
        line-height: 30px;
        color: rgba(255, 255, 255, 0.7)
    }

    .footer__txt p {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 40px
    }

    .footer__txt a {
        padding: 0 0 0 5px;
        color: #999
    }

    .footer__number {
        color: #fff;
        font-size: 20px
    }

    .footer__qr {
        width: 65px
    }

    .footer__icon {
        width: 15px
    }

    .pay {
        width: 1036px;
        padding: 40px 0;
        margin: 0 auto
    }

    .pay__box {
        float: left;
        width: 50%;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #ddd
    }

    .pay__icon {
        line-height: 120px;
        font-size: 80px;
        text-align: center;
        display: block
    }

    .pay__title {
        line-height: 40px;
        font-size: 26px;
        padding: 20px 0;
        text-align: center;
        display: block
    }

    .pay__det {
        line-height: 24px;
        height: 96px;
        width: 350px;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 0 50px 0;
        display: block
    }

    .pay__link {
        line-height: 24px;
        text-align: center;
        display: block
    }

    .pay__link span {
        color: #4386e9;
        font-size: 16px;
        cursor: pointer
    }

    .pay .border--0 {
        border: 0
    }

    .enterprise {
        width: 1036px;
        height: 540px;
        background: #f4f4f4;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px
    }

    .enterprise__info {
        width: calc(60% - 80px);
        margin: 0 0 0 80px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }

    .enterprise__title {
        line-height: 54px;
        font-size: 34px;
        height: 108px;
        padding: 0 0 32px 0;
        display: block
    }

    .enterprise__tip {
        line-height: 28px;
        font-size: 18px;
        display: block
    }

    .enterprise__pic {
        width: 300px;
        height: 300px;
        margin: 0 80px 0 0
    }

    .banner {
        background-color: #000;
        position: relative;
        z-index: 1
    }

    .banner img {
        width: 100%;
        display: block
    }

    .banner__box {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 2;
        transform: translate(0, -50%);
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        display: block
    }

    .banner__txt {
        width: 70%;
        margin: 0 auto;
        color: #fff;
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
        display: block;
        text-align: center
    }

    .banner__tags {
        width: 71%;
        margin: 40px auto
    }

    .banner__tagitem {
        padding: 8px 12px;
        margin: 0 10px;
        font-size: 18px;
        color: #fff;
        text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5)
    }

    .banner__tagitem--active_1 {
        background: #F5A416;
        border-radius: 10px
    }

    .banner__btn {
        margin: 100px auto 0 auto;
        width: 117px;
        background: #409eff;
        color: #fff;
        cursor: pointer;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        height: 50px;
        font-size: 18px
    }

    .banner__btn .entity {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner__btn span {
        color: #fff;
        font-size: 18px
    }

    .banner__btn:hover {
        background: #66b1ff
    }

    .banner .top--50p {
        top: 50%
    }

    .banner .opacity--1 {
        opacity: 1
    }

    @keyframes centerBig {
        0% {
            transform: scale(1.3, 1.3)
        }

        100% {
            transform: scale(1, 1)
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .main {
        width: 100%;
        overflow-x: hidden;
        margin-top: 70px
    }

    .pc {
        display: block
    }

    .a {
        cursor: pointer
    }

    .mb-20 {
        margin-bottom: 20px
    }

    @media (max-width:1200px) {
        .banner__txt {
            font-size: 45px !important
        }
    }

    @media (max-width:1036px) {
        .header {
            display: none
        }

        .footer {
            display: none
        }

        .main {
            width: 100vw
        }

        .banner {
            position: relative;
            z-index: 1
        }

        .banner img {
            height: 500px;
            -o-object-fit: cover;
            object-fit: cover
        }

        .banner__box {
            display: none
        }

        .banner__txt {
            width: 100%;
            color: #fff;
            font-size: 32px !important;
            font-weight: bold;
            text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
            display: block;
            text-align: center
        }

        .banner__tags {
            width: 90%;
            margin: 40px auto 0px;
            text-align: center
        }

        .banner__tagitem {
            padding: 5px 6px;
            margin: 0 5px;
            font-size: 14px
        }

        .banner__btn {
            margin: 60px auto 0 auto;
            width: 117px;
            height: 40px;
            background: #409eff;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            display: block;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s
        }

        .banner__btn .entity {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .banner__btn span {
            color: #fff;
            font-size: 18px
        }

        .banner__btn:hover {
            background: #66b1ff
        }

        .banner .top--50p {
            top: 50%
        }

        .banner .opacity--1 {
            opacity: 1
        }

        @keyframes centerBig {
            0% {
                transform: scale(1.3, 1.3)
            }

            100% {
                transform: scale(1, 1)
            }
        }

        .pay {
            width: 100%;
            padding: 40px 0
        }

        .pay__box {
            float: left;
            width: 100%;
            padding: 0 20px 30px 20px;
            box-sizing: border-box;
            border-bottom: 1px solid #ddd
        }

        .pay__title {
            font-size: 24px;
            font-weight: unset
        }

        .pay__det {
            font-size: 16px;
            font-weight: unset
        }

        .pay__link span {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer
        }

        .pay .border--0 {
            border-bottom: 1px solid #ddd
        }

        .enterprise {
            width: 100%;
            height: auto;
            padding: 30px 0;
            flex-direction: column
        }

        .enterprise__info {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            margin: 0
        }

        .enterprise__title {
            width: 100%;
            line-height: 42px;
            font-size: 24px;
            font-weight: unset;
            text-align: center;
            padding: 0
        }

        .enterprise__tip {
            width: 100%;
            text-align: center;
            line-height: 28px;
            font-size: 16px;
            font-weight: unset;
            display: block
        }

        .enterprise__pic {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            height: auto;
            margin: 30px 0 0 0
        }

        .enterprise__pic img {
            width: 100%
        }

        .pc {
            display: none
        }
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .swiper-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0)
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    .swiper-pagination {
        position: absolute;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 0;
        width: 100%
    }

    .swiper-pagination-bullet {
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: 0.2
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff
    }

    @-webkit-keyframes swiper-preloader-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes swiper-preloader-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes vjs-spinner-show {
        to {
            visibility: visible
        }
    }

    @keyframes vjs-spinner-spin {
        100% {
            transform: rotate(360deg)
        }
    }

    @keyframes vjs-spinner-fade {
        0% {
            border-top-color: #73859f
        }

        20% {
            border-top-color: #73859f
        }

        35% {
            border-top-color: white
        }

        60% {
            border-top-color: #73859f
        }

        100% {
            border-top-color: #73859f
        }
    }

    @supports (display:grid) {
        .vjs-text-track-settings .vjs-modal-dialog-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr auto
        }

        .vjs-text-track-settings .vjs-track-settings-colors {
            display: block;
            grid-column: 1;
            grid-row: 1
        }

        .vjs-text-track-settings .vjs-track-settings-font {
            grid-column: 2;
            grid-row: 1
        }

        .vjs-text-track-settings .vjs-track-settings-controls {
            grid-column: 2;
            grid-row: 2
        }
    }
</style>
<meta content="[object Object]">
<style>
    .home__propaganda {
        width: 100%;
        height: 660px;
        background: #000;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .home__propaganda__pic {
        width: calc(50% - 120px);
        margin: 0 0 0 60px
    }

    .home__propaganda__pic img {
        width: 100%
    }

    .home__propaganda__info {
        width: 38%;
        padding: 0 60px 0 0;
        display: flex;
        flex-direction: column
    }

    .home__propaganda__title {
        font-size: 34px;
        color: #fff;
        line-height: 50px;
        padding: 0 0 32px 0;
        display: block
    }

    .home__propaganda__txt {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 7px 0;
        display: block
    }

    .home__propaganda__link {
        color: #4386e9;
        font-size: 20px;
        cursor: pointer;
        padding: 32px 0 0 0
    }

    .home__propaganda__link .icon {
        padding: 0 0 0 10px
    }

    .home__introduce {
        width: 1036px;
        margin: 0 auto
    }

    .home__introduce__list {
        width: 100%;
        height: 400px;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .home__introduce__pic {
        width: 50%
    }

    .home__introduce__pic img {
        width: 100%
    }

    .home__introduce__info {
        width: 400px
    }

    .home__introduce__title {
        line-height: 45px;
        font-size: 30px;
        padding: 32px 0;
        display: block
    }

    .home__introduce__det {
        line-height: 22px;
        font-size: 15px;
        display: block
    }

    .home__introduce__link {
        line-height: 22px;
        padding: 32px 0;
        color: #4386e9;
        font-size: 15px;
        cursor: pointer;
        display: block
    }

    .home__introduce__link .icon {
        font-size: 14px;
        padding: 0 0 0 10px
    }

    .home__introduce .swap {
        flex-flow: row-reverse
    }

    .home__title {
        width: 1036px;
        line-height: 60px;
        padding: 50px 0 30px;
        font-size: 40px;
        margin: 0 auto
    }

    .home__txt {
        width: 1036px;
        line-height: 30px;
        font-size: 20px;
        margin: 0 auto
    }

    .home__link {
        width: 1036px;
        line-height: 22px;
        margin: 0 auto
    }

    .home__link span {
        color: #4386e9;
        cursor: pointer;
        font-size: 15px
    }

    .home__link .icon {
        font-size: 14px;
        padding: 0 0 0 10px
    }

    .home__pic {
        width: 100%;
        margin: 100px 0 0 0
    }

    .home__pic img {
        width: 100%
    }

    .home__equipment {
        width: 1036px;
        margin: 60px auto 0 auto
    }

    .home__equipment__item {
        float: left;
        width: 208px;
        height: 408px;
        background: #f4f4f4;
        border-radius: 10px;
        padding: 0 60px
    }

    .home__equipment__link {
        width: 100%;
        line-height: 20px;
        padding: 30px 0 0 0;
        display: block
    }

    .home__equipment__link span {
        color: #4386e9;
        cursor: pointer;
        font-size: 15px
    }

    .home__equipment__link .icon {
        font-size: 14px;
        padding: 0 0 0 10px
    }

    .home__equipment__pic {
        width: 100%;
        height: calc(100% - 50px);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home__equipment__pic img {
        width: 100%
    }

    .home__equipment__pic .imgbig {
        transform: scale(1.2, 1.2)
    }

    .home__equipment .margin__left--26 {
        margin-left: 26px
    }

    .home__equipment .margin__bottom--26 {
        margin-bottom: 26px
    }

    .home__help {
        height: 640px;
        background: #000;
        margin: 40px 0;
        padding: 30px 0 0 0
    }

    .home__help__title {
        width: 1036px;
        margin: 0 auto;
        line-height: 68px;
        color: #fff;
        font-size: 45px
    }

    .home__help__box {
        width: 1036px;
        margin: 0 auto;
        display: flex
    }

    .home__help__item {
        width: 50%;
        box-sizing: border-box;
        padding: 40px 0
    }

    .home__help__link {
        width: 100%;
        line-height: 80px;
        display: block
    }

    .home__help__link span {
        color: #4386e9;
        cursor: pointer;
        font-size: 20px
    }

    .home__help__link .icon {
        font-size: 20px;
        padding: 0 0 0 10px
    }

    .home__help__pic {
        width: 100%
    }

    .home__help__pic img {
        width: 100%
    }

    .home__help .padding__left--20 {
        padding-left: 20px
    }

    .home__help .padding__right--20 {
        padding-right: 20px
    }

    .home__contact {
        width: 1036px;
        height: 162px;
        margin: 40px auto
    }

    .home__contact__ball {
        width: 120px;
        height: 120px;
        text-align: center;
        line-height: 120px;
        border-radius: 50%;
        background: #4386e9;
        font-size: 70px;
        color: #fff;
        margin: 0 auto;
        display: block
    }

    .home__contact__txt {
        width: 100%;
        text-align: center;
        line-height: 48px;
        font-size: 24px;
        color: #4386e9;
        display: block
    }

    .home__tool {
        height: 450px;
        width: 100%;
        max-width: 1400px;
        margin: 50px auto 0;
        cursor: grab;
        padding: 0 0 50px 0;
        overflow-x: auto;
    }

    .home__tool__item {
        height: 410px;
        padding: 30px 40px;
        box-sizing: border-box;
        background: #f1f1f1;
        border-radius: 10px
    }

    .home__tool__icon {
        height: 105px;
        line-height: 105px;
        font-size: 70px;
        display: block
    }

    .home__tool__title {
        line-height: 38px;
        padding: 10px 0;
        font-size: 26px;
        display: block
    }

    .home__tool__info {
        line-height: 22px;
        height: 88px;
        padding: 30px 0;
        font-size: 15px;
        display: block
    }

    .home__tool__link {
        line-height: 22px;
        display: block
    }

    .home__tool__link span {
        color: #4386e9;
        cursor: pointer;
        font-size: 15px
    }

    .home__tool__link .icon {
        font-size: 16px;
        padding: 0 0 0 10px
    }

    .home__tool .swiper-pc {
        display: block
    }

    .home__tool .swiper-pc {
        overflow: unset
    }

    .home__tool .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -30px
    }

    .home__tool .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }

    .home__tool .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px
    }

    .home__tool .swiper-pagination {
        text-align: left
    }

    @media (max-width:1036px) {
        .home__propaganda {
            width: 100%;
            padding: 30px 20px;
            box-sizing: border-box;
            height: auto;
            background: #000;
            border-radius: 0;
            margin: 0;
            flex-direction: column
        }

        .home__propaganda__pic {
            width: 100%;
            margin: 0
        }

        .home__propaganda__pic img {
            width: 100%
        }

        .home__propaganda__info {
            width: 100%;
            padding: 0;
            display: flex;
            flex-direction: column
        }

        .home__propaganda__title {
            font-size: 24px;
            font-weight: unset;
            color: #fff;
            line-height: 42px;
            padding: 0 0 12px 0;
            display: block
        }

        .home__propaganda__txt {
            color: #fff;
            font-size: 16px;
            font-weight: unset;
            line-height: 22px;
            padding: 7px 0 30px;
            display: block
        }

        .home__propaganda__link {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer;
            padding: 32px 0 0 0
        }

        .home__propaganda__link .icon {
            padding: 0 0 0 10px
        }

        .home__introduce {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
            margin: 0 auto
        }

        .home__introduce__list {
            width: 100%;
            height: auto;
            padding: 30px 0;
            flex-direction: column
        }

        .home__introduce__pic {
            width: 100%
        }

        .home__introduce__pic img {
            width: 100%
        }

        .home__introduce__info {
            width: 100%
        }

        .home__introduce__title {
            line-height: 45px;
            font-size: 24px;
            font-weight: unset;
            padding: 16px 0;
            display: block
        }

        .home__introduce__det {
            line-height: 22px;
            font-size: 16px;
            font-weight: unset;
            display: block
        }

        .home__introduce__link {
            line-height: 22px;
            padding: 32px 0;
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer;
            display: block
        }

        .home__introduce__link .icon {
            font-size: 14px;
            padding: 0 0 0 10px
        }

        .home__introduce .swap {
            flex-direction: column
        }

        .home__title {
            width: 100%;
            line-height: 44px;
            padding: 32px 20px;
            box-sizing: border-box;
            font-size: 26px;
            font-weight: bold;
            margin: 0 auto
        }

        .home__txt {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            line-height: 30px;
            font-size: 24px;
            font-weight: unset;
            margin: 0 auto
        }

        .home__link {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            line-height: 22px;
            margin: 0 auto
        }

        .home__link span {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer
        }

        .home__link .icon {
            font-size: 14px;
            padding: 0 0 0 10px
        }

        .home__pic {
            width: 100%;
            margin: 40px 0 0 0
        }

        .home__pic img {
            width: 100%
        }

        .home__equipment {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            margin: 50px auto 0 auto
        }

        .home__equipment__item {
            float: left;
            width: 100%;
            box-sizing: border-box;
            height: auto;
            background: #f4f4f4;
            border-radius: 10px;
            padding: 0 40px 20px 40px
        }

        .home__equipment__link {
            width: 100%;
            line-height: 80px;
            display: flex
        }

        .home__equipment__link span {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer
        }

        .home__equipment__link .icon {
            font-size: 14px;
            padding: 0 0 0 10px
        }

        .home__equipment__pic {
            width: 100%;
            height: calc(100% - 80px);
            display: flex;
            align-items: center
        }

        .home__equipment__pic img {
            width: 60%
        }

        .home__equipment .margin__left--26 {
            margin-left: 0
        }

        .home__equipment .margin__bottom--26 {
            margin-bottom: 26px
        }

        .home__equipment .imgbig {
            transform: scale(1.2, 1.2)
        }

        .home__help {
            height: auto;
            background: #000;
            margin: 40px 0;
            padding: 30px 20px 0 20px
        }

        .home__help__title {
            width: 100%;
            margin: 0 auto;
            line-height: 48px;
            color: #fff;
            font-size: 26px;
            font-weight: bold
        }

        .home__help__box {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-direction: column
        }

        .home__help__item {
            width: 100%;
            box-sizing: border-box;
            padding: 40px 0
        }

        .home__help__link {
            width: 100%;
            line-height: 80px;
            display: block
        }

        .home__help__link span {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer
        }

        .home__help__link .icon {
            font-size: 14px;
            padding: 0 0 0 10px
        }

        .home__help__pic {
            width: 100%
        }

        .home__help__pic img {
            width: 100%
        }

        .home__help .padding__left--20 {
            padding-left: 0
        }

        .home__help .padding__right--20 {
            padding-right: 0
        }

        .home__contact {
            width: 100%;
            height: 162px;
            margin: 40px auto
        }

        .home__contact__ball {
            width: 120px;
            height: 120px;
            text-align: center;
            line-height: 120px;
            border-radius: 50%;
            background: #4386e9;
            font-size: 70px;
            color: #fff;
            margin: 0 auto;
            display: block
        }

        .home__contact__txt {
            width: 100%;
            text-align: center;
            line-height: 48px;
            font-size: 26px;
            font-weight: bold;
            color: #4386e9;
            display: block
        }

        .home__tool {
            height: 450px;
            width: 100%;
            margin: 40px auto 0;
            cursor: grab
        }

        .home__tool__item {
            height: 410px;
            padding: 30px 40px;
            box-sizing: border-box;
            background: #f1f1f1;
            border-radius: 10px
        }

        .home__tool__icon {
            height: 105px;
            line-height: 105px;
            font-size: 70px;
            display: block
        }

        .home__tool__title {
            line-height: 38px;
            padding: 10px 0;
            font-size: 24px;
            font-weight: unset;
            display: block
        }

        .home__tool__info {
            line-height: 22px;
            height: 88px;
            padding: 30px 0;
            font-size: 16px;
            font-weight: unset;
            display: block
        }

        .home__tool__link {
            line-height: 22px;
            display: block
        }

        .home__tool__link span {
            font-size: 16px;
            font-weight: unset;
            color: #4386e9;
            cursor: pointer
        }

        .home__tool__link .icon {
            font-size: 14px;
            padding: 0 0 0 10px
        }

        .home__tool .swiper-pc {
            display: none
        }

        .home__tool .swiper-container-horizontal>.swiper-pagination-bullets {
            bottom: -30px
        }

        .home__tool .swiper-pagination-bullet {
            width: 10px;
            height: 10px
        }

        .home__tool .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 10px
        }

        .home__tool .swiper-pagination {
            text-align: left
        }
    }

    @media (max-width:900px) {
        .banner img {
            -o-object-position: -140px;
            object-position: -140px
        }
    }
</style>