﻿a, a:hover, a:focus {
    text-decoration: none !important
}

ul li {
    list-style-type: none
}

img {
    object-fit: cover
}

.active, .active a, .active a:hover, .active li .active div {
    color: #09674C
}

.tab-title .active {
    background-color: #fff;
    font-weight: bold
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.button span, .button:hover span, .sp-btn span {
    transition: all .3s ease-out
}

.sp-flex-box {
    display: flex;
    flex-wrap: wrap
}

@keyframes swing-up {
    0% {
        transform: translateY(0px)
    }
    25% {
        transform: translateY(25px)
    }
    50% {
        transform: translateY(0px)
    }
    75% {
        transform: translateY(25px)
    }
    100% {
        transform: translateY(0px)
    }
}

.spw-swing-up {
    animation: swing-up 5s infinite
}

@keyframes swing-left {
    0% {
        transform: translateX(0px)
    }
    25% {
        transform: translateX(20px)
    }
    50% {
        transform: translateX(0px)
    }
    75% {
        transform: translateX(20px)
    }
    100% {
        transform: translateX(0px)
    }
}

.spw-swing-left {
    animation: swing-left 5s infinite
}

.sp-navbar-default {
    background-color: rgba(0, 0, 0, 0)
}

.spw-navbar-dark {
    margin: auto;
    background: #09674C
}

.spw-navbar-dark .sp-navbar-default {
    border: none !important;
    z-index: 1100;
    background-color: #09674C;
    background: -webkit-linear-gradient(#0052dd, #09674C);
    background: -o-linear-gradient(#0052dd, #09674C);
    background: -moz-linear-gradient(#0052dd, #09674C);
    background: linear-gradient(#0052dd, #09674C)
}

.spw-nav-h2 {
    font-size: 8px;
    margin-top: 10px;
    margin-right: 20px;
    width: 250px;
    height: 50px;
    overflow: hidden
}

.spw-navbar-dark .spw-nav-h2 {
    color: #09674C
}

.spw-navbar-white .spw-nav-h2 {
    color: #fafafa
}

.spw-banner-container {
    background: #000;
    text-align: center
}

.spw-banner-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) .2s;
    height: 100%
}

.spw-banner-slide {
    max-width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-banner-slide-black .title {
    color: #333
}

.spw-banner-slide-black .subtitle {
    color: #666
}

.spw-banner-slide-black .text {
    color: #777
}

.spw-banner-slide-black .button {
    border: 1px solid #388fff !important;
    color: #388fff !important
}

.spw-banner-slide-black .button:hover {
    background: #388fff !important;
    color: #fff !important
}

.spw-banner-item {
    text-align: center;
    font-weight: 500
}

.spw-banner-item .title, .spw-banner-item .subtitle, .spw-banner-item .text {
    text-align: center
}

.spw-banner-imgshadow img {
    box-shadow: 1px 1px 10px #cecccc
}

.spw-banner-twocol {
    width: 100%;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-banner-twocol-left {
    float: left;
    text-align: left;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-banner-twocol-right {
    width: 100%;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-banner-twocol .title, .spw-banner-twocol .subtitle {
    overflow: hidden;
    text-overflow: ellipsis
}

.spw-banner-twocol .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    line-clamp: 4;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important
}

.spw-banner-twocol-right .title, .spw-banner-twocol-right .subtitle, .spw-banner-twocol-right .text {
    text-align: left
}

.spw-banner-twocol-right .button, .spw-banner-twocol-right img {
    float: left
}

.spw-banner-twocol img {
    width: auto !important;
    border-radius: 4px
}

.spw-banner-slide .button {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff
}

.spw-banner-slide .button:hover {
    background: #fff;
    color: #0b44c5
}

.spw-banner-mini {
    width: 100%;
    background-size: cover;
    color: #fff
}

.spw-banner-mini-title {
    font-size: 0;
    font-weight: bold;
    padding-top: 0
}

.spw-banner-mini-title img {
    display: inline-block !important
}

.spw-banner-mini-title span {
    color: #fff;
    font-weight: bold
}

.spw-banner-mini-desc {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.spw-banner-shownum {
    width: 300px
}

.spw-banner-shownum .title {
    font-size: 36px;
    font-weight: bold;
    color: #3e4552;
    padding-bottom: 40px
}

.spw-banner-shownum .num {
    font-size: 40px;
    font-weight: 400;
    color: #388fff
}

.spw-banner-shownum .name {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-bottom: 20px
}

.spw-footer {
    width: 100%;
    background-color: #303036
}

.spw-footer-logo {
    display: block;
    background: url("../images/sp_logo_footer.png");
    background-repeat: no-repeat;
    text-indent: -9999em
}

.spw-footer-flink {
    background-color: #efefef;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    overflow: hidden
}

.spw-footer-flink-wapper {
    font-size: 14px;
    color: #333;
    float: left;
    width: 85%;
    overflow: hidden;
    height: 120px
}

.spw-footer-flink-wapper-link {
    color: #333;
    font-size: 16px;
    float: left
}

.spw-footer-flink-wapper > ul > li {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    line-height: 16px;
    padding-top: 16px
}

.spw-footer-flink-wapper > ul > li > a {
    color: #999
}

.spw-footer-flink-more {
    cursor: pointer;
    float: right;
    width: 10%;
    height: 120px;
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    color: #333;
    font-size: 16px
}

.spw-footer-flink-more-icon {
    width: 0;
    height: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #b2b2b2;
    margin: 5px auto 0px auto
}

.spw-footer-flink-more p {
    margin-top: -6px;
    color: #a4a4a4;
    font-size: 12px
}

.spw-footer-container {
    margin: auto;
    clear: both
}

.spw-footer-addr {
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    vertical-align: top
}

.spw-footer-tel {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e2e6ea
}

.spw-footer-menulink {
    /*display: inline-block*/
    display: inline-grid
}

.spw-footer-menulink a {
    color: #e2e6ea
}

.spw-footer-menulink a:hover {
    color: #fff
}

.spw-footer-menulink a:focus {
    color: #fff
}

.spw-footer-menulink-p {
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff !important
}

.spw-footer-menulink-c {
    font-weight: normal;
    letter-spacing: 0px;
    color: #aaa
}

.spw-footer-menulink-c:hover {
    color: #fff
}

.spw-qrcode {
    text-align: center;
    display: inline-block
}

.spw-qrcode img {
    display: inline-block
}

.spw-qrcode p {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #aaa;
    opacity: .7;
    text-align: center
}

.spw-footer2-container {
    text-align: center;
    background-color: #222;
    margin: 0 auto;
    margin: auto;
    clear: both;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    vertical-align: middle
}

.spw-title {
    text-align: center;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333
}

.spw-title-hr {
    background-color: #09674C;
    background: -webkit-linear-gradient(90deg, #09674C, #12CD9A);
    background: -o-linear-gradient(90deg, #09674C, #12CD9A);
    background: -moz-linear-gradient(90deg, #09674C, #12CD9A);
    background: linear-gradient(90deg, #09674C, #12CD9A)
}

.spw-subtitle {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: gray;
    text-align: center
}

.spw-sidemenu {
    width: 100%;
    float: left
}

.spw-sidemenu-head {
    background-size: cover;
    box-sizing: border-box
}

.spw-sidemenu-title {
    padding-left: 0;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff
}

.spw-sidemenu-title p {
    font-weight: 400;
    color: #fff
}

.spw-sidemenu-menu {
    font-weight: bold
}

.spw-sidemenu-menu a:hover {
    color: #388fff
}

.spw-sidemenu-menu-li {
    font-weight: bold
}

.spw-sidemenu-menu-li:last-child {
    border: 0
}

.spw-sidemenu-menu-li:hover {
    transform: translateX(3px);
    transition: all .2s
}

.spw-breadcrumb {
    color: #666;
    vertical-align: middle;
    width: 100%
}

.spw-breadcrumb a {
    color: #666
}

.spw-breadcrumb a:hover {
    color: #333
}

.spw-breadcrumb > li {
    display: inline-block
}

.spw-breadcrumb > li > a, .spw-breadcrumb-link {
    color: #666
}

.spw-pages {
    text-align: center
}

.spw-pages > ul > a, .spw-pages .a1 {
    background-color: #f1f1f1;
    border: solid 1px #dedede;
    display: inline-block;
    text-align: center;
    color: #666 !important
}

.spw-pages > ul > span {
    background-color: #388fff;
    border: solid 1px #388fff;
    color: #fff !important;
    display: inline-block;
    text-align: center
}

.spw-pages > ul > a:hover, .spw-pages > ul > a:focus, .spw-pages > ul > span:hover, .spw-pages > ul > span:focus, .spw-pages .a1:hover, .spw-pages .a1:focus {
    background-color: #388fff;
    border: solid 1px #388fff;
    color: #fff !important
}

.spw-tabs {
    text-align: center;
    margin: 0px auto;
    border: 0px
}

.spw-tabs-title a {
    font-weight: 500;
    letter-spacing: 0px;
    color: #666;
    display: inline-block
}

.spw-tabs .active {
    display: inline-block;
    border-bottom: 2px solid #388fff
}

.spw-tabs .active a {
    font-weight: 600;
    letter-spacing: 0px;
    color: #388fff;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0px !important
}

.spw-tabs a:hover {
    color: #388fff
}

@media screen and (max-width: 991px) {
    body {
        font-size: .1rem
    }

    .sp-container {
        padding-left: .15rem;
        padding-right: .15rem
    }

    .spw-shadow {
        background-color: #fff;
        border-radius: .05rem;
        box-shadow: 0rem .03rem .1rem 0rem rgba(103, 111, 178, .3)
    }

    .spw-shadow-mini {
        box-shadow: 0rem .03rem .05rem 0rem rgba(179, 179, 179, .3)
    }

    .spw-title {
        margin-top: .2rem;
        font-size: .2rem !important
    }

    .great-man {
        font-size: .2rem !important
    }

    .spw-title img {
        height: .15rem
    }

    .spw-title-hr {
        height: .05rem;
        width: .35rem;
        border-radius: .05rem;
        margin: .1rem auto
    }

    .spw-subtitle {
        margin-bottom: .15rem;
        font-size: .12rem;
        line-height: .2rem
    }

    .spw-logo {
        filter: brightness(100)
    }

    .sp-navbar-fixed-top {
        top: 0px !important;
        border-width: 0 0 1px
    }

    .sp-navbar-default {
        font-size: .15rem;
        height: .7rem;
        border: none !important;
        background-color: #09674C;
        background: -webkit-linear-gradient(#09674C, #09674C);
        background: -o-linear-gradient(#09674C, #09674C);
        background: -moz-linear-gradient(#09674C, #09674C);
        background: linear-gradient(#09674C, #09674C);
        vertical-align: middle
    }

    .sp-navbar-toggle {
        border: none
    }

    .sp-navbar-default .sp-navbar-toggle {
        background-color: #09674C !important
    }

    .sp-navbar-default .sp-navbar-toggle .icon-bar {
        background-color: #fff !important;
        width: .2rem;
        height: .025rem
    }

    .sp-navbar-brand {
        float: left;
        height: .7rem !important;
        width: 85%;
        padding-left: .2rem !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .sp-navbar-brand img {
        height: .2rem;
        display: none;
    }

    .sp-navbar-nav > li > a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: .5rem !important;
        border-bottom: 1px #fff solid !important;
        text-align: center
    }

    .sp-navbar-default .sp-navbar-nav > li > a {
        color: #fff !important
    }

    .sp-navbar-default .sp-navbar-nav > .active > a, .sp-navbar-default .sp-navbar-nav > .active > a:focus, .sp-navbar-default .sp-navbar-nav > .active > a:hover {
        background-color: #09674C
    }

    .sp-navbar-fixed-bottom .sp-navbar-collapse, .sp-navbar-fixed-top .sp-navbar-collapse {
        max-height: 5.5rem !important;
        background-color: #aeaeae;
    }

    .sp-navbar-nav {
        margin: 0 !important
    }

    .spw-banner-container {
        margin-top: .5rem;
        height: 2rem
    }

    .spw-banner-slide {
        font-size: .18rem;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-left: .1rem;
        padding-right: .1rem;
        max-width: 100%
    }

    .spw-banner-item {
        margin-top: .2rem;
        width: 100%
    }

    .spw-banner-item .title {
        font-size: .28rem
    }

    .spw-banner-item .subtitle {
        margin-top: .11rem;
        font-size: .18rem
    }

    .spw-banner-item .text {
        font-size: .14rem;
        line-height: 1.3
    }

    .swiper-button-prev, .swiper-button-next {
        opacity: 0 !important;
        width: 1px !important
    }

    .spw-banner-twocol {
        width: 100%
    }

    .spw-banner-twocol-left {
        height: 1.6rem;
        margin-top: .1rem
    }

    .spw-banner-twocol img {
        width: 1.2rem
    }

    .spw-banner-twocol .title {
        font-size: .15rem;
        padding-top: .05rem;
        padding-bottom: .05rem
    }

    .spw-banner-twocol .subtitle {
        font-size: .14rem;
        line-height: .16rem;
        padding-top: .05rem;
        padding-bottom: .05rem
    }

    .spw-banner-twocol .text {
        font-size: .1rem;
        padding-top: .05rem;
        padding-bottom: .05rem
    }

    .spw-banner-slide .button {
        margin-top: .1rem;
        margin-bottom: .1rem;
        border-radius: .06rem;
        font-size: .1rem;
        padding: .05rem .1rem
    }

    .spw-banner-slide .button:hover span {
        padding-left: .05rem
    }

    .spw-banner-slide .minbutton {
        margin-top: .05rem;
        margin-bottom: .05rem;
        border-radius: .03rem;
        font-size: .08rem;
        padding: .02rem .05rem
    }

    .spw-banner-mini {
        height: 1.8rem;
        border-radius: .03rem;
        padding: .15rem
    }

    .spw-banner-mini-title img {
        width: .3rem;
        height: .3rem
    }

    .spw-banner-mini-title span {
        font-size: .18rem
    }

    .spw-banner-mini-desc {
        font-size: .14rem;
        line-height: .23rem;
        padding-top: .12rem
    }

    .spw-banner-container-lg .spw-banner-twocol-left {
        height: 1.8rem
    }

    .spw-banner-container-lg .spw-banner-twocol-right {
        height: 1.8rem
    }

    .spw-banner-shownum {
        width: 1.2rem;
        padding-left: .15rem;
        padding-right: .05rem
    }

    .spw-banner-shownum .title {
        display: none
    }

    .spw-banner-shownum .num {
        font-size: .12rem;
        font-weight: 600
    }

    .spw-banner-shownum .name {
        font-size: .1rem;
        padding-bottom: .06rem
    }

    .spw-footer-flink {
        font-size: .12rem
    }

    .spw-footer-flink-wapper {
        font-size: .12rem;
        height: 1.2rem;
        width: 75%
    }

    .spw-footer-flink-wapper-link {
        font-size: .12rem
    }

    .spw-footer-flink-wapper > ul > li {
        padding-left: .05rem;
        padding-right: .05rem;
        line-height: .12rem;
        padding-top: .16rem
    }

    .spw-footer-flink-more {
        height: 1.2rem;
        font-size: .12rem;
        width: 20%
    }

    .spw-footer-flink-more-icon {
        border-left: .1rem solid rgba(0, 0, 0, 0);
        border-right: .1rem solid rgba(0, 0, 0, 0);
        border-bottom: .12rem solid #b2b2b2;
        margin: .05rem auto 0rem auto
    }

    .spw-footer-flink-more p {
        font-size: .12rem;
        line-height: .3rem
    }

    .spw-footer-container {
        padding: .15rem;
        margin-bottom: .1rem
    }

    .spw-footer-logo {
        width: 2.7rem;
        margin-bottom: .13rem;
        height: .3rem;
        background-size: 2.27rem .25rem
    }

    .spw-footer-addr {
        font-size: .12rem;
        margin-bottom: .15rem !important
    }

    .spw-qrcode {
        display: inline-block;
        margin-left: .06rem
    }

    .spw-qrcode img {
        display: inline-block;
        width: .65rem;
        height: .65rem
    }

    .spw-qrcode p {
        font-size: .07rem;
        margin-top: .01rem
    }

    .spw-footer2-container {
        padding-top: .05rem;
        padding-bottom: .05rem;
        font-size: .1rem;
        line-height: .15rem
    }

    .spw-helpme-mob {
        position: fixed;
        z-index: 1000;
        bottom: 3%;
        width: 80%;
        left: 10%
    }

    .spw-helpme-mob-wrapper {
        height: .46rem;
        box-shadow: 0 0 10px 0px #388fff;
        background-color: #388fff;
        border-radius: .4rem;
        justify-content: center;
        align-items: center;
        display: -webkit-flex
    }

    .spw-helpme-mob-wrapper img {
        width: .3rem;
        height: .3rem
    }

    .spw-helpme-mob-wx {
        position: relative
    }

    .spw-helpme-mob-wx::after {
        content: url(../images/sp_qrcode_wxsales.webp);
        position: absolute;
        right: -0.6rem;
        top: -1.6rem;
        z-index: 99;
        width: 130px;
        height: 130px;
        border: 5px solid #ddd;
        border-radius: 4px;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .spw-helpme-mob-wx:hover::after {
        transform: scale(1);
        opacity: 1
    }

    .spw-breadcrumb {
        height: .4rem;
        padding-left: .1rem;
        padding-right: .1rem;
        line-height: .4rem;
        font-size: .12rem;
        background: #fff
    }

    .spw-masking {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .3)
    }

    .spw-sidemenu-mob {
        z-index: 10000;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        display: hidden
    }

    .spw-sidemenu-open {
        background: linear-gradient(90deg, #09674C, #388fff);
        width: .25rem;
        height: .55rem;
        position: fixed;
        left: 0;
        z-index: 1099;
        top: 45%;
        border-radius: 0px 10px 10px 0
    }

    .spw-sidemenu-open img {
        position: relative;
        width: .08rem;
        height: .18rem;
        top: 32%;
        left: 30%;
        vertical-align: middle
    }

    .spw-sidemenu {
        background-color: #388fff;
        height: 90%;
        width: 2.4rem;
        padding: .15rem;
        margin-top: .7rem
    }

    .spw-sidemenu-title {
        color: #fff;
        font-size: .22rem;
        padding-bottom: .24rem;
        padding-top: .1rem;
        border-bottom: .01rem solid rgba(255, 255, 255, .4)
    }

    .spw-sidemenu-menu-li {
        color: #666;
        border-bottom: .01rem solid rgba(255, 255, 255, .4);
        padding: .15rem .1rem
    }

    .spw-sidemenu-menu-li .active {
        color: #fff !important;
        font-size: .16rem;
        padding-left: .1rem
    }

    .spw-sidemenu-menu-link {
        color: #fff;
        font-size: .14rem
    }

    .spw-pages {
        margin: .4rem auto
    }

    .spw-pages .a1 {
        width: .5rem !important;
        height: .26rem !important;
        line-height: .25rem !important;
        font-size: .13rem !important
    }

    .spw-pages > ul > a, .spw-pages > ul > span {
        width: .28rem;
        height: .26rem;
        line-height: .22rem;
        font-size: .15rem;
        margin-top: .05rem
    }

    .spw-tabs {
        padding-bottom: .1rem
    }

    .spw-tabs-title {
        font-size: .13rem;
        padding-top: .05rem;
        padding-bottom: .05rem;
        margin-left: .04rem;
        margin-right: .04rem
    }
}

@media only screen and (min-width: 992px) {
    body {
        margin: 0 !important
    }

    .sp-container {
        position: relative
    }

    .spw-shadow {
        background-color: #fff;
        border-radius: 10px !important;
        -webkit-box-shadow: 0 2px 20px rgba(150, 150, 150, .3);
        -moz-box-shadow: 0 2px 20px rgba(150, 150, 150, .3);
        box-shadow: 0 2px 20px rgba(150, 150, 150, .3) !important
    }

    .spw-shadow:hover {
        -webkit-box-shadow: 0 2px 25px rgba(150, 150, 150, .5);
        -moz-box-shadow: 0 2px 25px rgba(150, 150, 150, .5);
        box-shadow: 0 2px 25px rgba(150, 150, 150, .5) !important;
        transform: translateY(-5px)
    }

    .spw-shadow-mini {
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 12px rgba(180, 180, 180, .4);
        -moz-box-shadow: 1px 1px 12px rgba(180, 180, 180, .4);
        box-shadow: 1px 1px 12px rgba(180, 180, 180, .4) !important
    }

    .spw-shadow-mini:hover {
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .3) !important;
        transition: all .2s ease 0s;
        transform: translateY(-2px)
    }

    .spw-header-top {
        width: 100%;
        background-color: #333;
        height: 36px
    }

    .spw-header-top-left {
        float: left;
        line-height: 36px
    }

    .spw-header-top-link {
        color: #999;
        vertical-align: top;
        margin-right: 15px;
        line-height: 36px;
        font-size: 12px
    }

    .spw-header-top-link:hover {
        color: #fff;
        text-decoration: none
    }

    .spw-header-top-search {
        margin-top: 6px;
        display: inline-block;
        position: relative;
        margin-left: 10px;
        margin-right: 10px
    }

    .spw-header-top-search-input {
        font-size: 12px;
        height: 23px;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 0 5px 0 10px;
        float: left;
        width: 130px;
        background: none;
        outline: none;
        color: #fff
    }

    .spw-header-top-search-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 6px;
        bottom: 2px
    }

    .spw-header-top-search-icon-img {
        width: 20px;
        height: 20px
    }

    .spw-header-top-branch {
        display: inline-block;
        vertical-align: top;
        line-height: 28px
    }

    .spw-header-top-branch-item {
        display: none;
        right: 70px;
        position: absolute;
        background: rgba(0, 0, 0, .6);
        padding: 10px 25px 10px 25px;
        z-index: 9999999
    }

    .spw-header-top-branch-item ul {
        width: 280px
    }

    .spw-header-top-branch-item li {
        width: 60px;
        float: left;
        width: 110px;
        float: left;
        margin-right: 25px
    }

    .spw-header-top-branch-item-title {
        font-size: 18px;
        color: #fff
    }

    .spw-header-top-branch-item-title-icon {
        margin-right: 6px;
        width: 4px;
        height: 22px;
        background: #4e99fe;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 10px
    }

    .spw-header-top-branch-item-link {
        color: #666;
        padding-left: 11px;
        float: left;
        line-height: 32px
    }

    .spw-header-top-branch-item-link:hover {
        color: #4e99fe
    }

    .spw-header-top-right {
        float: right
    }

    .spw-navbar-dark .spw-logo {
        filter: brightness(100)
    }

    .spw-logo-name {
        color: #fff;
        padding-left: 10px;
        float: left;
        vertical-align: middle;
        line-height: 55px;
        font-size: 24px;
        font-weight: 600
    }

    .sp-navbar-fixed-top {
        top: 0px !important
    }

    .sp-navbar-brand {
        float: left;
        height: 80px !important;
        font-size: 18px !important;
        line-height: 80px !important
    }

    .sp-navbar-fixed-bottom, .sp-navbar-fixed-top {
        position: absolute !important;
        right: 0;
        left: 0;
        z-index: 1030
    }

    .sp-navbar-brand img {
        /*margin-top: 10px;*/
        height: 50px;
        float: left;
        vertical-align: middle
    }

    .sp-navbar-default .sp-navbar-nav > li > a {
        color: #fff !important;
        border-bottom: 2px solid rgba(0, 0, 0, 0)
    }

    .sp-navbar-default .sp-navbar-nav > .active > a, .sp-navbar-default .sp-navbar-nav > .active > a:focus {
        color: #fff !important;
        border-bottom: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .sp-navbar-default .sp-navbar-nav > .active > a:hover {
        color: #fff
    }

    .sp-navbar-default .sp-navbar-nav > li:hover > a {
        border-bottom: 2px solid #fff !important;
        transition: .3s all ease-in-out
    }

    .sp-navbar-default .sp-nav > li > a {
        position: relative !important;
        display: block !important;
        margin: 15px 20px !important;
        padding: 0 !important;
        padding-bottom: 8px !important;
        margin-bottom: 0 !important;
        font-size: 18px !important
    }

    .sp-navbar-default .sp-navbar-nav {
        margin-top: 16px !important;
        float: right !important
    }

    .spw-navbar-white {
        margin: auto;
        background: linear-gradient(#ffffff, #ffffff) !important
    }

    .spw-navbar-white .spw-logo-name {
        color: #09674C !important;
        padding-left: 15px;
        float: left;
        vertical-align: middle;
        line-height: 50px;
        font-size: 30px;
        font-weight: 600
    }

    .spw-navbar-white .sp-navbar-nav > .active > a {
        color: #09674C !important;
        border-bottom: 2px solid #09674C !important;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .spw-navbar-white .sp-navbar-nav > li:hover > a {
        border-bottom: 2px solid #09674C !important;
        transition: .3s all ease-in-out
    }

    .spw-navbar-white .sp-navbar-nav > li {
        color: #000 !important;
        border-bottom: 2px solid rgba(0, 0, 0, 0) !important
    }

    .spw-navbar-white .sp-navbar-nav > li > a {
        color: #000 !important;
        border-bottom: 2px solid rgba(0, 0, 0, 0) !important
    }

    .spw-navbar-white .sp-navbar-nav > li > a:focus, .spw-navbar-white .sp-navbar-nav > li > a:hover {
        color: #09674C
    }

    .spw-header-menu {
        height: 80px !important;
        padding-top: 0 !important;
        border-bottom: 0px solid #e6e6e6 !important;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .spw-header-menu-logo {
        width: 490px !important;
        margin-top: 20px !important
    }

    .spw-header-menu-submenu-ul {
        display: flex;
        justify-content: space-between;
        width: 700px;
        line-height: 85px;
        margin-top: 0;
        margin-bottom: 0
    }

    .spw-header-menu-submenu-ul-link:hover {
        color: #fff;
        font-size: 14px
    }

    .spw-nav-arrow {
        display: none;
        position: absolute;
        margin-top: -35px;
        margin-left: 277px;
        width: 0;
        height: 0;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #fafafa
    }

    .spw-nav-submenu:hover .spw-nav-submenu-content {
        display: block;
        transition: all .3s
    }

    .spw-nav-submenu-content {
        padding-top: 25px;
        padding-bottom: 0;
        padding-left: 35px;
        padding-right: 20px;
        background: #fff;
        background-size: 1152px 145px;
        position: absolute;
        display: none;
        margin: 0px -280px;
        z-index: 1099;
        width: 600px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }

    .spw-nav-submenu-title {
        border-left: 3px solid #12CD9A
    }

    .spw-nav-submenu-list {
        margin-bottom: 30px
    }

    .spw-nav-submenu-title h4 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5px
    }

    .spw-nav-submenu-list li {
        width: 32%;
        display: inline-block;
        margin-top: 15px
    }

    .spw-nav-submenu-name {
        font-size: 14px;
        color: #666
    }

    .spw-nav-submenu-name:hover {
        color: #5a6268 !important;
        font-weight: 600
    }

    .active:hover .spw-nav-submenu-name {
        color: #5a6268 !important;
        font-weight: 600
    }

    .spw-index-banner {
        height: 680px !important;
        margin-top: 0px !important
    }

    .spw-banner-container {
        margin-top: 80px;
        height: 460px
    }

    .spw-banner-container-lg {
        height: 860px !important
    }

    .spw-banner-container-lg .spw-banner-item .title {
        font-size: 64px !important
    }

    .spw-banner-container-lg .spw-banner-item .subtitle {
        font-size: 54px !important
    }

    .spw-banner-container-lg .spw-banner-item .text {
        font-size: 48px !important
    }

    .spw-banner-container-lg .spw-banner-twocol-left {
        height: 450px
    }

    .spw-banner-container-lg .spw-banner-twocol-right {
        height: 450px
    }

    .spw-banner-container-nomenu {
        margin-top: 0px !important;
        height: 540px !important
    }

    .spw-banner-container-nomenu .spw-banner-item {
        margin-top: 40px
    }

    .spw-banner-container-nomenu .spw-banner-item .title {
        font-size: 54px !important
    }

    .spw-banner-container-nomenu .spw-banner-item .subtitle {
        font-size: 42px !important
    }

    .spw-banner-container-nomenu .spw-banner-item .text {
        font-size: 36px !important
    }

    .swiper-button-prev, .swiper-button-next {
        opacity: 0 !important
    }

    .swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
        opacity: 100 !important;
        color: #ccc
    }

    .spw-banner-slide {
        font-size: 18px;
        padding: 40px 60px
    }

    .spw-banner-item {
        max-width: 1150px
    }

    .spw-banner-item .title {
        font-size: 54px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .spw-banner-item .subtitle {
        font-size: 42px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .spw-banner-item .text {
        font-size: 36px;
        line-height: 1.3;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .spw-banner-twocol {
        max-width: 1170px
    }

    .spw-banner-twocol-left {
        height: 350px;
        padding-right: 10px
    }

    .spw-banner-twocol-right {
        padding-left: 10px
    }

    .spw-banner-twocol .title {
        font-size: 40px;
        padding-bottom: 40px
    }

    .spw-banner-twocol .subtitle {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 40px
    }

    .spw-banner-twocol .text {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 40px
    }

    .spw-banner-slide .button {
        margin-bottom: 40px;
        border-radius: 6px;
        font-size: 20px;
        padding: 10px 20px
    }

    .spw-banner-slide .minbutton {
        border-radius: 4px;
        font-size: 14px;
        padding: 5px 10px
    }

    .spw-banner-slide .button:hover span {
        padding-left: 5px
    }

    .spw-banner-mini {
        width: 100%;
        border-radius: 6px;
        height: 225px;
        position: relative;
        color: #fff;
        padding: 30px
    }

    .spw-banner-mini-title {
        font-size: 32px;
        font-weight: bold;
        padding-top: 3px
    }

    .spw-banner-mini-title-img {
        display: inline-block !important;
        width: 44px;
        height: auto;
        display: inline-block;
        vertical-align: middle
    }

    .spw-banner-mini-desc {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        overflow: hidden
    }

    .spw-footer-container {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .spw-footer-logo {
        height: 30px;
        width: 327px;
        margin-bottom: 35px;
        background-size: 327px 35px
    }

    .spw-footer-addr {
        font-size: 15px
    }

    .spw-footer-tel {
        margin-top: 12px;
        font-size: 13px;
        line-height: 24px
    }

    .spw-footer-menulink {
        margin-right: 60px
    }

    .spw-footer-menulink-p {
        font-size: 14px;
        margin-bottom: 5px
    }

    .spw-footer-menulink-c {
        font-size: 14px;
        line-height: 26px
    }

    .spw-qrcode {
        margin-left: 6px
    }

    .spw-qrcode img {
        width: 100px;
        height: 100px
    }

    .spw-qrcode p {
        font-size: 12px;
        margin-top: 5px
    }

    .spw-footer2-container {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px
    }

    .spw-helpme-pc {
        position: fixed;
        z-index: 1000;
        right: 0%;
        top: 78%
    }

    .spw-helpme-pc-item1 {
        width: 100px;
        height: 140px;
        margin-top: 10px;
        display: block
    }

    .spw-helpme-pc-item2 {
        width: 100px;
        height: 32px;
        display: block;
        margin-top: 10px
    }

    .spw-helpme-pc-item3 {
        width: 100px;
        height: 32px;
        display: block;
        margin-top: 10px
    }

    .spw-helpme-pc-top {
        width: 40px;
        height: 40px;
        position: fixed;
        z-index: 1000;
        right: 0%;
        margin-top: 10px
    }

    .spw-title {
        margin-top: 50px;
        font-size: 36px;
        margin-bottom: 5px
    }

    .spw-title .h2-img {
        height: 26px
    }

    .spw-title-hr {
        height: 8px;
        width: 60px;
        border-radius: 5px;
        margin: 15px auto
    }

    .spw-subtitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .spw-sidemenu {
        margin-top: 10px;
        border-radius: 6px;
        padding-left: 15px;
        padding-right: 15px
    }

    .spw-sidemenu-head {
        padding: 15px 25px 15px 25px;
        border-radius: 10px 10px 0 0
    }

    .spw-sidemenu-title {
        color: #fff;
        font-size: 22px;
        font-weight: bold
    }

    .spw-sidemenu-title p {
        margin-top: 12px;
        font-size: 14px
    }

    .spw-sidemenu-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px
    }

    .spw-sidemenu-menu-li {
        border-bottom: 1px solid #e6e6e6;
        padding: 16px 0;
        font-size: 16px;
        font-weight: bold;
        color: #666
    }

    .spw-sidemenu-menu-link {
        color: #666
    }

    .spw-breadcrumb {
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .spw-pages {
        margin: 40px auto
    }

    .spw-pages .a1 {
        width: 52px !important;
        line-height: 31px !important;
        font-size: 13px !important
    }

    .spw-pages > ul > span, .spw-pages > ul > a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 16px
    }

    .spw-tabs {
        margin-top: 32px !important;
        padding-bottom: 20px;
        height: 1px;
        font-size: 16px
    }

    .spw-tabs-title {
        padding-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px
    }
}

.spw-pro {
    background-color: #fff
}

.spw-pro-header {
    color: #fff
}

.spw-pro-header-bg-red {
    background: url(../images/index_pro_bg_red.webp) center no-repeat
}

.spw-pro-header-bg-blue {
    background: url(../images/index_pro_bg_blue.webp) center no-repeat
}

.spw-pro-header-bg-green {
    background: url(../images/index_pro_bg_green.webp) center no-repeat
}

.spw-pro-content {
    margin: 0px
}

.spw-pro-footer {
    margin: 0px
}

.spw-pro-item:hover, .spw-pro-item-small:hover {
    box-shadow: 0, 0, 0, rgba(0, 0, 0, .2);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    box-shadow: 0 0px 23px rgba(0, 0, 0, .3);
    transition: all .2s
}

.spw-pro-item-bg-red {
    background: #ff3030;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
}

.spw-pro-item-bg-blue {
    background: #388fff;
    background: -webkit-linear-gradient(90deg, #388fff, #12CD9A);
    background: -o-linear-gradient(90deg, #388fff, #12CD9A);
    background: -moz-linear-gradient(90deg, #388fff, #12CD9A);
    background: linear-gradient(90deg, #388fff, #12CD9A)
}

.spw-pro-item-bg-green {
    background: #01b8a1;
    background: -webkit-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: -o-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: -moz-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: linear-gradient(90deg, #01b8a1, #45e6ca)
}

.spw-pro-item-bg-red:hover {
    background: #ff3030;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
}

.spw-pro-item-bg-blue:hover {
    background: #388fff;
    background: -webkit-linear-gradient(90deg, #388fff, #12CD9A);
    background: -o-linear-gradient(90deg, #388fff, #12CD9A);
    background: -moz-linear-gradient(90deg, #388fff, #12CD9A);
    background: linear-gradient(90deg, #388fff, #12CD9A)
}

.spw-pro-item-bg-green:hover {
    background: #01b8a1;
    background: -webkit-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: -o-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: -moz-linear-gradient(90deg, #01b8a1, #45e6ca);
    background: linear-gradient(90deg, #01b8a1, #45e6ca)
}

.spw-pro-item-btn-small {
    border: 1px solid #fff
}

.spw-pro-item-btn-orange {
    color: #f90
}

.spw-pro-item-btn-blue:hover {
    color: #388fff
}

.spw-pro-item-btn-red:hover {
    color: #ff3030
}

.spw-pro-item-btn-green {
    color: #01b8a1
}

.spw-pro-item-btn-green:hover {
    color: #01b8a1
}

.spw-pro-item-bg-party {
    background-image: url(../images/index_pro_party_bg.webp)
}

.spw-pro-item-bg-mass {
    background-image: url(../images/index_pro_bg_mass.webp)
}

.spw-pro-item-bg-city {
    background-image: url(../images/index_pro_gov_bg1.webp)
}

.spw-pro-item-bg-street {
    background-image: url(../images/index_pro_gov_bg2.webp)
}

.spw-pro-item-bg-p5 {
    background-image: url(../images/index_pro_ent_bg1.webp)
}

.spw-pro-item-bg-istore {
    background-image: url(../images/index_pro_ent_bg2.webp)
}

.spw-pro-item {
    transition: all ease .4s;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid #e2e2e2
}

.spw-pro-item-border {
    border-right: 1px solid #e2e2e2
}

.spw-pro-item-border:nth-child(2) {
    border-right: none
}

.spw-pro-item-service {
    transition: all ease .4s;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    padding: 0px;
    border-bottom: 1px solid #e2e2e2
}

.spw-pro-item-pic {
    margin: auto !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-item-pic-img {
    overflow: hidden
}

.spw-pro-item-content {
    text-align: center
}

.spw-pro-item-subtitle {
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.spw-pro-item-hide {
    display: none;
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    top: 0px;
    color: #fff
}

.spw-pro-item-hide-left {
    width: 69%;
    color: #fff;
    float: left;
    text-align: left
}

.spw-pro-item-hide-title {
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.spw-pro-item-hide-desc {
    overflow: hidden
}

.spw-pro-item-hide-case {
    text-align: left;
    overflow: hidden
}

.spw-pro-item-hide-right {
    width: 22%;
    float: right
}

.spw-pro-item-hide-pic {
    margin: 0 auto;
    display: block
}

.spw-pro-item-btn {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    text-align: center
}

.spw-pro-item-btn:hover {
    background: #fff
}

.spw-pro-item-small {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block
}

.spw-pro-item-small-pic {
    margin: 0 auto
}

.spw-pro-item-small-title {
    text-align: center
}

.spw-pro-item-small-hide {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    color: #fff
}

.spw-pro-item-small-hide-left {
    float: left
}

.spw-pro-item-small-hide-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.spw-pro-item-small-hide-case {
    overflow: hidden;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff
}

.spw-pro-item-small-hide-right {
    float: right;
    text-align: center
}

.spw-pro-item-small-hide-pic {
    margin: 0 auto
}

.spw-pro-item-small-btn {
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff
}

.spw-pro-item-small-btn:hover {
    background: #fff
}

.spw-pro-footer .spw-pro-item-small .spw-pro-item-small-hrsb {
    border-right: 1px solid #e2e2e2
}

.spw-pro-item-small-hrsb:nth-child(4) {
    border-right: none
}

.spw-pro-container {
    margin-top: 80px
}

.spw-pro-container-body img {
    width: 100%
}

.spw-pro-terminal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.spw-pro-terminal ul li {
    width: 200px;
    height: 100px;
    margin-bottom: 13px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    font-weight: 700;
    box-shadow: 1px 1px 12px rgba(180, 180, 180, .4)
}

.spw-pro-terminal ul li img {
    vertical-align: middle;
    margin-right: 12px;
    width: 30%
}

.spw-pro-terminal-app {
    background: linear-gradient(90deg, rgb(12, 112, 246), rgb(41, 154, 249))
}

.spw-pro-terminal-web {
    background: linear-gradient(90deg, rgb(1, 181, 233), rgb(65, 219, 242))
}

.spw-pro-terminal-wechat {
    background: linear-gradient(90deg, rgb(13, 218, 139), rgb(44, 233, 172))
}

.spw-pro-terminal-bigdata {
    background: linear-gradient(90deg, rgb(112, 134, 255), rgb(142, 196, 255))
}

.spw-pro-terminal-allinone {
    background: linear-gradient(90deg, rgb(72, 96, 128), rgb(95, 125, 166))
}

.spw-pro-solu-party-bg {
    background: url("../images/dj_bg.webp")
}

.spw-pro-solu-party {
    transition: all ease .4s;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    padding: 0px;
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .3);
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.spw-pro-solu-party .spw-title {
    padding-top: 50px
}

.spw-pro-solu-party-pic {
    margin: auto !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-solu-party-pic-img {
    overflow: hidden;
    margin: 30px auto 0px auto;
    width: 88px;
    height: 88px
}

.spw-pro-solu-party-title {
    color: #333;
    text-align: center;
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px
}

.spw-pro-solu-party-subtitle {
    line-height: 22px;
    font-size: 12px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.spw-pro-solu-party-content {
    text-align: center
}

.spw-pro-solu-party-bottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%
}

.spw-pro-solu-party-btn {
    border: 1px solid #ff5a22;
    border-radius: 3px;
    color: #ff5a22;
    text-align: center;
    display: block;
    margin: 5px;
    padding: 3px
}

.spw-pro-solu-gov-bg {
    background: #f6f9fc
}

.spw-pro-solu-gov-nav {
    margin-bottom: 20px !important
}

.spw-pro-solu-gov-nav .active a {
    color: #388fff !important
}

.spw-pro-solu-gov-left-title {
    font-size: 18px;
    font-weight: bold;
    color: #3e4552;
    margin-bottom: 12px
}

.spw-pro-solu-gov-left-memo {
    font-size: 14px;
    font-weight: 500;
    color: #818a9b;
    margin-bottom: 40px
}

.spw-pro-solu-gov-left-memo-gov {
    margin-bottom: 100px
}

.spw-pro-solu-gov-left-nr {
    margin-bottom: 50px
}

.spw-pro-solu-gov-left-info {
    width: 65%;
    height: 50px;
    display: block;
    background: #388fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    text-align: center
}

.spw-pro-solu-service-bg {
    background: url("../images/dj_bg.webp");
    height: 708px;
    overflow: hidden
}

.spw-pro-solu-service-img {
    display: none
}

.spw-pro-solu-service-right-title {
    font-size: 24px;
    font-weight: 500;
    color: #3e4552;
    padding: 15px
}

.spw-pro-solu-service-right-memo {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding: 15px
}

.spw-pro-solu-service-right-nav {
    padding: 15px
}

.spw-pro-solu-service-right-nav:hover .spw-pro-solu-service-right-nav-img {
    transform: scale(1.2)
}

.spw-pro-solu-service-right-nav-title {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #3e4552;
    line-height: 2
}

.spw-pro-solu-iot-right-title {
    font-size: 24px;
    font-weight: 500;
    color: #3e4552
}

.spw-pro-solu-iot-right-memo {
    font-size: 14px;
    font-weight: 500;
    color: #999
}

.spw-pro-solu-iot-nav .active a {
    font-size: 16px;
    font-weight: 500;
    color: #666 !important
}

.spw-pro-solu-iot-nav .active {
    background: #e9edf0
}

.spw-pro-solu-honor-nav {
    margin-top: 5%
}

.spw-pro-solu-honor-nav-title {
    margin: 5%
}

.spw-pro-solu-honor-nav-title a {
    color: #000;
    font-size: 18px
}

.spw-pro-solu-honor-nav-title.active a, .spw-pro-solu-honor-nav-title a:hover {
    color: #388fff
}

.spw-pro-solu-cooperation-bg {
    background: url("../images/hezuobg.webp");
    background-repeat: round
}

.spw-pro-index-adv {
    text-align: center;
    float: left;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 1px 2px 25px rgba(0, 159, 255, .2)
}

.spw-pro-index-adv:hover {
    background-color: #388fff;
    background: -webkit-linear-gradient(90deg, #388fff, #09674C) !important;
    background: -o-linear-gradient(90deg, #388fff, #09674C) !important;
    background: -moz-linear-gradient(90deg, #388fff, #09674C) !important;
    background: linear-gradient(90deg, #388fff, #09674C) !important;
    transition: all .3s;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    box-shadow: 0 0px 13px rgba(0, 0, 10, .3)
}

.spw-pro-index-adv:hover .spw-pro-index-adv-pic {
    background-color: #fff;
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    background: -moz-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);
    box-shadow: 1px 2px 25px rgba(0, 159, 255, .8)
}

.spw-pro-index-adv:hover .spw-pro-index-adv-pic img {
    filter: none
}

.spw-pro-index-adv:hover .spw-pro-index-adv-title, .spw-pro-index-adv:hover .spw-pro-index-adv-txt {
    color: #fff
}

.spw-pro-index-adv-left {
    width: 25%;
    height: 110px;
    float: left;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-index-adv-right {
    width: 75%;
    float: left
}

.spw-pro-index-adv-pic {
    margin: 0 auto;
    align-items: center;
    display: flex;
    background-color: #388fff;
    background: -webkit-linear-gradient(#388fff, #09674C);
    background: -o-linear-gradient(#388fff, #09674C);
    background: -moz-linear-gradient(#388fff, #09674C);
    background: linear-gradient(#388fff, #09674C);
    height: 72px;
    width: 72px;
    border-radius: 4px
}

.spw-pro-index-adv-pic img {
    filter: brightness(100);
    text-align: center;
    margin: 0 auto;
    width: 42px;
    height: 42px
}

.spw-pro-index-adv-title {
    color: #666;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    font-size: 19px;
    padding: 10px 0px
}

.spw-pro-index-adv-txt {
    color: #999;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px
}

.spw-pro-index-function-bg {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
    background: url(../images/sp_pro_index_function_bg.webp) no-repeat
}

.spw-pro-index-function img {
    object-fit: cover
}

.spw-pro-index-function, .spw-pro-index-function-mini, .spw-pro-index-function-other {
    background-image: linear-gradient(to right, rgba(0, 80, 222, 0.6), rgba(0, 80, 222, 0.2));
    color: #fff;
    text-align: center
}

.spw-pro-index-function {
    height: 340px;
    padding: 20px
}

.spw-pro-index-function:hover, .spw-pro-index-function-mini:hover {
    background-image: linear-gradient(to right, #388fff, #09674C);
    color: #fff;
    text-align: center;
    margin-right: 1px;
    transition: all .2s ease-out;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    box-shadow: 0 0px 13px rgba(0, 0, 10, .3)
}

.spw-pro-index-function a {
    color: #ccc
}

.spw-pro-index-function:hover a {
    color: #fff
}

.spw-pro-index-function-head {
    padding-top: 30px
}

.spw-pro-index-function-head-icon img {
    height: 64px
}

.spw-pro-index-function-head-title {
    padding-top: 30px
}

.spw-pro-index-function-head-title h3 {
    color: #fff;
    font-size: 24px
}

.spw-pro-index-function-desc {
    color: #ccc;
    text-align: left;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    margin-bottom: 20px
}

.spw-pro-index-function-item {
    display: none;
    overflow: hidden;
    height: 155px;
    margin: 10px
}

.spw-pro-index-function-btn {
    color: #ccc;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    line-height: 30px
}

.spw-pro-index-function-more a {
    color: #fff
}

.spw-pro-index-function:hover .spw-pro-index-function-head {
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px
}

.spw-pro-index-function:hover .spw-pro-index-function-head-icon {
    float: left;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 20%;
    height: 60px;
    margin-right: 10px
}

.spw-pro-index-function:hover .spw-pro-index-function-head-icon img {
    height: 30px
}

.spw-pro-index-function:hover .spw-pro-index-function-head-title {
    padding-top: 0;
    float: left;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70px
}

.spw-pro-index-function:hover .spw-pro-index-function-head-title h3 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    height: 30px;
    line-height: 30px
}

.spw-pro-index-function:hover .spw-pro-index-function-item {
    display: block;
    overflow: hidden;
    height: 80px
}

.spw-pro-index-function:hover .spw-pro-index-function-desc {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 22px
}

.spw-pro-index-function:hover .spw-pro-index-function-btn {
    justify-content: space-between;
    overflow: hidden;
    background-color: #09674C;
    color: #fff;
    display: inline-block;
    text-align: center;
    float: center;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    margin: 4px auto;
    padding: 0px 6px
}

.spw-pro-index-function:hover .spw-pro-index-function-more {
    color: #fff;
    background-color: #388fff;
    text-align: center;
    line-height: 34px;
    width: 120px;
    height: 34px;
    padding: 5px
}

.spw-pro-index-function-mini {
    height: 160px
}

.spw-pro-index-function-mini-left {
    float: left;
    width: 30%;
    height: 160px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-index-function-mini-pic {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    background-color: #388fff;
    background: -webkit-linear-gradient(#0052dd, #09674C);
    background: -o-linear-gradient(#0052dd, #09674C);
    background: -moz-linear-gradient(#0052dd, #09674C);
    background: linear-gradient(#0052dd, #09674C);
    opacity: .7;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-index-function-mini-pic img {
    margin: 0 auto;
    height: 36px;
    width: 36px
}

.spw-pro-index-function-mini:hover .spw-pro-index-function-mini-pic {
    opacity: 1
}

.spw-pro-index-function-mini-right {
    float: left;
    width: 70%;
    padding: 10px;
    text-align: left;
    opacity: .9
}

.spw-pro-index-function-mini-title {
    padding-top: 20px;
    overflow: hidden;
    vertical-align: middle
}

.spw-pro-index-function-mini-title h3 {
    color: #fff;
    overflow: hidden;
    font-size: 24px;
    text-overflow: ellipsis
}

.spw-pro-index-function-mini-item {
    overflow: hidden
}

.spw-pro-index-function-mini-desc {
    padding-top: 10px;
    color: #ccc;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.spw-pro-index-function-other {
    height: 150px;
    padding: 5px
}

.spw-pro-index-function-other-left {
    float: left;
    width: 5%;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-index-function-other-left h3 {
    width: 20px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 20px
}

.spw-pro-index-function-other-right {
    float: left;
    width: 95%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: left
}

.spw-pro-index-function-other-item {
    background-color: #03369f;
    text-align: center;
    opacity: .7;
    padding: 10px;
    border: 1px solid #7b8598;
    font-size: 18px
}

.spw-pro-index-function-other-item a {
    color: #fff;
    opacity: 1
}

.spw-pro-index-function-other-item:hover {
    background-color: #388fff;
    background: -webkit-linear-gradient(to right, #388fff, #09674C);
    background: -o-linear-gradient(to right, #388fff, #09674C);
    background: -moz-linear-gradient(to right, #388fff, #09674C);
    background-image: linear-gradient(to right, #388fff, #09674C);
    opacity: .9
}

.spw-pro-index-terminal {
    text-align: center;
    float: left
}

.spw-pro-index-terminal-item {
    float: left;
    width: 100%
}

.spw-pro-index-terminal-item:hover .spw-pro-index-terminal-item-show {
    display: none
}

.spw-pro-index-terminal-item:hover .spw-pro-index-terminal-item-hide {
    display: block;
    color: #388fff;
    transition: all .1s;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    text-align: center
}

.spw-pro-index-terminal-item-show {
    text-align: center;
    color: #666
}

.spw-pro-index-terminal-item-hide {
    display: none;
    transition: all .3s
}

.spw-pro-index-service {
    clear: both;
    overflow: hidden
}

.spw-pro-index-service-title-icon {
    background-color: #388fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle
}

.spw-pro-index-service-title {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(92deg, #388fff, #0052dd, #09674C);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    font-weight: bold
}

.spw-pro-index-service-item1, .spw-pro-index-service-item2 {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    display: inline-block
}

.spw-pro-index-service-item1 a, .spw-pro-index-service-item2 a {
    color: #666
}

.spw-pro-index-service-item1 {
    background-color: #e8eefe
}

.spw-pro-index-service-item2 {
    background-color: #fef6e8
}

.spw-pro-index-service-tab ul {
    margin: 0 auto;
    background: #e6e7eb;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.spw-pro-index-service-tab ul li {
    display: block;
    text-align: center;
    color: #333;
    cursor: pointer
}

.spw-pro-index-service-tab ul li.active, .spw-pro-index-service-tab ul li:hover {
    background: linear-gradient(90deg, rgb(55, 107, 245), rgb(81, 158, 255));
    box-shadow: 0px 6px 10px 0px rgba(55, 107, 245, .4);
    color: #fff !important
}

.spw-pro-pam-banner-animat {
    position: relative;
    top: 1px;
    right: 1px
}

.spw-pro-pam-banner-animat-item {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation: spw-pro-pam-banner-animat 2s ease-out both;
    -moz-animation: spw-pro-pam-banner-animat 2s ease-out both;
    -o-animation: spw-pro-pam-banner-animat 2s ease-out both;
    animation: spw-pro-pam-banner-animat 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes spw-pro-pam-banner-animat {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@-moz-keyframes spw-pro-pam-banner-animat {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@-o-keyframes spw-pro-pam-banner-animat {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes spw-pro-pam-banner-animat {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.spw-pro-pam-banner-animat-dot1 {
    position: absolute;
    border: 4px solid #e2e6ea;
    background-color: #f16123
}

.spw-pro-pam-banner-animat-dot2 {
    position: absolute;
    border: 1px solid #e2e6ea;
    box-shadow: 0 0 15px rgba(241, 97, 35, .6);
    background-color: rgba(241, 97, 35, .6)
}

.spw-pro-pam-banner-animat-dot3 {
    position: absolute;
    border: 1px solid #e2e6ea;
    box-shadow: 0 0 15px rgba(241, 97, 35, .6);
    background-color: rgba(241, 97, 35, .6)
}

.spw-pro-pam-ver-tab {
    overflow: hidden;
    margin: 0 auto
}

.spw-pro-pam-ver-tab-item {
    width: 25%;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.spw-pro-pam-ver-tab-item:after {
    border-top: 2px solid red;
    content: " ";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: none
}

.spw-pro-pam-ver-tab-item p {
    color: #999;
    display: block;
    text-align: center
}

.spw-pro-pam-ver-tab-item span {
    color: #212121;
    display: block;
    text-align: center
}

.spw-pro-pam-ver-tab-item.active:after {
    display: block
}

.spw-pro-pam-ver-tab-item.active span, .spw-pro-pam-ver-tab-item span:hover {
    color: red
}

.spw-pro-pam-ver-slide {
    background: url(../images/box3_bg.webp) no-repeat;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    box-sizing: border-box;
    display: none
}

.spw-pro-pam-ver-slide.active {
    display: block
}

.spw-pro-pam-ver-left {
    float: left;
    width: 30%
}

.spw-pro-pam-ver-name {
    font-weight: 600
}

.spw-pro-pam-ver-desc {
    color: #999
}

.spw-pro-pam-ver-center {
    float: left;
    width: 15%;
    font-weight: 600
}

.spw-pro-pam-ver-right {
    float: left;
    position: relative
}

.spw-pro-pam-ver-item {
    cursor: pointer;
    line-height: 1.5
}

.spw-pro-pam-ver-item a {
    color: #333
}

.spw-pro-pam-ver-item h4 {
    color: #555
}

.spw-pro-pam-ver-item h4:hover {
    color: red
}

.spw-pro-pam-ver-item p {
    color: #999
}

.spw-pro-pam-fun-tab {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.spw-pro-pam-fun-tab-content {
    position: relative
}

.spw-pro-pam-fun-tab-item {
    text-align: center;
    animation: all .3s
}

.spw-pro-pam-fun-tab li.active, .spw-pro-pam-fun-tab li:hover {
    background: #ff4242;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
}

.spw-pro-pam-fun-tab li.active img, .spw-pro-pam-fun-tab li:hover img {
    filter: brightness(100)
}

.spw-pro-pam-fun-tab li.active h4, .spw-pro-pam-fun-tab li:hover h4 {
    color: #fff
}

.spw-pro-pam-fun-tab li.active .spw-pro-pam-fun-tab-item-icon {
    background: url(../images/spw_pam_index_fun_icon.webp) no-repeat;
    display: block;
    left: 0;
    right: 0
}

.spw-pro-pam-fun-tab-item-title {
    color: #666;
    text-align: center
}

.spw-pro-pam-fun-tab-item-img {
    display: block
}

.spw-pro-pam-fun-body {
    width: 100%;
    background: #ff4242;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
}

.spw-pro-pam-fun-slide {
    display: none
}

.spw-pro-pam-fun-item {
    margin-top: 0px;
    float: left
}

.spw-pro-pam-fun-item-top {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center
}

.spw-pro-pam-fun-item-desc {
    color: #fff
}

.spw-pro-pam-support-item {
    float: left;
    text-align: center;
    position: relative;
    transition: all .3s
}

.spw-pro-pam-support-item:hover .spw-pro-pam-support-item-img {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.spw-pro-pam-support-item-title {
    color: #666
}

.spw-pro-pam-support-item-desc {
    color: #999
}

.spw-pro-com-shownum {
    position: absolute;
    z-index: 1000;
    display: flex;
    text-align: center
}

.spw-pro-com-shownum:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    box-shadow: 0 0px 23px rgba(0, 0, 0, .2);
    transition: all .2s
}

.spw-pro-com-shownum-box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px
}

.spw-pro-com-shownum-item {
    flex: 1
}

.spw-pro-com-shownum-item p {
    letter-spacing: 0rem;
    color: #333
}

.spw-pro-com-shownum-item3 p {
    letter-spacing: 0rem;
    color: #333
}

.spw-pro-com-adv {
    margin-top: 80px
}

.spw-pro-com-adv-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.spw-pro-com-adv-item {
    width: 33.33%;
    height: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #333
}

.spw-pro-com-adv-item:hover {
    background-color: #09674C;
    box-shadow: 0px 2px 15px 0px rgba(0, 82, 221, .5);
    border-radius: 10px;
    color: #fff
}

.spw-pro-com-adv-item p {
    flex: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0;
    margin-top: -80px
}

.spw-pro-com-adv-item img {
    width: 64px;
    height: 64px;
    min-width: 43px;
    min-height: 43px
}

.spw-pro-com-adv-item:hover img {
    filter: brightness(100)
}

.spw-pro-com-solu-estate {
    position: relative;
    height: 330px;
    margin-top: 40px
}

.spw-pro-com-solu-estate-logo {
    width: 100%;
    position: absolute;
    height: 100%
}

.spw-pro-com-solu-estate-logo-box {
    position: absolute;
    width: 176px;
    height: 142.4px;
    min-width: 148px;
    min-height: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.3)
}

.spw-pro-com-solu-estate-logo-box::before {
    position: absolute;
    content: "";
    width: 136px;
    height: 136px;
    min-width: 120px;
    min-height: 120px;
    left: 11%;
    background: #dee9f9;
    border-radius: 50%;
    animation: spw-pro-com-solu-estate-wave 1.5s ease-out infinite;
    z-index: -10
}

@keyframes spw-pro-com-solu-estate-wave {
    70%, 75% {
        transform: scale(1.7)
    }
    80%, 100% {
        opacity: 0
    }
}

.spw-pro-com-solu-estate-item {
    position: absolute;
    width: 40%;
    height: 100px;
    min-width: 320px;
    min-height: 68px;
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(179, 179, 179, .4);
    border-radius: 10px
}

.spw-pro-com-solu-estate-item p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 40px
}

.spw-pro-com-solu-estate-item p:nth-child(1) {
    margin-bottom: -16px
}

.spw-pro-com-solu-estate-item ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    text-align: center;
    min-width: 278px;
    min-height: 68px;
    padding: 12px 0;
    left: 15%
}

.spw-pro-com-solu-estate-item ul li {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #666;
    list-style: none;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.spw-pro-com-solu-estate-item ul li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #09674C;
    margin-right: 5px
}

.spw-pro-com-solu-estate-item-right, .spw-pro-com-solu-estate-item-left {
    width: 49.6px;
    min-width: 42px;
    height: 100%;
    min-height: 68px;
    background: linear-gradient(90deg, #519EFF, #376BF5);
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.spw-pro-com-solu-estate-item-left {
    border-radius: 10px 0px 0px 10px;
    left: 0
}

.spw-pro-com-solu-estate-item-right {
    border-radius: 0px 10px 10px 0px;
    right: 0
}

.spw-pro-com-solu-estate-item-topleft {
    left: 0%;
    top: 0%
}

.spw-pro-com-solu-estate-item-topright {
    right: 0%;
    top: 0%
}

.spw-pro-com-solu-estate-item-bottomleft {
    left: 0%;
    bottom: 0%
}

.spw-pro-com-solu-estate-item-bottomright {
    right: 0%;
    bottom: 0%
}

.spw-pro-street-adv ul {
    justify-content: space-between
}

.spw-pro-street-adv-item {
    display: block;
    position: relative;
    overflow: hidden
}

.spw-pro-street-adv-item img {
    display: block;
    width: 100%;
    height: 100%
}

.spw-pro-street-adv-item-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .3)
}

.spw-pro-street-adv-item-title h4 {
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.spw-pro-street-adv-item p {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #fff;
    font-weight: 400;
    opacity: 0
}

.spw-pro-street-adv-item, .spw-pro-street-adv-item:hover, .spw-pro-street-adv-item-title h4, .spw-pro-street-adv-item:hover div h4, .spw-pro-street-adv-item p, .spw-pro-street-adv-item:hover p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.spw-pro-street-adv-item:hover p {
    opacity: 1
}

.spw-pro-street-question ul {
    justify-content: space-between
}

.spw-pro-street-question ul li {
    display: block
}

.spw-pro-street-question-con {
    border: 1px #dedede solid;
    overflow: hidden;
    opacity: 1
}

.spw-pro-street-question-con:hover {
    box-shadow: 0px 8px 12px 0px rgba(179, 179, 179, .4)
}

.spw-pro-street-question-con-title {
    background: #388fff !important;
    background: -webkit-linear-gradient(#388fff, #12CD9A) !important;
    background: -o-linear-gradient(#388fff, #12CD9A) !important;
    background: -moz-linear-gradient(#388fff, #12CD9A) !important;
    background: linear-gradient(#388fff, #12CD9A) !important
}

.spw-pro-street-question-con-title p {
    color: #fff;
    text-align: center
}

.spw-pro-street-question-con-details {
    text-align: center
}

.spw-pro-street-question-con-details p {
    color: #666;
    text-align: left
}

.spw-pro-street-question-con-details p span {
    display: inline-block;
    background: #999;
    border-radius: 50%;
    vertical-align: middle
}

.spw-pro-street-solution {
    padding-top: 1px;
    width: 100%;
    background: url(../images/street_solve_bg.webp) no-repeat
}

.spw-pro-street-solution {
    color: #fff
}

.spw-pro-street-solution img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.spw-pro-street-solution-guide, .spw-pro-street-solution-manage, .spw-pro-street-solution-safe, .spw-pro-street-solution-livelihood, .spw-pro-street-solution-data, .spw-pro-street-solution-activity {
    background: url(../images/street_solve_con_bg.webp) no-repeat left bottom;
    background-size: auto;
    box-shadow: rgba(179, 179, 179, .4) 0px 0px 12px 5px;
    border-radius: 10px;
    z-index: 100
}

.spw-pro-street-solution-text {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff
}

.spw-pro-street-solution-text-con h4 {
    font-weight: bold;
    color: #376bf5
}

.spw-pro-street-solution-text-con h6 {
    font-weight: 400;
    color: #666
}

.spw-pro-street-solution-text-con h5 {
    font-weight: bold;
    color: #333
}

.spw-pro-street-solution-text-con p {
    font-weight: 400;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph
}

.spw-pro-street-solution-text-con p span {
    color: #376bf5
}

.spw-pro-street-solution-guide-pic, .spw-pro-street-solution-manage-pic, .spw-pro-street-solution-safe-pic, .spw-pro-street-solution-activity-pic {
    float: left;
    height: 100%;
    padding: 0
}

.spw-pro-street-solution-livelihood-pic, .spw-pro-street-solution-data-pic {
    overflow: hidden;
    text-align: center
}

.spw-pro-street-solution-livelihood-pic img, .spw-pro-street-solution-data-pic img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.spw-pro-street-function-details {
    box-sizing: border-box;
    background: url(../images/sp_street_function_pic_bg.webp) 100% top no-repeat;
    background-size: cover
}

.spw-pro-street-function-details-content {
    margin: 0 auto
}

.spw-pro-street-function-details-content ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around
}

.spw-pro-street-function-details-content ul li {
    transform: scale(0.99);
    -webkit-transform: scale(0.99)
}

.spw-pro-street-function-details-content ul:first-child {
    margin-top: 0
}

.spw-pro-street-function-details-content ul li, .spw-pro-street-function-details-content ul li:hover {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.spw-pro-street-function-details-content ul li:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.04)
}

.spw-pro-park-vsbox {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.spw-pro-park-vsbox-gov {
    width: 600px;
    height: 346px;
    background: #376bf5;
    box-shadow: 1px 1px 10px 0px rgba(7, 47, 116, .3);
    border-radius: 10px;
    color: #fff
}

.spw-pro-park-vsbox-gov > h3 {
    padding-top: 46px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    margin-bottom: 29px
}

.spw-pro-park-vsbox-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dedede
}

.spw-pro-park-vsbox-item.last {
    border-bottom: 0px
}

.spw-pro-park-vsbox-item h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 7px
}

.spw-pro-park-vsbox-item p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400
}

.spw-pro-park-vsbox-estate {
    width: 600px;
    height: 320px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, .3);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #666
}

.spw-pro-park-vsbox-estate h3 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    margin-top: 33px;
    margin-bottom: 29px
}

.spw-pro-park-vsbox-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 56px;
    height: 56px;
    z-index: 999
}

.spw-pro-park-title h3 {
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 36px;
    margin-top: 26px;
    margin-bottom: 31px
}

.spw-pro-park-title h4 {
    text-align: center;
    color: #666;
    font-weight: 400;
    font-size: 24px;
    margin-top: 86px
}

.spw-pro-park-title p {
    text-align: center;
    color: #999;
    margin: auto;
    font-size: 16px;
    font-weight: 400
}

.spw-pro-park-solu-zs {
    text-align: center;
    height: 600px
}

.spw-pro-park-solu-zs-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 19px;
    position: absolute;
    text-align: right;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    color: #fff;
    cursor: pointer
}

.spw-pro-park-solu-zs-btn:hover {
    opacity: 1;
    background-color: #1087fa
}

.spw-pro-park-solu-zs-btn button {
    width: 90px;
    height: 34px;
    background: #f8f8f8;
    border: 1px solid #1087fa;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1087fa;
    transition: .3s
}

.spw-pro-park-solu-hardware-list {
    width: 543px;
    margin: 0 auto
}

.spw-pro-park-solu-asset {
    max-width: 1000px;
    background-size: contain;
    margin: auto;
    margin-top: 32px;
    position: relative
}

.spw-pro-park-solu-asset img {
    width: 100%
}

.spw-pro-park-solu-asset .spw-pro-park-solu-asset-scoull {
    overflow: hidden;
    width: 75.3%;
    margin: auto;
    height: 89%;
    padding-top: 4%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.spw-pro-park-solu-asset-scoull_cont {
    position: relative
}

.spw-pro-index-advantage-content {
    position: relative
}

.spw-pro-index-advantage-img {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: filter .3s, transform .3s;
    box-sizing: border-box;
    box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .3) !important;
    background: #fff;
    border-radius: 4px;
    justify-content: center;
    height: 130px
}

.spw-pro-index-advantage-content .spw-pro-index-advantage-img .spw-pro-index-adv-left {
    justify-content: center !important;
    width: 70px;
    height: 70px
}

.spw-pro-index-advantage-content:not(.more):hover {
    box-shadow: 0 2px 15px 0 rgba(68, 93, 127, .24)
}

.spw-pro-index-advantage-content:not(.more):hover .spw-pro-index-advantage-img {
    filter: blur(4px)
}

.spw-pro-index-advantage-img:hover {
    background: none !important
}

.spw-pro-index-advantage-info {
    position: absolute;
    left: 40%;
    padding: 2%;
    margin-top: 15%;
    background-color: #2576fb;
    background: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    transition: margin-top .3s ease, opacity .3s ease;
    opacity: 0;
    z-index: 2;
    width: 25%
}

.spw-pro-index-advantage-content:hover .spw-pro-index-advantage-info {
    opacity: 1
}

.spw-pro-index-advantage-img:hover .spw-pro-index-adv-title, .spw-pro-index-advantage-img:hover .spw-pro-index-adv-txt {
    color: #666 !important
}

.spw-pro-item-shadow {
    box-shadow: 0px 1px 30px 0px rgba(163, 175, 195, .3)
}

.spw-pro-index-pam-bottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px
}

.spw-swiper-bottom-page .swiper-pagination-bullet-active {
    background: #388fff
}

.spw-pro-gov-padding-0 {
    padding: 0px !important
}

.spw-pro-overview-brief {
    background-image: none;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    box-sizing: border-box
}

.spw-pro-overview-brief-pic {
    height: 100%
}

.spw-pro-overview-brief-title {
    line-height: 1.8;
    font-weight: 600;
    color: #333
}

.spw-pro-overview-brief-cont {
    line-height: 1.8;
    color: #666
}

.spw-pro-overview-pain {
    background: -webkit-linear-gradient(#f3f4f7, #fff);
    background: -o-linear-gradient(#f3f4f7, #fff);
    background: -moz-linear-gradient(#f3f4f7, #fff);
    background: linear-gradient(#f3f4f7, #fff)
}

.spw-pro-overview-pain ul {
    align-items: center;
    justify-content: flex-start
}

.spw-pro-overview-pain ul li {
    display: block;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
    box-sizing: border-box;
    text-align: center
}

.spw-pro-overview-pain ul li p {
    text-align: center;
    color: #333
}

.spw-pro-service-content {
    opacity: 1
}

.spw-pro-service-content-slide {
    background-color: #fff;
    box-shadow: rgba(179, 179, 179, .4) 0px 0px 12px 5px;
    box-sizing: border-box
}

.spw-pro-service-content-top {
    border-bottom: 1px #e2e2e2 solid;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    box-sizing: border-box
}

.spw-pro-service-content-text {
    width: 100%
}

.spw-pro-service-content-title {
    font-weight: bold;
    color: #333
}

.spw-pro-service-content-title span {
    color: #388fff
}

.spw-pro-service-content-desc {
    font-weight: 400;
    color: #666;
    overflow: hidden
}

.spw-pro-service-content-bottom {
    box-sizing: border-box
}

.spw-pro-service-content-item {
    text-align: center;
    font-weight: 400;
    color: #333
}

.spw-pro-service-content-item img {
    display: block;
    margin: 0 auto;
    border: 1px #e2e2e2 solid;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center
}

.spw-pro-function-cat {
    border-radius: 6px;
    justify-content: space-around
}

.spw-pro-function-cat-pic {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-pro-function-cat-text a {
    color: #388fff
}

.spw-pro-function-cat-text h2 {
    font-weight: bold;
    text-align: center
}

.spw-pro-function-cat-text p {
    font-weight: 400;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.spw-pro-function-cat-text p a {
    color: #666
}

.spw-pro-function-cat-text ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center
}

.spw-pro-function-list-right {
    margin-left: 0
}

.spw-pro-function-list-item {
    margin-right: 0;
    margin-top: 0
}

.spw-pro-function-list-item-title {
    font-weight: bold;
    overflow: hidden;
    color: #333
}

.spw-pro-function-list-item-desc a {
    color: #666
}

.spw-pro-function-list-item-showinfo {
    background-color: #fff
}

.spw-pro-function-list-item-more {
    margin-bottom: 0
}

.spw-pro-function-show-title {
    width: 100%;
    background-blend-mode: normal, normal
}

.spw-pro-function-show-title h1 {
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.spw-pro-function-show-body-lable {
    font-weight: bold;
    color: #333
}

.spw-pro-function-show-body-txt {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    text-indent: 2em
}

.spw-pro-show-bg-red {
    background: url(../images/sp_bg_img_red.webp) no-repeat;
    background-size: 100% 100%
}

.spw-pro-show-bg-blue {
    background: url(../images/sp_bg_img_blue.webp) no-repeat;
    background-size: 100% 100%
}

.spw-pro-show-head-title {
    text-align: center;
    font-weight: 600;
    color: #fff
}

.spw-pro-show-head-subtitle {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #f2f2f2
}

.spw-pro-show-head-img {
    text-align: center
}

.spw-pro-show-content {
    color: #fff
}

.spw-pro-show-content-title {
    color: #fff
}

.spw-pro-show-content-img {
    position: relative
}

.spw-pro-about-box {
    width: 100%;
    position: sticky;
    background-color: #fff;
    border-radius: 10px
}

.spw-pro-about-title {
    font-weight: bold;
    text-align: center
}

.spw-pro-about-box1-text p {
    color: #666;
    text-indent: 2em;
    text-align: justify
}

.spw-pro-about-box2 p {
    font-weight: bold
}

.spw-pro-about-loction {
    background-color: #fff;
    text-align: center;
    display: inline-block
}

.spw-pro-about-box3 p {
    font-weight: bold
}

.spw-pro-about-box3-text {
    color: #666;
    text-align: justify
}

.spw-pro-about-box3 img {
    width: 100%
}

.spw-pro-about-branch-card:hover .spw-pro-about-branch-name {
    color: #09674C;
    font-weight: bold
}

.spw-pro-about-branch-name {
    color: #333;
    font-weight: bold
}

.spw-pro-about-branch-card p:nth-child(2), .spw-pro-about-branch-card p:nth-child(3) {
    color: #666;
    margin-bottom: 0
}

.spw-pro-about-contact {
    background-color: #fff;
    border-radius: 10px
}

.spw-pro-about-contact-name {
    font-weight: bold;
    color: #333
}

.spw-pro-about-contact-purpose {
    color: #666
}

.spw-pro-about-contact-text p {
    color: #333
}

@media screen and (max-width: 991px) {
    .spw-pro {
        margin-bottom: .2rem
    }

    .spw-pro-header-noheight {
        height: .02rem !important;
        margin-top: .32rem !important
    }

    .spw-pro-header {
        height: .5rem;
        line-height: .5rem;
        padding-left: .2rem;
        padding-right: .2rem
    }

    .spw-pro-header-title {
        font-size: .18rem
    }

    .spw-pro-item-btn-small {
        width: .7rem;
        padding: .03rem .04rem;
        border-radius: .15rem;
        margin: .25rem auto
    }

    .spw-pro-item {
        padding-top: .15rem;
        padding-bottom: .15rem
    }

    .spw-pro-item-pic {
        width: 30%;
        float: left
    }

    .spw-pro-item-pic-img {
        width: .6rem;
        height: .6rem
    }

    .spw-pro-item-content {
        width: 70%;
        float: left;
        padding: .1rem
    }

    .spw-pro-item-title {
        color: #666;
        text-align: left;
        font-size: .15rem;
        padding-bottom: .05rem
    }

    .spw-pro-item-subtitle {
        line-height: .18rem;
        font-size: .12rem
    }

    .spw-pro-item:hover .spw-pro-item-hide {
        display: none
    }

    .spw-pro-item-btn {
        width: 1.02rem;
        height: .32rem;
        line-height: .32rem;
        border-radius: .2rem;
        margin: .6rem auto .1rem auto;
        font-size: .14rem
    }

    .spw-pro-item-main-small {
        padding: .2rem .25rem .2rem .15rem;
        height: 2rem
    }

    .spw-pro-item-small-pic {
        width: .44rem;
        padding-top: .1rem
    }

    .spw-pro-item-small-pic-img {
        height: .44rem
    }

    .spw-pro-item-small-title {
        color: #666;
        font-size: .14rem;
        padding-top: .1rem
    }

    .spw-pro-item-small:hover .spw-pro-item-small-hide {
        display: none
    }

    .spw-pro-item-small-btn {
        width: .88rem;
        height: .3rem;
        margin-right: .1rem;
        border-radius: .2rem;
        line-height: .3rem;
        margin-top: .3rem;
        font-size: .14rem
    }

    .spw-pro-footer .spw-pro-item-small .spw-pro-item-small-hrsb {
        padding-top: .15rem;
        padding-bottom: .15rem;
        border-bottom: 1px solid #e2e2e2
    }

    .spw-pro-gov {
        margin-bottom: .3rem;
        min-height: 2.2rem
    }

    .spw-pro-gov-content {
        width: 100%;
        float: left;
        position: relative;
        height: 2rem;
        border-bottom: .01rem solid #e2e2e2;
        background: #fff
    }

    .spw-pro-gov-content-user {
        height: 4.7rem
    }

    .spw-pro-gov-center {
        width: 100%;
        float: left;
        border-bottom: .01rem solid #e2e2e2
    }

    .spw-pro-gov-center-top {
        width: 100%;
        height: 1.2rem;
        border-bottom: .01rem solid #e2e2e2;
        float: left
    }

    .spw-pro-gov-center-bottom {
        width: 100%;
        height: 1.2rem;
        border-bottom: 1px solid #e2e2e2
    }

    .spw-pro-gov-title {
        background-image: linear-gradient(45deg, #4f88ff, #7dbfff);
        width: 100%;
        height: .5rem;
        text-align: left;
        color: #fff;
        line-height: .5rem;
        font-size: .2rem;
        padding-left: .15rem;
        font-weight: bold;
        float: left;
        border-right: 1px solid #e2e2e2
    }

    .spw-pro-gov-item {
        width: 25%;
        padding-left: .05rem;
        padding-right: .05rem;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        height: 1rem;
        text-align: center;
        display: block;
        float: left;
        transition: all .2s
    }

    .spw-pro-gov-item-title {
        font-size: .12rem;
        height: .4rem;
        color: #212b38;
        text-align: left;
        padding-left: .05rem;
        overflow: hidden;
        padding-top: .1rem;
        text-align: left
    }

    .spw-pro-gov-item-pic {
        margin: .05rem auto;
        width: .4rem;
        height: .4rem
    }

    .spw-pro-gov-item:hover, .spw-pro-gov-item-big:hover, .spw-pro-gov-item-small:hover, .spw-pro-gov-item-xs:hover {
        background-image: linear-gradient(45deg, #4f88ff, #7dbfff);
        transition: all .3s;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        box-shadow: 0 0rem .13rem rgba(0, 0, 10, .3);
        color: #fff
    }

    .spw-pro-gov-item:hover img, .spw-pro-gov-item-big:hover img, .spw-pro-gov-item-small:hover img, .spw-pro-gov-item-xs:hover img {
        filter: brightness(100)
    }

    .spw-pro-gov-item:hover p, .spw-pro-gov-item-big:hover p, .spw-pro-gov-item-small:hover p, .spw-pro-gov-item-xs:hover p, .spw-pro-gov-item:hover h3, .spw-pro-gov-item-big:hover h3, .spw-pro-gov-item-small:hover h3, .spw-pro-gov-item-xs:hover h3 {
        color: #fff
    }

    .spw-pro-gov-item-small {
        width: 50%;
        float: left;
        position: relative;
        border-right: 1px solid #e2e2e2;
        height: 1.2rem;
        padding: .1rem
    }

    .spw-pro-gov-item-small-title {
        color: #212b38;
        font-size: .14rem
    }

    .spw-pro-gov-item-small-subtitle {
        color: #999;
        font-size: .12rem;
        padding-top: .05rem
    }

    .spw-pro-gov-item-small-pic {
        width: .5rem;
        height: .5rem;
        float: right
    }

    .spw-pro-gov-item-small-pic-img {
        width: .4rem;
        height: .4rem
    }

    .spw-pro-gov-item-xs {
        float: left;
        position: relative;
        border-right: 1px solid #e2e2e2;
        height: 1.2rem;
        padding: .1rem;
        width: 25%
    }

    .spw-pro-gov-item-xs-title {
        font-size: .14rem;
        color: #212b38
    }

    .spw-pro-gov-item-xs-pic {
        width: .44rem;
        height: .44rem;
        margin: .1rem auto
    }

    .spw-pro-gov-item-xs-pic-img {
        width: .44rem;
        height: .44rem
    }

    .spw-pro-gov-item-big {
        height: 1.2rem;
        border-bottom: 1px solid #e2e2e2;
        padding: .12rem
    }

    .spw-pro-gov-item-big-left {
        float: left;
        width: 60%
    }

    .spw-pro-gov-item-big-title {
        font-size: .22rem;
        color: #212b38;
        margin-top: .1rem;
        margin-left: .05rem
    }

    .spw-pro-gov-item-big-txt {
        font-size: .12rem;
        color: #999;
        padding: .05rem;
        overflow: hidden
    }

    .spw-pro-gov-item-big-pic {
        text-align: right;
        margin-top: .05rem;
        float: left
    }

    .spw-pro-gov-item-big-pic-img {
        width: .8rem;
        height: .8rem
    }

    .spw-pro-container {
        margin-top: .4rem
    }

    .spw-pro-container-body img {
        width: 100%;
        object-fit: contain
    }

    .spw-pro-terminal ul li {
        width: 50%;
        padding: .05rem .13rem;
        margin-bottom: .05rem;
        font-size: .18rem
    }

    .spw-pro-solu-pic {
        display: none
    }

    .spw-pro-solu-pic-mob {
        display: block
    }

    .spw-pro-solu-party {
        padding-bottom: .15rem
    }

    .spw-pro-solu-party .spw-title {
        padding-top: .2rem
    }

    .spw-pro-solu-party-pic {
        width: 30%;
        float: left
    }

    .spw-pro-solu-party-pic-img {
        width: .6rem;
        height: .6rem
    }

    .spw-pro-solu-party-content {
        width: 70%;
        float: left;
        padding: .1rem
    }

    .spw-pro-solu-party-title {
        text-align: left;
        padding-bottom: .05rem;
        color: red;
        font-size: .17rem;
        padding-left: 0px
    }

    .spw-pro-solu-party-subtitle {
        text-align: left !important;
        line-height: .18rem;
        font-size: .14rem;
        padding: 0px
    }

    .spw-pro-solu-party-bottom {
        margin-bottom: .05rem;
        margin-top: .1rem
    }

    .spw-pro-solu-party-btn {
        border-radius: .03rem;
        margin: .05rem;
        padding: .03rem
    }

    .spw-pro-solu-gov-bg {
        height: 3.6rem
    }

    .spw-pro-solu-iot-title {
        font-size: .15rem;
        padding-top: .05rem;
        color: #388fff
    }

    .spw-swiper-bottom-page, .spw-pro-solu-honor-nav, .spw-pro-solu-iot-right-nav, .spw-pro-solu-pic, .spw-pro-solu-service-swiper, .spw-pro-solu-gov-left-memo {
        margin-top: 0px;
        display: none
    }

    .spw-pro-solu-gov-left-info {
        margin-bottom: .2rem
    }

    .spw-pro-solu-honor-nav-title {
        margin: 3%
    }

    .spw-pro-solu-gov-left-memo {
        margin-bottom: .1rem
    }

    .spw-pro-solu-gov-left-memo-gov {
        margin-bottom: .3rem
    }

    .spw-pro-solu-gov-left-nr {
        margin-bottom: .2rem
    }

    .spw-pro-solu-gov-left-memo, .spw-pro-solu-gov-left-info {
        font-size: .1rem
    }

    .spw-pro-solu-gov-left-title {
        margin-left: .1rem;
        margin-top: .3rem;
        margin-bottom: .3rem;
        font-size: .15rem
    }

    .spw-pro-solu-gov-left-info {
        margin-left: .1rem;
        width: 50%;
        height: .25rem;
        line-height: .25rem
    }

    .spw-pro-solu-service-right-img {
        height: 2.5rem !important
    }

    .spw-pro-solu-gov-nav {
        margin-bottom: .1rem !important;
        margin-top: .05rem !important
    }

    .spw-pro-solu-service-right-title {
        font-size: .2rem;
        padding: .1rem;
        padding-bottom: .25rem
    }

    .spw-pro-solu-service-right-memo {
        font-size: .1rem;
        padding: .1rem
    }

    .spw-pro-solu-service-right-nav {
        padding: .05rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* width: 104%; */
        display: flex;
    }

    .spw-pro-solu-service-right-nav-img {
        width: 19%
    }

    .spw-pro-solu-service-right-nav-title {
        font-size: .13rem
    }

    .spw-pro-solu-service-bg {
        height: 4.1rem
    }

    .spw-pro-solu-gov-swiper {
        height: 3rem
    }

    .spw-pro-index-adv {
        padding: .05rem 0rem
    }

    .spw-pro-index-adv:hover {
        box-shadow: .01rem .02rem .25rem rgba(0, 0, 0, .2);
        transition: all .2s
    }

    .spw-pro-index-adv-left {
        width: 100%;
        float: left;
        height: .65rem
    }

    .spw-pro-index-adv-right {
        width: 100%;
        float: left;
        text-align: center
    }

    .spw-pro-index-adv-pic {
        height: .5rem;
        width: .56rem;
        border-radius: .04rem
    }

    .spw-pro-index-adv-pic img {
        width: .32rem;
        height: .32rem
    }

    .spw-pro-index-adv-title {
        font-size: .14rem;
        padding: .08rem;
        font-weight: bolder;
        font-stretch: normal;
        text-align: center
    }

    .spw-pro-index-adv-txt {
        display: none
    }

    .spw-pro-index-function-bg {
        padding-top: .01rem
    }

    .spw-pro-index-function, .spw-pro-index-function:hover .spw-pro-index-function {
        height: 1.2rem;
        padding: .1rem
    }

    .spw-pro-index-function-head, .spw-pro-index-function:hover .spw-pro-index-function-head {
        float: left;
        padding-top: .1rem;
        width: 25%;
        display: block;
        height: 1rem;
        padding-left: .1rem;
        padding-right: .1rem
    }

    .spw-pro-index-function:hover .spw-pro-index-function-head-icon {
        width: 100%
    }

    .spw-pro-index-function-head-icon img, .spw-pro-index-function:hover .spw-pro-index-function-head-icon img {
        width: .44rem;
        height: .44rem
    }

    .spw-pro-index-function-head-title, .spw-pro-index-function:hover .spw-pro-index-function-head-title {
        padding-top: .01rem;
        height: .4rem
    }

    .spw-pro-index-function-head-title h3, .spw-pro-index-function:hover .spw-pro-index-function-head-title h3 {
        font-size: .16rem
    }

    .spw-pro-index-function-item, .spw-pro-index-function:hover .spw-pro-index-function-item {
        display: none
    }

    .spw-pro-index-function-desc, .spw-pro-index-function:hover .spw-pro-index-function-desc {
        margin-top: .1rem;
        padding-left: .1rem;
        font-size: .14rem;
        display: -webkit-box;
        line-clamp: 5;
        -webkit-line-clamp: 5
    }

    .spw-pro-index-function-more {
        display: none
    }

    .spw-pro-index-function-mini {
        height: 1.1rem
    }

    .spw-pro-index-function-mini-left {
        width: 100%;
        height: .8rem
    }

    .spw-pro-index-function-mini-pic {
        width: .6rem;
        height: .6rem
    }

    .spw-pro-index-function-mini-pic img {
        width: .32rem;
        height: .32rem
    }

    .spw-pro-index-function-mini-right {
        width: 100%;
        height: .3rem;
        padding: 0;
        text-align: center
    }

    .spw-pro-index-function-mini-title {
        padding-top: 0rem
    }

    .spw-pro-index-function-mini-title h3 {
        font-size: .16rem
    }

    .spw-pro-index-function-mini-desc {
        display: none
    }

    .spw-pro-index-function-other {
        height: 2.5rem;
        padding: 0
    }

    .spw-pro-index-function-other-left {
        width: 100%;
        height: .5rem
    }

    .spw-pro-index-function-other-left h3 {
        width: 100%;
        padding-top: .1 rem；
    }

    .spw-pro-index-function-other-right {
        width: 100%;
        padding-top: .01rem
    }

    .spw-pro-index-function-other-item {
        height: .38rem;
        padding: .08rem;
        overflow: hidden;
        font-size: .14rem
    }

    .spw-pro-index-terminal {
        margin-right: .15rem
    }

    .spw-pro-index-terminal-item {
        width: 100%
    }

    .spw-pro-index-terminal-item img {
        width: .4rem
    }

    .spw-pro-index-terminal-item-show {
        padding-top: .1rem;
        padding-bottom: .1rem
    }

    .spw-pro-index-terminal-item-hide {
        padding-top: .1rem;
        padding-bottom: .1rem;
        transition: all .3s
    }

    .spw-pro-index-terminal-item-hide p {
        padding-top: .04rem
    }

    .spw-pro-index-service {
        margin-top: .4rem;
        margin-bottom: .2rem
    }

    .spw-pro-index-service-card {
        padding: .15rem;
        margin-top: .2rem;
        background-color: #fff;
        border-radius: .05rem;
        background-color: #fff;
        box-shadow: 0rem .03rem .1rem 0rem rgba(103, 111, 178, .3)
    }

    .spw-pro-index-service-title-icon {
        width: .05rem;
        height: .05rem;
        margin-top: .03rem
    }

    .spw-pro-index-service-title {
        font-size: .16rem
    }

    .spw-pro-index-service-item1, .spw-pro-index-service-item2 {
        font-size: .13rem;
        border-radius: .05rem;
        padding: .05rem;
        margin-right: .1rem;
        margin-top: .1rem
    }

    .spw-pro-index-service-tab {
        margin-top: .2rem;
        margin-bottom: .2rem
    }

    .spw-pro-index-service-tab ul {
        width: 90%;
        height: .6rem;
        border-radius: .2rem;
        padding: .14rem .18rem
    }

    .spw-pro-index-service-tab ul li {
        width: 24%;
        height: .32rem;
        line-height: .32rem;
        font-size: .13rem
    }

    .spw-pro-index-service-tab ul li.active, .spw-pro-index-service-tab ul li:hover {
        box-shadow: 0rem .06rem .1rem 0rem rgba(55, 107, 245, .4);
        border-radius: .1rem
    }

    .spw-pro-index-partner {
        margin-top: .35rem
    }

    .spw-pro-index-partner-item img {
        width: 100%;
        margin-top: .05rem;
        margin-bottom: .05rem
    }

    .spw-pro-pam-banner-animat-dot1 {
        height: 1rem;
        width: 1rem;
        top: -1.95rem;
        right: -2.9rem
    }

    .spw-pro-pam-banner-animat-dot2 {
        width: 1.6rem;
        height: 1.6rem;
        left: -0.2rem;
        top: -0.6rem
    }

    .spw-pro-pam-banner-animat-dot3 {
        width: 1.6rem;
        height: 1.6rem;
        left: 2.95rem;
        top: .55rem
    }

    .spw-pro-pam-ver-tab {
        width: 90%
    }

    .spw-pro-pam-ver-tab-item {
        padding-bottom: .1rem
    }

    .spw-pro-pam-ver-tab-item:after {
        border-top: .02rem solid red;
        z-index: 2;
        background: url(../images/helpcenter_sprites.webp) no-repeat -0.36rem -2.35rem;
        width: .8rem;
        height: .18rem;
        margin-left: -0.4rem
    }

    .spw-pro-pam-ver-tab-item p {
        font-size: .12rem;
        margin-top: .04rem
    }

    .spw-pro-pam-ver-tab-item span {
        font-size: .15rem;
        margin-top: .05rem;
        color: #999;
        font-weight: 600
    }

    .spw-pro-pam-ver-slide {
        box-shadow: 0 0 .16rem 0 rgba(0, 0, 0, .08);
        height: 3.6rem;
        padding-top: .15rem;
        padding-left: .15rem;
        padding-right: .15rem
    }

    .spw-pro-pam-ver-left {
        float: left;
        width: 100%
    }

    .spw-pro-pam-ver-name {
        display: none;
        font-size: .18rem;
        margin-top: .1rem
    }

    .spw-pro-pam-ver-desc {
        font-size: .12rem;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-pam-ver-center {
        display: none;
        float: left;
        width: 15%;
        font-size: .16rem;
        margin-right: 0rem;
        margin-top: .2rem
    }

    .spw-pro-pam-ver-right {
        float: left;
        width: 100%;
        margin-top: .1rem;
        position: relative
    }

    .spw-pro-pam-ver-item {
        margin-bottom: .1rem;
        margin-top: .1rem;
        background-color: #f0f0f0;
        padding: .1rem
    }

    .spw-pro-pam-ver-item a {
        font-size: .14rem
    }

    .spw-pro-pam-ver-item h4 {
        color: #666;
        font-size: .15rem;
        font-weight: 600
    }

    .spw-pro-pam-ver-item p {
        font-size: .12rem
    }

    .spw-pro-pam-fun-tab-content {
        border-radius: .06rem;
        width: .6rem;
        height: .85rem
    }

    .spw-pro-pam-fun-tab-item {
        margin-top: .12rem
    }

    .spw-pro-pam-fun-tab li.active .spw-pro-pam-fun-tab-item-icon {
        height: .01rem
    }

    .spw-pro-pam-fun-tab-item-img {
        height: .24rem;
        margin: .05rem auto
    }

    .spw-pro-pam-fun-tab-item-title {
        font-size: .12rem;
        line-height: .14rem;
        padding-top: .03rem
    }

    .spw-pro-pam-fun-body {
        width: 100%;
        height: 2.2rem;
        margin-top: .08rem
    }

    .spw-pro-pam-fun-item-top {
        padding-top: .05rem;
        border-bottom: 0px
    }

    .spw-pro-pam-fun-item-title {
        font-size: .15rem;
        padding-left: .15rem;
        height: .16rem
    }

    .spw-pro-pam-fun-item-img {
        width: .16rem
    }

    .spw-pro-pam-fun-item-desc {
        display: none;
        font-size: .12rem;
        padding-top: .1rem;
        line-height: .2rem;
        font-weight: 100
    }

    .spw-pro-pam-support {
        margin-top: .4rem
    }

    .spw-pro-pam-support-item {
        padding: .15rem .15rem;
        border: 1px #f2f2f2 solid
    }

    .spw-pro-pam-support-item img {
        width: .3rem
    }

    .spw-pro-pam-support-item-title {
        padding-top: .1rem;
        font-size: .15rem
    }

    .spw-pro-pam-support-item-desc {
        display: none;
        height: 1.2rem;
        padding-top: .1rem;
        font-size: .12rem;
        line-height: .18rem;
        padding-bottom: .4rem
    }

    .spw-pro-com-shownum {
        top: 2.3rem;
        width: 92%
    }

    .spw-pro-com-shownum-box {
        padding-top: .2rem;
        padding-bottom: .15rem
    }

    .spw-pro-com-shownum-item img {
        width: .59rem;
        height: .21rem
    }

    .spw-pro-com-shownum-item3 img {
        width: .69rem;
        height: .21rem;
        margin-top: -0.015rem
    }

    .spw-pro-com-shownum-item p {
        font-size: .12rem;
        line-height: .18rem
    }

    .spw-pro-com-shownum-item3 p {
        font-size: .12rem;
        line-height: .18rem
    }

    .spw-pro-com-vsbox {
        margin-top: .8rem
    }

    .spw-pro-com-vsbox-tab {
        background-color: #e6f0ff;
        border-radius: .15rem;
        width: 92%;
        height: .35rem;
        margin-left: 4%;
        display: flex
    }

    .spw-pro-com-vsbox-tab-title {
        font-size: .15rem;
        text-align: center;
        display: inline-block;
        flex: 1;
        margin: auto;
        color: #388fff
    }

    .spw-pro-com-vsbox-tab .active {
        text-align: center;
        display: inline-block;
        flex: 1;
        margin: auto;
        padding-top: .075rem;
        padding-bottom: .075rem;
        background: #388fff !important;
        background: -webkit-linear-gradient(left, #388fff, #12CD9A) !important;
        background: -o-linear-gradient(left, #388fff, #12CD9A) !important;
        background: -moz-linear-gradient(left, #388fff, #12CD9A) !important;
        background: linear-gradient(left, #388fff, #12CD9A) !important;
        border-radius: .15rem
    }

    .spw-pro-com-vsbox-tab .active a {
        font-size: .15rem;
        color: #fff !important
    }

    .spw-pro-com-vsbox-content {
        margin-top: .17rem;
        clear: both;
        background-color: #fff;
        border-radius: .05rem;
        position: relative;
        height: 1.65rem
    }

    .spw-pro-com-vsbox-item1 {
        padding: .15rem;
        vertical-align: middle;
        display: inline-block;
        width: 42%
    }

    .spw-pro-com-vsbox-item1 p {
        color: #388fff;
        font-size: .15rem;
        text-align: right;
        font-weight: bold;
        position: absolute;
        top: .12rem;
        left: .45rem
    }

    .spw-pro-com-vsbox-item2 {
        padding: .15rem;
        vertical-align: middle;
        display: inline-block;
        width: 42%
    }

    .spw-pro-com-vsbox-item2 p {
        text-align: left;
        font-size: .15rem;
        color: #666;
        margin-bottom: .12rem;
        font-weight: bold;
        position: absolute;
        top: .12rem;
        right: .6rem
    }

    .spw-pro-com-vsbox-vsicon {
        vertical-align: middle;
        width: .44rem;
        height: .44rem;
        display: inline-block;
        margin-top: .25rem
    }

    .spw-pro-com-vsbox-item-content {
        font-size: .12rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .23rem;
        letter-spacing: 0;
        color: #666;
        text-align: left;
        position: absolute;
        top: .4rem;
        width: 33%
    }

    .spw-pro-com-adv {
        margin-top: .43rem
    }

    .spw-pro-com-adv-box {
        padding: 0 0
    }

    .spw-pro-com-adv-item {
        width: 33.33%;
        height: 1.1rem
    }

    .spw-pro-com-adv-item p {
        font-size: .12rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .18rem;
        letter-spacing: 0rem;
        margin-top: -0.3rem
    }

    .spw-pro-com-adv-item img {
        width: .4rem;
        height: .4rem
    }

    .spw-pro-com-solu {
        margin-top: .4rem
    }

    .spw-pro-com-solu-mob {
        padding-top: .05rem
    }

    .spw-pro-com-solu-mob-item {
        padding: .05rem .15rem;
        margin-top: .1rem
    }

    .spw-pro-com-solu-mob-item-title {
        font-size: .16rem;
        font-weight: 600;
        font-stretch: normal;
        line-height: .18rem;
        letter-spacing: 0rem;
        text-align: center;
        color: #388fff
    }

    .spw-pro-com-solu-mob-item-img {
        width: 100%;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-com-solu-mob-item-desc {
        font-size: .12rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .18rem;
        letter-spacing: 0rem;
        color: #666;
        margin-bottom: 0 !important
    }

    .spw-pro-com-solu-estate {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        position: relative
    }

    .spw-pro-com-solu-estate-logo-box {
        display: none
    }

    .spw-pro-com-solu-estate-item {
        position: static;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: .2rem
    }

    .spw-pro-com-solu-estate-item ul li {
        font-size: .14rem;
        line-height: .18rem
    }

    .spw-pro-com-solu-estate-item p {
        font-size: .16rem;
        line-height: .3rem
    }

    .spw-pro-com-solu-estate-item-right, .spw-pro-com-solu-estate-item-left {
        position: static;
        width: .4rem;
        min-width: .4rem;
        top: 0;
        left: 0;
        border-radius: 10px 0px 0px 10px
    }

    .spw-pro-com-function {
        margin-top: .3rem
    }

    .spw-pro-com-function-card {
        padding: .05rem;
        height: 100%
    }

    .spw-pro-com-function-card img {
        width: 100%
    }

    .spw-pro-street-adv {
        margin-top: .2rem
    }

    .spw-pro-street-adv-item {
        height: 1rem
    }

    .spw-pro-street-adv-item p {
        top: 2rem;
        padding: 0 .15rem;
        height: .22rem;
        line-height: .16rem
    }

    .spw-pro-street-adv-item:hover div h4 {
        margin-top: .15rem
    }

    .spw-pro-street-adv-item:hover p {
        top: .5rem
    }

    .spw-pro-street-adv-item-title {
        border-radius: .1rem
    }

    .spw-pro-street-adv-item-title h4 {
        font-size: .18rem;
        height: .2rem;
        line-height: .2rem;
        margin-top: 30%
    }

    .spw-pro-street-question {
        margin-top: .3rem
    }

    .spw-pro-street-question ul:first-child {
        margin-bottom: .4rem
    }

    .spw-pro-street-question ul li {
        margin-bottom: .1rem
    }

    .spw-pro-street-question-con {
        height: 100%;
        border-radius: .1rem
    }

    .spw-pro-street-question-con:hover {
        box-shadow: 0rem .08rem .12rem 0rem rgba(179, 179, 179, .4)
    }

    .spw-pro-street-question-con-title {
        height: .5rem
    }

    .spw-pro-street-question-con-title p {
        background-size: .28rem;
        line-height: .5rem;
        font-size: .18rem
    }

    .spw-pro-street-question-con-details {
        margin: .2rem auto
    }

    .spw-pro-street-question-con-details p {
        font-size: .12rem;
        height: .36rem;
        line-height: .2rem;
        padding-left: .1rem;
        padding-right: .1rem
    }

    .spw-pro-street-question-con-details p span {
        width: .08rem;
        height: .08rem;
        border-radius: 50%;
        margin-right: .13rem
    }

    .spw-pro-street-solution {
        margin-top: .68rem
    }

    .spw-pro-street-solution-guide, .spw-pro-street-solution-manage, .spw-pro-street-solution-safe, .spw-pro-street-solution-livelihood, .spw-pro-street-solution-data, .spw-pro-street-solution-activity {
        margin-top: .4rem;
        box-shadow: rgba(179, 179, 179, .4) 0rem 0rem .12rem .05rem;
        border-radius: .1rem
    }

    .spw-pro-street-solution-text {
        padding: 0 .15rem
    }

    .spw-pro-street-solution-text-con {
        padding-top: .2rem;
        padding-bottom: .3rem
    }

    .spw-pro-street-solution-text-con h4 {
        font-size: .4rem;
        line-height: .64rem
    }

    .spw-pro-street-solution-text-con h6 {
        font-size: .18rem;
        margin-top: .1rem
    }

    .spw-pro-street-solution-text-con h5 {
        font-size: .2rem;
        margin-bottom: .2rem
    }

    .spw-pro-street-solution-text-con p {
        font-size: .14rem;
        line-height: .24rem;
        text-indent: .24rem
    }

    .spw-pro-street-solution-livelihood-pic, .spw-pro-street-solution-data-pic {
        height: 3.5rem
    }

    .spw-pro-street-solution-livelihood-pic img, .spw-pro-street-solution-data-pic img {
        padding-top: .4rem
    }

    .spw-pro-street-function {
        margin-top: .4rem
    }

    .spw-pro-street-function-details {
        height: 2rem;
        margin-top: .2rem;
        padding-top: .16rem
    }

    .spw-pro-street-function-details-content {
        width: 75%
    }

    .spw-pro-street-function-details-content ul {
        width: 100%
    }

    .spw-pro-park-title h4 {
        font-size: .14rem;
        margin-top: .1rem
    }

    .spw-pro-park-title h3 {
        font-size: .17rem;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-park-title p {
        font-size: .12rem
    }

    .spw-pro-park-solu-hardware-list {
        width: 1.33rem
    }

    .spw-pro-index-advantage-content:not(.more):hover .spw-pro-index-advantage-img {
        filter: none !important
    }

    .sp-bg-color-blue {
        background: linear-gradient(#388fff, #09674C) !important
    }

    .spw-nav-bar-black .sp-navbar-nav > .active > a {
        color: #fff !important;
        border-bottom: 2px solid #fff !important;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .spw-nav-bar-black .sp-navbar-nav > li > a {
        color: #fff !important;
        border-bottom: 2px solid #fff !important
    }

    .spw-nav-bar-black .sp-navbar-nav > li > a:hover {
        color: #fff !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: 2px solid #fff !important
    }

    .spw-banner-content {
        width: 4rem
    }

    .swiper-title {
        font-size: .12rem;
        padding-top: .05rem;
        padding-bottom: .05rem
    }

    .spw-pro-item-pic-top {
        margin-top: .2rem !important
    }

    .spw-pro-index-adv-title-fonsize {
        font-size: .12rem !important;
        padding: .05rem !important
    }

    .spw-pro-index-pam-bottom {
        margin-bottom: .05rem;
        margin-top: .1rem
    }

    .spw-pro-index-advantage-img, .spw-pro-com-adv-img {
        height: 1.1rem !important;
        padding: .1rem 0 !important
    }

    .spw-pro-gov-xs-display {
        flex-wrap: nowrap;
        height: .5rem !important;
        padding: .06rem !important
    }

    .spw-pro-item-subtitle-fonsize-left {
        text-align: left !important
    }

    .spw-pro-item-height33 {
        width: 33%
    }

    .spw-pro-index-advantage-content .spw-pro-index-advantage-img .spw-pro-index-adv-left {
        width: .4rem;
        height: .4rem
    }

    .spw-pro-gov-xs-swiper {
        margin-top: 10%
    }

    .spw-pro-item-title-xs {
        color: #ff3c30 !important;
        font-size: .17rem !important
    }

    .spw-pro-index-adv-title-fonsize1 {
        padding: .12rem !important
    }

    .spw-pro-com-banner-num {
        font-size: .17rem !important;
        padding-bottom: .05rem;
        color: #2576fb !important
    }

    .spw-pro-com-adv-img img {
        width: .4rem
    }

    .spw-pro-com-com-title h2 {
        font-size: .12rem
    }

    .spw-pro-com-com-title p {
        font-size: .1rem
    }

    .spw-pro-com-com-title, .spw-pro-com-com-img {
        padding: .1rem
    }

    .spw-pro-com-com-right {
        height: 1.7rem
    }

    .spw-pro-com-com-right-gov {
        padding: .04rem;
        margin-top: 10%;
        width: 28% !important
    }

    .spw-pro-com-com-right-gov img {
        width: .3rem
    }

    .spw-pro-com-com-right-gov-xs {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .spw-pro-index-advantage-content:not(.more):hover .spw-pro-com-adv-img {
        filter: none
    }

    .spw-pro-com-com-right-gov-xs img {
        /*width: .6rem !important;*/
        height: .6rem !important
    }

    .spw-pro-com-index-case {
        height: 6rem
    }

    .spw-pro-com-index-case-bg {
        background-size: 100% 5rem;
        height: 7rem
    }

    .spw-pro-overview-brief {
        padding-left: .15rem;
        padding-right: .15rem;
        padding-top: .2rem;
        padding-bottom: .3rem;
        margin-bottom: .3rem
    }

    .spw-pro-overview-brief-title {
        font-size: .18rem;
        height: .55rem
    }

    .spw-pro-overview-brief-cont {
        padding-top: .2rem;
        font-size: .14rem
    }

    .spw-pro-overview-brief-cont p {
        font-size: .14rem
    }

    .spw-pro-overview-pain ul li {
        border-radius: .05rem;
        padding: .16rem .1rem
    }

    .spw-pro-overview-pain ul li img {
        width: .6rem
    }

    .spw-pro-overview-pain ul li p {
        margin-top: .18rem;
        font-size: .14rem;
        line-height: .24rem
    }

    .spw-pro-service-content {
        margin-top: .2rem;
        height: 3.2rem
    }

    .spw-pro-service-content-slide {
        height: 2.9rem;
        border-radius: .1rem;
        padding: 0 .15rem
    }

    .spw-pro-service-content-top {
        height: 1.8rem;
        padding: .1rem .05rem
    }

    .spw-pro-service-content-text {
        width: 100%;
        height: 1.5rem
    }

    .spw-pro-service-content-pic {
        width: 2.18rem;
        height: 1.8rem;
        padding-top: .5rem
    }

    .spw-pro-service-content-title {
        font-size: 0rem;
        padding-top: .12rem
    }

    .spw-pro-service-content-title span {
        font-size: .18rem;
        line-height: .28rem
    }

    .spw-pro-service-content-desc {
        height: 1.2rem;
        font-size: .12rem;
        line-height: .18rem;
        padding-top: .08rem;
        overflow: hidden;
        line-clamp: 6;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical
    }

    .spw-pro-service-content-bottom {
        padding: .2rem .1rem
    }

    .spw-pro-service-content-item {
        font-size: .1rem
    }

    .spw-pro-service-content-item img {
        width: .4rem;
        height: .4rem;
        padding: .05rem
    }

    .spw-pro-service-content-item p {
        margin-top: .06rem
    }

    .spw-pro-function {
        margin-top: .3rem
    }

    .spw-pro-function-cat {
        margin-left: .05rem;
        margin-right: .05rem;
        margin-bottom: .3rem;
        padding: .15rem !important;
        box-sizing: border-box
    }

    .spw-pro-function-cat-text {
        opacity: 1;
        width: 100%
    }

    .spw-pro-function-cat-text h2 {
        font-size: .25rem !important;
        padding-top: .15rem
    }

    .spw-pro-function-cat-text p {
        margin-top: .15rem;
        font-size: .14rem;
        line-height: .2rem
    }

    .spw-pro-function-cat-text ul {
        margin-top: .15rem !important
    }

    .spw-pro-function-cat-text ul li {
        height: .24rem;
        font-size: .14rem;
        margin: 0 .05rem .1rem .05rem
    }

    .spw-pro-function-cat-pic {
        opacity: 1
    }

    .spw-pro-function-cat-pic img {
        width: 94%
    }

    .spw-pro-function-list-right {
        margin-top: .8rem;
        margin-bottom: .2rem
    }

    .spw-pro-function-list-body {
        margin-top: .3rem
    }

    .spw-pro-function-list-item {
        padding: .15rem;
        border-radius: .03rem
    }

    .spw-pro-function-list-item-title {
        font-size: .15rem;
        margin-bottom: .1rem;
        height: .2rem
    }

    .spw-pro-function-list-item-desc {
        height: .7rem;
        font-size: .12rem
    }

    .spw-pro-function-list-item-more {
        margin-top: .3rem
    }

    .spw-pro-function-show-title {
        border-radius: .03rem;
        padding: .15rem .2rem
    }

    .spw-pro-function-show-title h1 {
        font-size: .2rem
    }

    .spw-pro-function-show-body-lable {
        font-size: .16rem;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-function-show-body-txt {
        font-size: .13rem;
        line-height: .23rem
    }

    .spw-pro-show {
        margin-top: .5rem;
        height: 7.7rem
    }

    .spw-pro-show-head-title {
        font-size: .24rem;
        line-height: .18rem;
        margin-bottom: .1rem
    }

    .spw-pro-show-head-subtitle {
        width: 90%;
        font-size: .14rem;
        line-height: .18rem;
        height: 1rem;
        overflow: hidden;
        padding-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-show-content {
        margin-top: .1rem;
        padding: .1rem .16rem;
        border-radius: .1rem
    }

    .spw-pro-show-content-title {
        font-size: .15rem;
        margin-bottom: .1rem
    }

    .spw-pro-show-content-img {
        height: .16rem;
        top: .01rem
    }

    .spw-pro-show-content-p {
        font-size: .1rem;
        margin-bottom: .015rem
    }

    .spw-pro-about-box {
        margin-top: .18rem;
        padding: .15rem
    }

    .spw-pro-about-box1 {
        margin-top: .3rem
    }

    .spw-pro-about-title {
        font-size: .2rem
    }

    .spw-pro-about-box1-text p {
        font-size: .14rem;
        line-height: .23rem;
        margin-top: .1rem
    }

    .spw-pro-about-box2 {
        margin-top: .25rem
    }

    .spw-pro-about-box2 p {
        font-size: .2rem;
        margin-bottom: .1rem
    }

    .spw-pro-about-loction {
        margin-right: .02rem;
        padding: .05rem
    }

    .spw-pro-about-box3 {
        margin-top: .3rem
    }

    .spw-pro-about-box3 p {
        font-size: .2rem;
        margin-bottom: .15rem
    }

    .spw-pro-about-box3-text {
        font-size: .14rem;
        line-height: .23rem
    }

    .spw-pro-about-box3 img {
        margin-top: .15rem
    }

    .spw-pro-about-branch {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .spw-pro-about-branch-card {
        padding: .12rem .2rem
    }

    .spw-pro-about-branch-name {
        font-size: .16rem;
        margin-bottom: .1rem
    }

    .spw-pro-about-branch-card p:nth-child(2), .spw-pro-about-branch-card p:nth-child(3) {
        font-size: .12rem
    }

    .spw-pro-about-contact {
        padding: .15rem .12rem
    }

    .spw-pro-about-contact-name {
        font-size: .15rem
    }

    .spw-pro-about-contact-purpose {
        font-size: .12rem;
        margin-top: .1rem
    }

    .spw-pro-about-contact-text p {
        font-size: .11rem;
        margin-top: .1rem
    }
}

@media only screen and (min-width: 992px) {
    .spw-pro {
        margin-bottom: 30px
    }

    .spw-pro-header-noheight {
        height: 2px !important;
        margin-top: 32px !important
    }

    .spw-pro-header {
        height: 68px;
        line-height: 68px;
        padding-left: 30px;
        padding-right: 30px
    }

    .spw-pro-header-title {
        font-size: 24px
    }

    .spw-pro-item-btn-small {
        width: 70px;
        padding: 3px 4px;
        border-radius: 15px;
        margin: 25px auto
    }

    .spw-pro-item {
        height: 275px;
        width: 100%
    }

    .spw-pro-item-pic {
        margin-top: 25px
    }

    .spw-pro-item-pic-img {
        margin: 30px auto 0px auto;
        width: 88px;
        height: 88px
    }

    .spw-pro-item-title {
        color: #333;
        text-align: center;
        font-size: 28px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }

    .spw-pro-item-subtitle {
        line-height: 22px;
        font-size: 12px;
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .spw-pro-item:hover .spw-pro-item-hide {
        display: block;
        width: 100%
    }

    .spw-pro-item-hide {
        padding: 30px 40px
    }

    .spw-pro-item-hide-left {
        width: 69%;
        padding-top: 20px;
        font-size: 12px
    }

    .spw-pro-item-hide-title {
        font-size: 18px
    }

    .spw-pro-item-hide-subtitle {
        padding-top: 5px
    }

    .spw-pro-item-hide-desc {
        line-height: 22px;
        padding-top: 15px;
        height: 82px
    }

    .spw-pro-item-hide-case {
        font-size: 14px;
        margin-top: 20px;
        height: 40px;
        line-height: 22px
    }

    .spw-pro-item-hide-right {
        width: 22%;
        margin-top: 20px
    }

    .spw-pro-item-hide-pic {
        width: 88px;
        height: 88px
    }

    .spw-pro-item-btn {
        width: 102px;
        height: 32px;
        line-height: 32px;
        border-radius: 20px;
        margin: 60px auto 10px auto;
        font-size: 14px
    }

    .spw-pro-item-main-small {
        padding: 20px 25px 20px 15px;
        height: 200px
    }

    .spw-pro-item-small:hover .spw-pro-item-small-hide {
        display: block
    }

    .spw-pro-item-small {
        height: 192px
    }

    .spw-pro-item-small-pic {
        width: 44px;
        padding-top: 46px
    }

    .spw-pro-item-small-pic-img {
        width: 44px;
        height: 44px
    }

    .spw-pro-item-small-title {
        color: #333;
        font-size: 16px;
        padding-top: 15px
    }

    .spw-pro-item-small-hide-left {
        width: 60%;
        padding-left: 36px;
        padding-top: 28px
    }

    .spw-pro-item-small-hide-case {
        padding-top: 20px;
        line-height: 24px;
        font-size: 14px
    }

    .spw-pro-item-small-hide-title {
        font-size: 18px;
        padding-top: 16px
    }

    .spw-pro-item-small-hide-right {
        width: 33%;
        padding-right: 10px;
        padding-top: 45px
    }

    .spw-pro-item-small-btn {
        width: 88px;
        height: 30px;
        margin-right: 10px;
        border-radius: 20px;
        line-height: 30px;
        margin-top: 30px;
        font-size: 14px
    }

    .spw-pro-footer .spw-pro-item-small .spw-pro-item-small-hrsb {
        height: 162px;
        margin-top: 17px
    }

    .spw-pro-gov {
        margin-bottom: 30px;
        min-height: 160px
    }

    .spw-pro-gov-user {
        height: 282px
    }

    .spw-pro-gov-content {
        width: 85%;
        float: left;
        position: relative;
        height: 160px;
        border-bottom: 1px solid #e2e2e2;
        background: #fff
    }

    .spw-pro-gov-content-user {
        height: 280px
    }

    .spw-pro-gov-center {
        width: 50%;
        float: left
    }

    .spw-pro-gov-center-top {
        width: 100%;
        height: 144px;
        border-bottom: 1px solid #e2e2e2;
        float: left
    }

    .spw-pro-gov-center-bottom {
        width: 100%;
        height: 144px;
        border-bottom: 1px solid #e2e2e2
    }

    .spw-pro-gov-title {
        background: url(../images/sp_pro_gov_title_bg.webp) no-repeat;
        width: 15%;
        height: 60px;
        text-align: left;
        color: #fff;
        line-height: 56px;
        font-size: 20px;
        padding-left: 15px;
        font-weight: bold;
        float: left;
        border-right: 1px solid #e2e2e2
    }

    .spw-pro-gov-item {
        width: 12.5%;
        padding-left: 15px;
        border-right: 1px solid #e2e2e2;
        height: 160px;
        text-align: center;
        padding-bottom: 20px;
        display: block;
        float: left;
        transition: all .2s
    }

    .spw-pro-gov-item-title {
        font-size: 14px;
        color: #212b38;
        text-align: left;
        padding-left: 5px;
        width: 75px;
        overflow: hidden;
        padding-top: 30px;
        text-align: left
    }

    .spw-pro-gov-item-pic {
        margin: 15px auto;
        width: 54px;
        height: 54px
    }

    .spw-pro-gov-item:hover, .spw-pro-gov-item-big:hover, .spw-pro-gov-item-small:hover, .spw-pro-gov-item-xs:hover {
        background: #388fff;
        background: -webkit-linear-gradient(90deg, #388fff, #12CD9A);
        background: -o-linear-gradient(90deg, #388fff, #12CD9A);
        background: -moz-linear-gradient(90deg, #388fff, #12CD9A);
        background: linear-gradient(90deg, #388fff, #12CD9A);
        transition: all .3s;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        box-shadow: 0 0px 13px rgba(0, 0, 10, .3);
        color: #fff
    }

    .spw-pro-gov-item:hover img, .spw-pro-gov-item-big:hover img, .spw-pro-gov-item-small:hover img, .spw-pro-gov-item-xs:hover img {
        filter: brightness(100)
    }

    .spw-pro-gov-item:hover p, .spw-pro-gov-item-big:hover p, .spw-pro-gov-item-small:hover p, .spw-pro-gov-item-xs:hover p, .spw-pro-gov-item:hover h3, .spw-pro-gov-item-big:hover h3, .spw-pro-gov-item-small:hover h3, .spw-pro-gov-item-xs:hover h3 {
        color: #fff
    }

    .spw-pro-gov-item-small {
        width: 50%;
        float: left;
        position: relative;
        border-right: 1px solid #e2e2e2;
        height: 144px;
        padding: 25px
    }

    .spw-pro-gov-item-small-title {
        color: #212b38;
        font-size: 16px
    }

    .spw-pro-gov-item-small-subtitle {
        color: #999;
        font-size: 12px;
        padding-top: 5px
    }

    .spw-pro-gov-item-small-pic {
        width: 66px;
        height: 66px;
        float: right
    }

    .spw-pro-gov-item-small-pic-img {
        width: 64px;
        height: 64px
    }

    .spw-pro-gov-item-xs {
        float: left;
        position: relative;
        border-right: 1px solid #e2e2e2;
        height: 144px;
        padding: 25px;
        width: 25%;
        height: 136px
    }

    .spw-pro-gov-item-xs-title {
        font-size: 14px;
        color: #212b38
    }

    .spw-pro-gov-item-xs-pic {
        width: 44px;
        height: 44px;
        margin: 10px auto
    }

    .spw-pro-gov-item-xs-pic-img {
        width: 44px;
        height: 44px
    }

    .spw-pro-gov-item-big {
        float: left;
        width: 25%;
        height: 280px;
        border-right: 1px solid #e2e2e2;
        padding: 24px
    }

    .spw-pro-gov-item-big-title {
        font-size: 22px;
        color: #212b38;
        margin-top: 20px
    }

    .spw-pro-gov-item-big-txt {
        font-size: 12px;
        color: #999;
        padding-top: 5px;
        width: 132px;
        overflow: hidden
    }

    .spw-pro-gov-item-big-pic {
        text-align: right;
        margin-top: 30px
    }

    .spw-pro-gov-item-big-pic-img {
        width: 110px;
        height: 110px
    }

    .spw-pro-solu-pic {
        display: block
    }

    .spw-pro-solu-pic-mob {
        display: none
    }

    .spw-pro-solu-party:hover {
        background: #ff3030;
        background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -moz-transform: scale(1.02);
        box-shadow: 0 0px 23px rgba(0, 0, 0, .3);
        transition: all .2s
    }

    .spw-pro-solu-party:hover .spw-pro-solu-party-pic-img {
        filter: brightness(100)
    }

    .spw-pro-solu-party:hover .spw-pro-solu-party-title, .spw-pro-solu-party:hover .spw-pro-solu-party-subtitle {
        color: #fff
    }

    .spw-pro-solu-party:hover .spw-pro-solu-party-btn {
        border: 1px solid #fff;
        color: #fff
    }

    .spw-pro-solu-party:hover .spw-pro-solu-party-btn:hover {
        color: red;
        background: #fff
    }

    .spw-pro-index-terminal {
        margin-right: 15px
    }

    .spw-pro-index-terminal-item {
        height: 150px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #e2e2e2
    }

    .spw-pro-index-terminal-item-show {
        padding-top: 30px;
        height: 180px
    }

    .spw-pro-index-terminal-item-show p {
        padding-top: 5px
    }

    .spw-pro-index-terminal-item-hide {
        height: 149px;
        padding-top: 30px;
        transition: all .3s
    }

    .spw-pro-index-terminal-item-hide p {
        padding-top: 10px
    }

    .spw-pro-index-service {
        margin-top: 80px
    }

    .spw-pro-index-service-left {
        float: left;
        display: block;
        width: 49%
    }

    .spw-pro-index-service-left img {
        width: 100%
    }

    .spw-pro-index-service-right {
        float: left;
        display: block;
        width: 49%
    }

    .spw-pro-index-service-right-body {
        top: 0;
        padding-left: 50px
    }

    .spw-pro-index-service-title-icon {
        width: 8px;
        height: 8px;
        margin-top: 3px
    }

    .spw-pro-index-service-title {
        font-size: 20px;
        line-height: 36px
    }

    .spw-pro-index-service-item1, .spw-pro-index-service-item2 {
        font-size: 14px;
        border-radius: 4px;
        padding: 5px;
        margin-right: 15px;
        margin-bottom: 10px
    }

    .spw-pro-index-service-tab {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .spw-pro-index-service-tab ul {
        width: 50%;
        height: 76px;
        border-radius: 38px;
        padding: 18px 18px
    }

    .spw-pro-index-service-tab ul li {
        width: 24%;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .spw-pro-index-service-tab ul li.active, .spw-pro-index-service-tab ul li:hover {
        box-shadow: 0px 6px 10px 0px rgba(55, 107, 245, .4);
        border-radius: 20px
    }

    .spw-pro-index-partner {
        margin-top: 80px
    }

    .spw-pro-index-partner-item img {
        width: 100%;
        margin-top: 10px
    }

    .spw-pro-pam-banner-animat-dot1 {
        height: 100px;
        width: 100px;
        top: -195px;
        right: -375px
    }

    .spw-pro-pam-banner-animat-dot2 {
        width: 160px;
        height: 160px;
        left: 65px;
        top: -60px
    }

    .spw-pro-pam-banner-animat-dot3 {
        width: 160px;
        height: 160px;
        left: 380px;
        top: 55px
    }

    .spw-pro-pam-ver-tab {
        width: 70%
    }

    .spw-pro-pam-ver-tab-item {
        width: 25%;
        float: left;
        cursor: pointer;
        position: relative;
        padding-bottom: 10px;
        z-index: 1;
        overflow: hidden
    }

    .spw-pro-pam-ver-tab-item:after {
        border-top: 2px solid red;
        content: " ";
        position: absolute;
        z-index: 2;
        background: url(../images/spw_pam_ver_tab_icon.webp) no-repeat 25px -10px;
        width: 80px;
        height: 24px;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        display: none
    }

    .spw-pro-pam-ver-tab-item p {
        font-size: 20px;
        color: #999;
        display: block;
        text-align: center;
        margin-top: 6px
    }

    .spw-pro-pam-ver-tab-item span {
        font-size: 24px;
        color: #212121;
        display: block;
        text-align: center;
        margin-top: 10px
    }

    .spw-pro-pam-ver-tab-item.active:after {
        display: block
    }

    .spw-pro-pam-ver-tab-item.active span, .spw-pro-pam-ver-tab-item span:hover {
        color: red
    }

    .spw-pro-pam-ver-slide {
        background: url(../images/box3_bg.webp) no-repeat;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
        box-sizing: border-box;
        display: none;
        height: 377px;
        padding-top: 41px;
        padding-left: 54px;
        padding-right: 54px
    }

    .spw-pro-pam-ver-slide.active {
        display: block
    }

    .spw-pro-pam-ver-left {
        float: left;
        width: 30%
    }

    .spw-pro-pam-ver-name {
        font-size: 24px;
        margin-top: 20px;
        font-weight: 600
    }

    .spw-pro-pam-ver-desc {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .spw-pro-pam-ver-center {
        float: left;
        width: 15%;
        font-size: 22px;
        margin-left: 40px;
        margin-right: 0px;
        margin-top: 36px;
        font-weight: 600
    }

    .spw-pro-pam-ver-right {
        float: left;
        width: 40%;
        border-left: 1px solid #dedede;
        padding-left: 30px;
        margin-top: 10px;
        position: relative
    }

    .spw-pro-pam-ver-item {
        margin-bottom: 28px;
        cursor: pointer;
        margin-top: 10px;
        line-height: 1.5
    }

    .spw-pro-pam-ver-item a {
        font-size: 22px;
        color: #333
    }

    .spw-pro-pam-ver-item h4 {
        color: #555
    }

    .spw-pro-pam-ver-item h4:hover {
        color: red
    }

    .spw-pro-pam-ver-item p {
        color: #999;
        font-size: 14px
    }

    .spw-pro-pam-fun-tab-content {
        border-radius: 12px;
        width: 108px;
        height: 108px
    }

    .spw-pro-pam-fun-tab-item {
        margin-top: 18px
    }

    .spw-pro-pam-fun-tab li.active .spw-pro-pam-fun-tab-item-icon {
        width: 29px;
        height: 16px;
        margin: 20px auto 0px auto
    }

    .spw-pro-pam-fun-tab-item-title {
        font-size: 18px;
        padding-top: 3px
    }

    .spw-pro-pam-fun-tab-item-img {
        height: 44px;
        margin: 5px auto
    }

    .spw-pro-pam-fun-body {
        height: 506px;
        margin-top: 50px
    }

    .spw-pro-pam-fun-item-top {
        padding-bottom: 12px;
        padding-top: 20px
    }

    .spw-pro-pam-fun-item-title {
        font-size: 18px;
        padding-left: 15px
    }

    .spw-pro-pam-fun-item-img {
        width: 30px;
        height: 30px
    }

    .spw-pro-pam-fun-item-desc {
        font-size: 14px;
        padding-top: 15px;
        line-height: 26px
    }

    .spw-pro-pam-support {
        margin-top: 80px
    }

    .spw-pro-pam-support-item {
        padding: 48px 58px;
        margin-top: -27px
    }

    .spw-pro-pam-support-item-img {
        margin-top: -27px
    }

    .spw-pro-pam-support-item-title {
        padding-top: 32px;
        font-size: 18px
    }

    .spw-pro-pam-support-item-desc {
        height: 120px;
        padding-top: 24px;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 40px
    }

    .spw-pro-com-shownum {
        top: -70px;
        width: 100%
    }

    .spw-pro-com-shownum-box {
        height: 130px;
        padding-top: 35px;
        padding-bottom: 15px;
        z-index: 1099;
        box-shadow: 0 0 50px rgba(0, 0, 0, .15)
    }

    .spw-pro-com-shownum-item img {
        width: 87px;
        height: 29px
    }

    .spw-pro-com-shownum-item3 img {
        width: 115px;
        height: 30px;
        margin-top: -3px
    }

    .spw-pro-com-shownum-item p {
        font-size: 16px;
        line-height: 36px
    }

    .spw-pro-com-shownum-item3 p {
        font-size: 16px;
        line-height: 36px
    }

    .spw-pro-com-vsbox {
        margin-top: 120px;
        width: 100%;
        text-align: center
    }

    .spw-pro-com-vsbox-pc-body, .spw-pro-com-vsbox-pc-body {
        padding: 20px;
        width: 44%;
        display: inline-block;
        clear: both;
        vertical-align: middle
    }

    .spw-pro-com-vsbox-pc-body p {
        margin: 0;
        text-align: center;
        color: #388fff;
        font-size: 20px;
        font-weight: bold
    }

    .spw-pro-com-vsbox-vsicon {
        width: 10%;
        display: inline-block;
        vertical-align: middle
    }

    .spw-pro-com-vsbox-pc-body-item {
        clear: both;
        height: 45px;
        margin-top: 20px
    }

    .spw-pro-com-vsbox-pc-body-item-title {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0px;
        color: #388fff;
        float: left;
        width: 15%
    }

    .spw-pro-com-vsbox-item-content {
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: 0px;
        color: #666;
        float: left;
        width: 85%;
        padding-left: 34px
    }

    .spw-pro-com-solu {
        margin-top: 80px
    }

    .spw-pro-com-solu-pc {
        background-color: #fff;
        border-radius: 10px !important;
        -webkit-box-shadow: 0 2px 20px rgba(150, 150, 150, .3);
        -moz-box-shadow: 0 2px 20px rgba(150, 150, 150, .3);
        box-shadow: 0 2px 20px rgba(150, 150, 150, .3) !important
    }

    .spw-pro-com-solu-pc-head {
        width: 100%;
        background: url("../images/fangan_top.webp");
        background-size: 100% 100%;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .spw-pro-com-solu-pc-head div {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #fff;
        text-align: center
    }

    .spw-pro-com-solu-pc-body li {
        background-color: #fafafa;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        cursor: pointer;
        letter-spacing: 0px;
        color: #666;
        text-align: center;
        border-bottom: 1px #ededed solid;
        border-right: 1px #ededed solid;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .spw-pro-com-solu-pc-tab .active {
        background-color: #fff;
        color: #3f7ef8;
        border-left: 5px solid #388fff;
        font-weight: bold
    }

    .spw-pro-com-solu-pc-body li a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 !important;
        color: #666
    }

    .spw-pro-com-solu-pc-right {
        padding-left: 100px;
        padding-right: 100px
    }

    .spw-pro-com-solu-pc-title {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #333;
        text-align: center;
        margin: 0 0 !important
    }

    .spw-pro-com-solu-pc-content {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #666;
        margin-bottom: 10px;
        text-align: justify
    }

    .spw-pro-com-solu-pc-img {
        width: 100%;
        height: 318px;
        margin-top: 15px;
        object-fit: cover;
        width: auto \9
    }

    .spw-pro-com-function {
        margin-top: 80px
    }

    .spw-pro-com-function-card {
        padding: 15px
    }

    .spw-pro-com-function-card img {
        width: 100%
    }

    .spw-pro-street-adv {
        margin-top: 68px
    }

    .spw-pro-street-adv-item-title {
        border-radius: 10px
    }

    .spw-pro-street-adv-item-title h4 {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
        margin-top: 45%
    }

    .spw-pro-street-adv-item p {
        top: 300px;
        padding: 0 30px;
        height: 18px;
        line-height: 18px
    }

    .spw-pro-street-adv-item img {
        border-radius: 10px
    }

    .spw-pro-street-adv-item:hover div h4 {
        margin-top: 30px
    }

    .spw-pro-street-adv-item:hover p {
        top: 80px
    }

    .spw-pro-street-question {
        margin-top: 68px
    }

    .spw-pro-street-question ul:first-child {
        margin-bottom: 40px
    }

    .spw-pro-street-question ul li {
        margin-bottom: 30px
    }

    .spw-pro-street-question-con {
        height: 100%;
        border-radius: 10px;
        padding-bottom: 0px
    }

    .spw-pro-street-question-con:hover {
        box-shadow: 0px 8px 12px 0px rgba(179, 179, 179, .4)
    }

    .spw-pro-street-question-con-title {
        height: 60px
    }

    .spw-pro-street-question-con-title p {
        background-size: 28px;
        line-height: 60px;
        font-size: 20px
    }

    .spw-pro-street-question-con-details {
        margin: 20px auto
    }

    .spw-pro-street-question-con-details p {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        padding-left: 10px
    }

    .spw-pro-street-question-con-details p span {
        width: 8px;
        height: 8px;
        margin-right: 13px
    }

    .spw-pro-street-solution {
        margin-top: 68px
    }

    .spw-pro-street-solution-guide, .spw-pro-street-solution-manage, .spw-pro-street-solution-safe, .spw-pro-street-solution-livelihood, .spw-pro-street-solution-data, .spw-pro-street-solution-activity {
        margin-top: 60px;
        box-shadow: rgba(179, 179, 179, .4) 0px 0px 12px 5px;
        border-radius: 10px
    }

    .spw-pro-street-solution-guide, .spw-pro-street-solution-manage, .spw-pro-street-solution-safe, .spw-pro-street-solution-activity {
        height: 638px
    }

    .spw-pro-street-solution-text {
        height: 100%;
        padding: 0 30px
    }

    .spw-pro-street-solution-text-con h4 {
        font-size: 40px;
        line-height: 64px
    }

    .spw-pro-street-solution-text-con h6 {
        font-size: 18px;
        margin-top: 10px
    }

    .spw-pro-street-solution-text-con h5 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .spw-pro-street-solution-text-con p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 24px
    }

    .spw-pro-street-solution-livelihood .spw-pro-street-solution-text-con, .spw-pro-street-solution-data .spw-pro-street-solution-text-con {
        width: 80%;
        margin: 20px auto;
        overflow: hidden;
        text-align: center
    }

    .spw-pro-street-solution-livelihood-pic, .spw-pro-street-solution-data-pic {
        height: 350px
    }

    .spw-pro-street-solution-livelihood-pic img, .spw-pro-street-solution-data-pic img {
        padding-top: 40px
    }

    .spw-pro-street-function {
        margin-top: 40px
    }

    .spw-pro-street-function-details {
        margin-top: 50px;
        padding-top: 60px
    }

    .spw-pro-street-function-details-content {
        width: 75%;
        padding-bottom: 198px
    }

    .spw-pro-street-function-details-content ul {
        margin-top: 6px;
        width: 100%
    }

    .spw-pro-gov-xs-swiper {
        margin-top: 5%
    }

    .spw-pro-com-banner-num {
        font-weight: 900 !important;
        font-size: 30px !important;
        color: #2576fb !important
    }

    .spw-pro-com-adv-pam .spw-title {
        padding-top: 70px
    }

    .spw-pro-com-adv-img {
        transition: filter .3s, transform .3s;
        box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .3) !important;
        background: #fff;
        background: linear-gradient(90deg, #fff, #fff) !important;
        border-radius: 4px;
        height: 200px
    }

    .spw-pro-index-advantage-content:not(.more):hover .spw-pro-com-adv-img {
        filter: blur(4px)
    }

    .spw-pro-com-adv-img:hover {
        background: none !important
    }

    .spw-pro-com-adv-info {
        position: absolute;
        left: 40%;
        padding: 2%;
        margin-top: 25%;
        background-color: #2576fb;
        background: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
        border-radius: 17px;
        color: #fffefe;
        font-size: 13px;
        text-align: center;
        opacity: 0;
        transition: margin-top .3s ease, opacity .3s ease;
        opacity: 0;
        z-index: 2;
        width: 25%
    }

    .spw-pro-index-advantage-content:hover .spw-pro-com-adv-info {
        opacity: 1
    }

    .spw-pro-com-adv-img:hover .spw-pro-index-adv-title, .spw-pro-com-adv-img:hover .spw-pro-index-adv-txt {
        color: #666 !important
    }

    .spw-pro-index-advantage-content:hover {
        background: none !important
    }

    .spw-pro-com-gov-left-info {
        width: 45%;
        height: 50px;
        display: block;
        background: #388fff
    }

    .spw-pro-com-com-left {
        width: 35%;
        border: 1px #dedede solid;
        border-radius: 10px
    }

    .spw-pro-com-com-title {
        color: #fff;
        background: #12CD9A;
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .spw-pro-com-com-right {
        width: 65%;
        background: #f6f9fc;
        border-radius: 10px 500px 500px 10px;
        height: 344px
    }

    .spw-pro-com-com-right-title {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
        font-weight: 100;
        margin-left: 40px;
    }

    .spw-pro-com-com-title, .spw-pro-com-com-img {
        padding: 20px
    }

    .spw-pro-com-com-right-gov:hover .spw-pro-com-com-right-gov-img {
        transform: scale(1.1)
    }

    .spw-pro-com-com-right-gov {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin-left: 30px;
        margin-top: 20px;
    }

    .spw-pro-com-com-right-gov img {
        width: 140px;
        border-radius: 10px;
    }

    .spw-pro-overview-brief {
        height: 350px;
        padding: 10px 60px;
        margin-bottom: 50px
    }

    .spw-pro-overview-brief-title {
        margin-top: 40px;
        font-size: 20px;
        height: 55px
    }

    .spw-pro-overview-brief-cont {
        text-indent: 2em;
        font-size: 16px;
        height: 200px;
        overflow: hidden
    }

    .spw-pro-overview-brief-cont p {
        text-indent: 2em;
        font-size: 16px
    }

    .spw-pro-overview-pain ul li {
        border-radius: 5px;
        padding: 36px 10px
    }

    .spw-pro-overview-pain ul li p {
        margin-top: 38px;
        font-size: 16px;
        line-height: 26px
    }

    .spw-pro-service-content {
        margin-top: 40px;
        height: 379px
    }

    .spw-pro-service-content-slide {
        height: 379px;
        border-radius: 10px;
        padding: 0 50px
    }

    .spw-pro-service-content-top {
        height: 220px;
        padding-top: 30px
    }

    .spw-pro-service-content-text {
        width: 100%;
        height: 180px
    }

    .spw-pro-service-content-pic {
        width: 218px;
        height: 180px;
        padding-top: 20px
    }

    .spw-pro-service-content-title {
        font-size: 22px;
        line-height: 50px
    }

    .spw-pro-service-content-desc {
        font-size: 16px;
        line-height: 24px;
        width: 95%
    }

    .spw-pro-service-content-bottom {
        padding-top: 30px
    }

    .spw-pro-service-content-item img {
        width: 48px;
        height: 48px;
        padding: 5px
    }

    .spw-pro-service-content-item p {
        margin-top: 5px;
        font-size: 14px
    }

    .spw-pro-function {
        margin-top: 50px
    }

    .spw-pro-function-cat {
        display: flex;
        display: -webkit-flex;
        border-radius: 6px;
        margin-bottom: 68px;
        height: 400px;
        padding: 40px;
        box-sizing: border-box
    }

    .spw-pro-function-cat-pic {
        width: 100%;
        height: 100%;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .spw-pro-function-cat-pic-right {
        padding: 20px
    }

    .spw-pro-function-cat-text {
        width: 100%;
        margin-left: 20px
    }

    .spw-pro-function-cat-text h2 {
        font-size: 30px
    }

    .spw-pro-function-cat-text p {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px
    }

    .spw-pro-function-cat-text ul {
        margin-top: 30px
    }

    .spw-pro-function-cat-text ul li {
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 10px
    }

    .spw-pro-function-cat-pic-left-show {
        animation: function-cat-pic-left-show 1.2s ease-in-out;
        -webkit-animation: function-cat-pic-left-show 1.2s ease-in-out
    }

    @keyframes function-cat-pic-left-show {
        from {
            opacity: 0;
            transform: translateX(-150px);
            -webkit-transform: translateX(-150px)
        }
        50% {
            opacity: 1;
            transform: translateX(60px);
            -webkit-transform: translateX(60px)
        }
    }@-webkit-keyframes function-cat-pic-left-show {
         from {
             opacity: 0;
             transform: translateX(-150px);
             -webkit-transform: translateX(-150px)
         }
         50% {
             opacity: 1;
             transform: translateX(60px);
             -webkit-transform: translateX(60px)
         }
     }.spw-pro-function-cat-pic-right-show {
          animation: function-cat-pic-right-show 1.2s ease-in-out;
          -webkit-animation: function-cat-pic-right-show 1.2s ease-in-out
      }

    @keyframes function-cat-pic-right-show {
        from {
            opacity: 0;
            transform: translateX(80px);
            -webkit-transform: translateX(80px)
        }
        50% {
            opacity: 1;
            transform: translateX(-50px);
            -webkit-transform: translateX(-50px)
        }
    }@-webkit-keyframes function-cat-pic-right-show {
         from {
             opacity: 0;
             transform: translateX(80px);
             -webkit-transform: translateX(80px)
         }
         50% {
             opacity: 1;
             transform: translateX(-50px);
             -webkit-transform: translateX(-50px)
         }
     }.spw-pro-function-list {
          margin-top: 80px;
          background-color: #fff
      }

    .spw-pro-function-list-right {
        float: right;
        margin-top: 15px;
        margin-bottom: 70px
    }

    .spw-pro-function-list-item {
        padding: 20px;
        border-radius: 6px
    }

    .spw-pro-function-list-item:hover {
        font-size: 16px;
        border-radius: 6px
    }

    .spw-pro-function-list-item-title {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 17px
    }

    .spw-pro-function-list-item-desc {
        height: 58px;
        font-size: 14px;
        line-height: 1.4;
        overflow: hidden
    }

    .spw-pro-function-list-item-more {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 16px
    }

    .spw-pro-function-list-body {
        margin-top: 45px
    }

    .spw-pro-function-show-title {
        border-radius: 6px;
        padding: 15px 20px
    }

    .spw-pro-function-show-title h1 {
        font-size: 22px
    }

    .spw-pro-function-show-body {
        padding: 0 20px
    }

    .spw-pro-function-show-body-lable {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .spw-pro-function-show-body-txt {
        font-size: 14px;
        line-height: 23px
    }

    .spw-pro-show {
        margin-top: 70px;
        height: 100%;
        padding-bottom: 30px
    }

    .spw-pro-show-head-title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .spw-pro-show-head-subtitle {
        font-size: 14px;
        line-height: 18px
    }

    .spw-pro-show-head-img {
        padding-top: 30px
    }

    .spw-pro-show-content {
        margin-top: 20px;
        border-radius: 10px;
        padding: 16px 16px
    }

    .spw-pro-show-content-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .spw-pro-show-content-p {
        font-size: 12px;
        margin-bottom: 5px
    }

    .spw-pro-show-content-img {
        height: 16px;
        text-align: center
    }

    .spw-pro-about-box {
        margin-top: 30px;
        padding: 35px
    }

    .spw-pro-about-box1 {
        margin-top: 35px
    }

    .spw-pro-about-box1-img {
        width: 500px
    }

    .spw-pro-about-title {
        font-size: 22px
    }

    .spw-pro-about-box1-text p {
        font-size: 16px;
        line-height: 30px
    }

    .spw-pro-about-box2 {
        margin-top: 25px
    }

    .spw-pro-about-box2 p {
        font-size: 20px;
        margin-bottom: 15px
    }

    .spw-pro-about-loction {
        height: 30px;
        margin-right: 10px
    }

    .spw-pro-about-box3 {
        margin-top: 50px
    }

    .spw-pro-about-box3 p {
        font-size: 20px;
        margin-bottom: 15px
    }

    .spw-pro-about-box3-text {
        font-size: 15px;
        line-height: 28px
    }

    .spw-pro-about-box3 img {
        margin-top: 30px
    }

    .spw-pro-about-branch {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .spw-pro-about-branch-card {
        border-radius: 10px;
        padding: 20px
    }

    .spw-pro-about-branch-card:hover {
        border-radius: 10px
    }

    .spw-pro-about-branch-card:hover .spw-pro-about-branch-name {
        font-size: 18px
    }

    .spw-pro-about-branch-name {
        font-size: 18px
    }

    .spw-pro-about-branch-card p:nth-child(2), .spw-pro-about-branch-card p:nth-child(3) {
        font-size: 14px
    }

    .spw-pro-about-contact {
        padding: 30px 50px;
        border-radius: 10px
    }

    .spw-pro-about-contact-name {
        font-size: 22px;
        margin-top: 10px
    }

    .spw-pro-about-contact-purpose {
        font-size: 14px
    }

    .spw-pro-about-contact-text {
        margin-top: 20px
    }

    .spw-pro-about-contact-text p {
        font-size: 13px
    }
}

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

.spw-case-bg {
    background-image: url(../images/sp_case_bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    position: relative
}

.spw-case-bg-blue {
    background-image: url(../images/sp_case_bg_blue.webp);
    background-repeat: no-repeat;
    position: relative
}

.spw-case-head {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.spw-case-num {
    width: 25%;
    text-align: center
}

.spw-case-num-item-desc {
    color: #fff
}

.spw-case-num-item-num {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-weight: bolder
}

.spw-case-num-item-plus {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-weight: bolder
}

.spw-case-item {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    padding: 5%;
    background: #fff
}

.spw-case-item img {
    width: 100%;
    object-fit: cover
}

.spw-case-name {
    color: #333;
    font-weight: bold;
    margin-bottom: 0 !important;
    font-stretch: normal;
    overflow: hidden;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.spw-case-desc {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    text-align: justify;
    margin-bottom: 0 !important;
    overflow: hidden
}

.spw-case-showinfo {
    text-align: center;
    margin: auto
}

.spw-case-more {
    width: 100% !important
}

@media screen and (max-width: 991px) {
    .spw-case {
        margin-top: .2rem
    }

    .spw-case-bg {
        height: 5.6rem
    }

    .spw-case-num-item-desc {
        font-size: .14rem;
        font-weight: 100
    }

    .spw-case-num-item-num {
        font-size: .24rem;
        height: .3rem
    }

    .spw-case-num-item-plus {
        font-size: .2rem
    }

    .spw-case-item {
        padding: .15rem
    }

    .spw-case-item img {
        height: 1.65rem
    }

    .spw-case-more {
        height: 3.185rem !important;
        object-fit: cover
    }

    .spw-case-name {
        font-size: .18rem;
        line-height: .32rem;
        padding-top: .1rem;
        padding-bottom: .08rem
    }

    .spw-case-desc {
        height: .55rem;
        font-size: .14rem;
        line-height: .18rem
    }

    .spw-case-showinfo {
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-case-info {
        margin-bottom: .15rem;
        padding-top: .86rem
    }

    .spw-case-info-base {
        border-bottom: 1px solid #dedede
    }

    .spw-case-info-base img {
        width: 100%
    }

    .spw-case-info-title {
        font-size: .2rem;
        font-stretch: normal;
        color: #333;
        font-weight: bold;
        padding-top: .15rem;
        padding-bottom: .1rem
    }

    .spw-case-info-type {
        font-size: .14rem;
        font-weight: normal;
        font-stretch: normal;
        color: #666;
        padding-bottom: .1rem
    }

    .spw-case-info-desc {
        font-size: .14rem;
        font-weight: normal;
        font-stretch: normal;
        /*color: #388fff;*/
        color: #09674C;
        padding-bottom: .15rem;
    }

    .spw-case-info-lable {
        font-size: .14rem;
        font-stretch: normal;
        color: #333;
        padding-top: .15rem;
        padding-bottom: .1rem;
        font-weight: 600
    }

    .spw-case-info-content {
        font-size: .14rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: .23rem;
        color: #666;
        padding-bottom: .15rem
    }

    .spw-case-info-content a {
        color: #666
    }
}

@media only screen and (min-width: 992px) {
    .spw-case {
        margin-top: 30px
    }

    .spw-case .spw-subtitle {
        margin-bottom: 30px !important
    }

    .spw-case-bg {
        background-size: 100% 580px;
        margin-top: 50px;
        height: 820px
    }

    .spw-case-bg-blue {
        background-size: 100% 500px;
        height: 600px
    }

    .spw-case-head {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .spw-case-num-item-desc {
        font-size: 24px
    }

    .spw-case-num-item-num {
        font-size: 70px;
        height: 90px
    }

    .spw-case-num-item-plus {
        font-size: 64px;
        height: 90px
    }

    .spw-case-item {
        padding: 20px;
        border-radius: 5px;
        text-align: center
    }

    .spw-case-item img {
        height: 165px
    }

    .spw-case-name {
        font-size: 20px;
        line-height: 50px;
        padding-top: 5px
    }

    .spw-case-desc {
        font-size: 14px;
        line-height: 24px;
        height: 72px
    }

    .spw-case-showinfo {
        margin-top: 25px;
        margin-bottom: 10px
    }

    .spw-case-more {
        height: 365px !important
    }

    .spw-case-info {
        margin-bottom: 45px;
        margin-top: 85px
    }

    .spw-case-info-base {
        border-bottom: 1px solid #dedede;
        position: relative;
        padding-bottom: 25px;
        padding-top: 20px
    }

    .spw-case-info-img {
        width: 100%;
        min-height: 200px
    }

    .spw-case-info-summary {
        margin-left: 60px
    }

    .spw-case-info-title {
        font-size: 30px;
        font-stretch: normal;
        line-height: 80px;
        letter-spacing: 0px;
        color: #333;
        font-weight: bold;
        margin-bottom: 0 !important
    }

    .spw-case-info-type {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666;
        padding-bottom: 20px;
        margin-bottom: 0 !important
    }

    .spw-case-info-desc {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #09674C;
        /*color: #388fff;*/
        /*padding-bottom: 10px;*/
        margin-bottom: 0 !important;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    }

    .spw-case-info-lable {
        font-size: 20px;
        font-stretch: normal;
        color: #333;
        padding-top: 20px;
        padding-bottom: 15px;
        font-weight: 600;
        margin-bottom: 0 !important
    }

    .spw-case-info-content {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        color: #666;
        padding-bottom: 15px
    }

    .spw-case-info-content a {
        color: #666
    }
}

.spw-index-news-content {
    background-color: #fff
}

.spw-index-news-content-item {
    float: left;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important
}

.spw-index-news-content-item:hover {
    color: #388fff
}

.spw-index-news-more {
    text-align: center;
    margin: auto
}

.spw-index-news-headline-container {
    padding-left: 20px;
    padding-top: 72px
}

.spw-index-news-headline {
    color: #fff;
    padding: 20px;
    background: linear-gradient(rgba(79, 136, 255, 0.8), rgba(46, 107, 234, 0.8));
    height: 188px;
    width: 100%;
    background-size: cover
}

.spw-index-news-headline-title {
    font-size: 20px;
    color: #fff
}

.spw-index-news-headline-date {
    padding-top: 5px;
    display: block;
    color: #fff
}

.spw-index-news-headline-date > i {
    vertical-align: -webkit-baseline-middle;
    padding-right: 5px
}

.spw-index-news-headline-date > i > img {
    width: 5%
}

.spw-index-news-headline-desc {
    padding-top: 5px;
    line-height: 22px;
    color: #fff
}

.spw-index-news-item {
    background: #fff;
    box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .3);
    border-radius: 6px;
    padding: 15px;
    margin: 10px
}

.spw-index-news-item-num {
    background: #388fff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px
}

.spw-index-news-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #3e4552
}

.spw-index-news-item-time {
    font-size: 12px;
    font-weight: 500;
    color: #3e4552;
    line-height: 2
}

.spw-index-news-item-memo {
    width: 93%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #aaa
}

.spw-news-cat {
    background: #fff;
    border: 1px rgba(220, 220, 220, .3) solid
}

.spw-news-cat-head {
    background-size: cover;
    box-sizing: border-box
}

.spw-news-cat-head h2 {
    font-weight: 600;
    color: #fff
}

.spw-news-cat-head p {
    font-weight: 400;
    color: #fff
}

.spw-news-cat-body {
    box-sizing: border-box
}

.spw-news-cat-body h3 {
    font-weight: 400;
    color: #212b38
}

.spw-news-cat-body > p {
    font-weight: 400;
    color: #666
}

.spw-news-cat-body ul li {
    display: block
}

.spw-news-cat-body ul li a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 400;
    color: #333
}

.spw-news-cat-body ul li a p {
    width: 80%;
    color: #333;
    overflow: hidden
}

.spw-news-cat-body ul li a p span {
    display: inline-block;
    background: #e6e6e6;
    border-radius: 50%
}

.spw-news-cat-body ul li a > span {
    display: block;
    color: #666;
    text-align: right
}

.spw-news-cat-body div {
    display: flex;
    justify-content: center;
    align-items: center
}

.spw-news-cat-body div a {
    display: block;
    text-align: center
}

.spw-news-left {
    float: left
}

.spw-news-right {
    float: right
}

.spw-news-list-item {
    border-bottom: 1px solid #dedede;
    clear: both
}

.spw-news-list-item:hover .spw-news-list-item-title {
    color: #388fff
}

.spw-news-list-item-img {
    float: left
}

.spw-news-list-item-title {
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666
}

.spw-news-list-item-date {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666
}

.spw-news-list-item-desc {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    text-align: justify
}

.spw-news-info {
    background-color: #fff
}

.spw-news-info-title {
    font-weight: bold;
    text-align: center;
    color: #333
}

.spw-news-info-time {
    color: #666;
    text-align: center
}

.spw-news-info-desc {
    width: 100%;
    background-color: #f1f1f1
}

.spw-news-info-desc_1 {
    color: #388fff
}

.spw-news-info-desc_2 {
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
}

.spw-case-info-box2 {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 1.8;
    text-align: justify;
    line-height: 22px;
}

.spw-case-info-box2 img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: auto \9;
    text-align: center;
    margin: 15px auto
}

.spw-news-info-content {
    color: #666;
    text-indent: 2em;
    line-height: 1.8;
    text-align: justify;
    line-height: 22px;
}

.spw-news-info-content img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: auto \9;
    text-align: center;
    margin: 15px auto
}

@media screen and (max-width: 991px) {
    .spw-news {
        margin-top: .3rem;
        margin-bottom: .1rem
    }

    .spw-index-news {
        margin-top: .4rem;
        height: auto
    }

    .spw-index-news-content {
        font-size: .12rem;
        line-height: .24rem;
        margin-top: .15rem;
        margin-bottom: .1rem;
        padding-left: .1rem;
        padding-top: .1rem;
        padding-bottom: .1rem
    }

    .spw-index-news-more {
        margin-top: .02rem;
        margin-bottom: .02rem
    }

    .spw-index-news-item {
        border-radius: .04rem;
        padding: .08rem;
        margin: .05rem
    }

    .spw-index-news-item-time, .spw-index-news-item-title {
        font-size: .1rem;
        line-height: .23rem
    }

    .spw-index-news-item-num {
        width: .23rem;
        height: .23rem;
        line-height: .23rem
    }

    .spw-index-news-item-title {
        font-size: .12rem
    }

    .spw-index-news-item-memo {
        display: none
    }

    .spw-news-cat {
        margin-bottom: .2rem;
        border-radius: .1rem
    }

    .spw-news-cat-head {
        height: .5rem;
        padding: .1rem .15rem 0 .15rem;
        border-radius: .1rem .1rem 0 0
    }

    .spw-news-cat-head h2 {
        font-size: .22rem
    }

    .spw-news-cat-head p {
        margin-top: .12rem;
        font-size: .12rem
    }

    .spw-news-cat-body {
        padding: .3rem
    }

    .spw-news-cat-body h3 {
        line-height: .26rem;
        font-size: .15rem;
        overflow: hidden
    }

    .spw-news-cat-body > p {
        margin-top: .1rem;
        line-height: .18rem;
        font-size: .12rem
    }

    .spw-news-cat-body ul {
        margin-top: .2rem
    }

    .spw-news-cat-body ul li {
        height: .28rem
    }

    .spw-news-cat-body ul li a {
        font-size: .12rem;
        line-height: .24rem
    }

    .spw-news-cat-body ul li a p {
        height: .2rem
    }

    .spw-news-cat-body ul li a p span {
        width: .06rem;
        height: .06rem;
        margin: 0 .06rem .03rem 0
    }

    .spw-news-cat-body ul li a > span {
        width: .8rem
    }

    .spw-news-cat-body div {
        margin-top: .2rem
    }

    .spw-news-left {
        width: 100%;
        margin-top: .3rem
    }

    .spw-news-list {
        padding-top: .8rem
    }

    .spw-news-list-item {
        padding-bottom: .15rem;
        padding-top: .15rem
    }

    .spw-news-list-item-img {
        width: 1.1rem;
        height: .8rem
    }

    .spw-news-list-item-title {
        font-size: .16rem
    }

    .spw-news-list-item-date {
        font-size: .12rem;
        margin-top: .15rem
    }

    .spw-news-info {
        margin-top: .1rem;
        margin-bottom: .15rem;
        padding: .1rem
    }

    .spw-news-info-title {
        font-size: .2rem
    }

    .spw-news-info-time {
        font-size: .14rem;
        margin-top: .1rem;
        margin-bottom: .2rem
    }

    .spw-news-info-desc {
        padding: .12rem
    }

    .spw-news-info-desc_1 {
        font-size: .14rem
    }

    .spw-news-info-desc_2 {
        font-size: .14rem
    }

    .spw-news-info-content, .spw-news-info-content p {
        font-size: .14rem;
        margin-top: .25rem;
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .spw-news {
        margin-top: 50px;
        margin-bottom: 30px
    }

    .spw-index-news {
        margin-top: 40px
    }

    .spw-index-news-content {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .spw-index-news-content-item {
        padding: 10px;
        font-size: 14px
    }

    .spw-index-news-more {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .spw-news-cat {
        margin: 12px;
        border-radius: 10px;
        padding: 0px
    }

    .spw-news-cat-head {
        padding: 20px 30px 20px 30px;
        border-radius: 10px 10px 0 0
    }

    .spw-news-cat-head h2 {
        font-size: 22px
    }

    .spw-news-cat-head p {
        margin-top: 12px;
        font-size: 14px
    }

    .spw-news-cat-body {
        padding: 25px
    }

    .spw-news-cat-body h3 {
        line-height: 26px;
        font-size: 18px
    }

    .spw-news-cat-body > p {
        margin-top: 10px;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 20px
    }

    .spw-news-cat-body ul li {
        height: 28px
    }

    .spw-news-cat-body ul li a {
        font-size: 12px;
        line-height: 24px
    }

    .spw-news-cat-body ul li a p {
        height: 20px
    }

    .spw-news-cat-body ul li a p span {
        width: 6px;
        height: 6px;
        margin: 0 6px 3px 0
    }

    .spw-news-cat-body ul li a > span {
        width: 80px
    }

    .spw-news-cat-body div {
        margin-top: 20px
    }

    .spw-news-list {
        margin-top: 85px
    }

    .spw-news-list-item {
        padding: 20px
    }

    .spw-news-list-item-img {
        width: 200px;
        height: 128px
    }

    .spw-news-list-item-title {
        margin-top: 10px;
        font-size: 20px
    }

    .spw-news-list-item-date {
        font-size: 12px;
        margin-top: 8px
    }

    .spw-news-list-item-desc {
        font-size: 14px;
        margin-top: 20px
    }

    .spw-news-info {
        padding: 30px;
        margin-top: 10px;
        margin-bottom: 30px
    }

    .spw-news-info-title {
        font-size: 24px
    }

    .spw-news-info-time {
        font-size: 15px;
        margin-top: 10px
    }

    .spw-news-info-desc {
        padding: 12px 18px;
        margin-top: 30px;
        line-height: 25px
    }

    .spw-news-info-desc_1 {
        font-size: 14px
    }

    .spw-news-info-desc_2 {
        font-size: 14px
    }

    .spw-news-info-content {
        font-size: 16px;
        margin-top: 25px;
        line-height: 22px;
    }
}

.great-man {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
    padding-right: 11%
}

.sp_img_paomadeng {
    border: 0;
    box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, .3)
}

.sp_bannder_img {
    width: 50%;
    text-align: right
}

.sp_bannder_img img {
    width: 60%
}

.bander_sp_header {
    background-image: url(../images/banner_partner_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.header_title_text {
    width: 50%;
    text-align: left;
    line-height: 50px;
    padding-left: 5%;
    font-size: 24px
}

.header_text_title {
    margin-bottom: 30px;
    font-size: 48px
}

.sp-prospect {
    padding: 50px 0
}

.sp-bigData {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap
}

.sp-bigData .sp-bigData-img {
    width: 50%
}

.sp-bigData .sp-bigData-img img {
    width: 100%
}

.sp-bigData .sp-bigData-text {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-left: 20px;
    color: #666
}

.sp-bigData .sp-bigData-text .sp-bigData-text-strong {
    margin: 30px 0
}

.sp-operation {
    background-color: #050928;
    padding: 50px 0
}

.sp-operation .sp-operation-title {
    padding: 20px;
    box-sizing: border-box;
    padding: 50px 150px;
    box-sizing: border-box;
    border-bottom: 2px dashed #fff
}

.sp-operation .sp-operation-title img {
    width: 100%
}

.sp-operation .platform {
    margin-top: 50px
}

.sp-operation .platform img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 281px;
    width: 100%
}

.sp-operation .sp-platform-money {
    background-color: #fff;
    justify-content: space-between;
    min-height: 272px;
    overflow: visible;
    padding: 21px 0;
    position: relative
}

.sp-operation .sp-platform-money .sp-platform-money-pattern {
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;
    width: 37%
}

.sp-operation .sp-platform-money .sp-platform-money-pattern .sp-sp-platform-item {
    border-bottom: 1px dashed #ccc;
    line-height: 26px;
    padding: 7px 0
}

.sp-operation .sp-platform-money .sp-platform-money-pattern .active {
    font-weight: 700;
    font-size: 14px
}

.sp-operation .sp-platform-money .sp-platform-money-pattern h5 {
    color: #333;
    font-size: 22px;
    font-weight: bold
}

.sp-operation .sp-platform-money .sp-platform-money-pattern p {
    font-size: 14px
}

.sp-operation .sp-platform-money .sp-platform-money-pattern span {
    color: #ff3030;
    font-weight: 700
}

.sp-operation .sp-platform-money .sp-platform-center {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 98% 100%;
    background-position: center;
    color: #fff;
    min-height: 320px;
    left: 61%;
    padding: 32px 0 0;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45%
}

.sp-operation .sp-platform-money .sp-platform-center span {
    color: #ff0
}

.sp-operation .sp-platform-money .sp-platform-center h5 {
    color: #fff
}

.sp-operation .sp-platform-money .sp-platform-right {
    line-height: 30px;
    padding: 30px;
    width: 18%;
    font-size: 14px
}

.sp-operation .sp-platform-money .sp-platform-right .multi-money {
    font-weight: 700;
    color: #fa0
}

.sp-operation .sp-platform-money .sp-platform-right .multi-money span {
    font-size: 30px
}

.sp-operation .sp-noWorry {
    justify-content: space-around
}

.sp-operation .sp-noWorry li {
    margin-bottom: 20px;
    width: 212px;
    border-radius: 6px;
    overflow: hidden
}

.sp-operation .sp-noWorry li .sp-noWorry-icon {
    width: 100%;
    height: 119px;
    border-radius: 8px 8px 0px 0px;
    display: flex
}

.sp-operation .sp-noWorry li .sp-noWorry-icon img {
    width: 51px;
    margin: auto
}

.sp-operation .sp-noWorry li .sp-noWorry-icon.fist {
    background: linear-gradient(90deg, rgb(112, 134, 255), rgb(142, 196, 255))
}

.sp-operation .sp-noWorry li .sp-noWorry-icon.two {
    background: linear-gradient(90deg, rgb(247, 141, 120), rgb(249, 198, 74))
}

.sp-operation .sp-noWorry li .sp-noWorry-icon.three {
    background: linear-gradient(90deg, rgb(52, 217, 184), rgb(54, 210, 135))
}

.sp-operation .sp-noWorry li .sp-noWorry-icon.four {
    background: linear-gradient(90deg, rgb(15, 220, 247), rgb(58, 184, 246))
}

.sp-operation .sp-noWorry li .sp-noWorry-text {
    height: 68px;
    background: #fff;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.sp-operation .sp-autonomously {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.sp-operation .sp-autonomously .sp-platform-vs {
    width: 79px
}

.sp-operation .sp-autonomously .sp-autonomously-pattern {
    width: 424px;
    height: 229px;
    background: linear-gradient(90deg, rgba(112, 134, 255, 0.5), rgba(142, 196, 255, 0.5));
    box-shadow: 0px 4px 17px 0px rgba(47, 107, 238, .3);
    border-radius: 8px
}

.sp-operation .sp-autonomously .sp-autonomously-pattern .sp-autonomously-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.sp-operation .sp-autonomously .sp-autonomously-pattern .sp-autonomously-list {
    background: linear-gradient(90deg, rgb(112, 134, 255), rgb(142, 196, 255));
    box-shadow: 0px 4px 17px 0px rgba(47, 107, 238, .3);
    border-radius: 5px;
    height: 160px;
    margin: 0 auto;
    width: 380px;
    padding-top: 1px
}

.sp-operation .sp-autonomously .sp-autonomously-pattern .sp-autonomously-list p {
    height: 34px;
    background: #fff;
    border-radius: 5px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 14px;
    width: 90%;
    margin: 14px auto 0;
    color: #666;
    padding-left: 10px
}

.sp-operation .sp-autonomously .sp-autonomously-self-build {
    width: 424px;
    height: 229px;
    background: linear-gradient(90deg, rgba(47, 107, 238, 0.5), rgba(0, 159, 255, 0.5));
    box-shadow: 0px 4px 17px 0px rgba(47, 107, 238, .3);
    border-radius: 8px
}

.sp-operation .sp-autonomously .sp-autonomously-self-build .sp-autonomously-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.sp-operation .sp-autonomously .sp-autonomously-self-build .sp-autonomously-list {
    background: linear-gradient(90deg, rgb(47, 107, 238), rgb(0, 159, 255));
    box-shadow: 0px 4px 17px 0px rgba(47, 107, 238, .3);
    border-radius: 5px;
    height: 160px;
    margin: 0 auto;
    width: 380px;
    padding-top: 1px
}

.sp-operation .sp-autonomously .sp-autonomously-self-build .sp-autonomously-list p {
    height: 34px;
    background: #fff;
    border-radius: 5px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 14px;
    width: 90%;
    margin: 14px auto 0;
    color: #2a62db;
    padding-left: 20px
}

.sp-operation .sp-autonomously .sp-autonomously-self-build .sp-autonomously-list p span {
    color: #fa0
}

.sp-advantage {
    justify-content: center;
    margin: 60px 0 100px
}

.sp-advantage .sp-advantage-list {
    width: 20%;
    position: relative
}

.sp-advantage .sp-advantage-list li {
    position: absolute;
    width: 100%
}

.sp-advantage .sp-advantage-list li .active {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

.sp-advantage .sp-advantage-list li p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666
}

.sp-advantage img {
    width: 50%
}

.sp-join-content {
    background: #fff9fc;
    padding: 50px 0
}

.sp-join {
    justify-content: space-between
}

#scorll {
    position: absolute;
    top: 0;
    transition: .2s
}

.sp-join-item {
    width: 50%;
    text-align: left;
    height: 359px;
    overflow: hidden;
    padding: 0 10px;
    position: relative
}

.sp-join-item .spw-subtitle {
    text-align: left;
    width: 80%;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 41px
}

.sp-join-item.sp-jion-right {
    padding-left: 100px
}

.sp-join-item.sp-jion-right h2 {
    text-align: left
}

.spw-partner-left-desc {
    line-height: 1.8;
    text-indent: 2em
}

.spw-partner-left-desc p {
    color: #666;
    line-height: 1.8
}

.spw-partner-right {
    position: relative
}

.spw-partner-adv {
    background-color: #fff
}

.spw-partner-adv img {
    float: left
}

.spw-partner-adv-text-title {
    color: #282936;
    font-weight: bold
}

.spw-partner-adv-text-desc {
    color: #666;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px
}

.spw-partner-jionnow {
    display: block;
    text-align: center;
    color: #fff
}

.sp-flow-chart {
    justify-content: center;
    align-items: center;
    margin: 87px 0
}

.sp-flow-chart li {
    text-align: center;
    color: #09674C
}

.sp-flow-chart li img {
    width: 82px
}

.sp-flow-chart li img.inco {
    width: 39px
}

@media screen and (max-width: 991px) {
    .header_title_text {
        width: 50%;
        text-align: left;
        padding-left: 10%;
        line-height: 30px;
        font-size: .16rem
    }

    .sp_bannder_img img {
        width: 90%
    }

    .header_text_title {
        margin-bottom: 0px;
        font-size: .22rem
    }

    .sp-platform-money-pattern {
        width: 100% !important
    }

    .sp-platform-center {
        width: 100% !important;
        position: static !important;
        transform: translate(0, 0) !important
    }

    .sp-platform-right {
        width: 100% !important
    }

    .sp-bigData .sp-bigData-img, .sp-bigData .sp-bigData-text {
        width: 100%
    }

    .spw-partner-left-title {
        font-size: .16rem;
        margin-bottom: .15rem
    }

    .spw-partner-left-desc {
        font-size: .12rem
    }

    .spw-partner-right {
        height: 3rem
    }

    .spw-partner-adv {
        border-radius: .05rem;
        padding: .11rem
    }

    .spw-partner-adv img {
        width: .55rem;
        height: .55rem;
        border-radius: .02rem
    }

    .spw-partner-adv-text {
        margin-left: .7rem
    }

    .spw-partner-adv-text-title {
        font-size: .15rem
    }

    .spw-partner-adv-text-desc {
        font-size: .13rem;
        line-height: .18rem
    }

    .spw-partner-jionnow {
        width: 1.5rem;
        height: .5rem;
        border-radius: .3rem;
        line-height: .48rem;
        margin: 60px auto 40px auto;
        font-size: .18rem
    }

    .operation_zc {
        display: none !important
    }

    .sp-operation-title {
        padding: 0 !important
    }

    .sp-operation .sp-noWorry li {
        width: 40%
    }

    .sp-operation .sp-noWorry li .sp-noWorry-icon {
        height: 76px
    }

    .sp-operation .sp-noWorry li .sp-noWorry-text {
        height: 48px;
        background: #fff;
        line-height: 48px;
        text-align: center;
        font-size: 15px;
        font-weight: 700
    }
}

@media only screen and (min-width: 992px) {
    .spw-partner-left {
        padding-right: 15px
    }

    .spw-partner-left-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .spw-partner-left-desc {
        font-size: 18px
    }

    .spw-partner-right {
        height: 380px
    }

    .spw-partner-adv {
        border-radius: 10px;
        padding: 20px;
        height: 120px
    }

    .spw-partner-adv img {
        width: 80px;
        height: 80px;
        border-radius: 4px
    }

    .spw-partner-adv-text {
        margin-left: 105px
    }

    .spw-partner-adv-text-title {
        font-size: 20px
    }

    .spw-partner-adv-text-desc {
        font-size: 14px;
        line-height: 20px
    }

    .spw-partner-jionnow {
        width: 160px;
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
        margin: 60px auto 40px auto;
        font-size: 18px
    }
}

.spw-service {
    border-radius: 6px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around
}

.spw-service-pic {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.spw-service-pic img {
    object-fit: cover;
    width: auto \9;
    width: 100%;
    height: 100%
}

.spw-service-title {
    font-weight: 600
}

.spw-service-text {
    box-sizing: border-box
}

.spw-service-desc {
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph
}

.spw-service-item {
    box-sizing: border-box;
    text-align: center
}

.spw-service-item a {
    display: block;
    color: #333
}

.spw-service-item img {
    border-radius: 50%;
    object-fit: cover
}

.spw-service-more {
    font-stretch: normal;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: center
}

.spw-service-cat-content-title > ul {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #bbb
}

.spw-service-cat-content-title > ul > li {
    position: relative;
    text-align: center
}

.spw-service-cat-content-title > ul > li a {
    color: #777
}

.spw-service-cat-content-title-subicon {
    display: none
}

.active .spw-service-cat-content-title-subicon {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    display: block
}

.spw-service-cat-content {
    background: #fff;
    border: 1px solid #ebebeb
}

.spw-service-cat-content-item {
    display: none
}

.spw-service-cat-content-item-left {
    float: left
}

.spw-service-cat-content-item-right {
    float: left;
    overflow: hidden
}

.spw-service-cat-content-item-right-title {
    font-weight: bold;
    color: #2f6be5;
    text-align: left
}

.spw-service-cat-content-item-right-list {
    color: #424242
}

.spw-service-cat-content-item-right-list-circle {
    background: #212b38;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle
}

.spw-service-cat-download-bg {
    background: #232f3e
}

.spw-service-cat-download {
    width: 20%;
    float: left;
    text-align: center;
    transition: all ease-in .6s
}

.spw-service-cat-download-img {
    margin: 0 auto;
    width: 100%
}

.spw-service-cat-download-img-pic {
    margin: 0 auto
}

.spw-service-cat-download-body {
    color: #fff;
    text-align: center
}

.spw-service-cat-download:hover .spw-service-cat-download-title {
    color: #ff9d00
}

.spw-service-cat-download:hover .spw-service-cat-download-img {
    transition: all ease-in .9s;
    transform: translateY(-4px)
}

.spw-service-cat-hotline {
    overflow: inherit;
    display: flex;
    justify-content: space-between
}

.spw-service-cat-hotline-item {
    transition: all ease-in-out .4s;
    width: 30%;
    background: url(../images/sp-sevice_index_hotline.webp) no-repeat
}

.spw-service-cat-hotline-item:hover {
    box-shadow: 0 0 15px rgba(255, 157, 0, .3);
    transform: translateY(-6px)
}

.spw-service-cat-hotline-item-left {
    width: 80%;
    float: left
}

.spw-service-cat-hotline-item-left-title {
    color: #212b38;
    font-weight: bold
}

.spw-service-cat-hotline-item-left-subtitle {
    color: #999
}

.spw-service-cat-hotline-item-right {
    width: 20%;
    float: right;
    text-align: right
}

.spw-service-cat-genuine {
    background: #f5f7fa;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

.spw-service-cat-genuine-content {
    background: none;
    overflow: inherit
}

.spw-service-cat-genuine-input {
    width: 100%;
    margin: 0 auto;
    transition: all ease-in .3s
}

.spw-service-cat-genuine-input-child {
    margin: 0 auto
}

.spw-service-cat-genuine-input-child:hover {
    box-shadow: 0 0 20px rgba(255, 157, 0, .5);
    border: 1px solid rgba(255, 157, 0, .3)
}

.spw-service-cat-genuine-input-child {
    width: 90%;
    border: 1px solid rgba(255, 157, 0, .6);
    display: block;
    outline: none;
    color: #c7c7c7
}

.spw-service-cat-genuine-input-child:input[type=text] {
    color: #c7c7c7
}

.spw-service-download-info {
    transition: all ease .2s;
    padding: 0px;
    border: 1px solid #e2e2e2;
    float: left;
    background: #fff;
    overflow: hidden
}

.spw-service-download-info-pic {
    margin: 0 auto;
    text-align: center
}

.spw-service-download-info-content {
    text-align: center
}

.spw-service-download-info-content-subtitle {
    color: #999
}

.spw-service-download-info-content-txt-link {
    color: #666;
    display: block
}

.spw-service-download-info:hover {
    background: #388fff;
    background: -webkit-linear-gradient(#388fff, #12CD9A);
    background: -o-linear-gradient(#388fff, #12CD9A);
    background: -moz-linear-gradient(#388fff, #12CD9A);
    background: linear-gradient(#388fff, #12CD9A);
    color: #fff;
    transform: scale(1.01);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: all .5s ease 0s;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -webkit-transition: all .1s ease 0s;
    border-right: none
}

.spw-service-download-info:hover img {
    filter: brightness(100)
}

.spw-service-download-info:hover .spw-service-download-info-content-txt-link {
    color: #fff
}

.spw-service-download-info:hover .spw-service-download-info-content-subtitle {
    color: #fff
}

@media screen and (max-width: 991px) {
    .spw-service-container {
        margin-top: .3rem
    }

    .spw-service {
        height: 5.6rem !important;
        margin-bottom: .2rem !important;
        border-radius: .06rem;
        display: block !important;
        justify-content: space-around
    }

    .spw-service-pic img {
        border-radius: .06rem .06rem 0 0;
        height: 2.2rem
    }

    .spw-service-title {
        font-size: .24rem !important
    }

    .spw-service-desc {
        margin-top: .1rem;
        height: .55rem;
        font-size: .12rem
    }

    .spw-service-text {
        padding: .15rem
    }

    .spw-service-item {
        padding-top: .15rem
    }

    .spw-service-item img {
        width: .5rem;
        height: .5rem
    }

    .spw-service-more {
        font-size: .14rem;
        margin-top: .18rem
    }

    .spw-service-more span {
        font-size: .14rem
    }

    .spw-service-cat-content-title > ul {
        padding-bottom: .03rem
    }

    .spw-service-cat-content-title > ul > li {
        margin: .03rem;
        font-size: .14rem;
        height: .5rem;
        overflow: hidden
    }

    .spw-service-cat-content-title > ul > li a {
        font-size: .12rem
    }

    .spw-service-cat-content {
        height: 2.4rem;
        margin-top: .25rem
    }

    .spw-service-cat-content-item {
        padding: .16rem
    }

    .spw-service-cat-content-item-left {
        height: 2rem
    }

    .spw-service-cat-content-item-left-pic {
        height: 2rem
    }

    .spw-service-cat-content-item-right {
        padding-left: .2rem;
        padding-top: .1rem
    }

    .spw-service-cat-content-item-right-title {
        font-size: .22rem;
        margin-bottom: .3rem
    }

    .spw-service-cat-content-item-right-list {
        line-height: .24rem;
        padding-left: .11rem;
        padding-bottom: .1rem;
        font-size: .14rem
    }

    .spw-service-cat-content-item-right-list-circle {
        width: .06rem;
        height: .06rem;
        margin-right: .08rem
    }

    .spw-service-cat-download-bg {
        margin-top: .4rem;
        padding-top: .1rem;
        padding-bottom: .4rem
    }

    .spw-service-cat-download-body {
        font-size: .12rem;
        padding: 0rem .05rem
    }

    .spw-service-cat-download-title {
        font-size: .14rem;
        padding-top: .25rem
    }

    .spw-service-cat-download-subtitle {
        padding-top: .1rem;
        font-size: .12rem;
        line-height: .2rem;
        display: none
    }

    .spw-service-cat-hotline {
        margin-bottom: .6rem
    }

    .spw-service-cat-hotline-item {
        width: 30%;
        height: 1.42rem;
        box-shadow: 0 0 .12rem rgba(0, 0, 0, .2);
        padding: .2rem .1rem
    }

    .spw-service-cat-hotline-item:hover {
        box-shadow: 0 0 .15rem rgba(255, 157, 0, .3);
        transform: translateY(-0.06rem)
    }

    .spw-service-cat-hotline-item-left-title {
        font-size: .16rem
    }

    .spw-service-cat-hotline-item-left-subtitle {
        font-size: .14rem;
        padding-top: .18rem
    }

    .spw-service-cat-hotline-item-right {
        width: 20%;
        padding-top: .02rem
    }

    .spw-service-cat-genuine {
        height: 2rem
    }

    .spw-service-cat-genuine-input {
        height: .3rem
    }

    .spw-service-cat-genuine-input-child:hover {
        box-shadow: 0 0 .2rem rgba(255, 157, 0, .5);
        border: 1px solid rgba(255, 157, 0, .3)
    }

    .spw-service-cat-genuine-input-child {
        height: .3rem;
        border: 1px solid rgba(255, 157, 0, .6);
        border-radius: .1rem;
        padding: .2rem;
        font-size: .14rem;
        background: url(../images/sp-input-donot-bigicon.webp) #fff 30rem center no-repeat;
        background-position: 6.6rem;
        background-size: .28rem
    }

    .spw-service-download-info {
        height: 3.2rem
    }

    .spw-service-download-info-pic {
        height: .9rem;
        padding-top: .2rem
    }

    .spw-service-download-info-pic img {
        height: .5rem
    }

    .spw-service-download-info-content {
        padding: 0rem .15rem;
        margin-bottom: .4rem;
        font-size: .14rem
    }

    .spw-service-download-info-content-title {
        font-size: .16rem
    }

    .spw-service-download-info-content-subtitle {
        line-height: .16rem;
        font-size: .12rem;
        margin-top: .15rem
    }

    .spw-service-download-info-content-txt {
        margin-top: .1rem;
        line-height: .2rem;
        font-size: .12rem
    }
}

@media only screen and (min-width: 992px) {
    .spw-service-container {
        margin-top: 60px
    }

    .spw-service-plan, .spw-service-build, .spw-service-cat-content, .spw-service-operate {
        height: 371px
    }

    .spw-service {
        height: 400px;
        border-radius: 6px;
        margin-bottom: 68px
    }

    .spw-service-pic {
        border-radius: 6px 0px 0px 6px
    }

    .spw-service-pic img {
        border-radius: 6px 0px 0px 6px
    }

    .spw-service-pic-right {
        border-radius: 0px 6px 6px 0px
    }

    .spw-service-pic-right img {
        border-radius: 0px 6px 6px 0px
    }

    .spw-service-text {
        padding: 50px 20px 0
    }

    .spw-service-text h2 {
        font-size: 22px
    }

    .spw-service-desc {
        margin-top: 20px;
        font-size: 14px;
        height: 80px;
        line-height: 24px
    }

    .spw-service-item {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .spw-service-item img {
        width: 48px;
        height: 48px
    }

    .spw-service-more {
        font-size: 18px;
        margin-top: 40px
    }

    .spw-service-cat-content-title > ul {
        padding-bottom: 6px
    }

    .spw-service-cat-content-title > ul > li {
        margin: 10px;
        font-size: 14px
    }

    .spw-service-cat-content-title > ul > li a {
        font-size: 16px
    }

    .spw-service-cat-content {
        height: 320px;
        margin-top: 25px
    }

    .spw-service-cat-content-item {
        padding: 16px
    }

    .spw-service-cat-content-item-left {
        height: 288px
    }

    .spw-service-cat-content-item-left-pic {
        height: 288px
    }

    .spw-service-cat-content-item-right {
        padding-left: 20px;
        padding-top: 40px
    }

    .spw-service-cat-content-item-right-title {
        font-size: 22px;
        margin-bottom: 30px
    }

    .spw-service-cat-content-item-right-list {
        line-height: 24px;
        padding-left: 11px;
        padding-bottom: 10px;
        font-size: 14px
    }

    .spw-service-cat-content-item-right-list-circle {
        width: 6px;
        height: 6px;
        margin-right: 8px
    }

    .spw-service-cat-download-bg {
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 40px
    }

    .spw-service-cat-download {
        width: 20%
    }

    .spw-service-cat-download-body {
        font-size: 14px;
        padding: 0px 30px
    }

    .spw-service-cat-download-title {
        font-size: 18px;
        padding-top: 25px
    }

    .spw-service-cat-download-subtitle {
        padding-top: 20px;
        line-height: 22px
    }

    .spw-service-cat-hotline {
        margin-bottom: 96px
    }

    .spw-service-cat-hotline-item {
        width: 30%;
        height: 142px;
        box-shadow: 0 0 12px rgba(0, 0, 0, .2);
        padding: 40px 30px
    }

    .spw-service-cat-hotline-item:hover {
        box-shadow: 0 0 15px rgba(255, 157, 0, .3);
        transform: translateY(-6px)
    }

    .spw-service-cat-hotline-item-left-title {
        font-size: 22px
    }

    .spw-service-cat-hotline-item-left-subtitle {
        font-size: 16px;
        padding-top: 18px
    }

    .spw-service-cat-hotline-item-right {
        width: 20%;
        padding-top: 20px
    }

    .spw-service-cat-genuine {
        height: 346px
    }

    .spw-service-cat-genuine-input {
        height: 64px
    }

    .spw-service-cat-genuine-input-child:hover {
        box-shadow: 0 0 20px rgba(255, 157, 0, .5);
        border: 1px solid rgba(255, 157, 0, .3)
    }

    .spw-service-cat-genuine-input-child {
        width: 90%;
        height: 64px;
        border: 1px solid rgba(255, 157, 0, .6);
        border-radius: 5px;
        padding: 30px;
        font-size: 18px;
        background: url(../images/sp-input-donot-bigicon.webp) #fff 30px center no-repeat;
        background-position: 660px;
        background-size: 28px
    }

    .spw-service-download-info {
        height: 340px
    }

    .spw-service-download-info-pic {
        height: 130px;
        padding-top: 40px
    }

    .spw-service-download-info-pic img {
        height: 64px
    }

    .spw-service-download-info-content {
        padding: 0px 20px;
        margin-bottom: 40px;
        font-size: 14px
    }

    .spw-service-download-info-content-title {
        font-size: 18px
    }

    .spw-service-download-info-content-subtitle {
        line-height: 24px;
        margin-top: 15px
    }

    .spw-service-download-info-content-txt {
        margin-top: 20px;
        line-height: 26px;
        font-size: 14px
    }
}

.spw-about-cat-content {
    width: 100%;
    background: #fff
}

.spw-about-cat-content-pic {
    height: 100%;
    float: left;
    padding: 8px
}

.spw-about-cat-content-body {
    height: 100%;
    color: #666;
    font-size: 14px;
    padding: 30px 40px 30px 10px;
    float: right
}

.spw-about-cat-content-title {
    font-weight: bold;
    color: #666;
    overflow: hidden;
    font-size: 24px
}

.spw-about-cat-content-desc {
    margin-top: 15px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 5;
    -o-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    font-size: 16px;
    color: #6f6f6f;
    text-align: justify;
    text-indent: 2em
}

.spw-about-cat-content-footer {
    padding: 30px 0px;
    text-align: center
}

.spw-about-cat-content-link {
    color: #212b38;
    font-size: 16px
}

.spw-about-cat-content-link:hover {
    color: #ff9d00
}

.spw-about-cat-culture-bg {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.spw-about-cat-culture {
    border: 1px solid #e6e6e6;
    height: 450px;
    margin-bottom: 65px
}

.spw-about-cat-culture ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 335px;
    padding: 0px
}

.spw-about-cat-culture-item-top {
    background: #fff;
    height: 200px;
    transition: all ease .4s;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.spw-about-cat-culture-item-top:hover, .spw-about-cat-culture-item:hover {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .1);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02)
}

.spw-about-cat-culture-item-top-pic {
    float: left;
    margin: auto;
    width: 40%;
    height: 180px
}

.spw-about-cat-culture-item-top-content {
    float: left;
    width: 60%
}

.spw-about-cat-culture-item-top-title {
    color: #0052d9;
    font-size: 18px
}

.spw-about-cat-culture-item-top-txt {
    margin-top: 20px;
    line-height: 24px
}

.spw-about-cat-culture-item:hover .spw-about-cat-culture-item-title, .spw-about-cat-culture-item-top:hover .spw-about-cat-culture-item-top-title {
    color: #ff9d00
}

.spw-about-cat-culture-item-top-pic-four {
    background: url(../images/info_culture_iconfour.webp) no-repeat center 40px
}

.spw-about-cat-culture-item-top:hover .spw-about-cat-culture-item-top-pic-four {
    background: url(../images/info_culture_iconfour_selected.webp) no-repeat center 40px
}

.spw-about-cat-culture-item-top-pic-five {
    background: url(../images/info_culture_iconfive.webp) no-repeat center 40px
}

.spw-about-cat-culture-item-top:hover .spw-about-cat-culture-item-top-pic-five {
    background: url(../images/info_culture_iconfive_selected.webp) no-repeat center 40px
}

.spw-about-cat-culture-item {
    background: #fff;
    height: 245px;
    transition: all ease .4s;
    border-right: 1px solid #e5e5e5;
    text-align: center
}

.spw-about-cat-culture-item:last-child {
    border-right: 0px
}

.spw-about-cat-culture-item-title {
    color: #0052d9;
    font-size: 18px;
    margin-top: 20px
}

.spw-about-cat-culture-item-txt {
    margin-top: 20px;
    line-height: 24px
}

.spw-about-cat-culture-item-pic {
    margin-top: 10px;
    height: 80px
}

.spw-about-cat-culture-item:hover .spw-about-cat-culture-item-pic-img {
    background: url(../images/info_culture_iconone_selected.webp)
}

.spw-about-cat-culture-item-pic-one {
    background: url(../images/info_culture_iconone.webp) no-repeat center 5px
}

.spw-about-cat-culture-item:hover .spw-about-cat-culture-item-pic-one {
    background: url(../images/info_culture_iconone_selected.webp) no-repeat center 5px
}

.spw-about-cat-culture-item-pic-two {
    background: url(../images/info_culture_icontwo.webp) no-repeat center 5px
}

.spw-about-cat-culture-item:hover .spw-about-cat-culture-item-pic-two {
    background: url(../images/info_culture_icontwo_selected.webp) no-repeat center 5px
}

.spw-about-cat-culture-item-pic-treen {
    background: url(../images/info_culture_iconthreen.webp) no-repeat center 5px
}

.spw-about-cat-culture-item:hover .spw-about-cat-culture-item-pic-treen {
    background: url(../images/info_culture_iconthreen_selected.webp) no-repeat center 5px
}

.spw-about-cat-honor {
    margin: 50px auto
}

.spw-about-cat-honor-container {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto
}

.spw-about-cat-contact-bg {
    background: url(../images/info_contact-bg.webp) 0% 0%/cover no-repeat;
    height: 565px;
    width: 100%;
    padding-top: 137px
}

.spw-about-cat-contact {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff
}

.spw-about-cat-contact .active p, .spw-about-cat-contact .active a {
    color: #fff !important
}

.spw-about-cat-contact-left {
    width: 20%;
    margin-top: 30px;
    margin-left: 20px
}

.spw-about-cat-contact-title {
    font-size: 30px
}

.spw-about-cat-contact-subtitle {
    font-size: 14px;
    padding-top: 15px
}

.spw-about-cat-contact-showmore {
    font-size: 18px;
    padding-top: 110px;
    display: block;
    color: #fff
}

.spw-about-cat-contact-showmore:hover {
    color: #0052d9
}

.spw-about-cat-contact-right {
    width: 75%
}

.spw-about-cat-contact-body {
    float: left;
    display: flex;
    justify-content: space-between;
    font-size: 14px
}

.spw-about-cat-contact-item {
    background: rgba(255, 255, 255, .3);
    padding: 45px 80px;
    display: none
}

.spw-about-cat-contact-item-title {
    font-size: 18px;
    font-weight: bold
}

.spw-about-cat-contact-item-title-circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 7px;
    display: inline-block
}

.spw-about-cat-contact-item-addr {
    margin-top: 30px;
    line-height: 24px;
    margin-left: 14px
}

.spw-about-cat-contact-item-tel {
    line-height: 24px;
    margin-left: 14px
}

.spw-about-cat-contact-item-map {
    margin-top: 20px;
    margin-left: 14px
}

.spw-about-cat-contact-item-map-para {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px
}

.spw-about-cat-contact-item-map-link {
    display: block;
    line-height: 22px;
    color: #fff
}

.spw-about-cat-contact-tab {
    float: left;
    background: rgba(255, 157, 0, .3);
    padding: 45px 50px;
    width: 45%;
    transition: all ease .3s
}

.spw-about-cat-contact-tab-title {
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap
}

.spw-about-cat-contact-tab-title a {
    color: #999
}

.spw-about-cat-partner-bg {
    background: #fff;
    width: 100%;
    background: url(../images/info_index_hz_bg.webp) 0% 0%/cover no-repeat;
    height: 650px;
    width: 100%;
    margin-top: 80px;
    padding-top: 20px
}

.spw-about-cat-partner-more {
    clear: both;
    font-size: 16px;
    display: block;
    color: #fff;
    padding-top: 26px
}

.spw-about-cat-partner {
    margin-top: 0px;
    padding-bottom: 60px
}

.spw-about-cat-partner-item {
    margin-left: 0;
    margin-bottom: 0;
    float: left;
    height: 160px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px #5a5049 solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.spw-about-cat-partner-item-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(79, 136, 255, 0.8), rgba(46, 107, 234, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    display: none
}

.spw-about-cat-partner-item-bg p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.spw-about-cat-partner-item-img {
    margin: 0 auto
}

.spw-about-cat-partner-item:hover img {
    transition: all .2s;
    transform: scale(1.1);
    z-index: 999999999999999
}

.spw-about-cat-job {
    background: #fff;
    overflow: hidden
}

.spw-about-cat-job-content {
    padding-bottom: 60px
}

.spw-about-cat-job-content-left {
    font-size: 28px;
    color: #2f6be5;
    float: left
}

.spw-about-cat-job-content-right {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.spw-about-cat-job-left-content {
    line-height: 24px;
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-top: 28px
}

.spw-about-cat-job-left-content > p {
    text-indent: 2em;
    margin-top: 10px
}

.spw-about-cat-job-item {
    background: #f5f7fa;
    height: 175px;
    transition: all .2s
}

.spw-about-cat-job-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.spw-about-cat-job-item-title {
    color: #212b38;
    font-size: 18px;
    padding: 20px 28px
}

.spw-about-cat-job-item-hrb {
    border-bottom: 1px solid #e6e6e6
}

.spw-about-cat-job-item-desc {
    padding: 30px 28px;
    justify-content: space-between;
    display: flex
}

.spw-about-cat-job-item-addr {
    font-size: 16px;
    color: #999;
    line-height: 30px
}

.spw-about-cat-job-item-btn {
    width: 102px;
    height: 32px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    background: #2f6be5
}

.spw-about-cat-branch {
    position: relative;
    width: 100%;
    height: 843px;
    background: url(../images/info_map.webp) no-repeat center #f5f7fa
}

.spw-about-cat-branch-right {
    margin-left: 264px;
    padding-top: 119px
}

.spw-about-cat-branch-map {
    width: 70%;
    height: 618px;
    position: relative
}

.spw-about-cat-branch-map-item {
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.spw-about-cat-branch-map-item-area .dot {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a2a9b4;
    opacity: 1;
    filter: alpha(opacity=100)
}

.spw-about-cat-branch-map-item-area .pulse {
    position: absolute;
    top: -28px;
    left: -28px;
    height: 66px;
    width: 66px;
    border: 2px solid #b7b7b7;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    -moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.spw-about-cat-branch-map-item-area .delay-01 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.spw-about-cat-branch-map-item-area .delay-02 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.spw-about-cat-branch-map-item-area .delay-03 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.spw-about-cat-branch-map-item-area .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.spw-about-cat-branch-map-item-area .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.spw-about-cat-branch-map-item-area .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.spw-about-cat-branch-map-item-area .delay-07 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.spw-about-cat-branch-map-item-area .delay-08 {
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.spw-about-cat-branch-map-item-area .delay-09 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.spw-about-cat-branch-map-item-area .delay-10 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.spw-about-cat-branch-map-item-area .delay-11 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.spw-about-cat-branch-map-item.active .spw-about-cat-branch-map-item-area .dot {
    background: #009fd9
}

.spw-about-cat-branch-map-item.active .spw-about-cat-branch-map-item-area .pulse {
    border-color: #009fd9;
    top: -39px;
    left: -39px;
    height: 88px;
    width: 88px;
    -webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    -moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
    box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}

.spw-about-cat-branch-map-item.waite .spw-about-cat-branch-map-item-area .dot {
    background: #f90
}

.spw-about-cat-branch-map-item.waite .spw-about-cat-branch-map-item-area .pulse {
    border-color: #f90
}

.spw-about-cat-branch-map-item-area-show {
    position: absolute;
    left: 2px;
    height: 0;
    top: 0;
    width: 11px;
    opacity: 1;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.online-node .spw-about-cat-branch-map-item-area-show, .spw-about-cat-branch-map-item:hover .spw-about-cat-branch-map-item-area-show, .underline-node .spw-about-cat-branch-map-item-area-show, .waite-node .spw-about-cat-branch-map-item-area-show {
    height: 127px;
    opacity: 1
}

.spw-about-cat-branch-map-item-area-show span {
    width: 80px;
    position: absolute;
    left: 8px;
    top: -11px;
    padding: 6px 10px;
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    white-space: nowrap
}

.spw-about-cat-branch-map-node-10 .spw-about-cat-branch-map-item-area-show span {
    left: 0
}

.spw-about-cat-branch-map-node-6 .spw-about-cat-branch-map-item-area-show span {
    left: -72px
}

.spw-about-cat-branch-map-item-area {
    z-index: 77
}

.spw-about-cat-branch-map-item-area-show {
    z-index: 66
}

.spw-about-cat-branch-map-item.active .spw-about-cat-branch-map-item-area-show span {
    position: relative;
    color: #ccc
}

.spw-about-cat-branch-map-item.waite .spw-about-cat-branch-map-item-area-show span {
    color: #ccc
}

.spw-about-cat-branch-map-node-1 {
    left: 302px;
    top: 308px
}

.spw-about-cat-branch-map-node-2 {
    left: 401px;
    top: 403px
}

.spw-about-cat-branch-map-node-3 {
    left: 358px;
    top: 516px
}

.spw-about-cat-branch-map-node-4 {
    left: 473px;
    top: 348px
}

.spw-about-cat-branch-map-node-5 {
    left: 526px;
    top: 394px
}

.spw-about-cat-branch-map-node-6 {
    left: 526px;
    top: 515px
}

.spw-about-cat-branch-map-node-8 {
    left: 559px;
    top: 229px
}

.spw-about-cat-branch-map-node-9 {
    left: 650px;
    top: 399px
}

.spw-about-cat-branch-map-node-9 .spw-about-cat-branch-map-item.active .spw-about-cat-branch-map-item-area .pulse {
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.spw-about-cat-branch-map-node-10 {
    left: 552px;
    top: 611px
}

.spw-about-cat-branch-map-node-11 {
    left: 604px;
    top: 300px
}

.spw-about-cat-branch-map-node-13 {
    left: 470px;
    top: 250px
}

.spw-about-aboutus-num {
    padding-top: 35px;
    color: #2f6be5;
    background: none;
    display: flex;
    justify-content: center
}

.spw-about-aboutus-num-item {
    text-align: center;
    width: 28%;
    float: left;
    line-height: 24px;
    border-right: 1px solid #e5e5e5
}

.spw-about-aboutus-num-item-bigtitle {
    font-size: 58px
}

.spw-about-aboutus-num-item-subtitle {
    font-size: 22px
}

.spw-about-aboutus-num-item-entitle {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    padding-top: 20px
}

.spw-about-aboutus-num-item-title {
    font-weight: bolder;
    font-size: 16px;
    color: #212b38
}

.spw-about-aboutus-num-item:last-child {
    border-right: none
}

.spw-about-aboutus-desc {
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
    margin-top: 60px;
    color: #424242
}

.spw-about-aboutus-container {
    background: url(../images/about_bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    background-size: 100% 1288px
}

.spw-about-aboutus-top {
    position: relative;
    margin: 0 auto;
    height: 120px;
    z-index: 2
}

.spw-about-aboutus-top-animat {
    background-size: cover;
    background: none #f5f7fa;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -37px;
    cursor: pointer
}

.spw-about-aboutus-top-animat-cont {
    background: url(../images/about_introducs_down.webp) no-repeat scroll center center;
    width: 25px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin: -7px 0px 0px -12px;
    -webkit-animation: aboutus-mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: aboutus-mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite
}

@keyframes aboutus-mouse-dot {
    from {
        opacity: 0
    }
    53% {
        opacity: 1
    }
    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

@-webkit-keyframes aboutus-mouse-dot {
    from {
        opacity: 0
    }
    53% {
        opacity: 1
    }
    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

.spw-about-aboutus-body {
    background: #fff;
    margin: 0 auto;
    padding: 50px 110px
}

.spw-about-aboutus-body-txt {
    line-height: 24px;
    font-size: 14px;
    color: #424242
}

.spw-about-aboutus-body-txt-subtxt {
    text-indent: 2em
}

.spw-about-aboutus-body-pic {
    margin: 20px auto
}

.spw-about-honor-bg {
    background: url(../images/about_qualif_bg.webp) no-repeat 100%;
    height: 700px
}

.spw-about-honor {
    width: 70%;
    position: relative;
    -ms-touch-action: pan-y;
    float: right;
    background: rgba(255, 255, 255, .2)
}

.spw-about-honor .swiper-wrapper {
    margin: 100px auto
}

.spw-about-honor .swiper-slide {
    padding: 10px 10px;
    text-align: center
}

.spw-about-contact-branch {
    background-color: #fff;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px
}

.spw-about-contact-branch-left {
    width: 45%;
    float: left;
    overflow: hidden;
    height: 450px
}

.spw-about-contact-branch-right {
    width: 55%;
    height: 430px;
    float: right;
    color: #424242;
    padding: 0;
    overflow-y: auto
}

.spw-about-contact-branch-right::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    position: relative
}

.spw-about-contact-branch-right::-webkit-scrollbar-track {
    background-color: rgba(145, 145, 145, .1);
    border-radius: 1px;
    width: 8px;
    overflow: hidden;
    position: absolute
}

.spw-about-contact-branch-right::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #2f6be5
}

.spw-about-contact-branch-right::-webkit-scrollbar-button {
    background-color: none
}

.spw-about-contact-branch-right::-webkit-scrollbar-corner {
    background: khaki
}

.spw-about-contact-branch-item {
    height: 172px;
    padding: 40px 30px 30px 60px
}

.spw-about-contact-branch-item-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px
}

.spw-about-contact-branch-item:hover .spw-about-contact-branch-item-title {
    color: #ff9d00
}

.spw-about-contact-branch-item-subtitle {
    font-size: 16px;
    line-height: 24px
}

.spw-about-contact-branch-item:hover {
    background: url(../images/info_contact-right.webp) no-repeat left
}

.spw-about-contact-branch-item:hover .spw-about-contact-branch-hr {
    border-bottom: none
}

.spw-about-contact-branch-hr {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin: 26px auto auto 0px
}

.spw-about-job-list-item {
    margin: 0 auto
}

.spw-about-job-list-item-title {
    background: #c7c7c7;
    height: 83px;
    color: #fff;
    line-height: 83px;
    padding: 0px 25px
}

.spw-about-job-list-item-title-jobtitle, .spw-about-job-list-item-title-jobnum, .spw-about-job-list-item-title-jobaddr, .spw-about-job-list-item-title-jobdate {
    display: inline-block;
    color: #212b38;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    height: 80px
}

.spw-about-job-list-item-title-jobtitle, .spw-about-job-list-down-item-title-jobtitle {
    width: 25%
}

.spw-about-job-list-item-title-jobnum, .spw-about-job-list-down-item-title-jobnum {
    width: 10%
}

.spw-about-job-list-item-title-jobaddr, .spw-about-job-list-down-item-title-jobaddr {
    width: 35%
}

.spw-about-job-list-item-title-jobdate, .spw-about-job-list-down-item-title-jobdate {
    width: 20%
}

.spw-about-job-list-adv {
    padding: 45px 35px;
    width: 100%;
    height: 230px;
    background-color: #fff;
    overflow: hidden;
    float: left
}

.spw-about-job-list-adv:last-child {
    margin-right: 0px
}

.spw-about-job-list-adv:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #f7f9fe
}

.spw-about-job-list-adv-title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #212b38;
    line-height: 16px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px
}

.spw-about-job-list-adv-subtitle {
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.spw-about-job-list-container {
    clear: both;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url(../images/info_talent_bg.webp)
}

.spw-about-job-list-container-header-title {
    color: #fff
}

.spw-about-job-list-container-header-subtitle {
    color: #fff
}

.spw-about-job-list-down-item-title {
    height: 83px;
    line-height: 83px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: #fff;
    padding: 0 20px;
    margin-top: 5px
}

.spw-about-job-list-down-item-title:hover, .spw-about-job-list-down-item-title.active {
    background: #2f6be5;
    color: #fff;
    padding: 0 32px;
    margin-top: 6px
}

.spw-about-job-list-down-item-title:hover span, .spw-about-job-list-down-item-title.active span {
    color: #fff
}

.spw-about-job-list-down-item-title-jobtitle, .spw-about-job-list-down-item-title-jobnum, .spw-about-job-list-down-item-title-jobaddr, .spw-about-job-list-down-item-title-jobdate, .spw-about-job-list-down-item-title-more {
    display: inline-block;
    overflow: hidden;
    height: 80px
}

.spw-about-job-list-down-item-content {
    display: none
}

.spw-about-job-list-down-item-content-title {
    height: 65px;
    line-height: 65px;
    background: #2f6be5;
    padding: 0 32px;
    color: #fff
}

.spw-about-job-list-down-item-content-cont {
    background: #fff;
    padding: 2px 32px 24px 32px;
    font-size: 14px
}

.spw-about-job-list-down-item-content-cont-title {
    color: #666;
    font-size: 14px;
    margin: 30px 0px;
    line-height: 26px
}

.spw-about-job-list-down-item-content-btn {
    margin-top: 20px;
    display: block;
    text-align: left
}

.spw-about-job-info {
    padding: 30px 25px;
    background: #f5f9ff
}

.spw-about-job-info-title {
    font-size: 36px;
    color: #121212;
    display: block
}

.spw-about-job-info-subtitle {
    font-size: 16px;
    color: #666;
    padding-top: 10px
}

.spw-about-job-info-desc {
    color: #3186f5
}

.spw-about-job-info-date {
    color: #999;
    font-size: 14px;
    padding-top: 15px
}

.spw-about-job-info-body {
    margin-top: 30px;
    background: #fafcff;
    padding: 30px 20px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    color: #121212;
    margin-top: 30px
}

.spw-about-job-info-body-txt {
    color: #121212;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 36px;
    padding-top: 15px
}

.spw-about-job-info-body-item {
    line-height: 42px;
    font-size: 14px
}

.spw-about-job-info-body-item-list {
    line-height: 22px;
    padding: 8px 0px 8px 20px
}

.spw-about-job-info-body-txt:first-child {
    padding-top: 0px
}

@media screen and (max-width: 991px) {
    .spw-about-cat-content-pic {
        width: 100%
    }

    .spw-about-cat-content-body {
        width: 100%;
        font-size: .14rem;
        padding: .15rem
    }

    .spw-about-cat-content-title {
        color: #666;
        font-size: .2rem
    }

    .spw-about-cat-content-desc {
        margin-top: .15rem;
        line-height: .24rem;
        font-size: .14rem
    }

    .spw-about-cat-content-footer {
        padding: .2rem 0px
    }

    .spw-about-cat-content-link {
        font-size: .14rem
    }

    .spw-about-cat-culture {
        height: 7.5rem
    }

    .spw-about-cat-culture-item-top {
        height: 1.6rem
    }

    .spw-about-cat-culture-item-top-pic {
        width: 40%;
        height: 1.6rem
    }

    .spw-about-cat-culture-item-top-content {
        width: 60%
    }

    .spw-about-cat-culture-item-top-title {
        font-size: .18rem
    }

    .spw-about-cat-culture-item-top-txt {
        margin-top: .2rem;
        line-height: .24rem
    }

    .spw-about-cat-culture-item {
        height: 2.3rem;
        border-bottom: 1px solid #e5e5e5
    }

    .spw-about-cat-culture-item-pic {
        margin-top: .1rem;
        height: .8rem
    }

    .spw-about-cat-culture-item-title {
        font-size: .16rem;
        margin-top: .2rem
    }

    .spw-about-cat-culture-item-txt {
        font-size: .12rem;
        margin-top: .1rem;
        line-height: .24rem
    }

    .spw-about-cat-contact-bg {
        height: 5.2rem;
        width: 100%;
        padding-top: .2rem
    }

    .spw-about-cat-contact {
        width: 100%
    }

    .spw-about-cat-contact-right {
        width: 100%
    }

    .spw-about-cat-contact-tab {
        padding: .05rem .1rem;
        width: 100%
    }

    .spw-about-cat-contact-tab-title {
        float: left;
        font-size: .16rem;
        line-height: .35rem;
        overflow: hidden
    }

    .spw-about-cat-contact-item {
        padding: .2rem .1rem
    }

    .spw-about-cat-contact-item-title {
        font-size: .16rem
    }

    .spw-about-cat-contact-item-title-circle {
        width: .06rem;
        height: .06rem;
        margin-right: .06rem
    }

    .spw-about-cat-contact-item-addr {
        margin-top: .2rem;
        line-height: .2rem;
        margin-left: .15rem
    }

    .spw-about-cat-contact-item-tel {
        line-height: .2rem;
        margin-left: .15rem
    }

    .spw-about-cat-contact-item-map {
        margin-top: .2rem;
        margin-left: .15rem
    }

    .spw-about-cat-contact-item-map-para {
        font-size: .14rem;
        margin-top: .2rem;
        margin-bottom: .1rem
    }

    .spw-about-cat-contact-item-map-link {
        line-height: .2rem
    }

    .spw-about-cat-partner-bg {
        height: 6rem;
        margin-top: .8rem;
        padding-top: .2rem
    }

    .spw-about-cat-partner-more {
        font-size: .16rem;
        padding-top: .26rem
    }

    .spw-about-cat-partner {
        margin-top: 0rem;
        padding-bottom: .6rem
    }

    .spw-about-cat-partner-item {
        height: 1rem
    }

    .spw-about-cat-partner-item-bg p {
        width: 100%;
        height: .3rem;
        line-height: .3rem;
        font-size: .16rem
    }

    .spw-about-cat-job-content {
        padding-bottom: .4rem
    }

    .spw-about-cat-job-content-left {
        font-size: .2rem
    }

    .spw-about-cat-job-content-right {
        margin-bottom: .28rem
    }

    .spw-about-cat-job-left-content {
        line-height: .24rem;
        font-size: .14rem;
        margin-top: .2rem;
        margin-bottom: .2rem
    }

    .spw-about-cat-job-left-content > p {
        margin-top: .1rem
    }

    .spw-about-cat-job-item {
        height: 1.5rem
    }

    .spw-about-cat-job-item-title {
        font-size: .14rem;
        padding: .1rem .2rem
    }

    .spw-about-cat-job-item-desc {
        padding: .1rem .1rem
    }

    .spw-about-cat-job-item-addr {
        font-size: .12rem;
        line-height: .2rem
    }

    .spw-about-cat-job-item-btn {
        width: 1.02rem;
        height: .32rem;
        margin-top: .2rem;
        font-size: .14rem;
        line-height: .32rem;
        border-radius: .2rem
    }

    .spw-about-aboutus {
        padding-top: .35rem
    }

    .spw-about-aboutus-container {
        margin-top: .2rem
    }

    .spw-about-aboutus-num-item {
        width: 33%;
        line-height: .24rem
    }

    .spw-about-aboutus-num-item-bigtitle {
        font-size: .3rem
    }

    .spw-about-aboutus-num-item-subtitle {
        font-size: .2rem
    }

    .spw-about-aboutus-num-item-entitle {
        font-size: .12rem;
        padding-top: .05rem
    }

    .spw-about-aboutus-num-item-title {
        font-size: .14rem
    }

    .spw-about-aboutus-desc {
        display: none;
        font-size: .14rem;
        line-height: .26rem;
        margin-top: .2rem
    }

    .spw-about-aboutus-body {
        margin-top: .2rem;
        width: 100%
    }

    .spw-about-aboutus-top {
        height: 1rem
    }

    .spw-about-aboutus-top-animat {
        border-radius: 50%;
        width: .75rem;
        height: .75rem;
        left: 50%;
        top: .8rem;
        margin-left: -0.37rem
    }

    .spw-about-aboutus-top-animat-cont {
        width: .25rem;
        height: .15rem;
        left: 50%;
        top: 45%;
        margin: -0.07rem 0rem 0rem -0.12rem
    }

    .spw-about-aboutus-body {
        padding: .2rem .15rem
    }

    .spw-about-aboutus-body-txt {
        line-height: .24rem;
        font-size: .14rem;
        margin-top: .2rem
    }

    .spw-about-aboutus-body-pic {
        margin: .2rem auto
    }

    .spw-about-honor-bg {
        height: 5rem
    }

    .spw-about-honor {
        width: 100%
    }

    .spw-about-honor .swiper-wrapper {
        margin: .2rem auto
    }

    .spw-about-contact-branch {
        margin: -0.15rem;
        padding: .15rem;
        /*margin-bottom: .2rem*/
    }

    .spw-about-contact-branch-left {
        width: 100%;
        height: 1.4rem
    }

    .spw-about-contact-branch-right {
        width: 100%;
        height: 4rem
    }

    .spw-about-contact-branch-item {
        height: 1.2rem;
        padding: .15rem
    }

    .spw-about-contact-branch-item-title {
        font-size: .18rem;
        margin-bottom: .15rem
    }

    .spw-about-contact-branch-item-subtitle {
        font-size: .14rem;
        line-height: .18rem
    }
}

.spw-red .active, .spw-red .active a, .spw-red .active a:hover, .spw-red .active li .active div {
    color: #ff3030
}

.spw-red .spw-banner-slide .button {
    box-shadow: 0px 6px 10px 0px rgba(100, 101, 244, .2)
}

.spw-red .spw-banner-slide .button:hover {
    background: #fff;
    color: #ff4242
}

.spw-red .spw-nav-submenu-title {
    border-left: 3px solid #ff5a22
}

.spw-red .spw-navbar-dark .spw-nav-h2 {
    color: #e61a0f
}

.spw-red .spw-title-hr {
    background-color: #e61a0f;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
}

.spw-red .spw-tabs .active {
    border-bottom: 2px solid #ff3030
}

.spw-red .spw-tabs-title a:hover {
    color: #ff3030
}

.spw-red .spw-index-news-item-num {
    background-color: #ff4242
}

.spw-red .spw-index-news-content-item:hover {
    color: #ff3030
}

.spw-red .spw-news-list-item:hover .spw-news-list-item-title {
    color: #ff3030
}

.spw-red .spw-menu-masking {
    background: url(../images/spw_menu_star_bg.webp) no-repeat;
    -webkit-animation: spw_menu_star_bg 1.75s steps(1) infinite;
    animation: spw_menu_star_bg 1.75s steps(1) infinite
}

.spw-red .spw-helpme-mob-wrapper {
    box-shadow: 0 0 10px 0px #ff4242;
    background-color: #ff4242
}

@keyframes spw_menu_star_bg {
    5% {
        background-position: 0 -75px
    }
    10% {
        background-position: 0 -150px
    }
    15% {
        background-position: 0 -225px
    }
    20% {
        background-position: 0 -300px
    }
    25% {
        background-position: 0 -375px
    }
    30% {
        background-position: 0 -450px
    }
    35% {
        background-position: 0 -525px
    }
    40% {
        background-position: 0 -600px
    }
    45% {
        background-position: 0 -675px
    }
    50% {
        background-position: 0 -750px
    }
    55% {
        background-position: 0 -825px
    }
    60% {
        background-position: 0 -900px
    }
    65% {
        background-position: 0 -975px
    }
    70% {
        background-position: 0 -1050px
    }
    75% {
        background-position: 0 -1125px
    }
    80% {
        background-position: 0 -1200px
    }
    85% {
        background-position: 0 -1275px
    }
    90% {
        background-position: 0 -1350px
    }
    95% {
        background-position: 0 -1425px
    }
    100% {
        background-position: 0 -1500px
    }
}

.spw-red .spw-bg-img-red {
    background: url(../images/sp_bg_img_red.webp) no-repeat;
    background-size: 100% 100%
}

.spw-red .spw-title-hr {
    background-color: red;
    background: -webkit-linear-gradient(90deg, #FF0000, #ff4242);
    background: -o-linear-gradient(90deg, #FF0000, #ff4242);
    background: -moz-linear-gradient(90deg, #FF0000, #ff4242);
    background: linear-gradient(90deg, #FF0000, #ff4242)
}

.spw-red .spw-sidemenu-menu a:hover {
    color: #ff3030
}

.spw-red .spw-pages > ul > span {
    background-color: #ff3030;
    border: solid 1px #ff3030
}

.spw-red .spw-pages > ul > a:hover, .spw-red .spw-pages > ul > a:focus, .spw-red .spw-pages > ul > span:hover, .spw-red .spw-pages > ul > span:focus, .spw-red .spw-pages .a1:hover, .spw-red .spw-pages .a1:focus {
    background-color: #ff3030;
    border: solid 1px #ff3030
}

.spw-red .spw-tabs .active {
    color: #ff3030;
    border-bottom: 2px solid #ff3030
}

.spw-red .spw-tabs a:hover {
    color: #ff3030
}

.spw-red .spw-menu-product-title {
    border-left: 4px solid #ff3030
}

.spw-red .spw-pro-index-service-tab ul li.active, .spw-red .spw-pro-index-service-tab ul li:hover {
    background-color: #ff3030;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important
}

.spw-red .spw-pro-service-content-title span {
    color: #ff3030
}

.spw-red .spw-pro-index-service-title-icon {
    background-color: #ff3030
}

.spw-red .spw-pro-index-service-title {
    color: #ff4242
}

.spw-red .spw-pro-index-function:hover .spw-pro-index-function-btn {
    background-color: #ff4242
}

.spw-red .spw-pro-index-function:hover .spw-pro-index-function-more {
    background-color: #ff4242
}

.spw-red .spw-pro-index-terminal-item:hover .spw-pro-index-terminal-item-hide {
    color: #ff3030
}

.spw-red .spw-pro-function-cat-text a {
    color: #ff3030
}

.spw-red .spw-pro-function-cat-text p a {
    color: #666
}

.spw-red .spw-pro-index-adv:hover {
    background-color: #388fff;
    background: -webkit-linear-gradient(90deg, #ff3030, #ff4242) !important;
    background: -o-linear-gradient(90deg, #ff3030, #ff4242) !important;
    background: -moz-linear-gradient(90deg, #ff3030, #ff4242) !important;
    background: linear-gradient(90deg, #ff3030, #ff4242) !important
}

.spw-red .spw-pro-index-adv-pic {
    background-color: #ff3030;
    background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
    background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important
}

.spw-red .spw-pro-index-adv:hover .spw-pro-index-adv-pic {
    background-color: #fff !important;
    box-shadow: 1px 2px 25px rgba(255, 255, 255, .8)
}

.spw-red .spw-pro-index-adv:hover .spw-pro-index-adv-pic img {
    filter: brightness(100)
}

.spw-red .spw-pro-index-service-tab ul li.active, .spw-red .spw-pro-index-service-tab ul li:hover {
    box-shadow: 0px 6px 10px 0px rgba(230, 26, 15, .4)
}

.spw-red .spw-pro-show-head-title {
    color: #ff3030
}

.spw-red .spw-pro-show-head-subtitle {
    color: #333
}

@media screen and (max-width: 991px) {
    .spw-red .sp-navbar-default {
        background-color: red;
        background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22);
        background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22)
    }

    .spw-red .sp-navbar-toggle, .spw-red .sp-navbar-collapse {
        background-color: #ff3030;
        background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important
    }

    .spw-red .sp-navbar-nav > .active > a, .spw-red .sp-navbar-nav > .active > a:focus, .spw-red .sp-navbar-nav > .active > a:hover {
        background-color: #ff3030 !important;
        background: -webkit-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: -o-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: -moz-linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important;
        background: linear-gradient(90deg, #ff4242, #ff3030, #ff5a22) !important
    }

    .spw-red .sp-navbar-nav > li:hover > a {
        border-bottom: 2px solid #fff !important;
        transition: .3s all ease-in-out
    }

    .spw-red .spw-sidemenu {
        background-color: #ff3030;
        height: 90%;
        width: 2.4rem;
        padding: .15rem;
        margin-top: .7rem
    }

    .spw-red .spw-sidemenu-open {
        background: linear-gradient(90deg, #ff3030, #ff4242)
    }
}

@media only screen and (min-width: 992px) {
    .spw-red .sp-navbar-default {
        background-color: red;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/spw_head_bg_red.webp)
    }
}

.iconcolor {
    color: #09674C;
    font-size: 30px !important;
    line-height: 55px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.iconcolor:hover {
    transform: scale(1.2)
}

.circle_yellow {
    border: 1px solid #09674C;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

/*# sourceMappingURL=sp_homepage.min.css.map */
