<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1200px) {

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }

    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    ol,
    ul,
    li {
        list-style: none;
    }

    blockquote,
    q {
        quotes: none;
    }

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

    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }

    optgroup {
        font-weight: bold;
    }

    input,
    select,
    textarea {
        outline: 0;
    }

    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }

    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }

    .placeholder {
        color: #999;
    }

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

    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }

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

    ::-webkit-scrollbar-track-piece {
        background-color: #ededed;
        -webkit-border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #666;
        -webkit-border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }

    * {
        box-sizing: border-box;
    }

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

    small {
        font-size: 80%;
    }

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

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }

    button,
    input,
    select {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

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

    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "é»‘ä½“", "å®‹ä½“", "å¾®è½¯é›…é»‘", sans-serif;
        color: #333;
    }

    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }

    html {
        overflow-y: scroll;
    }

    /*æ¸…é™¤æµ®åŠ¨*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        *zoom: 1;
    }

    .container {
        width: 94%;
        max-width: 1536px;
        margin: auto;
    }

    .page-title {
        text-align: center;
    }

    .page-title h3 {
        font-size: 40px;
    }

    .page-title p {
        font-size: 20px;
        margin: 12px 0;
        color: #b4b4b4;
        text-transform: uppercase;
    }

    .page-title span {
        display: block;
        width: 52px;
        height: 4px;
        background: #1f8ceb;
        margin: 0 auto;
    }

    body {
        background: #fff;
    }

    .header {
        position: fixed;
        z-index: 99;
        height: 90px;
        line-height: 90px;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header.page {
        background: #fff;
        position: relative;
    }

    .header.page .head-logo .logo-f {
        display: block;
    }

    .header.page .head-logo .logo {
        display: none;
    }

    .header.page .nav-list .nav-item&gt;a {
        color: #333;
    }

    .header.page .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #1f8ceb;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 85px;
        line-height: 85px;
        transition: .4s;
        background: #fff;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    }

    .header.header-fixed .head-logo .logo-f {
        display: block;
    }

    .header.header-fixed .head-logo .logo {
        display: none;
    }

    .header.header-fixed .nav-list .nav-item&gt;a {
        display: block;
        color: #333;
        font-size: 16px;
    }

    .header.header-fixed .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #1f8ceb;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        max-width: 95%;
        width: 95%;
    }

    .header .head-logo {
        max-width: 27%;
    }

    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .head-logo .logo-f {
        display: none;
    }

    .header .nav-list {
        height: 100%;
    }

    .header .head-nav {
        display: flex;
        align-items: center;
    }

    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #e62022;
        margin-left: 10px;
    }

    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }

    .header .nav-list .nav-item {
        display: inline-block;
        margin: 0 1vw;
        position: relative;
    }

    .header .nav-list .nav-item&gt;a {
        display: block;
        color: #fff;
        font-size: 16px;
    }

    .header .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header .nav-list .nav-item:hover a,
    .header .nav-list .nav-item.active&gt;a {
        color: #fff;
    }

    .header .nav-list .nav-item:hover&gt;a::after,
    .header .nav-list .nav-item.active&gt;a::after {
        width: 54px;
    }

    .header.header-fixed .nav-list .nav-item .subnav {
        top: 70px;
    }

    .header .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 95px;
        left: -50px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }

    .header .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #8b8e8d;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }

    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }

    .header .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

    .header .container .head-nav .menu-container .button-menu {
        display: none;
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }

    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 8px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }

    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }

    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }

    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 20%;
        display: inline-block;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: 22px;
        color: #424242;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 12px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }

    .index-banner {
        height: 100%;
    }

    .index-banner .swiper-slide {
        height: 100vh;
        background-size: cover;
    }

    .index-banner .swiper-slide .container {
        max-width: 1300px;
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .index-banner .swiper-slide .p1 {
        font-size: 46px;
        margin-bottom: 3%;
        font-weight: 700;
        line-height: 62px;
        text-align: left;
        letter-spacing: 2px;
    }

    .index-banner .swiper-slide .p2 {
        font-size: 18px;
        max-width: 600px;
        line-height: 30px;
        margin-bottom: 4%;
        text-align: left;
        letter-spacing: 2px;
    }

    .index-banner .swiper-slide .p2 em {
        margin-right: 15px;
    }

    .index-banner .swiper-slide .p3 {
        font-size: 16px;
        margin-bottom: 2%;
        text-transform: uppercase;
        position: relative;
        padding-left: 60px;
        text-align: left;
        letter-spacing: 2px;
    }

    .index-banner .swiper-slide .p3::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
        width: 45px;
        height: 1px;
    }

    .index-banner .swiper-slide .btn a {
        width: 190px;
        height: 52px;
        margin: 25px 0;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #1f8ceb;
        position: relative;
        overflow: hidden;
        display: block;
        line-height: 52px;
    }

    .index-banner .swiper-slide .btn a i.fa {
        margin-left: 4px;
    }

    .index-banner .swiper-slide img {
        /* display: none; */
        margin: auto;
    }

    .index-banner .swiper-slide {
        text-align: center;
    }

    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }

    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }

    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }

    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }

    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }

    .index-banner .mouse {
        width: 51px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .3);
        position: absolute;
        left: 50%;
        bottom: 100px;
        margin-left: -25px;
        text-align: center;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .index-banner .mouse span {
        display: inline-block;
        width: 15px;
        height: 23px;
        border: 2px solid #fff;
        border-radius: 12px;
        margin: auto;
        position: relative;
    }

    .index-banner .mouse span:before {
        content: "";
        width: 2px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 3px;
        animation-delay: 0ms;
        animation-duration: 1500ms;
        animation-iteration-count: infinite;
        animation-name: arrow;
        animation-play-state: running;
        animation-timing-function: linear;
    }

    .index-banner .mouse b {
        display: block;
        text-align: center;
        color: #766047;
        font-size: 18px;
        line-height: 1;
        font-family: Arial;
        margin-top: 4px;
        font-weight: normal;
    }

    @-webkit-keyframes arrow {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 5px, 0px);
        }
    }

    @keyframes arrow {
        0% {
            opacity: 0;
            transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translate3d(0px, 5px, 0px);
        }
    }

    .index-about {
        padding: 13vh 0;
        position: relative;
        background: url(../images/index_bus.png) bottom no-repeat;
        background-size: 100%;
    }

    .index-about .main {
        padding: 50px 85px 110px;
    }

    .index-about .main p {
        font-size: 16px;
        color: #888;
        text-align: center;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .index-about .data ul {
        display: flex;
        justify-content: center;
    }

    .index-about .data ul li {
        position: relative;
        width: 24%;
        text-align: center;
    }

    .index-about .data ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 74px;
        background: #eee;
    }

    .index-about .data ul li:last-child::before {
        display: none;
    }

    .index-about .data ul li h6 {
        color: #1f8ceb;
        font-size: 52px;
        line-height: 52px;
        font-weight: bold;
    }

    .index-about .data ul li h6 span {
        padding-left: 15px;
        font-size: 18px;
        color: #444;
    }

    .index-about .data ul li p {
        color: #8c8c8c;
        font-size: 15px;
    }

    .index-advantage {
        padding: 13vh 0;
    }

    .index-advantage .advantage-list {
        background: url(../images/index-adv-bg.jpg) no-repeat center center;
        background-size: 100%;
        height: 68vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 8vh;
    }

    .index-advantage .advantage-list .item {
        position: relative;
        border-right: 1px solid rgb(255 255 255 / 20%);
        text-align: center;
        padding: 3%;
        width: 25%;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
    }

    .index-advantage .advantage-list .item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #3d9aeb, #1f8ceb);
        opacity: 0;
        transition: all .3s;
        opacity: 0;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .index-advantage .advantage-list .item:hover::after {
        opacity: 0.8;
    }

    .index-advantage .advantage-list .item .cont {
        position: relative;
        z-index: 9;
    }

    .index-advantage .advantage-list .item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #01021e;
        opacity: 0;
        transition: all .3s;
        opacity: 0.2;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .index-advantage .advantage-list .item .cont .mun {
        font-size: 28px;
    }

    .index-advantage .advantage-list .item .cont .icon {
        margin: 30px 0;
        font-size: 28px;
    }

    .index-advantage .advantage-list .item .cont span {
        width: 50px;
        height: 2px;
        background: #fff;
        display: block;
        margin: auto;
    }

    .index-advantage .advantage-list .item .cont h4 {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .index-advantage .advantage-list .item .cont p {
        width: 90%;
        margin: auto;
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
        opacity: 0;
        transition: all .3s;
        position: relative;
        bottom: -50px;
        height: 120px;
    }

    .index-advantage .advantage-list .item:hover .cont p {
        bottom: 0;
        opacity: 1;
    }

    .index-handle {
        margin-bottom: 13vh;
    }

    .index-handle .handle-list {
        display: flex;
        justify-content: space-between;
        margin-top: 8vh;
    }

    .index-handle .handle-list .item {
        width: 33.34%;
        background: #1f8ceb;
        position: relative;
    }

    .index-handle .handle-list .item:nth-child(2) {
        background: #00afff;
    }

    .index-handle .handle-list .item .pic {
        display: none;
    }

    .index-handle .handle-list .item .text {
        padding: 15vh 4.5vw 18vh 4.5vw;
    }

    .index-handle .handle-list .item .text .num {
        color: #fff;
        font-size: 68px;
        position: absolute;
        right: 30px;
        bottom: 30px;
        opacity: 0.1;
    }

    .index-handle .handle-list .item .text h5 {
        color: #fff;
        font-size: 24px;
        margin: 28px 0;
    }

    .index-handle .handle-list .item .text p {
        font-size: 15px;
        line-height: 24px;
        color: #fff;

    }

    .index-method {
        margin-bottom: 13vh;
    }

    .index-method .method-main {
        margin-top: 8vh;
    }

    .index-method .method-main .cate {
        position: relative;
    }

    .index-method .method-main .cate::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1px;
        width: 100%;
        background: #eee;
        z-index: 2;
    }

    .index-method .method-main .cate ul {
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 3;
    }

    .index-method .method-main .cate ul li {
        padding: 10px 33px;
        background: #fff;
        border: 1px solid #eee;
        margin: 0 5px;
        border-radius: 50px;
        font-size: 15px;
        cursor: pointer;
    }

    .index-method .method-main .cate ul li.on {
        background: #1f8ceb;
        border: 1px solid #1f8ceb;
        color: #fff;
    }

    .index-method .method-main .list {
        margin-top: 8vh;
    }

    .index-method .method-main .list .item {
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-method .method-main .list .item .pic {
        width: 50%;
    }

    .index-method .method-main .list .item .text {
        width: 50%;
        padding: 2% 6%;
        background: #f8f8f8;
    }

    .index-method .method-main .list .item .text h5 {
        font-size: 24px;
        margin: 25px 0;

    }

    .index-method .method-main .list .item .text p {
        font-size: 15px;
        color: #666;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .index-solution .container {
        max-width: 1680px;
        overflow: hidden;
    }

    .index-solution .main {
        display: flex;
        margin-top: 8vh;
    }

    .index-solution .main .item {
        cursor: pointer;
        width: 15%;
        height: 58vh;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .index-solution .main .item.on {
        width: 30%;
    }

    .index-solution .main .item .pic {
        position: relative;
        height: 100%;
        object-fit: cover;
    }

    .index-solution .main .item .pic::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 2;
    }

    .index-solution .main .item.on .pic::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(31 140 235 / 85%);
        z-index: 2;
    }

    .index-solution .main .item .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-solution .main .item .cont {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        z-index: 3;
        padding: 12%;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-solution .main .item .cont .text h5 {
        font-size: 23px;
        margin-bottom: 18px;
        /* writing-mode: vertical-rl;
        letter-spacing: 4px; */
    }

    .index-solution .main .item .cont .text p {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        line-height: 24px;
        font-size: 15px;
    }

    .index-solution .main .item.on .cont .text h5 {
        writing-mode: initial;
        letter-spacing: 1px;
    }

    .index-solution .main .item.on .cont .text p {
        display: -webkit-box;
    }

    .index-solution .bottom {
        display: flex;
        justify-content: center;
        margin-top: 38px;
        align-items: center;
    }

    .index-solution .bottom .prev-solution,
    .index-solution .bottom .next-solution {
        font-size: 42px;
        color: #1f8ceb;
        cursor: pointer;
        padding: 0 20px;
    }

    .index-solution .pagination-solution {
        text-align: center;
        margin: 0 10px;
    }

    .index-solution .pagination-solution span {
        margin: 3px;
        margin-bottom: 0;
        margin-top: 4px;
    }

    .index-case {
        padding: 12vh 0 8vh;
        background: url(../images/bus_case_bg.jpg) 0 bottom no-repeat;
        margin: 13vh 0;
    }

    .index-case .container {
        max-width: 1680px;
    }

    .index-case .list {
        margin-top: 8vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-case .list .item {
        width: 24%;
        margin-bottom: 4vh;
    }

    .index-case .list .item:last-child {
        display: none;
    }

    .index-case .list .item .img {
        overflow: hidden;
    }

    .index-case .list .item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .index-case .list .item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }

    .index-case .list .item .text {
        margin-top: 18px;
        box-sizing: border-box;
    }

    .index-case .list .item .text h2 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .index-case .list .item .text ul {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }

    .index-case .list .item .text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }

    .index-honor .container {
        overflow: hidden;
    }

    .index-honor .swiper-container-honor {
        margin-top: 8vh;
    }

    .index-honor .tc-pic {
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        background: rgba(0, 0, 0, .75);
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 999;
        text-align: center;
        cursor: pointer;
    }

    .index-honor .tc-pic .img {
        position: relative;
        width: 80%;
        max-width: 800px;
        top: 50%;
        display: block;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-honor .swiper-container-honor p {
        font-size: 15px;
        margin-top: 20px;
        text-align: center;
    }

    .index-honor .pagination-honor {
        text-align: center;
        margin-top: 38px;
    }

    .index-process .process-list {
        margin-top: 8vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-process {
        padding: 12vh 0;
    }

    .index-process .process-list .item {
        display: flex;
        width: 20%;
        justify-content: space-around;
        align-items: center;
    }

    .index-process .process-list .item:last-child {
        width: 10%;
    }

    .index-process .process-list .item .left {
        text-align: center;
    }

    .index-process .process-list .item .left h6 {
        font-size: 18px;
        margin-top: 30px;
        color: #444;
    }

    .index-process .process-list .item .right {
        margin-top: -30px;
    }

    .fix-footer {
        /* display: none; */
        position: fixed;
        right: 0;
        top: 30%;
        width: 56px;
        z-index: 9;
    }

    .fix-footer a {
        width: 155px;
        height: 56px;
        margin-bottom: 5px;
        background: #009ee8;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        transition: all .4s;
    }

    .fix-footer a img {
        width: 56px;
        height: 56px;
        margin-right: 5px;
    }

    .f-no-s-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .fix-footer a:hover {
        color: #fff;
        transform: translate(-98px, 0);
    }

    .fix-footer .nli {
        position: relative;
    }

    .fix-footer .nli .cxbox {
        position: absolute;
        width: 140px;
        height: 140px;
        right: 162px;
        bottom: 0;
        /*padding:10px;*/
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s .3s;
    }

    .fix-footer .nli:hover .cxbox {
        opacity: 1;
        visibility: visible;
    }

    .fix-footer .por {
        /* display: none; */
    }

    .fix-footer .por.top {
        display: block;
    }

    .page-nav {
        position: fixed;
        top: 30%;
        left: 25px;
        background: #fff;
        z-index: 9999;
        padding: 30px 30px 30px 0;
    }

    .page-nav .tabs {
        border-left: 1px solid #eee;
    }

    .page-nav .tabs a {
        color: #333;
        margin-left: 30px;
        position: relative;
        display: block;
        line-height: 50px;
    }

    .page-nav .tabs a::before {
        width: 0;
        max-width: 60px;
        height: 2px;
        background: #011689;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }

    .page-nav .tabs a.active {
        color: #011689;
    }

    .page-nav .tabs a.active::before {
        width: 100%;
    }

    .page-nav .tabs a:hover::before {
        width: 100%;
    }

    #fp-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 50%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

    .fp-slidesNav {
        position: absolute;
        z-index: 4;
        left: 50%;
        opacity: 1;
    }

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav ul li,
    .fp-slidesNav ul li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

    .fp-slidesNav ul li {
        display: inline-block;
    }

    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }

    #fp-nav ul li.active a span,
    .fp-slidesNav ul li.active a span,
    #fp-nav ul li.active:hover a span,
    .fp-slidesNav ul li.active:hover a span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%;
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #ef1f1f;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }

    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #ef1f1f;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
        cursor: pointer;
    }

    #fp-nav ul li:hover .fp-tooltip,
    #fp-nav.fp-show-active a.active+.fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

    #fp-nav ul li .fp-tooltip.right {
        right: 20px;
    }

    #fp-nav ul li .fp-tooltip.left {
        left: 20px;
    }

    .footer1 {
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
    }

    .footer1-content {
        width: 94%;
        max-width: 1536px;
        overflow: hidden;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-md-7 {
        width: 58%;
    }

    .footer1-content .row .row&gt;div {
        text-align: center;
    }

    .footer1-content .row {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }

    .footer1-content .col-md-3 {
        width: 30%
    }

    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }

    .footer1-content .titleBox h4.title {
        text-align: center;
    }

    .footer1-content .noBorder {
        border: 0;
    }

    .footer1-content .noBorder h4.title {
        text-align: left;
    }

    .footer1-content .titleBox .title {
        text-align: left;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }

    .footer1-content .titleBox .title a {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }

    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }

    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }

    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }

    .pages ul li:hover a {
        color: #fff;
    }

    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }

    .footer1-content .textBox li a {
        color: #eaeaea;
    }

    .footer1-content .textBox li a:hover {
        color: #014b94;
    }

    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }

    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }

    .footer1-content .imgBox img {
        width: 133px;
    }

    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
    }

    .footer2-content {
        text-align: center;
        line-height: 24px;
    }

    .footer2-content p,
    .footer2-content a {
        font-size: 14px;
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .footer2-content a:hover {
        color: #014b94;
    }

    #tool {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure,
    form,
    blockquote {
        margin: 0;
        font-weight: normal;
    }

    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    ol,
    ul,
    li {
        list-style: none;
    }

    blockquote,
    q {
        quotes: none;
    }

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

    textarea {
        overflow: auto;
        resize: vertical;
        vertical-align: top;
    }

    optgroup {
        font-weight: bold;
    }

    input,
    select,
    textarea {
        outline: 0;
    }

    textarea,
    input {
        -webkit-user-modify: read-write-plaintext-only;
    }

    input::-ms-clear,
    input::-ms-reveal {
        display: none;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }

    .placeholder {
        color: #999;
    }

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

    /* custom */
    a {
        color: #7e8c8d;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
    }

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

    ::-webkit-scrollbar-track-piece {
        background-color: #ededed;
        -webkit-border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:vertical {
        height: 5px;
        background-color: #666;
        -webkit-border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        width: 5px;
        background-color: rgba(125, 125, 125, 0.7);
        -webkit-border-radius: 6px;
    }

    * {
        box-sizing: border-box;
    }

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

    small {
        font-size: 80%;
    }

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

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        vertical-align: middle;
        outline: none;
    }

    button,
    input,
    select {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

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

    html,
    body {
        width: 100%;
        font-family: "Arial", "Microsoft YaHei", "é»‘ä½“", "å®‹ä½“", "å¾®è½¯é›…é»‘", sans-serif;
        color: #333;
    }

    body {
        line-height: 1.2;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: #fff;
        min-height: 100%;
    }

    html {
        overflow-y: scroll;
    }

    /*æ¸…é™¤æµ®åŠ¨*/
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: inline-block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        *zoom: 1;
    }

    .container {
        width: 92%;
        margin: auto;
    }

    .page-title {
        text-align: center;
    }

    .page-title h3 {
        font-size: .5867rem;
    }

    .page-title p {
        font-size: .3733rem;
        margin: .16rem 0;
        color: #b4b4b4;
        text-transform: uppercase;
    }

    .page-title span {
        display: block;
        width: 1rem;
        height: .0533rem;
        background: #1f8ceb;
        margin: 0 auto;
    }

    body {
        background: #fff;
    }

    .header {
        position: fixed;
        z-index: 99;
        height: 1.6rem;
        line-height: 1.6rem;
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header.page {
        background: #fff;
        position: relative;
    }

    .header.page .head-logo .logo-f {
        display: block;
    }

    .header.page .head-logo .logo {
        display: none;
    }

    .header.page .nav-list .nav-item&gt;a {
        color: #333;
    }

    .header.page .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #1f8ceb;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.page .nav-list .nav-item:hover a,
    .header.page .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.6rem;
        line-height: 1.6rem;
        transition: .4s;
        background: #fff;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    }

    .header.header-fixed .head-logo .logo-f {
        display: block;
    }

    .header.header-fixed .head-logo .logo {
        display: none;
    }

    .header.header-fixed .nav-list .nav-item&gt;a {
        display: block;
        color: #333;
        font-size: 16px;
    }

    .header.header-fixed .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #1f8ceb;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header.header-fixed .nav-list .nav-item:hover a,
    .header.header-fixed .nav-list .nav-item.active&gt;a {
        color: #1f8ceb;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        height: 1.6rem;
        max-width: 95%;
        width: 95%;
    }

    .header .head-logo h1 {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .head-logo .logo-f {
        display: none;
    }

    .header .head-logo h1 img {
        max-width: 6.6667rem;
    }

    .header .nav-list {
        height: 100%;
        display: none;
    }

    .header .head-nav {
        display: flex;
        align-items: center;
    }

    .header .head-nav .tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .head-nav .tel .tel-main {
        line-height: 23px;
        font-size: 24px;
        color: #e62022;
        margin-left: 10px;
    }

    .header .head-nav .tel .tel-main span {
        display: block;
        color: #888;
    }

    .header .nav-list .nav-item {
        display: inline-block;
        margin: 0 1.25rem;
        position: relative;
    }

    .header .nav-list .nav-item&gt;a {
        display: block;
        color: #fff;
        font-size: 16px;
    }

    .header .nav-list .nav-item&gt;a::after {
        content: "";
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }

    .header .nav-list .nav-item:hover a,
    .header .nav-list .nav-item.active&gt;a {
        color: #fff;
    }

    .header .nav-list .nav-item:hover&gt;a::after,
    .header .nav-list .nav-item.active&gt;a::after {
        width: 54px;
    }

    .header.header-fixed .nav-list .nav-item .subnav {
        top: 70px;
    }

    .header .nav-list .nav-item .subnav {
        position: absolute;
        width: 170px;
        top: 95px;
        left: -50px;
        z-index: 99;
        line-height: 45px;
        background-color: #fff;
        text-align: center;
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0 0;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    }

    .header .nav-list .nav-item .subnav .subnav-item a {
        display: block;
        color: #8b8e8d;
        border-bottom: 1px #ededed solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .header .nav-list .nav-item .subnav .subnav-item a:hover {
        color: #121212;
    }

    .header .nav-list .nav-item .subnav .subnav-item:last-child a {
        border-bottom: none;
    }

    .header .nav-list .nav-item:hover .subnav {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

    .header .container .head-nav .menu-container .button-menu {
        position: absolute;
        right: 0.5333rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 100;
        cursor: pointer;
        z-index: 99999999;
    }

    .header .container .head-nav .menu-container .button-menu span {
        display: block;
        width: 0.6933rem;
        height: 2px;
        margin-bottom: 0.16rem;
        background-color: #fff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform-origin: 0;
    }

    .header.header-fixed .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header.page .container .head-nav .menu-container .button-menu span {
        background-color: #121212;
    }

    .header .container .head-nav .menu-container .button-menu span:last-child {
        margin-bottom: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span {
        background-color: #333;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(2) {
        margin-left: 100%;
        opacity: 0;
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(1) {
        transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        -o-transform: rotate(44deg);
    }

    .header .container .head-nav .menu-container .button-menu.on span:nth-child(3) {
        transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
    }

    .header .container .head-nav .menu-container .menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
        display: none;
    }

    .header .container .head-nav .menu-container .menu-wrapper .box {
        height: 70vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list {
        text-align: center;
        width: 90%;
        max-width: 1500px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        bottom: 0;
        margin: auto;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item {
        width: 30%;
        display: inline-block;
        line-height: 1.8133rem;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-list .menu-list-item a {
        font-size: .4267rem;
        color: #424242;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot {
        line-height: 1.5;
        text-align: center;
        margin: auto;
        max-width: 1500px;
        margin-top: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm {
        display: flex;
        justify-content: center;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box {
        margin: 0 .2667rem;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .menu-ewm .ewm-box img {
        max-width: 3.2rem;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel {
        margin-top: 30px;
        display: none;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::after {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel::before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #ccc;
        display: inline-block;
        vertical-align: middle;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .tel h3 {
        display: inline-block;
        background-color: #0099e0;
        color: #fff;
        font-size: 21px;
        line-height: 28px;
        padding: 12px 100px;
        border-radius: 50px;
    }

    .header .container .head-nav .menu-container .menu-wrapper .menu-foot .desc {
        display: none;
        margin-top: 15px;
        font-size: 18px;
        color: #666;
    }

    .index-banner {
        height: 100%;
    }

    .index-banner .swiper-slide {
        height: 8.5333rem;
        background-size: cover;
        background-size: 17.6rem !important;
    }

    .index-banner .swiper-slide .container {
        max-width: 1300px;
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .index-banner .swiper-slide .p1 {
        font-size: .5333rem;
        margin-bottom: .4rem;
        font-weight: bold;
    }

    .index-banner .swiper-slide .p2 {
        font-size: .3733rem;
        line-height: .5867rem;
        margin-bottom: 2%;
    }

    .index-banner .swiper-slide .p3 {
        font-size: .3733rem;
        margin-bottom: 4%;
        display: none;
    }

    .index-banner .swiper-slide .btn a {
        width: 190px;
        height: 52px;
        margin: 25px 0;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #1f8ceb;
        position: relative;
        overflow: hidden;
        display: none;
        line-height: 52px;
    }

    .index-banner .swiper-slide .btn a i.fa {
        margin-left: 4px;
    }

    .index-banner .swiper-button-next::after,
    .index-banner .swiper-button-prev::after {
        display: none;
    }

    .index-banner .swiper-button-prev {
        width: 69px;
        height: 7px;
        left: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
    }

    .index-banner .swiper-button-next {
        width: 69px;
        height: 7px;
        right: 120px;
        background: url(../images/icon_arrow.png) center/cover no-repeat;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }

    .index-banner:hover .swiper-button-next {
        opacity: 1;
        right: 70px;
    }

    .index-banner:hover .swiper-button-prev {
        opacity: 1;
        left: 70px;
    }

    .index-banner .mouse {
        width: 1.2267rem;
        height: 1.2267rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .3);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: .5333rem;
        text-align: center;
        z-index: 50;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .index-banner .mouse span {
        display: inline-block;
        width: .4rem;
        height: .6133rem;
        border: 2px solid #fff;
        border-radius: 12px;
        margin: auto;
        position: relative;
    }

    .index-banner .mouse span:before {
        content: "";
        width: 2px;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 3px;
        animation-delay: 0ms;
        animation-duration: 1500ms;
        animation-iteration-count: infinite;
        animation-name: arrow;
        animation-play-state: running;
        animation-timing-function: linear;
    }

    .index-banner .mouse b {
        display: block;
        text-align: center;
        color: #766047;
        font-size: 18px;
        line-height: 1;
        font-family: Arial;
        margin-top: 4px;
        font-weight: normal;
    }

    @-webkit-keyframes arrow {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: translate3d(0px, 5px, 0px);
        }
    }

    @keyframes arrow {
        0% {
            opacity: 0;
            transform: translate3d(0px, 0px, 0px);
        }

        33% {
            opacity: 1;
        }

        66% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translate3d(0px, 5px, 0px);
        }
    }

    .index-about {
        padding: 1.2rem 0;
        position: relative;
        background: url(../images/index_bus.png) bottom no-repeat;
    }

    .index-about .main {
        padding: .6667rem 0 0.55rem;
    }

    .index-about .main p {
        font-size: .3733rem;
        color: #888;
        line-height: .64rem;
        margin-bottom: .48rem;
    }

    .index-about .data ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-about .data ul li {
        position: relative;
        width: 50%;
        text-align: center;
        padding: .3467rem 0;
    }

    .index-about .data ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 1.28rem;
        background: #eee;
    }

    .index-about .data ul li:nth-child(2n)::before {
        display: none;
    }

    .index-about .data ul li h6 {
        color: #1f8ceb;
        font-size: .8rem;
        font-weight: bold;
    }

    .index-about .data ul li h6 span {
        padding-left: .2133rem;
        color: #444;
    }

    .index-about .data ul li p {
        color: #8c8c8c;
        font-size: .3467rem;
        margin-top: .16rem;
    }

    .index-advantage {
        padding: 1.2rem 0;
    }

    .index-advantage .advantage-list {
        position: relative;
        background: url(../images/index-adv-bg.jpg) no-repeat center center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1.2rem 0;
        margin: .6667rem 0 0.55rem;
        background-size: 36rem;
    }

    .index-advantage .advantage-list::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000c19;
        opacity: 0;
        transition: all .3s;
        opacity: 0.52;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .index-advantage .advantage-list .item {
        position: relative;
        text-align: center;
        padding: .9333rem .32rem;
        width: 50%;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 3;
    }

    .index-advantage .advantage-list .item:nth-child(2n) {
        border-right: none
    }

    .index-advantage .advantage-list .item:nth-child(3) {
        border-bottom: none
    }

    .index-advantage .advantage-list .item:nth-child(4) {
        border-bottom: none
    }

    .index-advantage .advantage-list .item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #3d9aeb, #1f8ceb);
        opacity: 0;
        transition: all .3s;
        opacity: 0;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .index-advantage .advantage-list .item .cont {
        position: relative;
        z-index: 9;
    }

    .index-advantage .advantage-list .item .cont .mun {
        font-size: 1.5rem;
        font-weight: bold;
        display: none;
    }

    .index-advantage .advantage-list .item .cont .icon {
        margin-bottom: .5rem;
        font-size: 0.86rem;
    }

    .index-advantage .advantage-list .item .cont span {
        width: 1rem;
        height: .0533rem;
        background: #fff;
        display: block;
        margin: auto;
    }

    .index-advantage .advantage-list .item .cont h4 {
        font-size: .48rem;
        font-weight: bold;
        margin-bottom: .2667rem;
    }

    .index-advantage .advantage-list .item .cont p {
        margin: auto;
        font-size: .3467rem;
        padding-top: .4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: .5333rem;
    }

    .index-solution .container {
        max-width: 1680px;
    }

    .index-solution .main {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        margin-top: 0.6667rem;
    }

    .index-solution .main .item {
        cursor: pointer;
        width: 50%;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .index-solution .main .item.on {
        width: 50%;
    }

    .index-solution .main .item .pic {
        position: relative;
        height: 100%;
        object-fit: cover;
    }

    .index-solution .main .item .pic::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 2;
    }

    .index-solution .main .item.on .pic::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgb(31 140 235 / 85%); */
        z-index: 2;
    }

    .index-solution .main .item .pic img {
        height: 100%;
        object-fit: cover;
    }

    .index-solution .main .item .cont {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        z-index: 3;
        padding: 8%;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .index-solution .main .item .cont .text h5 {
        margin-bottom: .4rem;
        font-size: .4533rem;
        font-weight: bold;
    }

    .index-solution .main .item .cont .text p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: .56rem;
        font-size: .3467rem;
        opacity: 0.98;
    }

    .index-solution .bottom .prev-solution,
    .index-solution .bottom .next-solution {
        display: none;
    }

    .index-solution .pagination-solution {
        text-align: center;
        margin-top: 0.2667rem;
    }

    .index-solution .pagination-solution span {
        margin: 0 0.0533rem !important;
        width: 0.1867rem;
        height: 0.1867rem;
    }

    .index-case {
        padding: 1.2rem 0 0.9rem;
        background: url(../images/bus_case_bg.jpg) 0 bottom no-repeat;
        margin: 1.2rem 0;
    }

    .index-case .list {
        margin-top: 0.6667rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .index-case .list .item {
        width: 48.5%;
        margin-bottom: 3vh;
    }

    .index-case .list .item:last-child {
        display: none;
    }

    .index-case .list .item .img {
        overflow: hidden;
    }

    .index-case .list .item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

    .index-case .list .item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }

    .index-case .list .item .text {
        margin-top: 18px;
        box-sizing: border-box;
    }

    .index-case .list .item .text h2 {
        color: #333;
    }

    .index-case .list .item .text ul {
        margin-top: 12px;
        display: none;
        flex-wrap: wrap;
    }

    .index-case .list .item .text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }

    .index-honor .container {
        overflow: hidden;
    }

    .index-honor .swiper-container-honor {
        margin-top: 0.6667rem;
    }

    .index-honor .swiper-container-honor p {
        margin-top: .4267rem;
        text-align: center;
    }

    .index-honor .pagination-honor {
        text-align: center;
        margin-top: .2667rem;
    }

    .index-honor .pagination-honor span {
        margin: 0 .0533rem !important;
        width: .1867rem;
        height: .1867rem;
    }

    .index-honor .tc-pic {
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        background: rgba(0, 0, 0, .75);
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 999;
        text-align: center;
        cursor: pointer;
    }

    .index-honor .tc-pic .img {
        position: relative;
        width: 90%;
        max-width: 600px;
        top: 50%;
        display: block;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-process .process-list {
        margin-top: 0.8rem;
        display: flex;
        flex-wrap: wrap;
    }

    .index-process {
        margin: 1.2rem 0;
    }

    .index-process .process-list .item {
        display: flex;
        width: 30%;
        justify-content: space-between;
        align-items: center;
        margin-right: 4%;
        margin-bottom: .8rem;
    }

    .index-process .process-list .item:nth-child(3n) {
        margin-right: 0;
    }

    .index-process .process-list .item:last-child {}

    .index-process .process-list .item .left {
        text-align: center;
    }

    .index-process .process-list .item .left {
        max-width: 1.7333rem;
    }

    .index-process .process-list .item .left h6 {
        font-size: .4rem;
        margin-top: .48rem;
        color: #555;
    }

    .index-process .process-list .item .icon {
        max-width: 1.3333rem;
        margin: auto;
    }

    .index-process .process-list .item .right {
        margin-top: -0.6933rem;
        max-width: .4267rem;
    }

    .fix-footer {
        display: none;
        position: fixed;
        right: 0;
        top: 30%;
        width: 56px;
        z-index: 9;
    }

    .fix-footer a {
        width: 130px;
        height: 56px;
        margin-bottom: 5px;
        background: #d6000f;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        transition: all .4s;
    }

    .fix-footer a img {
        width: 56px;
        height: 56px;
        margin-right: 5px;
    }

    .f-no-s-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .fix-footer a:hover {
        color: #fff;
        transform: translate(-74px, 0);
    }

    .fix-footer .nli {
        position: relative;
    }

    .fix-footer .nli .cxbox {
        position: absolute;
        width: 140px;
        height: 140px;
        right: 130px;
        bottom: 0;
        /*padding:10px;*/
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s .3s;
    }

    .fix-footer .nli:hover .cxbox {
        opacity: 1;
        visibility: visible;
    }

    .fix-footer .por {
        display: none;
    }

    .fix-footer .por.top {
        display: block;
    }

    .page-nav {
        position: fixed;
        top: 30%;
        left: 25px;
        background: #fff;
        z-index: 9999;
        padding: 30px 30px 30px 0;
    }

    .page-nav .tabs {
        border-left: 1px solid #eee;
    }

    .page-nav .tabs a {
        color: #333;
        margin-left: 30px;
        position: relative;
        display: block;
        line-height: 50px;
    }

    .page-nav .tabs a::before {
        width: 0;
        max-width: 60px;
        height: 2px;
        background: #011689;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all .4s ease;
    }

    .page-nav .tabs a.active {
        color: #011689;
    }

    .page-nav .tabs a.active::before {
        width: 100%;
    }

    .page-nav .tabs a:hover::before {
        width: 100%;
    }

    #fp-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 50%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

    .fp-slidesNav {
        position: absolute;
        z-index: 4;
        left: 50%;
        opacity: 1;
    }

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav ul li,
    .fp-slidesNav ul li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

    .fp-slidesNav ul li {
        display: inline-block;
    }

    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }

    #fp-nav ul li.active a span,
    .fp-slidesNav ul li.active a span,
    #fp-nav ul li.active:hover a span,
    .fp-slidesNav ul li.active:hover a span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%;
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #ef1f1f;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }

    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #ef1f1f;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
        cursor: pointer;
    }

    #fp-nav ul li:hover .fp-tooltip,
    #fp-nav.fp-show-active a.active+.fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

    #fp-nav ul li .fp-tooltip.right {
        right: 20px;
    }

    #fp-nav ul li .fp-tooltip.left {
        left: 20px;
    }

    .footer1 {
        display: none;
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
    }

    .footer1-content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-md-7 {
        width: 58%;
    }

    .footer1-content .row .row&gt;div {
        text-align: center;
    }

    .footer1-content .row {
        margin: 0 -15px;
        display: flex;
        /* flex-wrap: wrap; */
    }

    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }

    .footer1-content .col-md-3 {
        width: 30%
    }

    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }

    .footer1-content .titleBox h4.title {
        text-align: center;
    }

    .footer1-content .noBorder {
        border: 0;
    }

    .footer1-content .noBorder h4.title {
        text-align: left;
    }

    .footer1-content .titleBox .title {
        text-align: left;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }

    .footer1-content .titleBox .title a {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }

    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }

    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }

    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }

    .pages ul li:hover a {
        color: #fff;
    }

    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }

    .footer1-content .textBox li a {
        color: #eaeaea;
    }

    .footer1-content .textBox li a:hover {
        color: #014b94;
    }

    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }

    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }

    .footer1-content .imgBox img {
        width: 133px;
    }

    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
    }

    .footer2-content {
        text-align: center;
        line-height: 24px;
    }

    .footer2-content p,
    .footer2-content a {
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .footer2-content a:hover {
        color: #014b94;
    }

    #tool {
        display: none;
    }
}</pre></body></html>