﻿@font-face {
    font-family: "youshe";
    src: url("../fonts/youshebiaotihei.eot");
    src: url("../fonts/youshebiaotihei.eot") format("embedded-opentype"), url("../fonts/youshebiaotihei.woff2") format("woff2"), url("../fonts/youshebiaotihei.woff") format("woff"), url("../fonts/youshebiaotihei.ttf") format("truetype"), url("../fonts/youshebiaotihei.svg#fontname") format("svg")
}

.spw-font-youshe {
    vertical-align: middle;
    text-align: center;
    font-family: youshe;
    font-weight: 100 !important
}

.spw-background-none {
    background-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important
}

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: #3f66f5
}

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

.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-flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.sp-fcolor-white img {
    filter: brightness(100)
}

.spw-animation-water-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.spw-animation-water {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #e2e6ea;
    background-color: #e2e6ea
}

.spw-animation-water-container.active .spw-animation-water {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation: kf-water 3s ease-out both;
    -moz-animation: kf-water 3s ease-out both;
    -o-animation: kf-water 3s ease-out both;
    animation: kf-water 3s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.spw-animation-water1,
.spw-animation-water2,
.spw-animation-water3,
.spw-animation-water4 {
    padding: 15%;
    position: absolute;
    margin: 0 auto;
    border: 1px solid #24b8ff;
    box-shadow: 0 0 120px 30px #24b8ff inset;
    border-radius: 100%;
    z-index: 2;
    opacity: 0
}

.spw-animation-water-container.active .spw-animation-water1 {
    -webkit-animation: kf-water 12s 9s ease-out infinite;
    animation: kf-water 12s 9s ease-out infinite
}

.spw-animation-water-container.active .spw-animation-water2 {
    -webkit-animation: kf-water 12s 6s ease-out infinite;
    animation: kf-water 12s 6s ease-out infinite
}

.spw-animation-water-container.active .spw-animation-water3 {
    -webkit-animation: kf-water 12s 3s ease-out infinite;
    animation: kf-water 12s 3s ease-out infinite
}

.spw-animation-water-container.active .spw-animation-water4 {
    -webkit-animation: kf-water 12s 0s ease-out infinite;
    animation: kf-water 12s 0s ease-out infinite
}

@-webkit-keyframes kf-water {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@-moz-keyframes kf-water {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@-o-keyframes kf-water {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes kf-water {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes water-animate-4 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes water-animate-4 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.spw-animation-snow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    background-image: url(../images/banner_snow.png);
    background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    animation: kf-snow 5s linear infinite
}

@keyframes kf-snow {
    0% {
        background-position: 0 200%
    }

    to {
        background-position: 0 50%
    }
}

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

@keyframes kf-swing-up {
    0% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(20px)
    }

    50% {
        transform: translateY(0px)
    }

    75% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0px)
    }
}

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

@keyframes kf-swing-left {
    0% {
        transform: translateX(0px)
    }

    25% {
        transform: translateX(20px)
    }

    50% {
        transform: translateX(0px)
    }

    75% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0px)
    }
}

.spw-header-top {
    width: 100%;
    position: relative;
    background-color: #333 !important;
    height: 32px
}

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

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

.spw-header-top-link:last-child {
    margin-right: 0px
}

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

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

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

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

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

.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-menu-container {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 80px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 10;
    padding-top: 15px
}

.spw-menu-container-blue {
    border: none;
    background-color: #3f66f5;
    background: -webkit-linear-gradient(#0052dd, #3f66f5);
    background: -o-linear-gradient(#0052dd, #3f66f5);
    background: -moz-linear-gradient(#0052dd, #3f66f5);
    background: linear-gradient(#0052dd, #3f66f5)
}

.spw-menu-container-red {
    border: none;
    background-color: red;
    background-size: 100%;
    background-repeat: no-repeat
}

@supports(background-image: url("")) {
    .spw-menu-container-red {
        background: url(../images/spw_head_bg_red.webp) 0% 0%/cover no-repeat
    }
}

.spw-menu-container-red else {
    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-menu-container-top {
    right: 0;
    left: 0;
    position: absolute
}

.spw-menu-container-top+.spw-banner-container>.swiper-wrapper>.swiper-slide {
    padding-top: 90px
}

.spw-menu-wrapper {
    display: flex;
    margin: 0px auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    clear: both
}

.spw-menu-logo {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    padding-bottom: 8px
}

.spw-menu-logo a {
    display: flex;
    align-items: center
}

.spw-menu-logo img {
    height: 25px;
    padding-right: 5px;
    vertical-align: middle
}

.spw-menu-logo h1,
.spw-menu-logo h2 {
    font-size: 38px;
    font-family: youshe;
    font-weight: 100
}

.spw-menu-container-red .spw-menu-logo,
.spw-menu-container-blue .spw-menu-logo,
.spw-menu-container-red .spw-menu-logo a,
.spw-menu-container-blue .spw-menu-logo a {
    color: #fff
}

.spw-menu-container-red .spw-menu-logo img,
.spw-menu-container-blue .spw-menu-logo img {
    filter: brightness(100)
}

.spw-menu-minibtn {
    display: none
}

.spw-menu-navlist {
    display: block;
    z-index: 15
}

.spw-menu-nav {
    color: #333;
    float: left;
    position: relative;
    display: block;
    outline: none;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center
}

.spw-menu-nav:first-child {
    padding-left: 0px
}

.spw-menu-nav:last-child {
    padding-right: 0px
}

.spw-menu-nav a {
    color: #fff;
    height: 28px;
    display: block
}

.spw-menu-nav>ul {
    display: none;
    z-index: 20;
    position: absolute;
    overflow: hidden;
    margin-top: 0px;
    list-style-type: none;
    background: #fff;
    width: 550px;
    padding: 15px;
    transform: translateX(-50%);
    left: 40%;
    -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)
}

.spw-menu-nav>ul h4 {
    border-left: 3px solid #009fff;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 8px
}

.spw-menu-nav:hover>ul {
    display: block;
    transition: .2s all;
    -webkit-transition: .2s;
    -moz-transition: .2s all;
    -o-transition: .2s all
}

.spw-menu-nav.active>a,
.spw-menu-nav:hover>a,
.spw-menu-nav.active>a:hover {
    border-bottom: 2px solid #fff;
    color: #fff !important;
    font-weight: 500
}

.spw-menu-nav>ul>li {
    width: 33%;
    float: left;
    display: flex;
    font-weight: 500;
    text-align: center;
    color: #5a6268;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px
}

.spw-menu-nav>ul>li>.hot {
    background-image: url(../images/sp_header_navicon.webp);
    background-size: 16px auto;
    background-repeat: no-repeat;
    padding-left: 20px
}

.spw-menu-nav:hover>ul a,
.spw-menu-nav>ul>li a {
    color: #666 !important;
    height: 20px;
    margin-left: 10px
}

.spw-menu-nav>ul>li:hover a {
    color: #333;
    font-weight: 600;
    transition: .1s all ease-in-out;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out
}

.spw-banner-container {
    clear: both;
    text-align: center;
    height: 580px
}

.spw-banner-container-sm {
    height: 500px
}

.spw-banner-container-lg {
    height: 680px
}

.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;
    vertical-align: middle;
    font-size: 18px
}

.spw-banner-content-black {
    color: #777
}

.spw-banner-content-black [class^=title] {
    color: #333
}

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

.spw-banner-content-black [class^=text] {
    color: #777
}

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

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

.spw-banner-item {
    text-align: center;
    width: 100%;
    max-width: 1170px;
    margin-top: 20px;
    margin-bottom: 20px
}

.spw-banner-item>* {
    text-align: center
}

.spw-banner-item *:nth-child(2) {
    margin-top: 20px
}

.spw-banner-item *:nth-child(3) {
    margin-top: 20px
}

.spw-banner-item *:nth-child(4) {
    margin-top: 20px
}

.spw-banner-item [class^=title] {
    font-family: youshe;
    font-weight: 10 !important;
    line-height: 1.1
}

.spw-banner-item [class^=title] img {
    height: 30px;
    width: auto
}

.spw-banner-item .title {
    font-size: 64px
}

.spw-banner-item .title-lg {
    font-size: 75px
}

.spw-banner-item .title-sm {
    font-size: 48px
}

.spw-banner-item .subtitle {
    font-size: 42px
}

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

.spw-banner-item .text-sm {
    font-size: 30px;
    line-height: 1.3
}

.spw-banner-item [class^=button] {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    margin-top: 40px
}

.spw-banner-item .button {
    border-radius: 6px;
    font-size: 20px;
    padding: 10px 20px
}

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

.spw-banner-item .button a,
.spw-banner-item .button_sm a {
    color: #fff
}

.spw-banner-item .button:hover,
.spw-banner-item .button_sm:hover {
    color: #5a6268;
    background: #fff
}

.spw-banner-item .button:hover a,
.spw-banner-item .button_sm:hover a {
    color: #5a6268
}

.spw-banner-item .button:hover span,
.spw-banner-item .button_sm:hover span {
    padding-left: 5px
}

.spw-banner-twocol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px
}

.spw-banner-twocol .text,
.spw-banner-twocol .text-sm {
    line-height: 1.6;
    display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical !important
}

.spw-banner-twocol .title {
    font-size: 48px
}

.spw-banner-twocol .title-lg {
    font-size: 60px
}

.spw-banner-twocol .title-sm {
    font-size: 40px
}

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

.spw-banner-twocol .text {
    font-size: 22px
}

.spw-banner-twocol .text-sm {
    font-size: 18px
}

.spw-banner-twocol img,
.spw-banner-twocol .img-lg,
.spw-banner-twocol .img-md,
.spw-banner-twocol .img-sm {
    border-radius: 4px;
    max-width: 900px;
    height: auto
}

.spw-banner-twocol img {
    width: 500px
}

.spw-banner-twocol .img-md {
    width: 700px
}

.spw-banner-twocol .img-lg {
    width: 880px
}

.spw-banner-twocol .img-sm {
    width: 400px
}

.spw-banner-twocol .left {
    order: -1;
    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;
    padding-right: 10px;
    max-width: 60%
}

.spw-banner-twocol .left .spw-banner-item>* {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.spw-banner-twocol .left .spw-banner-item .button,
.spw-banner-twocol .left .spw-banner-item .button_sm {
    float: left
}

.spw-banner-twocol .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;
    padding-left: 10px;
    justify-content: right
}

.spw-banner-twocol .right .spw-banner-item>* {
    text-align: right
}

.spw-banner-twocol .right .spw-banner-item .button,
.spw-banner-twocol .right .spw-banner-item .button_sm {
    float: right
}

.spw-minibanner {
    width: 100%;
    background-size: cover;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    height: 225px;
    position: relative;
    color: #fff;
    padding: 30px
}

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

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

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

.spw-minibanner-desc {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    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-banner-shownum {
    width: 300px
}

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

.spw-banner-shownum .num {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    color: #388fff;
    margin-top: 0px
}

.spw-banner-shownum .name {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-bottom: 20px;
    margin-top: 0px
}

.spw-content-container {
    margin: 20px auto;
    width: 1170px
}

.spw-footer {
    clear: both;
    width: 100%;
    margin-top: 20px;
    background-color: #303036 !important
}

.spw-footer-logo {
    display: block;
    background: url("../images/sp_logo_long.webp");
    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
}

.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-container {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    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;
    font-stretch: normal;
    flex-direction: column;
    letter-spacing: 0px;
    color: #333
}

.spw-title-container *:nth-child(2) {
    margin-top: 12px
}

.spw-title-container *:nth-child(3) {
    margin-top: 12px
}

.spw-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px
}

.spw-title-youshe {
    font-family: youshe;
    font-weight: 100 !important;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: -10px
}

.spw-title-youshe span {
    color: #3f66f5
}

.spw-title-icon {
    background-image: url("../images/title_icon_blue.webp");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    font-weight: 600;
    font-size: 36px;
    height: 36px;
    line-height: 32px;
    padding-left: 36px
}

.spw-title-hr,
.spw-title-hr-sm {
    background-color: #3f66f5;
    background: -webkit-linear-gradient(90deg, #3f66f5, #009fff);
    background: -o-linear-gradient(90deg, #3f66f5, #009fff);
    background: -moz-linear-gradient(90deg, #3f66f5, #009fff);
    background: linear-gradient(90deg, #3f66f5, #009fff);
    margin: 0px auto
}

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

.spw-title-hr-sm {
    height: 2px;
    width: 100px
}

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

.spw-title-container-white,
.spw-title-container-white a,
.spw-title-container-white .spw-title,
.spw-title-container-white .spw-subtitle,
.spw-title-container-white .spw-title-icon,
.spw-title-container-white .spw-title-youshe,
.spw-title-container-white .spw-title-youshe span,
.spw-title-white,
.spw-title-white a,
.spw-title-white .spw-title,
.spw-title-white .spw-subtitle,
.spw-title-white .spw-title-icon,
.spw-title-white .spw-title-youshe,
.spw-title-white .spw-title-youshe span {
    color: #fff !important
}

.spw-title-container-white .spw-title-hr,
.spw-title-container-white .spw-title-hr-sm,
.spw-title-white .spw-title-hr,
.spw-title-white .spw-title-hr-sm {
    background: #fff !important
}

.spw-title-container-white .spw-title-icon,
.spw-title-white .spw-title-icon {
    background-image: url("../images/title_icon_white.webp") !important
}

.spw-sidemenu {
    width: 100%;
    float: left;
    padding-right: 15px
}

.spw-sidemenu .head {
    background-color: #3f66f5;
    background: -webkit-linear-gradient(#0052dd, #3f66f5);
    background: -o-linear-gradient(#0052dd, #3f66f5);
    background: -moz-linear-gradient(#0052dd, #3f66f5);
    background: linear-gradient(#0052dd, #3f66f5);
    box-sizing: border-box;
    padding: 15px 25px 15px 25px;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    color: #fff;
    font-size: 22px
}

.spw-sidemenu .head p {
    font-weight: 400;
    color: #fff;
    margin-top: 12px;
    font-size: 14px
}

.spw-sidemenu .menu {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    padding: 10px 25px
}

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

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

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

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

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

.spw-sidemenu .menu>li.active a {
    color: #388fff
}

.spw-sidemenu .menu>li>ul {
    padding-top: 5px;
    padding-left: 10px
}

.spw-sidemenu .menu>li>ul>li {
    padding-top: 10px;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #666
}

.spw-sidemenu .menu>li>ul>li:hover a {
    color: #388fff;
    font-weight: 600
}

.spw-sidemenu-open {
    display: none
}

.spw-sidemenu-sub {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px
}

.spw-sidemenu-sub .head {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 25px 15px 25px;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    color: #388fff;
    font-size: 22px
}

.spw-sidemenu-sub .menu {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 10px 10px;
    padding: 10px 25px
}

.spw-sidemenu-sub .menu a {
    color: #666
}

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

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

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

.spw-sidemenu-sub .menu li:hover a {
    font-weight: bold;
    color: #388fff
}

.spw-breadcrumb {
    color: #666;
    vertical-align: middle;
    width: 100%;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.spw-breadcrumb a {
    color: #666
}

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

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

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

.spw-pages {
    margin: 40px auto;
    color: #666
}

.spw-pages a {
    color: #666
}

.spw-pages ul {
    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-pages ul li {
    float: left;
    padding: 5px;
    margin-right: 4px;
    background-color: #f1f1f1;
    border: solid 1px #dedede;
    display: inline-block;
    text-align: center;
    height: 34px;
    font-size: 16px
}

.spw-pages ul li.active,
.spw-pages ul li:hover,
.spw-pages ul li:focus {
    background-color: #388fff;
    border: solid 1px #388fff;
    display: inline-block;
    text-align: center
}

.spw-pages ul li.active a,
.spw-pages ul li:hover a,
.spw-pages ul li:focus a {
    color: #fff !important
}

.spw-tab-container {
    text-align: center;
    margin: 0px auto;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px
}

.spw-tab-container li,
.spw-tab-container .spw-tab {
    float: left;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px
}

.spw-tab-container li a,
.spw-tab-container .spw-tab a {
    color: #666;
    display: inline-block
}

.spw-tab-container li a:hover,
.spw-tab-container .spw-tab a:hover {
    color: #388fff
}

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

.spw-tab-container .active a {
    font-weight: 600;
    color: #388fff;
    background-color: hsla(0, 0%, 100%, 0)
}

.spw-list-container {
    clear: both
}

.spw-list-container .left {
    float: left;
    width: 25%
}

.spw-list-container .right {
    float: right;
    width: 75%;
    border-radius: 5px
}

.spw-list-item-table {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    clear: both;
    padding: 20px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px
}

.spw-list-item-table img {
    width: 200px;
    max-width: 200px;
    height: 128px;
    display: inline-block;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    object-fit: cover;
    border-radius: 4px
}

.spw-list-item-table .title {
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    font-size: 20px
}

.spw-list-item-table .date {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    font-size: 13px;
    margin-top: 10px
}

.spw-list-item-table .desc {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    text-align: justify;
    font-size: 14px;
    margin-top: 10px
}

.spw-list-item-table:hover .title {
    color: #388fff
}

.spw-list-item-card {
    margin-right: 0;
    margin-top: 0;
    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;
    padding: 20px;
    border-radius: 6px
}

.spw-list-item-card .title {
    font-weight: bold;
    overflow: hidden;
    color: #333;
    height: 28px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px
}

.spw-list-item-card .desc {
    height: 64px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden
}

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

.spw-list-item-card .more {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px
}

.spw-list-item-card:hover {
    font-size: 16px;
    border-radius: 6px;
    -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-twocol-container,
.spw-twocol-container-lg,
.spw-twocol-container-sm {
    clear: both;
    max-width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    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;
    vertical-align: middle;
    font-size: 18px;
    color: #777
}

.spw-twocol-container [class^=title],
.spw-twocol-container-lg [class^=title],
.spw-twocol-container-sm [class^=title] {
    color: #333
}

.spw-twocol-container .subtitle,
.spw-twocol-container-lg .subtitle,
.spw-twocol-container-sm .subtitle {
    color: #666
}

.spw-twocol-container [class^=text],
.spw-twocol-container-lg [class^=text],
.spw-twocol-container-sm [class^=text] {
    color: #777
}

.spw-twocol-container .button,
.spw-twocol-container-lg .button,
.spw-twocol-container-sm .button {
    border: 1px solid #388fff !important;
    color: #388fff !important
}

.spw-twocol-container .button:hover,
.spw-twocol-container-lg .button:hover,
.spw-twocol-container-sm .button:hover {
    background: #388fff !important;
    color: #fff !important
}

.spw-twocol-container-white {
    color: #fff
}

.spw-twocol-container-white [class^=title] {
    color: #fff
}

.spw-twocol-container-white .subtitle {
    color: #fff
}

.spw-twocol-container-white [class^=text] {
    color: #fff
}

.spw-twocol-container-white .button {
    border: 1px solid #fff !important;
    color: #fff !important
}

.spw-twocol-container-white .button:hover {
    background: #fff !important;
    color: #999 !important
}

.spw-twocol-container {
    height: 600px
}

.spw-twocol-container-sm {
    height: 500px
}

.spw-twocol-container-lg {
    height: 700px
}

.spw-twocol-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px
}

.spw-twocol-wrapper .spw-twocol-item {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.spw-twocol-wrapper .spw-twocol-item>* {
    text-align: center
}

.spw-twocol-wrapper .spw-twocol-item *:nth-child(2) {
    margin-top: 20px
}

.spw-twocol-wrapper .spw-twocol-item *:nth-child(3) {
    margin-top: 20px
}

.spw-twocol-wrapper .spw-twocol-item *:nth-child(4) {
    margin-top: 20px
}

.spw-twocol-wrapper .spw-twocol-item [class^=title] {
    font-family: youshe;
    font-weight: 10 !important;
    line-height: 1.1
}

.spw-twocol-wrapper .spw-twocol-item [class^=title] img {
    height: 30px;
    width: auto
}

.spw-twocol-wrapper .spw-twocol-item .title {
    font-size: 48px
}

.spw-twocol-wrapper .spw-twocol-item .title-lg {
    font-size: 60px
}

.spw-twocol-wrapper .spw-twocol-item .title-sm {
    font-size: 40px
}

.spw-twocol-wrapper .spw-twocol-item .subtitle {
    font-size: 42px
}

.spw-twocol-wrapper .spw-twocol-item .text,
.spw-twocol-wrapper .spw-twocol-item .text-sm {
    line-height: 1.6;
    display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical !important
}

.spw-twocol-wrapper .spw-twocol-item .subtitle {
    font-size: 24px;
    line-height: 1.5
}

.spw-twocol-wrapper .spw-twocol-item .text {
    font-size: 22px
}

.spw-twocol-wrapper .spw-twocol-item .text-sm {
    font-size: 18px
}

.spw-twocol-wrapper .spw-twocol-item [class^=button] {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    margin-top: 40px
}

.spw-twocol-wrapper .spw-twocol-item .button {
    border-radius: 6px;
    font-size: 20px;
    padding: 10px 20px
}

.spw-twocol-wrapper .spw-twocol-item .button_sm {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px
}

.spw-twocol-wrapper .spw-twocol-item .button a,
.spw-twocol-wrapper .spw-twocol-item .button_sm a {
    color: #fff
}

.spw-twocol-wrapper .spw-twocol-item .button:hover,
.spw-twocol-wrapper .spw-twocol-item .button_sm:hover {
    color: #5a6268;
    background: #fff
}

.spw-twocol-wrapper .spw-twocol-item .button:hover a,
.spw-twocol-wrapper .spw-twocol-item .button_sm:hover a {
    color: #5a6268
}

.spw-twocol-wrapper .spw-twocol-item .button:hover span,
.spw-twocol-wrapper .spw-twocol-item .button_sm:hover span {
    padding-left: 5px
}

.spw-twocol-wrapper img,
.spw-twocol-wrapper .img-lg,
.spw-twocol-wrapper .img-md,
.spw-twocol-wrapper .img-sm {
    border-radius: 4px;
    max-width: 900px;
    height: auto
}

.spw-twocol-wrapper img {
    width: 600px
}

.spw-twocol-wrapper .img-md {
    width: 700px
}

.spw-twocol-wrapper .img-lg {
    width: 880px
}

.spw-twocol-wrapper .img-sm {
    width: 400px
}

.spw-twocol-wrapper .left {
    order: -1;
    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;
    padding-right: 10px;
    max-width: 60%
}

.spw-twocol-wrapper .left .spw-twocol-item>* {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.spw-twocol-wrapper .left .spw-twocol-item .button,
.spw-twocol-wrapper .left .spw-twocol-item .button_sm {
    float: left
}

.spw-twocol-wrapper .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;
    padding-left: 10px;
    justify-content: right
}

.spw-twocol-wrapper .right .spw-twocol-item>* {
    text-align: right
}

.spw-twocol-wrapper .right .spw-twocol-item .button,
.spw-twocol-wrapper .right .spw-twocol-item .button_sm {
    float: right
}

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

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

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

    .sp-fluid>div {
        width: 100%
    }

    .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)
    }

    @keyframes kf-swing-up {
        0% {
            transform: translateY(0px)
        }

        25% {
            transform: translateY(0.05rem)
        }

        50% {
            transform: translateY(0px)
        }

        75% {
            transform: translateY(0.05rem)
        }

        100% {
            transform: translateY(0px)
        }
    }

    @keyframes kf-swing-left {
        0% {
            transform: translateX(0px)
        }

        25% {
            transform: translateY(0.05rem)
        }

        50% {
            transform: translateX(0px)
        }

        75% {
            transform: translateY(0.05rem)
        }

        100% {
            transform: translateX(0px)
        }
    }

    .spw-title-container {
        padding-top: .2rem;
        padding-bottom: .1rem;
        width: 92% !important
    }

    .spw-title-container>*:nth-child(2) {
        margin-top: .05rem
    }

    .spw-title-container>*:nth-child(3) {
        margin-top: .05rem
    }

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

    .spw-title-youshe {
        font-size: .32rem;
        line-height: .32rem;
        margin-bottom: -0.01rem
    }

    .spw-title-icon {
        height: .2rem;
        font-size: .2rem;
        line-height: .18rem;
        padding-left: .2rem
    }

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

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

    .spw-title-hr-sm {
        width: .6rem
    }

    .spw-subtitle {
        margin-top: .05rem;
        font-size: .14rem;
        line-height: .2rem
    }

    .spw-animation-water {
        height: .5rem;
        width: .5rem
    }

    .spw-header-top {
        display: none
    }

    .spw-menu-container {
        position: fixed;
        font-size: .15rem;
        height: .7rem;
        border: none;
        background-color: #3f66f5;
        background: -webkit-linear-gradient(#0052dd, #3f66f5);
        background: -o-linear-gradient(#0052dd, #3f66f5);
        background: -moz-linear-gradient(#0052dd, #3f66f5);
        background: linear-gradient(#0052dd, #3f66f5);
        vertical-align: middle;
        padding-top: 0px;
        top: 0px
    }

    .spw-menu-container+div {
        margin-top: .7rem
    }

    .spw-menu-container-red {
        background-color: red;
        background: 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-menu-container-top+.spw-banner-container>.swiper-wrapper>.swiper-slide {
        padding-top: 10px
    }

    .spw-menu-wrapper {
        display: block;
        height: .7rem;
        margin: 0px auto;
        width: 100%;
        padding: 0
    }

    .spw-menu-logo {
        position: absolute;
        float: left;
        height: .7rem;
        padding-left: .15rem;
        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-bottom: 0
    }

    .spw-menu-logo img {
        max-width: 3rem;
        height: auto;
        padding-top: 0px;
        padding-left: 0px
    }

    .spw-menu-container-red .spw-menu-minibtn {
        background-color: #e61a0f
    }

    .spw-menu-minibtn {
        display: block;
        position: absolute;
        width: .36rem;
        height: .36rem;
        right: .18rem;
        top: .17rem;
        padding: .09rem .08rem;
        cursor: pointer;
        outline: none;
        border-radius: .03rem;
        background-color: #0052dd
    }

    .spw-menu-minibtn img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        object-fit: cover
    }

    .spw-menu-minibtn-icon {
        background-color: #fff;
        display: block;
        width: 100%;
        margin-bottom: .05rem;
        height: .025rem;
        border-radius: 4px
    }

    .spw-menu-navlist.active {
        display: block;
        max-height: 500px
    }

    .spw-menu-navlist {
        position: relative;
        top: .7rem;
        background-color: #3f66f5;
        background: -webkit-linear-gradient(#0052dd, #3f66f5);
        background: -o-linear-gradient(#0052dd, #3f66f5);
        background: -moz-linear-gradient(#0052dd, #3f66f5);
        background: linear-gradient(#0052dd, #3f66f5);
        max-height: 0;
        overflow: scroll;
        transition: all .15s ease-in-out
    }

    .spw-menu-container-red .spw-menu-navlist {
        background-color: red;
        background: 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-menu-navlist.open {
        max-height: 5rem
    }

    .spw-menu-nav {
        display: block;
        width: 100%;
        height: .5rem;
        line-height: .5rem;
        font-size: .14rem;
        overflow: hidden;
        border-top: 1px solid #fff;
        padding-left: 0px;
        padding-right: 0px
    }

    .spw-menu-navlist.active a,
    .spw-menu-nav.active a,
    .spw-menu-nav:hover a,
    .spw-menu-nav.active a:hover {
        border: none;
        color: #fff !important
    }

    .spw-menu-nav a {
        height: auto
    }

    .spw-menu-nav-link {
        padding: .1rem .5rem;
        color: #5a6268;
        text-decoration: none
    }

    .spw-menu-nav>ul {
        display: none;
        height: auto;
        opacity: 1;
        position: relative;
        background: #333
    }

    .spw-menu-nav:hover>ul,
    .spw-menu-nav:active>ul {
        display: none
    }

    .spw-menu-nav>ul>li {
        color: #fff;
        background: #444359
    }

    .spw-banner-container {
        height: 2rem
    }

    .spw-banner-container-sm {
        height: 1.8rem
    }

    .spw-banner-container-lg {
        height: 2.2rem
    }

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

    .spw-banner-item {
        padding: .1rem
    }

    .spw-banner-item *:nth-child(2) {
        margin-top: .08rem
    }

    .spw-banner-item *:nth-child(3) {
        margin-top: .08rem
    }

    .spw-banner-item *:nth-child(4) {
        margin-top: .08rem
    }

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

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

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

    .spw-banner-item .title img,
    .spw-banner-item .title-sm img,
    .spw-banner-item .title-lg img {
        height: auto;
        width: .5rem
    }

    .spw-banner-item .subtitle {
        font-size: .17rem;
        line-height: 1.5;
        display: block;
        white-space: pre-line
    }

    .spw-banner-item .text,
    .spw-banner-item .text-sm {
        display: none !important
    }

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

    .spw-banner-item .button:hover span,
    .spw-banner-item .button_sm:hover span {
        padding-left: .05rem
    }

    .spw-banner-item .button_sm {
        border-radius: .03rem;
        font-size: .08rem;
        margin-top: .12rem;
        padding: .02rem .05rem
    }

    .spw-banner-twocol {
        width: 100%;
        height: 1.6rem;
        margin-top: .1rem;
        padding-left: .1rem;
        padding-right: .1rem
    }

    .spw-banner-twocol .left,
    .spw-banner-twocol .left-img {
        padding-right: .05rem
    }

    .spw-banner-twocol .right,
    .spw-banner-twocol .right-img {
        padding-left: .05rem
    }

    .spw-banner-twocol img,
    .spw-banner-twocol .right-img {
        max-width: 100%
    }

    .spw-banner-twocol img {
        width: 40vw
    }

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

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

    .spw-banner-twocol .img-md {
        width: 1.8rem
    }

    .spw-banner-twocol .img-lg {
        width: 2.2rem
    }

    .spw-banner-twocol .spw-banner-item .title {
        font-size: .21rem;
        line-height: .25rem
    }

    .spw-banner-twocol .spw-banner-item .title-lg {
        font-size: .24rem
    }

    .spw-banner-twocol .spw-banner-item .title-sm {
        font-size: .18rem
    }

    .spw-banner-twocol .spw-banner-item .subtitle {
        font-size: .15rem
    }

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

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

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

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

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

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

    .spw-banner-shownum .num {
        font-size: .16rem;
        font-weight: 600;
        margin-top: 0
    }

    .spw-banner-shownum .name {
        font-size: .12rem;
        padding-bottom: .06rem;
        margin-top: 0
    }

    .spw-content-container {
        margin: .1rem auto;
        padding-left: .15rem;
        padding-right: .15rem
    }

    .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.7rem auto
    }

    .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: .13rem;
        background: #fff
    }

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

    .spw-sidemenu {
        display: none;
        margin-top: .9rem
    }

    .spw-sidemenu .head {
        color: #fff;
        font-size: .2rem;
        padding-bottom: .15rem;
        padding-top: .15rem;
        border-bottom: .01rem solid hsla(0, 0%, 100%, .4)
    }

    .spw-sidemenu .menu>li {
        font-size: .16rem
    }

    .spw-sidemenu .menu>li>ul>li {
        padding-top: .1rem;
        padding-left: .1rem;
        font-size: .14rem
    }

    .spw-sidemenu.active {
        background: #fff;
        overflow-y: auto;
        z-index: 2;
        position: fixed;
        height: 80%;
        top: 0;
        left: 0;
        width: 2.4rem;
        display: block;
        border-radius: 10px;
        padding-right: 0px;
        transition: all .5s ease-in-out
    }

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

    .spw-sidemenu-open *:first-child {
        position: relative;
        width: .08rem;
        height: .18rem;
        top: 32%;
        left: 30%;
        color: #fff
    }

    .spw-sidemenu-sub {
        display: none
    }

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

    .spw-pages ul li {
        padding: .02rem .04rem;
        margin-right: .02rem;
        height: .24rem;
        font-size: .13rem
    }

    .spw-tab-container {
        padding-top: .1rem;
        padding-bottom: .1rem
    }

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

    .spw-list-container {
        padding-top: .1rem
    }

    .spw-list-container .right {
        width: 100%;
        margin-bottom: .2rem
    }

    .spw-list-item-table {
        padding: .1rem;
        height: 1.1rem;
        gap: .1rem
    }

    .spw-list-item-table img {
        width: 1.1rem;
        height: .8rem
    }

    .spw-list-item-table .title {
        font-size: .16rem
    }

    .spw-list-item-table .date {
        font-size: .12rem;
        margin-top: .1rem
    }

    .spw-list-item-table .desc {
        display: none
    }

    .spw-list-item-card {
        padding: .15rem;
        border-radius: .03rem
    }

    .spw-list-item-card .title {
        height: .2rem;
        font-size: .15rem;
        margin-bottom: .1rem
    }

    .spw-list-item-card .desc {
        height: .7rem;
        font-size: .12rem
    }

    .spw-list-item-card .more {
        margin-top: .15rem
    }

    .spw-twocol-container,
    .spw-twocol-container-lg,
    .spw-twocol-container-sm {
        font-size: .18rem;
        padding-top: .1rem;
        padding-bottom: .2rem;
        max-width: 100%;
        height: auto;
        min-height: 2.4rem
    }

    .spw-twocol-wrapper {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        margin-top: .05rem;
        padding-left: .1rem;
        padding-right: .1rem
    }

    .spw-twocol-wrapper .left .spw-twocol-item>*,
    .spw-twocol-wrapper .right .spw-twocol-item>* {
        text-align: center
    }

    .spw-twocol-wrapper .left,
    .spw-twocol-wrapper .right {
        padding-right: 0rem;
        padding-left: 0rem;
        max-width: 100%
    }

    .spw-twocol-wrapper .left {
        order: unset
    }

    .spw-twocol-wrapper img {
        max-height: 2rem;
        width: 100% !important
    }

    .spw-twocol-wrapper .spw-twocol-item {
        padding: .05rem;
        margin-top: .05rem;
        margin-bottom: .05rem
    }

    .spw-twocol-wrapper .spw-twocol-item *:nth-child(2) {
        margin-top: .08rem
    }

    .spw-twocol-wrapper .spw-twocol-item *:nth-child(3) {
        margin-top: .08rem
    }

    .spw-twocol-wrapper .spw-twocol-item *:nth-child(4) {
        margin-top: .08rem
    }

    .spw-twocol-wrapper .spw-twocol-item .title,
    .spw-twocol-wrapper .spw-twocol-item .title-lg,
    .spw-twocol-wrapper .spw-twocol-item .title-sm {
        font-size: .28rem;
        line-height: .25rem
    }

    .spw-twocol-wrapper .spw-twocol-item .title img,
    .spw-twocol-wrapper .spw-twocol-item .title-lg img,
    .spw-twocol-wrapper .spw-twocol-item .title-sm img {
        display: none
    }

    .spw-twocol-wrapper .spw-twocol-item .subtitle {
        font-size: .15rem;
        line-height: 1.5;
        display: block
    }

    .spw-twocol-wrapper .spw-twocol-item .text,
    .spw-twocol-wrapper .spw-twocol-item .text-sm,
    .spw-twocol-wrapper .spw-twocol-item .button,
    .spw-twocol-wrapper .spw-twocol-item .button_sm {
        display: none
    }

    .spw-twocol-wrapper .spw-twocol-item .button,
    .spw-twocol-wrapper .spw-twocol-item .button_sm {
        float: none !important;
        text-align: center
    }
}

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

    .sp-container {
        clear: both;
        position: relative
    }

    .spw-shadow {
        background-color: #fff;
        border-radius: 5px !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-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 {
        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-list {
        margin-bottom: 30px
    }

    .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: #333 !important;
        font-weight: 600
    }

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

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

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

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

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

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

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

    .spw-footer-menulink-c {
        font-size: 14px
    }

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

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

    .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: 58%
    }

    .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-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, #009fff);
    background: -o-linear-gradient(90deg, #388fff, #009fff);
    background: -moz-linear-gradient(90deg, #388fff, #009fff);
    background: linear-gradient(90deg, #388fff, #009fff)
}

.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, #009fff);
    background: -o-linear-gradient(90deg, #388fff, #009fff);
    background: -moz-linear-gradient(90deg, #388fff, #009fff);
    background: linear-gradient(90deg, #388fff, #009fff)
}

.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: #ffeccc
}

.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-header-bg-red+.spw-pro-content>div:nth-child(1)>div {
    background-image: url(../images/index_pro_party_bg.webp)
}

.spw-pro-header-bg-red+.spw-pro-content>div:nth-child(2)>div {
    background-image: url(../images/index_pro_bg_mass.webp)
}

.spw-pro-header-bg-green+.spw-pro-content>div:nth-child(1)>div {
    background-image: url(../images/index_pro_ent_bg1.webp)
}

.spw-pro-header-bg-green+.spw-pro-content>div:nth-child(2)>div {
    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-align: left;
    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;
    filter: brightness(100)
}

.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 {
    width: 44px;
    margin: 0 auto;
    filter: brightness(100)
}

.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-shownum {
    position: relative;
    z-index: 3;
    display: flex;
    text-align: center;
    box-shadow: 0 2px 20px rgba(150, 150, 150, .2)
}

.spw-pro-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-shownum-box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px
}

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

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

.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;
    height: 60%
}

.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");
    padding-bottom: 40px
}

.spw-pro-solu-party-item {
    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-item .pic {
    display: flex;
    justify-content: center;
    align-items: center
}

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

.spw-pro-solu-party-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

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

.spw-pro-solu-party-item .content p {
    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-item .bottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    flex-wrap: wrap
}

.spw-pro-solu-party-item .bottom a {
    border: 1px solid #ff5a22;
    border-radius: 3px;
    color: #ff5a22;
    text-align: center;
    display: block;
    margin: 5px;
    padding: 3px;
    width: 20%
}

.spw-pro-solu-party-item: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-item:hover img {
    filter: brightness(100)
}

.spw-pro-solu-party-item:hover .content h3,
.spw-pro-solu-party-item:hover .content p {
    color: #fff
}

.spw-pro-solu-party-item:hover .bottom a {
    border: 1px solid #fff;
    color: #fff
}

.spw-pro-solu-party-item:hover .bottom a:hover {
    color: red;
    background: #fff
}

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

.spw-pro-solu-rencaijianshe-div {
    height: 390px
}

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

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

.spw-pro-solu-slide {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: space-between
}

.spw-pro-solu-slide>div:first-child {
    padding-right: 10px
}

.spw-pro-solu-slide>div:last-child {
    padding-left: 10px
}

.spw-pro-solu-text {
    float: left
}

.spw-pro-solu-pic,
.spw-pro-solu-pic-sm,
.spw-pro-solu-pic-lg {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center
}

.spw-pro-solu-pic {
    max-width: 60%;
    min-width: 50%
}

.spw-pro-solu-pic-sm {
    max-width: 40%;
    min-width: 30%
}

.spw-pro-solu-pic-lg {
    max-width: 80%;
    min-width: 60%
}

.spw-pro-solu-pic img {
    max-height: 480px
}

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

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

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

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

.spw-pro-solu-text-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-tab {
    position: absolute;
    z-index: 2;
    top: 20px;
    border-bottom: 1px solid #e2e2e2
}

.spw-pro-solu-service-text {
    padding-top: 20px
}

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

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

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

.spw-pro-solu-service-text-nav-img {
    float: left
}

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

.spw-pro-solu-service-text-nav-title {
    float: left;
    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;
    margin-top: 10px;
    margin-bottom: 10px
}

.spw-pro-solu-iot-nav li {
    height: 50px;
    border-radius: 5px
}

.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-cooperation-bg {
    background: url("../images/hezuobg.webp");
    background-repeat: round
}

.spw-pro-adv-container {
    clear: both;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.spw-pro-adv-slide {
    width: 33.3%;
    float: left;
    padding: 10px;
    position: relative
}

.spw-pro-adv-slide a {
    position: absolute;
    display: none;
    top: 48%;
    left: 38%;
    padding: 5px 15px;
    background-color: #388fff;
    background: linear-gradient(90deg, #388fff 0, #009fff 100%);
    border-radius: 12px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    z-index: 100;
    width: 25%
}

.spw-pro-adv-slide:hover>div {
    box-shadow: 0 2px 15px 0 rgba(68, 93, 127, .24);
    filter: blur(4px);
    transform: scale(1.02);
    transition: all .3s
}

.spw-pro-adv-slide:hover a {
    display: block;
    transition: top .3s ease, opacity .3s ease
}

.spw-pro-adv1-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 240px;
    border-radius: 5px;
    box-shadow: 1px 2px 15px rgba(0, 159, 255, .2)
}

.spw-pro-adv1-item img {
    height: 64px
}

.spw-pro-adv1-item .bgcolor {
    margin: 0 auto;
    align-items: center;
    display: flex;
    background-color: #388fff;
    background: -webkit-linear-gradient(#388fff, #3f66f5);
    background: -o-linear-gradient(#388fff, #3f66f5);
    background: -moz-linear-gradient(#388fff, #3f66f5);
    background: linear-gradient(#388fff, #3f66f5);
    height: 72px;
    width: 72px;
    border-radius: 4px
}

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

.spw-pro-adv1-item h3 {
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #666;
    font-weight: 600;
    height: 60px;
    font-size: 19px;
    line-height: 1.2;
    padding: 10px 0px
}

.spw-pro-adv1-item p {
    color: #999;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px
}

.spw-pro-adv2-item {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    transition: filter .3s, transform .3s;
    box-sizing: border-box;
    box-shadow: 1px 2px 15px rgba(0, 159, 255, .2);
    background: #fff;
    border-radius: 5px
}

.spw-pro-adv2-item img {
    width: 64px
}

.spw-pro-adv2-item .bgcolor {
    margin: 0 auto;
    align-items: center;
    display: flex;
    background-color: #388fff;
    background: -webkit-linear-gradient(#388fff, #3f66f5);
    background: -o-linear-gradient(#388fff, #3f66f5);
    background: -moz-linear-gradient(#388fff, #3f66f5);
    background: linear-gradient(#388fff, #3f66f5);
    height: 72px;
    width: 72px;
    border-radius: 4px
}

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

.spw-pro-adv2-item h3 {
    color: #666;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    font-size: 19px;
    padding-bottom: 10px
}

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

.spw-pro-adv2-left {
    width: 25%;
    float: left;
    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-adv2-right {
    width: 70%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px
}

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

.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, #3f66f5);
    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: #fff;
    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: #3f66f5;
    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, #3f66f5);
    background: -o-linear-gradient(#0052dd, #3f66f5);
    background: -moz-linear-gradient(#0052dd, #3f66f5);
    background: linear-gradient(#0052dd, #3f66f5);
    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: #fff;
    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, #3f66f5);
    background: -o-linear-gradient(to right, #388fff, #3f66f5);
    background: -moz-linear-gradient(to right, #388fff, #3f66f5);
    background-image: linear-gradient(to right, #388fff, #3f66f5);
    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-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, #3f66f5);
    -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-banner-water-dot1 {
    top: -173px;
    right: -330px
}

.spw-banner-water-dot2 {
    left: 30px;
    top: -60px
}

.spw-banner-water-dot3 {
    left: 255px;
    top: 35px
}

.spw-pro-pam-adv-item {
    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: 10px;
    padding-bottom: 10px
}

.spw-pro-pam-adv-item-icon {
    background: url(../images/label_bg.webp) no-repeat;
    font-family: youshe;
    text-align: left;
    color: #fff;
    height: 50px;
    padding-left: 40px;
    padding-top: 3px;
    font-size: 30px;
    overflow: hidden
}

.spw-pro-pam-adv-item-icon img {
    margin-left: -20px;
    margin-right: 5px;
    padding-top: 5px;
    width: auto;
    height: 28px
}

.spw-pro-pam-adv-item h3 {
    color: #ff1c15;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    font-size: 20px;
    padding: 5px 25px
}

.spw-pro-pam-adv-item p {
    color: #666;
    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: 15px;
    line-height: 1.8;
    padding: 5px 25px
}

.spw-pro-pam-adv2-swiper {
    height: 530px;
    width: 500px;
    margin: 0px auto;
    margin-top: 30px
}

.spw-pro-pam-adv2-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px !important
}

.spw-pro-pam-adv2-tabs {
    position: relative;
    height: 530px;
    margin: -520px auto 0;
    display: flex;
    justify-content: space-between
}

.spw-pro-pam-adv2-tabs-left {
    background: url("../images/pam_adv_bg_left.webp") no-repeat top center/100% auto;
    position: absolute;
    left: 0px;
    height: 400px;
    width: 350px
}

.spw-pro-pam-adv2-tabs-center {
    width: 500px
}

.spw-pro-pam-adv2-tabs-right {
    background: url("../images/pam_adv_bg_right.webp") no-repeat top center/100% auto;
    position: absolute;
    height: 400px;
    right: 0px;
    width: 350px
}

.spw-pro-pam-adv2-tab {
    position: absolute;
    color: #333
}

.spw-pro-pam-adv2-tab h3 {
    font-size: 20px
}

.spw-pro-pam-adv2-tab p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px
}

.spw-pro-pam-adv2-tab::before {
    color: #ff3030;
    transform: translate(-50%, -50%) scale(0)
}

.spw-pro-pam-adv2-tab:hover::before {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1
}

.spw-pro-pam-adv2-tab-animation {
    float: left;
    width: 120px;
    height: 60px
}

.spw-pro-pam-adv2-tabs-left li:nth-child(1) {
    right: 0px;
    top: 22px;
    text-align: right;
    height: 60px
}

.spw-pro-pam-adv2-tabs-left li:nth-child(2) {
    right: 35px;
    top: 173px;
    text-align: right;
    height: 60px
}

.spw-pro-pam-adv2-tabs-left li:nth-child(3) {
    right: 0px;
    top: 322px;
    text-align: right;
    height: 60px
}

.spw-pro-pam-adv2-tabs-right li:nth-child(1) {
    left: 0px;
    top: 25px;
    height: 60px
}

.spw-pro-pam-adv2-tabs-right li:nth-child(2) {
    left: 35px;
    top: 173px;
    height: 60px
}

.spw-pro-pam-adv2-tabs-right li:nth-child(3) {
    left: 0px;
    top: 322px;
    height: 60px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spw-pro-pam-fun-tab li {
    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-content {
    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 {
    margin: 0 auto
}

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

.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-pam-vertype-bg {
    background: url("../images/wdbbdzzsdjptbj.webp") 0% 0%/cover no-repeat;
    padding: 40px 0px
}

.spw-pro-pam-vertype {
    padding-bottom: 60px
}

.spw-pro-pam-vertype-item {
    border-left: 1px solid #ed7a6f;
    padding: 30px;
    margin-top: 50px;
    width: 20%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.spw-pro-pam-vertype-item:last-child {
    border-right: 1px solid #ed7a6f
}

.spw-pro-pam-vertype-item a {
    color: #fff
}

.spw-pro-pam-vertype-item h4 {
    font-size: 26px
}

.spw-pro-pam-vertype-item .spw-pro-pam-vertype-item-desc {
    padding-top: 24px;
    color: #f1f1f1;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 24px
}

.spw-pro-pam-vertype-item .spw-pro-pam-vertype-item-shu {
    width: 1px;
    height: 50px;
    background: #fff
}

.spw-pro-pam-vertype-item p {
    color: #f1f1f1;
    margin: 20px 10px;
    font-size: 15px
}

.spw-pro-pam-vertype-item .spw-pro-pam-vertype-item-dianji {
    margin: 0;
    padding: 5px
}

.spw-pro-pam-vertype-item .spw-pro-pam-vertype-item-info {
    margin: 15px
}

.isStuck {
    width: 100%;
    z-index: 99;
    height: 180px;
    padding: 10px 0px
}

.isStuck .spw-title-youshe {
    margin-top: 10px
}

.isStuck .spw-pro-pam-vertype {
    height: 160px
}

.isStuck .spw-pro-pam-vertype-item {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    height: 60px
}

.isStuck .spw-pro-pam-vertype-item-shu {
    display: none;
    width: 48px;
    height: 50px;
    background: none;
    margin: 0px;
    position: relative;
    transform: rotate(45deg)
}

.isStuck .spw-pro-pam-vertype-item-shu:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 40%;
    left: 40%;
    margin: -5px 0 0 -5px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(90deg)
}

.isStuck .spw-pro-pam-vertype-item-desc,
.isStuck .spw-pro-pam-vertype-item-img,
.isStuck .spw-pro-pam-vertype-item-info,
.isStuck .spw-pro-pam-vertype-item-dianji {
    display: none
}

.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: #3f66f5;
    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-juweihui {
    overflow: hidden;
    clear: both;
    padding-bottom: 40px
}

.spw-pro-com-solu-juweihui .left {
    width: 35%;
    float: left;
    border: 1px #dedede solid;
    border-radius: 10px 0px 0px 10px
}

.spw-pro-com-solu-juweihui .left .title {
    color: #fff;
    background: #009fff;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px 0px 0px 0px
}

.spw-pro-com-solu-juweihui .left .img {
    padding: 20px
}

.spw-pro-com-solu-juweihui .right {
    width: 65%;
    float: left;
    background: #f6f9fc;
    border-radius: 10px 500px 500px 10px;
    height: 344px
}

.spw-pro-com-solu-juweihui .right h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 120px;
    font-weight: 100;
    font-size: 18px;
    padding: 20px
}

.spw-pro-com-solu-juweihui .right .item {
    float: left;
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px
}

.spw-pro-com-solu-juweihui .right .item img {
    width: 65px
}

.spw-pro-com-solu-juweihui .right .item:hover img {
    transform: scale(1.2)
}

.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: #3f66f5;
    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, #009fff) !important;
    background: -o-linear-gradient(#388fff, #009fff) !important;
    background: -moz-linear-gradient(#388fff, #009fff) !important;
    background: linear-gradient(#388fff, #009fff) !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;
    background-size: 100% auto
}

.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-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-weight: bold;
    margin-bottom: 7px
}

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

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

.spw-pro-park-vsbox-estate h3 {
    font-size: 30px;
    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 {
    font-family: youshe;
    text-align: center;
    font-weight: 100;
    color: #333;
    font-size: 48px;
    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-swiper {
    width: 543px;
    margin: 0 auto
}

.spw-pro-park-solu-hardware-swiper img {
    width: 100%;
    margin-bottom: 10px
}

.spw-pro-park-solu-asset {
    max-width: 1000px;
    height: 580px;
    margin: auto;
    margin-top: 32px;
    position: relative;
    background: url(../images/spw_park_index_soul_bg.webp) top center/100% 90% no-repeat
}

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

.spw-pro-park-solu-asset .spw-pro-park-solu-asset-swiper {
    overflow: hidden;
    width: 75.5%;
    margin: auto;
    height: 90%;
    padding-top: 3.8%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

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

.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_jianyi_banner_container {
    background: url("../images/jianyi_banner_bg.webp") no-repeat bottom center #d82835
}

.spw_pro_jianyi_banner {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative
}

.spw_pro_jianyi_banner .logo {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 40px;
    top: 90px
}

.spw_pro_jianyi_banner .logo img {
    height: 260px
}

.spw_pro_jianyi_banner .text {
    position: absolute;
    background: url(../images/jianyi_banner_text_bg.webp) center center/100% 100% no-repeat;
    left: 30px;
    top: 350px;
    padding: 20px;
    width: 400px
}

.spw_pro_jianyi_banner .text p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 175%;
    color: #f6e0c3;
    text-align: justify
}

.spw_pro_jianyi_banner .banner_ani {
    position: relative;
    float: right;
    right: 0;
    width: 650px;
    height: 650px;
    background: url("../images/jianyi_banner_pic.webp") no-repeat center center
}

.spw_pro_jianyi_banner .banner_ani .ani_1 {
    position: absolute;
    right: 0px;
    top: 105px;
    width: 171px;
    -webkit-animation: ani_up_01 8s ease infinite;
    animation: ani_up_01 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_2 {
    position: absolute;
    right: 350px;
    top: 130px;
    width: 120px;
    -webkit-animation: ani_up_02 8s ease infinite;
    animation: ani_up_02 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_3 {
    position: absolute;
    right: 430px;
    top: 230px;
    width: 206px;
    -webkit-animation: ani_up_02 8s ease infinite;
    animation: ani_up_02 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_4 {
    position: absolute;
    right: 530px;
    top: 320px;
    width: 154px;
    -webkit-animation: ani_up_02 8s ease infinite;
    animation: ani_up_02 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_21 {
    position: absolute;
    right: 10px;
    top: 270px;
    width: 131px;
    -webkit-animation: ani_up_03 8s ease infinite;
    animation: ani_up_03 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_22 {
    position: absolute;
    right: 50px;
    top: 320px;
    width: 193px;
    -webkit-animation: ani_up_03 8s ease infinite;
    animation: ani_up_03 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_23 {
    position: absolute;
    right: 280px;
    top: 400px;
    width: 154px;
    -webkit-animation: ani_up_03 8s ease infinite;
    animation: ani_up_03 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_24 {
    position: absolute;
    right: 400px;
    top: 510px;
    width: 198px;
    -webkit-animation: ani_up_03 8s ease infinite;
    animation: ani_up_03 8s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_31 {
    position: absolute;
    right: 70px;
    top: 430px;
    width: 184px;
    -webkit-animation: ani_up_04 6s ease infinite;
    animation: ani_up_04 5s ease infinite
}

.spw_pro_jianyi_banner .banner_ani .ani_32 {
    position: absolute;
    right: 185px;
    top: 505px;
    width: 168px;
    -webkit-animation: ani_up_05 6s ease infinite;
    animation: ani_up_05 5s ease infinite
}

@keyframes ani_up_01 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9)
    }

    50% {
        opacity: .4;
        -webkit-transform: scale(0.7)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.9)
    }
}

@-webkit-keyframes ani_up_01 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9)
    }

    50% {
        opacity: .4;
        -webkit-transform: scale(0.7)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.9)
    }
}

@keyframes ani_up_02 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    50% {
        opacity: .4;
        transform: translate3d(0, 40px, 0);
        -webkit-transform: scale(0.8)
    }

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

@-webkit-keyframes ani_up_02 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.8)
    }

    50% {
        opacity: .4;
        transform: translate3d(0, 40px, 0);
        -webkit-transform: scale(0.8)
    }

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

@keyframes ani_up_03 {
    0% {
        opacity: .5;
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.8)
    }

    50% {
        opacity: 1;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: .4;
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.8)
    }
}

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

    50% {
        opacity: 1;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: .4;
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.8)
    }
}

@keyframes ani_up_04 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    50% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

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

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

    50% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

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

@keyframes ani_up_05 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    50% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

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

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

    50% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

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

@keyframes ani_up_06 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    50% {
        opacity: 1;
        transform: translate3d(-30px, 20px, 0)
    }

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

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

    50% {
        opacity: 1;
        transform: translate3d(-30px, 20px, 0)
    }

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

.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 {
    display: -webkit-flex;
    display: flex;
    vertical-align: bottom;
    align-items: center;
    line-height: 1.8;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.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-tab ul {
    margin: 0 auto;
    background: #e6e7eb;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.spw-pro-service-tab ul li {
    display: block;
    text-align: center;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.spw-pro-service-tab ul li.active,
.spw-pro-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-service-content {
    opacity: 1
}

.spw-pro-service-content-slide {
    background-color: #fff
}

.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-text h5 {
    font-weight: bold;
    color: #333
}

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

.spw-pro-service-content-text p {
    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-show-title {
    width: 100%;
    background-blend-mode: normal, normal;
    border-radius: 6px;
    padding: 15px 20px
}

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

.spw-pro-function-show-body {
    padding: 0 20px
}

.spw-pro-function-show-body-lable {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px
}

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

.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;
    color: #388fff
}

.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: #3f66f5;
    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
}

@keyframes scaleDraw {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.3)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.3)
    }
}

@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;
        padding-top: .12rem
    }

    .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-shownum {
        margin-top: -0.35rem
    }

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

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

    .spw-pro-shownum-item-num {
        font-size: .2rem
    }

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

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

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

    .spw-pro-terminal-allinone {
        width: 100% !important
    }

    .spw-pro-solu-pic img,
    .spw-pro-solu-pic-lg img,
    .spw-pro-solu-pic-sm img {
        max-height: 2rem
    }

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

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

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

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

    .spw-pro-solu-party-item .content {
        width: 70%;
        float: left;
        padding: .1rem;
        align-items: flex-start
    }

    .spw-pro-solu-party-item .content h3 {
        text-align: left;
        color: red;
        font-size: .2rem;
        padding-left: 0px;
        padding-top: .1rem;
        padding-bottom: .08rem
    }

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

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

    .spw-pro-solu-party-item .bottom a {
        border-radius: .03rem;
        margin: .05rem;
        padding: .03rem;
        width: 28%;
        overflow: hidden;
        line-clamp: 1
    }

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

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

    .spw-pro-solu-text-memo {
        margin-bottom: .1rem;
        display: none
    }

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

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

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

    .spw-pro-solu-text-title {
        margin-left: .1rem;
        line-height: .25rem;
        font-size: .15rem
    }

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

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

    .spw-pro-solu-service-tab {
        top: .1rem;
        border: none
    }

    .spw-pro-solu-service-text {
        padding-top: 0rem
    }

    .spw-pro-solu-service-text-img {
        max-height: 2rem
    }

    .spw-pro-solu-service-text-title {
        display: none;
        font-size: .16rem;
        padding: .1rem;
        padding-bottom: .25rem
    }

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

    .spw-pro-solu-service-text-nav {
        padding: .05rem
    }

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

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

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

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

    .spw-pro-adv-slide {
        padding: .06rem;
        pointer-events: none
    }

    .spw-pro-adv1-item {
        height: 1.2rem;
        padding: .1rem .05rem;
        box-shadow: 1px 2px .1rem rgba(0, 159, 255, .2)
    }

    .spw-pro-adv1-item img {
        height: .42rem;
        width: auto
    }

    .spw-pro-adv1-item .bgcolor {
        height: .5rem;
        width: .5rem;
        border-radius: .04rem
    }

    .spw-pro-adv1-item .bgcolor img {
        width: auto;
        height: .36rem
    }

    .spw-pro-adv1-item h3 {
        height: .4rem;
        font-size: .14rem;
        padding: .08rem .08rem .01rem .08rem;
        font-weight: bolder;
        font-stretch: normal;
        text-align: center
    }

    .spw-pro-adv1-item p {
        display: none
    }

    .spw-pro-adv2-item {
        height: 1.1rem;
        padding: .1rem .05rem;
        box-shadow: 1px 2px .2rem rgba(0, 159, 255, .2)
    }

    .spw-pro-adv2-item img {
        width: .4rem;
        height: auto
    }

    .spw-pro-adv2-item .bgcolor {
        height: .45rem;
        width: .45rem;
        border-radius: .04rem
    }

    .spw-pro-adv2-item .bgcolor img {
        width: .28rem;
        height: .28rem
    }

    .spw-pro-adv2-item h3 {
        font-size: .13rem;
        padding: .02rem;
        text-align: center
    }

    .spw-pro-adv2-item p {
        display: none
    }

    .spw-pro-adv2-left {
        width: 100%
    }

    .spw-pro-adv2-right {
        width: 95%;
        padding: .01rem
    }

    .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.25rem
    }

    .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: 0rem .05rem
    }

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

    .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: .1rem；
    }

    .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 {
        padding: .15rem;
        background-color: #fff;
        border-radius: .05rem;
        background-color: #fff;
        box-shadow: 0rem .03rem .1rem 0rem rgba(103, 111, 178, .3)
    }

    .spw-pro-index-service-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-partner {
        margin-top: .35rem
    }

    .spw-pro-index-partner-item img {
        width: 100%;
        margin-top: .05rem;
        margin-bottom: .05rem
    }

    .spw-banner-water-dot1 {
        top: -0.55rem;
        right: -1.05rem
    }

    .spw-banner-water-dot2 {
        left: .1rem;
        top: -0.17rem
    }

    .spw-banner-water-dot3 {
        left: .7rem;
        top: .005rem
    }

    .spw-pro-pam-adv2-swiper {
        width: 1.5rem;
        height: 1.8rem
    }

    .spw-pro-pam-adv2-tabs {
        height: 1.85rem;
        margin: -1.8rem auto 0
    }

    .spw-pro-pam-adv2-tabs-left {
        width: 1.2rem;
        height: 2rem
    }

    .spw-pro-pam-adv2-tabs-center {
        width: 2rem
    }

    .spw-pro-pam-adv2-tabs-right {
        width: 1.2rem;
        height: 2rem
    }

    .spw-pro-pam-adv2-tab h3 {
        font-size: .14rem;
        margin-bottom: 0rem
    }

    .spw-pro-pam-adv2-tab p {
        display: none
    }

    .spw-pro-pam-adv2-tab-animation {
        width: .4rem;
        height: .18rem
    }

    .spw-pro-pam-adv2-tabs-left li:nth-child(1) {
        top: .09rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-tabs-left li:nth-child(2) {
        right: .13rem;
        top: .6rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-tabs-left li:nth-child(3) {
        top: 1.11rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-tabs-right li:nth-child(1) {
        top: .09rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-tabs-right li:nth-child(2) {
        left: .13rem;
        top: .6rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-tabs-right li:nth-child(3) {
        top: 1.11rem;
        height: .2rem
    }

    .spw-pro-pam-adv2-slide {
        height: 1.2rem !important
    }

    .spw-pro-pam-adv2-slide img {
        width: 1.2rem
    }

    .spw-pro-pam-ver-tab {
        width: 90%
    }

    .spw-pro-pam-ver-tab-li {
        padding-bottom: .1rem
    }

    .spw-pro-pam-ver-tab-li.active {
        border-bottom: .02rem solid red;
        z-index: 2;
        background: url(../images/helpcenter_sprites.webp) no-repeat -0.36rem -2.35rem
    }

    .spw-pro-pam-ver-tab-li p {
        font-size: .12rem;
        margin-top: .04rem
    }

    .spw-pro-pam-ver-tab-li span {
        font-size: .15rem;
        margin-top: .05rem;
        color: #999;
        font-weight: 600
    }

    .spw-pro-pam-ver-tab-slide {
        box-shadow: 0 0 .16rem 0 rgba(0, 0, 0, .08);
        height: 3.6rem !important;
        padding-top: .15rem;
        padding-left: .15rem;
        padding-right: .15rem
    }

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

    .spw-pro-pam-ver-tab-name {
        display: none;
        font-size: .18rem;
        margin-top: .1rem
    }

    .spw-pro-pam-ver-tab-desc {
        font-size: .12rem;
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-pro-pam-ver-tab-center {
        display: none;
        float: left;
        width: 15%;
        font-size: .16rem;
        margin-right: 0rem;
        margin-top: .2rem
    }

    .spw-pro-pam-ver-tab-right {
        float: left;
        width: 100%;
        margin-top: .1rem;
        position: relative
    }

    .spw-pro-pam-ver-tab-item {
        margin-bottom: .1rem;
        margin-top: .1rem;
        background-color: #f0f0f0;
        padding: .1rem
    }

    .spw-pro-pam-ver-tab-item a {
        font-size: .14rem
    }

    .spw-pro-pam-ver-tab-item h4 {
        color: #666;
        font-size: .15rem;
        font-weight: 600
    }

    .spw-pro-pam-ver-tab-item p {
        font-size: .12rem
    }

    .spw-pro-pam-fun-tab li {
        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-content {
        width: 100%;
        height: 2.2rem;
        margin-top: .08rem
    }

    .spw-pro-pam-fun-item {
        height: .5rem
    }

    .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-vsbox {
        margin-top: .8rem
    }

    .spw-pro-com-vsbox-tab {
        background-color: #e6f0ff;
        border-radius: .15rem;
        width: 92%;
        height: .35rem;
        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, #009fff) !important;
        background: -o-linear-gradient(left, #388fff, #009fff) !important;
        background: -moz-linear-gradient(left, #388fff, #009fff) !important;
        background: linear-gradient(left, #388fff, #009fff) !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.2rem !important
    }

    .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-img {
        height: 1.1rem !important;
        padding: .1rem 0 !important
    }

    .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: .1rem
    }

    .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: .1rem
    }

    .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: .2rem;
        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-asset {
        height: 2rem
    }

    .spw-pro-park-solu-hardware-swiper {
        width: 1.33rem
    }

    .sp-bg-color-blue {
        background: linear-gradient(#388fff, #3f66f5) !important
    }

    .spw-pro-item-pic-top {
        margin-top: .2rem !important
    }

    .spw-pro-index-pam-bottom {
        margin-bottom: .05rem;
        margin-top: .1rem
    }

    .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-gov-slide {
        margin-top: 10%
    }

    .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-solu-juweihui {
        padding-bottom: .2rem
    }

    .spw-pro-com-solu-juweihui .left {
        display: none
    }

    .spw-pro-com-solu-juweihui .right {
        width: 100%;
        border-radius: .1rem;
        height: 1.8rem;
        padding: .1rem
    }

    .spw-pro-com-solu-juweihui .right h3 {
        display: none
    }

    .spw-pro-com-solu-juweihui .right .item {
        padding: .04rem;
        margin-top: .03rem;
        width: 33.3%;
        font-size: .12rem
    }

    .spw-pro-com-solu-juweihui .right .item img {
        width: .5rem
    }

    .spw-pro-com-adv:not(.more):hover .spw-pro-com-adv-img {
        filter: none
    }

    .spw-pro-com-index-case {
        height: 6rem
    }

    .spw-pro-com-index-case-bg {
        background-size: 100% 5rem;
        height: 7rem
    }

    .spw_pro_jianyi_banner {
        width: 100%;
        height: 6rem
    }

    .spw_pro_jianyi_banner .logo {
        width: 98%;
        height: 2rem;
        left: 0rem;
        top: .4rem;
        margin: 0 auto;
        text-align: center
    }

    .spw_pro_jianyi_banner .logo img {
        height: 2rem
    }

    .spw_pro_jianyi_banner .text {
        display: none;
        top: 1.5rem;
        width: 90%
    }

    .spw_pro_jianyi_banner .text p {
        font-size: .14rem
    }

    .spw_pro_jianyi_banner .banner_ani {
        top: 2.3rem;
        overflow: hidden;
        height: 3.2rem;
        width: 98%;
        float: left;
        background-size: 75% auto
    }

    .spw_pro_jianyi_banner .banner_ani p {
        display: block
    }

    .spw_pro_jianyi_banner .banner_ani img {
        width: 100%
    }

    .spw_pro_jianyi_banner .banner_ani .ani_1 {
        right: 0rem;
        top: .6rem;
        width: 1rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_2 {
        right: 1.7rem;
        top: .5rem;
        width: .8rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_3 {
        right: 2.2rem;
        top: 1.05rem;
        width: 1.1rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_4 {
        right: 2.65rem;
        top: 1.55rem;
        width: .9rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_21 {
        right: .2rem;
        top: 1.4rem;
        width: .8rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_22 {
        right: .5rem;
        top: 1.8rem;
        width: 1rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_23 {
        right: 1.4rem;
        top: 2.1rem;
        width: .8rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_24 {
        right: 2rem;
        top: 2.5rem;
        width: 1rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_31 {
        right: .4rem;
        top: 2.25rem;
        width: 1rem
    }

    .spw_pro_jianyi_banner .banner_ani .ani_32 {
        right: 1rem;
        top: 2.6rem;
        width: .9rem
    }

    .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;
        padding-bottom: .15rem
    }

    .spw-pro-overview-brief-cont {
        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-tab {
        margin-top: .2rem;
        margin-bottom: .2rem
    }

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

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

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

    .spw-pro-service-content {
        margin-top: .2rem;
        height: 3rem
    }

    .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-text h5 {
        font-size: 0rem;
        padding-top: .12rem
    }

    .spw-pro-service-content-text h5 span {
        font-size: .18rem;
        line-height: .28rem
    }

    .spw-pro-service-content-text p {
        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 {
        max-width: 94%
    }

    .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: .2rem
    }

    .spw-pro-about-title {
        font-size: .2rem
    }

    .spw-pro-about-box1-text p {
        font-size: .14rem;
        line-height: .23rem;
        margin-top: .05rem
    }

    .spw-pro-about-box2 {
        margin-top: .1rem
    }

    .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
    }

    .spw-pro-pam-adv-item {
        height: .7rem;
        box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .3) !important;
        background: #fff;
        background: linear-gradient(90deg, #fff, #fff) !important;
        border-radius: .1rem
    }

    .spw-pro-pam-adv-item p {
        display: none
    }

    .spw-pro-pam-adv-item-icon {
        background-image: url("../images/label_bg.webp");
        background-repeat: no-repeat;
        background-size: 1.1rem;
        background-position: left top;
        font-family: youshe;
        text-align: left;
        color: #fff;
        height: .3rem;
        padding-left: .3rem;
        padding-top: 0rem;
        font-size: .18rem;
        overflow: hidden
    }

    .spw-pro-pam-adv-item h3 {
        color: #666;
        font-weight: 600;
        padding: .08rem .1rem;
        text-align: left;
        overflow: hidden;
        font-size: .14rem;
        white-space: nowrap
    }

    .spw-pro-pam-adv-item-icon img {
        margin-left: -0.18rem;
        margin-right: .03rem;
        margin-top: .005rem;
        padding-top: .04rem;
        width: auto;
        height: .21rem
    }

    .spw-pro-pam-function-content h4 {
        display: none
    }

    .spw-pro-pam-function-content h5 {
        font-size: .14rem;
        padding-bottom: .1rem
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-head-title {
        padding-bottom: .1rem;
        font-size: .14rem;
        font-weight: bold;
        color: #314259
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-content .spw-pro-pam-ver-overview-bg {
        font-size: .12rem;
        font-weight: 500;
        color: #666;
        line-height: 1.5
    }

    .spw-pro-pam-ver-case {
        height: 1rem !important
    }

    .spw-pro-pam-ver-case img {
        width: 100%;
        height: 100% !important
    }

    .spw-pro-pam-ver-content-adv-item {
        border: 1px solid #ffdede;
        background: linear-gradient(90deg, #FFEFEE 0%, #FFFFFF 100%);
        border-radius: 5px;
        padding: .1rem
    }

    .spw-pro-pam-ver-content-adv-item h3 {
        font-size: .13rem;
        font-weight: bold;
        color: #314259;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-ver-content-adv-item p {
        font-size: .12rem;
        padding-top: .1rem;
        font-weight: 400;
        color: #999;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-function-tab {
        display: flex;
        flex-direction: row;
        margin-top: .13rem;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .spw-pro-pam-function-tab-li {
        width: 33%;
        height: .3rem
    }

    .spw-pro-pam-function-tab-icon {
        display: none
    }

    .spw-pro-pam-function-tab-li.active {
        border-radius: 2rem;
        background: linear-gradient(90deg, rgba(215, 5, 34, 0.8705882353) 0%, rgba(245, 57, 11, 0.8901960784) 100%) !important
    }

    .spw-pro-pam-function-tab-li .spw-pro-pam-function-tab-title {
        padding: .05rem;
        font-size: .13rem;
        font-weight: bold;
        color: #666;
        text-align: center
    }

    .spw-pro-pam-function-tab-li.active .spw-pro-pam-function-tab-title {
        color: #fff
    }

    .spw-pro-pam-function-content {
        margin: .1rem 0 .3rem 0
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-desc {
        font-size: .12rem;
        font-weight: 400;
        color: #666;
        margin-bottom: .3rem
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-function {
        display: flex;
        flex-wrap: wrap
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-function .spw-pro-pam-function-content-function-title {
        background: #fff;
        border: 1px solid #ff4242;
        border-radius: .05rem;
        font-size: .12rem;
        font-weight: 400;
        color: #ff4242;
        line-height: .25rem;
        text-align: center;
        width: 1rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-vertype-bg {
        height: 1.2rem;
        padding-top: .05rem
    }

    .spw-pro-pam-vertype {
        display: flex;
        justify-content: space-between;
        padding-bottom: .2rem
    }

    .spw-pro-pam-vertype-title {
        font-size: .3rem
    }

    .spw-pro-pam-vertype-item {
        color: #fff;
        padding: .05rem;
        height: .3rem;
        margin: .1rem auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .spw-pro-pam-vertype .spw-pro-pam-vertype-item h4 {
        font-size: .13rem
    }

    .spw-pro-pam-vertype .spw-pro-pam-vertype-item .spw-pro-pam-vertype-item-desc {
        margin-top: .1rem;
        font-size: .12rem;
        text-align: center
    }

    .spw-pro-pam-vertype-item-desc,
    .spw-pro-pam-vertype-item-img,
    .spw-pro-pam-vertype-item-info,
    .spw-pro-pam-vertype-item-dianji,
    .spw-pro-pam-vertype-item-shu {
        display: none
    }

    .isStuck {
        z-index: 99;
        width: 100%;
        position: fixed;
        animation-duration: .7s;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-timing-function: ease;
        transition: .3s all ease-in-out
    }

    .isStuck .spw-title-youshe {
        margin-top: .05rem
    }

    .isStuck .spw-pro-pam-vertype {
        height: .16rem
    }

    .isStuck .spw-pro-pam-vertype-item {
        padding-top: .07rem;
        margin-top: .15rem;
        height: .32rem
    }

    .isStuck .spw-pro-pam-vertype-item-shu {
        width: .48rem;
        height: .5rem
    }

    .isStuck .spw-pro-pam-vertype-item-shu:after {
        width: .15rem;
        height: .15rem;
        margin: -0.05rem 0 0 -0.05rem;
        border-bottom: .03rem solid #fff;
        border-left: .03rem solid #fff
    }

    .spw-pro-solu-rencaijianshe-div {
        height: auto
    }
}

@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, #009fff);
        background: -o-linear-gradient(90deg, #388fff, #009fff);
        background: -moz-linear-gradient(90deg, #388fff, #009fff);
        background: linear-gradient(90deg, #388fff, #009fff);
        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-shownum {
        margin-top: -70px;
        width: 100%
    }

    .spw-pro-shownum-box {
        height: 130px;
        padding-top: 25px;
        padding-bottom: 15px;
        z-index: 1099;
        box-shadow: 0 0 50px rgba(0, 0, 0, .15)
    }

    .spw-pro-shownum-item-name {
        font-size: 16px;
        line-height: 36px
    }

    .spw-pro-shownum-item-num {
        font-size: 36px;
        font-weight: 800
    }

    .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: 20px
    }

    .spw-pro-index-service-body {
        top: 0;
        padding-left: 50px
    }

    .spw-pro-index-service-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-partner {
        margin-top: 80px
    }

    .spw-pro-index-partner-item img {
        width: 100%;
        margin-top: 10px
    }

    .spw-pro-pam-ver-tab {
        width: 70%;
        display: block !important
    }

    .spw-pro-pam-ver-tab-li {
        width: 25%;
        float: left;
        display: block;
        cursor: pointer;
        position: relative;
        padding-bottom: 10px;
        z-index: 1;
        overflow: hidden
    }

    .spw-pro-pam-ver-tab-li.active {
        border-bottom: 2px solid red;
        z-index: 2;
        background: url(../images/spw_pam_ver_tab_icon.webp) no-repeat 25px -10px;
        bottom: 0
    }

    .spw-pro-pam-ver-tab-li p {
        font-size: 20px;
        color: #999;
        text-align: center;
        margin-top: 6px
    }

    .spw-pro-pam-ver-tab-li span {
        font-size: 24px;
        color: #212121;
        text-align: center;
        margin-top: 10px
    }

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

    .spw-pro-pam-ver-tab-slide {
        background: url(../images/box3_bg.webp) no-repeat;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
        box-sizing: border-box;
        height: 377px !important;
        padding-top: 41px;
        padding-left: 54px;
        padding-right: 54px
    }

    .spw-pro-pam-ver-tab-slide a {
        color: #999
    }

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

    .spw-pro-pam-ver-tab-name {
        font-size: 24px;
        margin-top: 20px;
        font-weight: 600
    }

    .spw-pro-pam-ver-tab-desc {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .spw-pro-pam-ver-tab-center {
        float: left;
        width: 15%;
        font-size: 22px;
        margin-left: 40px;
        margin-right: 0px;
        margin-top: 36px;
        font-weight: 600
    }

    .spw-pro-pam-ver-tab-right {
        float: left;
        width: 40%;
        border-left: 1px solid #dedede;
        padding-left: 30px;
        margin-top: 10px;
        position: relative
    }

    .spw-pro-pam-ver-tab-item {
        margin-bottom: 28px;
        cursor: pointer;
        margin-top: 10px;
        line-height: 1.5
    }

    .spw-pro-pam-ver-tab-item a {
        font-size: 22px;
        color: #333
    }

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

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

    .spw-pro-pam-ver-tab-item p {
        color: #999;
        font-size: 14px
    }

    .spw-pro-pam-fun-tab li {
        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-content {
        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-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: 20px
    }

    .spw-pro-com-function-card {
        padding: 15px
    }

    .spw-pro-com-function-card img {
        width: 100%
    }

    .spw-pro-street-adv {
        margin-top: 20px
    }

    .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: 48%
    }

    .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: 20px
    }

    .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: 20px
    }

    .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: 20px;
        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 {
        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-slide {
        margin-top: 20px
    }

    .spw-pro-com-banner-num {
        font-weight: 900 !important;
        font-size: 30px !important;
        color: #2576fb !important
    }

    .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-com-adv: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-com-gov-left-info {
        width: 45%;
        height: 50px;
        display: block;
        background: #388fff
    }

    .spw-pro-overview-brief {
        height: 350px;
        padding: 20px 50px;
        margin-bottom: 40px
    }

    .spw-pro-overview-brief-title {
        padding-bottom: 20px;
        font-size: 20px
    }

    .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-tab {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .spw-pro-service-tab ul {
        width: 50%;
        height: 76px;
        border-radius: 38px;
        padding: 18px 18px
    }

    .spw-pro-service-tab ul li {
        width: 24%;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .spw-pro-service-tab ul li.active,
    .spw-pro-service-tab ul li:hover {
        box-shadow: 0px 6px 10px 0px rgba(55, 107, 245, .4);
        border-radius: 20px
    }

    .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-text h5 {
        font-size: 22px;
        line-height: 50px
    }

    .spw-pro-service-content-text p {
        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: 20px
    }

    .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-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: 400px
    }

    .spw-pro-about-title {
        font-size: 30px
    }

    .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-pro-pam-ver .spw-pro-pam-ver-head-title {
        padding-bottom: 15px;
        font-size: 24px;
        font-weight: bold;
        color: #314259
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-head .spw-pro-pam-ver-head-title:nth-child(1) {
        padding: 0
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-head .spw-pro-pam-ver-head-title:nth-child(2) {
        width: 48.5%;
        padding: 0 15px
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-head .spw-pro-pam-ver-head-title:nth-child(3) {
        padding: 0 7px
    }

    .spw-pro-pam-ver-overview-bg-img1 {
        background: url("../images/introduction-1.webp") 0% 0%/cover no-repeat
    }

    .spw-pro-pam-ver-overview-bg-img2 {
        background: url("../images/introduction-2.webp") 0% 0%/cover no-repeat
    }

    .spw-pro-pam-ver-overview-bg-img3 {
        background: url("../images/introduction-3.webp") 0% 0%/cover no-repeat
    }

    .spw-pro-pam-ver-overview-bg-img4 {
        background: url("../images/introduction-4.webp") 0% 0%/cover no-repeat
    }

    .spw-pro-pam-ver-overview-bg-img5 {
        background: url("../images/introduction-5.webp") 0% 0%/cover no-repeat
    }

    .spw-pro-pam-ver .spw-pro-pam-ver-content .spw-pro-pam-ver-overview-bg {
        padding: 30px;
        width: 100%;
        height: 365px;
        border-radius: 5px;
        font-size: 19px;
        font-weight: 500;
        color: #f1f1f1;
        line-height: 1.5
    }

    .spw-pro-pam-ver-content-adv {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .spw-pro-pam-ver-content-adv-item {
        border: 1px solid #ffdede;
        background: linear-gradient(90deg, #FFEFEE 0%, #FFFFFF 100%);
        border-radius: 5px;
        padding: 18px 20px
    }

    .spw-pro-pam-ver-content-adv-item h3 {
        font-size: 18px;
        font-weight: bold;
        color: #314259;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-ver-content-adv-item p {
        padding-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-ver-content-adv-item:hover {
        background: linear-gradient(0deg, #D70522 0%, #F5390B 100%)
    }

    .spw-pro-pam-ver-content-adv-item:hover>h3,
    .spw-pro-pam-ver-content-adv-item:hover>p {
        color: #fff !important
    }

    .spw-pro-pam-ver-case {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 365px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .spw-pro-pam-ver-case img {
        background: #fff;
        box-shadow: 0px 1px 10px 0px rgba(206, 214, 235, .5);
        width: 100% !important
    }

    .spw-pro-pam-function-tab-li {
        padding: 12px 28px;
        width: 90%;
        height: 60px;
        margin-bottom: 7px
    }

    .spw-pro-pam-function-tab-title {
        float: left;
        font-size: 20px;
        height: 36px;
        font-weight: bold;
        color: #666;
        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
    }

    .spw-pro-pam-function-tab-icon {
        float: right
    }

    .spw-pro-pam-function-tab-li.active,
    .spw-pro-pam-function-tab-li:hover {
        background: linear-gradient(90deg, #ff3030 0%, #ff4242 100%);
        border-radius: 6px
    }

    .spw-pro-pam-function-tab-li.active .spw-pro-pam-function-tab-title,
    .spw-pro-pam-function-tab-li:hover .spw-pro-pam-function-tab-title {
        color: #fafafa
    }

    .spw-pro-pam-function-tab-li.active .spw-pro-pam-function-tab-icon,
    .spw-pro-pam-function-tab-li:hover .spw-pro-pam-function-tab-icon {
        float: right;
        border-radius: 50%;
        background: #fff;
        width: 36px;
        height: 36px
    }

    .spw-pro-pam-function-content {
        padding-top: 20px !important;
        margin-left: 7% !important;
        margin-right: 0 !important
    }

    .spw-pro-pam-function-content h4 {
        font-size: 23px;
        font-weight: bold;
        color: #333
    }

    .spw-pro-pam-function-content h5 {
        font-size: 16px;
        font-weight: bold;
        color: #666;
        padding-bottom: 10px
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-dian {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        width: 60px
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-dian p {
        width: 10px;
        height: 10px;
        background: #ff8585;
        margin: 15px 0
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-desc {
        font-size: 15px;
        font-weight: 400;
        color: #666;
        margin-bottom: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-function .spw-pro-pam-function-content-function-title {
        background: #fff;
        border: 1px solid red;
        border-radius: 7px;
        font-size: 14px;
        font-weight: bold;
        color: red;
        line-height: 31px;
        text-align: center;
        width: 95px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .spw-pro-pam-function-content .spw-pro-pam-function-content-function {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .spw-pro-pam-function-content .spw-pro-function-img {
        float: right !important
    }
}

.spw-case {
    margin-top: 20px
}

.spw-case-bg,
.spw-case-bg-blue,
.spw-case-bg-red {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important
}

.spw-case-bg {
    background-image: url(../images/sp_case_bg.webp);
    margin-top: 40px
}

.spw-case-bg-blue {
    background-image: url(../images/sp_case_bg_blue.webp)
}

.spw-case-bg-red {
    background-image: url(../images/sp_case_bg_red.webp)
}

.spw-case-head {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px
}

.spw-case .spw-subtitle {
    margin-bottom: 30px !important
}

.spw-case-num {
    width: 25%;
    text-align: center
}

.spw-case-num-item-desc {
    color: #fff;
    font-size: 24px
}

.spw-case-num-item-num {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-weight: bolder;
    font-size: 70px;
    height: 90px
}

.spw-case-num-item-plus {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-weight: bolder;
    font-size: 64px;
    height: 90px
}

.spw-case-item {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    padding: 5%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center
}

.spw-case-item a {
    color: #444
}

.spw-case-item img {
    width: 100%;
    background: #388fff;
    object-fit: cover;
    height: 185px
}

.spw-case-item .name {
    height: 60px;
    font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
    font-weight: 600;
    font-stretch: normal;
    overflow: hidden;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.spw-case-item .desc {
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666;
    text-align: justify;
    margin-bottom: 0 !important;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    height: 72px
}

.spw-case-item .showinfo {
    margin-top: 25px;
    margin-bottom: 10px
}

.spw-case-more {
    width: 100% !important;
    height: 365px !important
}

@media screen and (max-width: 991px) {
    .spw-case {
        margin-top: .1rem
    }

    .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-item .name {
        height: .6rem;
        font-size: .16rem;
        line-height: .22rem;
        padding-top: .1rem;
        padding-bottom: .02rem
    }

    .spw-case-item .desc {
        height: .55rem;
        font-size: .14rem;
        line-height: .18rem
    }

    .spw-case-item .showinfo {
        margin-top: .1rem;
        margin-bottom: .1rem
    }

    .spw-case-more {
        height: 3.185rem !important;
        object-fit: cover
    }

    .spw-case-info {
        margin-bottom: .15rem;
        padding-top: .1rem
    }

    .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;
        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-info {
        margin-bottom: 45px;
        margin-top: 15px
    }

    .spw-case-info-base {
        border-bottom: 1px solid #dedede;
        position: relative;
        padding-bottom: 15px;
        padding-top: 10px
    }

    .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: #388fff;
        padding-bottom: 10px;
        margin-bottom: 0 !important
    }

    .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: 16px;
        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 {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto
}

.spw-index-news-headline-container {
    padding-left: 20px;
    padding-top: 18px
}

.spw-index-news-headline {
    color: #fff;
    padding: 15px;
    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: 10px;
    display: block;
    color: #fff;
    line-height: 25px
}

.spw-index-news-headline-date>i {
    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 {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #3e4552;
    line-height: 2
}

.spw-index-news-item-memo {
    width: 93%;
    padding-top: 10px;
    height: 50px;
    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: 600;
    color: #fff
}

.spw-news-cat-body {
    box-sizing: border-box
}

.spw-news-cat-body h3 {
    font-weight: 600;
    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: 100%;
    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-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
}

.spw-news-info-content {
    color: #666;
    text-indent: 2em;
    line-height: 2;
    text-align: justify
}

.spw-news-info-content img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: auto\9;
    text-align: center;
    margin: 15px auto
}

.spw-news-info-keyword,
.spw-news-info-keyword a {
    color: #666;
    line-height: 2;
    text-align: justify
}

@media screen and (max-width: 991px) {
    .spw-news {
        margin-top: .3rem;
        margin-bottom: .1rem
    }

    .spw-index-news {
        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-content-item {
        height: .3rem;
        line-height: .3rem
    }

    .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: .13rem;
        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-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
    }

    .spw-news-info-keyword {
        font-size: .14rem;
        margin-top: .25rem
    }
}

@media only screen and (min-width: 992px) {
    .spw-news {
        margin-top: 50px;
        margin-bottom: 30px
    }

    .spw-index-news-content {
        margin: 20px;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px
    }

    .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: 14px;
        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-info {
        padding: 30px;
        margin-bottom: 20px
    }

    .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
    }

    .spw-news-info-keyword {
        font-size: 16px;
        margin-top: 25px;
        margin-right: 5px
    }
}

.spw-partner-vsbox-container {
    background-color: #050928;
    padding: 50px 0
}

.spw-partner-vsbox-container .spw-partner-vsbox-title {
    padding: 20px;
    box-sizing: border-box;
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: 2px dashed #fff;
    font-size: 54px;
    font-weight: 600;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    background-image: #ffeccc;
    background-image: -webkit-linear-gradient(#ffeccc, #ffaa00);
    background-image: -o-linear-gradient(#ffeccc, #ffaa00);
    background-image: -moz-linear-gradient(#ffeccc, #ffaa00);
    background-image: linear-gradient(#ffeccc, #ffaa00);
    color: #ffeccc
}

.spw-partner-vsbox-container .spw-partner-vsbox-subtitle {
    display: flex;
    align-items: center;
    margin: 40px auto
}

.spw-partner-vsbox-container .spw-partner-vsbox-wrapper {
    margin-top: 50px
}

.spw-partner-vsbox-container .spw-partner-vsbox-wrapper img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 281px;
    width: 100%
}

.spw-partner-vsbox-container .spw-partner-vsbox-money {
    background-color: #fff;
    justify-content: space-between;
    min-height: 272px;
    overflow: visible;
    padding: 21px 0;
    position: relative
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern {
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;
    width: 37%
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern .spw-partner-vsbox-item {
    border-bottom: 1px dashed #ccc;
    line-height: 26px;
    padding: 7px 0
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern .active {
    font-weight: 700;
    font-size: 14px
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern h5 {
    color: #333;
    font-size: 22px;
    font-weight: bold
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern p {
    font-size: 14px
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-money-pattern span {
    color: #ff3030;
    font-weight: 700
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-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%
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-center span {
    color: #ff0
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-center h5 {
    color: #fff
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-right {
    line-height: 30px;
    padding: 30px;
    width: 18%;
    font-size: 14px
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-right .spw-partner-vsbox-multi-money {
    font-weight: 700;
    color: #fa0
}

.spw-partner-vsbox-container .spw-partner-vsbox-money .spw-partner-vsbox-right .spw-partner-vsbox-multi-money span {
    font-size: 30px
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry {
    justify-content: space-around
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li {
    margin-bottom: 20px;
    width: 212px;
    border-radius: 6px;
    overflow: hidden
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon {
    width: 100%;
    height: 119px;
    border-radius: 8px 8px 0px 0px;
    display: flex
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon img {
    width: 51px;
    margin: auto
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon.fist {
    background: linear-gradient(90deg, rgb(112, 134, 255), rgb(142, 196, 255))
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon.two {
    background: linear-gradient(90deg, rgb(247, 141, 120), rgb(249, 198, 74))
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon.three {
    background: linear-gradient(90deg, rgb(52, 217, 184), rgb(54, 210, 135))
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon.four {
    background: linear-gradient(90deg, rgb(15, 220, 247), rgb(58, 184, 246))
}

.spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-text {
    height: 68px;
    background: #fff;
    line-height: 68px;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-vs {
    width: 79px
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-pattern .spw-partner-vsbox-mode-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-pattern .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-pattern .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-self-build .spw-partner-vsbox-mode-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-self-build .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-self-build .spw-partner-vsbox-mode-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
}

.spw-partner-vsbox-container .spw-partner-vsbox-mode .spw-partner-vsbox-mode-self-build .spw-partner-vsbox-mode-list p span {
    color: #fa0
}

.spw-partner-adv-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 100px
}

.spw-partner-adv-pc .spw-partner-adv-pc-list {
    width: 25%;
    position: relative
}

.spw-partner-adv-pc .spw-partner-adv-pc-list li {
    position: absolute;
    width: 100%
}

.spw-partner-adv-pc .spw-partner-adv-pc-list li .active {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.spw-partner-adv-pc .spw-partner-adv-pc-list li p {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.spw-partner-adv-pc img {
    width: 50%
}

.spw-partner-join-container {
    background: #fff9fc;
    padding: 50px 0
}

.spw-partner-join-wrapper {
    display: flex;
    justify-content: space-between
}

.spw-partner-join-new-scorll {
    position: absolute;
    top: 0;
    transition: .2s
}

.spw-partner-join-left {
    width: 50%;
    text-align: left;
    height: 359px;
    overflow: hidden;
    padding: 0 10px;
    position: relative
}

.spw-partner-join-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    padding-left: 100px;
    height: 200px;
    overflow: hidden;
    position: relative
}

.spw-partner-join-right .spw-subtitle {
    text-align: left;
    margin-top: 20px;
    font-size: 20px
}

.spw-partner-adv-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff
}

.spw-partner-adv-list img {
    float: left
}

.spw-partner-adv-list-title {
    color: #282936;
    font-weight: bold
}

.spw-partner-adv-list-desc {
    color: #666;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px
}

.spw-partner-joinnow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    margin: 60px auto;
    font-size: 18px
}

.spw-partner-flow-chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 87px 0
}

.spw-partner-flow-chart li {
    text-align: center;
    color: #3f66f5
}

.spw-partner-flow-chart li img {
    width: 82px
}

.spw-partner-flow-chart li img.inco {
    width: 39px
}

@media screen and (max-width: 991px) {
    .spw-partner-vsbox-money-pattern {
        width: 100% !important
    }

    .spw-partner-vsbox-center {
        width: 100% !important;
        position: static !important;
        transform: translate(0, 0) !important
    }

    .spw-partner-vsbox-right {
        width: 100% !important
    }

    .spw-partner-adv-list {
        border-radius: .05rem;
        padding: .11rem;
        box-shadow: 0rem .03rem .1rem 0rem rgba(103, 111, 178, .3)
    }

    .spw-partner-adv-list img {
        width: .55rem;
        height: .55rem;
        border-radius: .02rem
    }

    .spw-partner-adv-list-title {
        font-size: .15rem
    }

    .spw-partner-adv-list-desc {
        font-size: .13rem;
        line-height: .18rem
    }

    .spw-partner-joinnow {
        margin: .3rem auto
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-title {
        font-size: .3rem;
        padding: .2rem 0
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-subtitle {
        margin: .2rem auto;
        width: 2rem
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-wrapper {
        margin-top: .2rem
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-saveworry li {
        width: 40%
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-icon {
        height: 76px
    }

    .spw-partner-vsbox-container .spw-partner-vsbox-saveworry li .spw-partner-vsbox-saveworry-text {
        height: 48px;
        background: #fff;
        line-height: 48px;
        text-align: center;
        font-size: 15px;
        font-weight: 700
    }

    .spw-partner-flow-chart {
        margin: .2rem 0
    }
}

.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-content-tab ul {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding-bottom: 6px
}

.spw-service-content-tab ul li {
    position: relative;
    text-align: center;
    color: #777;
    margin: 10px;
    font-size: 16px;
    font-weight: 600
}

.spw-service-content-tab ul .subicon {
    display: none
}

.spw-service-content-tab ul .active .subicon {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    display: block
}

.spw-service-content-tab ul .active {
    color: #3f66f5
}

.spw-service-content-swiper {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 320px;
    margin-top: 25px
}

.spw-service-content-slide {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.spw-service-content-slide .left {
    float: left;
    height: 288px
}

.spw-service-content-slide .left img {
    height: 288px
}

.spw-service-content-slide .right {
    float: left;
    overflow: hidden
}

.spw-service-content-slide .right h4 {
    font-weight: bold;
    color: #2f6be5;
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px
}

.spw-service-content-slide .right ul li {
    color: #424242;
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 14px
}

.spw-service-content-slide .right img {
    background: #212b38;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-right: 8px
}

.spw-service-cat-download-bg {
    background: #232f3e !important
}

.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-custom-product {
    margin-bottom: 40px;
    overflow: hidden
}

.spw-service-custom-product a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    margin: 25px;
    padding: 20px;
    transition: .3s
}

.spw-service-custom-product a:hover {
    border: 1px solid #00c9c2;
    box-shadow: 0 4px 7px #bbb;
    -moz-box-shadow: 0 4px 7px #bbb;
    -webkit-box-shadow: 0 4px 7px #bbb;
    -ms-box-shadow: 0 4px 7px #bbb;
    transition: .3s;
    background-position: center 320px
}

.spw-service-custom-product h4 {
    color: #666;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 24px
}

.spw-service-custom-product p {
    color: #666;
    line-height: 1.6em;
    height: 90px;
    overflow: hidden;
    transition: .3s
}

.spw-service-custom-product a:hover .spw-service-custom-product p {
    height: 100px;
    transition: .3s
}

.spw-service-custom-advantage {
    height: 430px
}

.spw-service-custom-advantage li {
    width: 33%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px
}

.spw-service-custom-advantage li p {
    width: 300px;
    margin-left: 55px
}

.spw-service-custom-advantage h4 {
    color: #666;
    margin-bottom: 20px;
    font-size: 24px
}

.spw-service-custom-advantage p {
    color: #666;
    line-height: 1.8em
}

.spw-service-custom-flow {
    height: 850px;
    clear: both;
    overflow: hidden;
    background: url(../images/sp_service_custom_flow_bg.webp) center no-repeat;
    background-size: 100% 100%
}

.spw-service-custom-overview {
    height: 450px
}

.spw-service-custom-overview-desc {
    width: 50%;
    padding: 0 50px;
    float: left
}

.spw-service-custom-overview-desc p {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    padding-top: 30px
}

.spw-service-custom-overview-img {
    width: 50%;
    float: left
}

.spw-service-custom-list-advantage {
    height: 530px;
    background: url(../images/sp_service_custom_adv_bg.webp) center no-repeat;
    background-size: 100% 100%
}

.spw-service-custom-list-advantage ul {
    padding-top: 30px
}

.spw-service-custom-list-advantage ul li {
    width: 25%;
    float: left;
    padding: 0 20px;
    text-align: center
}

.spw-service-custom-list-advantage ul li h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    margin-top: 20px
}

.spw-service-custom-list-advantage ul li p {
    color: #ced9fe;
    margin-top: 15px;
    line-height: 1.7em;
    text-decoration: none
}

.spw-service-custom-list-advantage ul li:hover p {
    text-decoration: underline
}

.spw-service-custom-list-product {
    padding-bottom: 40px;
    clear: both
}

.spw-service-custom-list-product li {
    float: left;
    width: 31%;
    height: 185px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.spw-service-custom-list-product li .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%
}

.spw-service-custom-list-product li .left p {
    font-size: 14px;
    color: #5a6268;
    font-weight: 600;
    width: 100px;
    text-align: center
}

.spw-service-custom-list-product li .left img {
    width: 80px;
    height: 80px
}

.spw-service-custom-list-product li .right {
    float: left;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
    color: #666
}

.spw-service-custom-list-product li .right a {
    color: #666
}

.spw-service-custom-list-product li .left:hover p {
    color: #388fff
}

.spw-service-custom-list-product li:hover {
    box-shadow: 0 4px 7px #bbb;
    -moz-box-shadow: 0 4px 7px #bbb;
    -webkit-box-shadow: 0 4px 7px #bbb;
    -ms-box-shadow: 0 4px 7px #bbb
}

.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, #009fff);
    background: -o-linear-gradient(#388fff, #009fff);
    background: -moz-linear-gradient(#388fff, #009fff);
    background: linear-gradient(#388fff, #009fff);
    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-content-tab ul {
        padding-bottom: .03rem
    }

    .spw-service-content-tab ul li {
        margin: .01rem;
        font-size: .13rem;
        height: .5rem;
        overflow: hidden
    }

    .spw-service-content-slide {
        gap: .1rem;
        padding: .16rem
    }

    .spw-service-content-slide .left {
        display: none;
        height: 2rem
    }

    .spw-service-content-slide .left img {
        height: 2rem
    }

    .spw-service-content-slide .right h4 {
        font-size: .22rem;
        margin-bottom: .15rem
    }

    .spw-service-content-slide .right ul li {
        line-height: .24rem;
        padding-bottom: .1rem;
        font-size: .14rem
    }

    .spw-service-content-slide .right img {
        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
    }

    .spw-service-custom-product {
        margin-bottom: .2rem
    }

    .spw-service-custom-product a {
        margin: .1rem;
        padding: .1rem
    }

    .spw-service-custom-product a img {
        width: .6rem
    }

    .spw-service-custom-product a h4 {
        font-size: .16rem;
        margin-bottom: .1rem
    }

    .spw-service-custom-product a p {
        display: none
    }

    .spw-service-custom-flow {
        height: 3rem
    }

    .spw-service-custom-advantage {
        height: 4rem
    }

    .spw-service-custom-advantage li {
        width: 100%;
        float: left;
        padding-left: .15rem;
        padding-right: .15rem;
        margin-bottom: .2rem
    }

    .spw-service-custom-advantage li p {
        width: 100%;
        margin-left: 0
    }

    .spw-service-custom-advantage h4 {
        margin-bottom: .15rem;
        font-size: .16rem
    }

    .spw-service-custom-advantage img {
        height: .2rem;
        width: auto
    }

    .spw-service-custom-list-advantage {
        height: 3.4rem
    }

    .spw-service-custom-list-advantage ul {
        padding-top: .15rem
    }

    .spw-service-custom-list-advantage ul li {
        width: 25%;
        padding: 0 .1rem
    }

    .spw-service-custom-list-advantage ul li img {
        width: 75%
    }

    .spw-service-custom-list-advantage ul li h3 {
        font-size: .14rem;
        margin-top: .15rem
    }

    .spw-service-custom-list-advantage ul li p {
        display: none
    }

    .spw-service-custom-list-product {
        padding-bottom: .2rem
    }

    .spw-service-custom-list-product li {
        width: 47%;
        height: 1.5rem;
        padding-left: .15rem;
        padding-right: .15rem;
        margin-left: .05rem;
        margin-right: .05rem;
        margin-bottom: .15rem;
        gap: 0
    }

    .spw-service-custom-list-product li .left {
        width: 100%;
        border: none
    }

    .spw-service-custom-list-product li .left p {
        font-size: .14rem;
        width: 1.2rem
    }

    .spw-service-custom-list-product li .left img {
        width: .64rem;
        height: .64rem
    }

    .spw-service-custom-list-product li .right {
        display: none
    }
}

@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-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-summary-title .title {
    font-size: 40px;
    text-align: center;
    font-weight: 600
}

.spw-about-summary-title .subtitle {
    font-size: 24px;
    text-align: right;
    padding-top: 20px;
    padding-right: 180px;
    font-weight: 600
}

.spw-about-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px
}

.spw-about-summary .left {
    padding-right: 15px;
    width: 50%
}

.spw-about-summary .right {
    width: 50%
}

.spw-about-summary h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.spw-about-summary .content {
    line-height: 1.8;
    text-indent: 2em;
    font-size: 18px;
    color: #666
}

.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: 20px 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-swiper {
    float: left;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 55%;
    height: 300px
}

.spw-about-cat-contact-tab {
    float: right;
    background: rgba(255, 157, 0, .3);
    padding: 44px 50px;
    width: 45% !important;
    height: 300px;
    transition: all ease .3s
}

.spw-about-cat-contact-tab li {
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    overflow: hidden;
    color: #999;
    white-space: nowrap
}

.spw-about-cat-contact-tab li.active {
    color: #fff;
    font-weight: 600
}

.spw-about-cat-contact-slide {
    background: hsla(0, 0%, 100%, .3);
    padding: 45px 80px
}

.spw-about-cat-contact-slide h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px
}

.spw-about-cat-contact-slide h3 span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 7px;
    display: inline-block
}

.spw-about-cat-contact-slide p {
    line-height: 24px;
    margin-left: 14px
}

.spw-about-cat-contact-slide h4 {
    font-size: 15px;
    margin-left: 14px;
    margin-top: 20px;
    margin-bottom: 10px
}

.spw-about-cat-contact-slide a {
    margin-left: 14px;
    display: block;
    line-height: 22px;
    color: #fff
}

.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%;
    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;
    border-bottom: 1px solid #e6e6e6
}

.spw-about-cat-job-item-desc {
    padding: 0px 20px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.spw-about-cat-job-item-addr {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding-right: 5px;
    width: 80%
}

.spw-about-cat-job-item-btn {
    width: 102px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 15px;
    background: #2f6be5
}

.spw-about-cat-branch {
    position: relative;
    width: 100%;
    height: 843px;
    background: url(../images/info_map.webp) no-repeat center center/cover
}

.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: 40px;
    padding-bottom: 40px;
    color: #3f66f5;
    background: none;
    display: flex;
    justify-content: center
}

.spw-about-aboutus-num-item {
    text-align: center;
    width: 25%;
    float: left;
    line-height: 24px;
    border-right: 1px solid #e5e5e5
}

.spw-about-aboutus-num-item-bigtitle {
    font-size: 48px
}

.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: 30px;
    font-size: 16px;
    color: #424242
}

.spw-about-aboutus-body-txt-subtxt {
    text-indent: 2em
}

.spw-about-aboutus-body-pic {
    margin: 20px auto
}

.spw-about-honor-pic {
    margin: 0 auto;
    width: 280px;
    height: 260px
}

.spw-about-honor-pic img {
    background: url(../images/sp_about_honor_item_bg.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    width: 260px;
    height: 192px;
    -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-about-honor-pic p {
    font-size: 16px
}

.spw-about-honor-pic img: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;
    transition: all .2s ease 0s
}

.spw-about-honor-cat {
    background: #fff !important;
    background: -webkit-linear-gradient(#dae8fa, white) !important;
    background: -o-linear-gradient(#dae8fa, white) !important;
    background: -moz-linear-gradient(#dae8fa, white) !important;
    background: linear-gradient(#dae8fa, white) !important;
    width: 90%;
    margin: 20px auto;
    border-radius: 10px;
    -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-about-honor-cat: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;
    transition: all .2s ease 0s
}

.spw-about-honor-cat-icon {
    position: absolute;
    top: -10px;
    left: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.spw-about-honor-cat-body {
    padding: 40px 0 20px 30px
}

.spw-about-honor-item {
    background: url(../images/sp_about_honor_cat_item_icon.png) no-repeat 0%;
    padding-left: 20px;
    margin-bottom: 8px;
    height: 20px;
    color: #555
}

.spw-about-honor-tabs {
    margin-top: 10%;
    width: 100%;
    text-align: left
}

.spw-about-honor-tabs-title {
    margin: 5%
}

.spw-about-honor-tabs-title a {
    color: #000;
    font-size: 18px
}

.spw-about-honor-tabs-title.active a,
.spw-about-honor-tabs-title a:hover {
    color: #388fff;
    font-weight: 600
}

.spw-about-honor-slide {
    background: url(../images/zhengshu_01.webp) no-repeat 0%;
    height: 460px;
    width: 600px
}

.spw-about-honor-slide img {
    position: absolute;
    width: 347px;
    height: 243px;
    top: 140px;
    left: 125px
}

.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-adv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 45px 35px;
    width: 100%;
    height: 230px;
    background-color: #fff;
    overflow: hidden;
    float: left
}

.spw-about-job-adv h4 {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #212b38;
    line-height: 16px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 15px
}

.spw-about-job-adv p {
    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-adv:last-child {
    margin-right: 0px
}

.spw-about-job-adv:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #f7f9fe
}

.spw-about-job-table-title {
    margin: 0 auto;
    background: #c7c7c7;
    height: 83px;
    color: #fff;
    line-height: 83px;
    padding: 0px 25px
}

.spw-about-job-table-title span {
    display: inline-block;
    color: #212b38;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    height: 80px
}

.spw-about-job-table-title span:nth-child(1) {
    width: 25%
}

.spw-about-job-table-title span:nth-child(2) {
    width: 10%
}

.spw-about-job-table-title span:nth-child(3) {
    width: 35%
}

.spw-about-job-table-title span:nth-child(4) {
    width: 20%
}

.spw-about-job-table-container {
    clear: both;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url(../images/info_talent_bg.webp)
}

.spw-about-job-table-container-header-title {
    color: #fff
}

.spw-about-job-table-container-header-subtitle {
    color: #fff
}

.spw-about-job-table-item-title {
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: #fff;
    padding: 0 20px;
    margin-top: 5px
}

.spw-about-job-table-item-title span {
    height: 83px;
    line-height: 83px;
    display: inline-block;
    overflow: hidden;
    height: 80px
}

.spw-about-job-table-item-title span:nth-child(1) {
    width: 25%
}

.spw-about-job-table-item-title span:nth-child(2) {
    width: 10%
}

.spw-about-job-table-item-title span:nth-child(3) {
    width: 35%
}

.spw-about-job-table-item-title span:nth-child(4) {
    width: 20%
}

.spw-about-job-table-item-title:hover,
.spw-about-job-table-item-title.active {
    background: #2f6be5;
    color: #fff;
    padding: 0 32px;
    margin-top: 6px
}

.spw-about-job-table-item-title:hover button,
.spw-about-job-table-item-title.active button {
    color: #fff;
    background-color: #388fff;
    border-color: #388fff
}

.spw-about-job-table-item-title:hover span,
.spw-about-job-table-item-title.active span {
    color: #fff
}

.spw-about-job-table-item-content {
    display: none;
    background: #fff;
    padding: 2px 32px 24px 32px;
    font-size: 14px
}

.spw-about-job-table-item-content h3 {
    color: #666;
    font-size: 14px;
    margin: 30px 0px;
    line-height: 26px
}

.spw-about-job-table-item-content a {
    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-summary-title .title {
        font-size: .32rem
    }

    .spw-about-summary-title .subtitle {
        font-size: .24rem;
        padding-top: .2rem;
        padding-right: .2rem
    }

    .spw-about-summary {
        flex-direction: column
    }

    .spw-about-summary .left {
        width: 100%;
        padding-right: 0
    }

    .spw-about-summary .right {
        width: 100%;
        padding-top: .15rem
    }

    .spw-about-summary h3 {
        font-size: .16rem;
        margin-top: .1rem;
        margin-bottom: .15rem
    }

    .spw-about-summary img {
        max-width: 100%
    }

    .spw-about-summary .content {
        font-size: .14rem
    }

    .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: .1rem 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% !important;
        height: 1.6rem
    }

    .spw-about-cat-contact-tab li {
        width: 100%;
        text-align: center;
        font-size: .16rem;
        line-height: .35rem;
        overflow: hidden
    }

    .spw-about-cat-contact-swiper {
        width: 100%;
        height: 2.2rem
    }

    .spw-about-cat-contact-slide {
        padding: .2rem .1rem
    }

    .spw-about-cat-contact-slide h3 {
        font-size: .16rem;
        margin-bottom: .2rem
    }

    .spw-about-cat-contact-slide h3 span {
        width: .06rem;
        height: .06rem;
        margin-right: .06rem
    }

    .spw-about-cat-contact-slide p {
        line-height: .2rem;
        margin-left: .15rem
    }

    .spw-about-cat-contact-slide h4 {
        margin-left: .15rem;
        font-size: .14rem;
        margin-top: .2rem;
        margin-bottom: .1rem
    }

    .spw-about-cat-contact-slide a {
        margin-left: .15rem;
        font-size: .12rem
    }

    .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: .2rem
    }

    .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 {
        padding-top: .05rem;
        padding-bottom: .2rem
    }

    .spw-about-aboutus-num-item {
        width: 25%;
        line-height: .24rem
    }

    .spw-about-aboutus-num-item-bigtitle {
        font-size: .25rem
    }

    .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: .28rem;
        font-size: .14rem;
        margin-top: .2rem
    }

    .spw-about-aboutus-body-pic {
        margin: .2rem auto
    }

    .spw-about-honor-pic {
        width: 1.65rem;
        height: 1.55rem
    }

    .spw-about-honor-pic img {
        padding: .1rem;
        width: 1.6rem;
        height: 1.1rem
    }

    .spw-about-honor-pic p {
        font-size: .14rem
    }

    .spw-about-honor-cat {
        margin: .2rem auto;
        width: 95%;
        border-radius: .1rem
    }

    .spw-about-honor-cat-icon {
        top: -0.1rem;
        left: .4rem;
        width: .6rem;
        height: .6rem
    }

    .spw-about-honor-cat-body {
        padding: .4rem .2rem .2rem .2rem
    }

    .spw-about-honor-item {
        padding-left: .2rem;
        margin-bottom: .08rem;
        height: .18rem;
        overflow: hidden
    }

    .spw-about-honor-tabs {
        display: none
    }

    .spw-about-honor-slide {
        background: #fafafa;
        height: 2.4rem;
        width: 100%;
        border-radius: 5px
    }

    .spw-about-honor-slide img {
        position: absolute;
        border: #e2e6ea 4px solid;
        box-shadow: 0px 1px 20px 0px rgba(163, 175, 195, .9);
        width: 92%;
        height: auto;
        top: .15rem;
        left: .15rem
    }

    .spw-about-contact-branch {
        margin: -0.15rem;
        padding: .15rem;
        margin-bottom: .2rem
    }

    .spw-about-contact-branch-left {
        width: 100%;
        height: 2rem
    }

    .spw-about-contact-branch-right {
        width: 100%;
        height: 7.2rem
    }

    .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-about-job-adv {
        padding: .2rem;
        height: 2rem
    }

    .spw-about-job-table-container {
        margin-top: .2rem
    }

    .spw-about-job-table-title {
        display: none
    }

    .spw-about-job-table-item-title {
        margin-top: 5px
    }

    .spw-about-job-table-item-title span {
        height: .6rem;
        line-height: .6rem;
        font-size: .14rem
    }

    .spw-about-job-table-item-title span:nth-child(1) {
        width: 70%
    }

    .spw-about-job-table-item-title span:nth-child(2) {
        width: 25%
    }

    .spw-about-job-table-item-title span:nth-child(3),
    .spw-about-job-table-item-title span:nth-child(4),
    .spw-about-job-table-item-title span:nth-child(5) {
        display: none
    }
}

.spw-red .active,
.spw-red .active a,
.spw-red .active a:hover,
.spw-red .active li .active div {
    color: #ff3030
}

.spw-red .spw-animation-water {
    background-color: #ff4242
}

.spw-red .spw-banner-slide-black .button {
    box-shadow: 0px 6px 10px 0px rgba(100, 101, 244, .2);
    border: 1px solid #ff4242 !important;
    color: #ff4242 !important
}

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

.spw-red .spw-banner-slide .button:hover {
    background: #fff;
    color: #ff4242
}

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

.spw-red .swiper-pagination-bullet-active {
    background: red
}

.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-list-item-table:hover .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
}

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

.spw-red .spw-title-icon {
    background-image: url("../images/title_icon_red.webp")
}

.spw-red .spw-title-youshe span {
    color: red
}

.spw-red .spw-title-hr,
.spw-red .spw-title-hr-sm {
    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 .head {
    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-red .spw-sidemenu .menu a {
    color: #666
}

.spw-red .spw-sidemenu .menu li:hover a,
.spw-red .spw-sidemenu .menu li.active a {
    color: #ff3030
}

.spw-red .spw-sidemenu-sub .head {
    color: #ff4242
}

.spw-red .spw-sidemenu-sub .menu a {
    color: #666
}

.spw-red .spw-sidemenu-sub .menu li:hover a,
.spw-red .spw-sidemenu-sub .menu li.active a {
    color: #ff3030
}

.spw-red .spw-pages li.active,
.spw-red .spw-pages li:hover,
.spw-red .spw-pages li:focus {
    background-color: #ff3030;
    border: solid 1px #ff3030;
    display: inline-block;
    text-align: center
}

.spw-red .spw-twocol-container .button,
.spw-red .spw-twocol-container .button_sm {
    box-shadow: 0px 6px 10px 0px rgba(100, 101, 244, .2) !important;
    border: 1px solid #ff4242 !important;
    color: #ff4242 !important
}

.spw-red .spw-twocol-container .button:hover,
.spw-red .spw-twocol-container .button_sm:hover {
    background: #ff4242 !important;
    color: #fff !important
}

.spw-red .spw-case-item img {
    background-color: #ff4242
}

.spw-red .spw-about-honor-tabs-title.active a,
.spw-red .spw-about-honor-tabs-title a:hover {
    color: #ff3030
}

.spw-red .spw-about-aboutus-num {
    color: #ff4242
}

.spw-red .spw-tab-container a:hover {
    color: #ff3030
}

.spw-red .spw-tab-container .active {
    color: #ff3030;
    border-bottom: 2px solid #ff3030
}

.spw-red .spw-menu-product-title {
    border-left: 4px solid #ff3030
}

.spw-red .spw-pro-index-function-bg {
    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-red .spw-pro-index-function-bg .spw-subtitle {
    color: #fff
}

.spw-red .spw-pro-index-function-bg .spw-title-hr {
    background-color: #ff5a22;
    background: -webkit-linear-gradient(#e61a0f, #ff5a22);
    background: -o-linear-gradient(#e61a0f, #ff5a22);
    background: -moz-linear-gradient(#e61a0f, #ff5a22);
    background: linear-gradient(#e61a0f, #ff5a22)
}

.spw-red .spw-pro-index-function:hover,
.spw-red .spw-pro-index-function-mini:hover {
    background-image: linear-gradient(to right, #ff3030, #FF0000)
}

.spw-red .spw-pro-index-function-mini-pic {
    background-color: #ff3030;
    background: -webkit-linear-gradient(#e61a0f, #FF0000);
    background: -o-linear-gradient(#e61a0f, #FF0000);
    background: -moz-linear-gradient(#e61a0f, #FF0000);
    background: linear-gradient(#e61a0f, #FF0000)
}

.spw-red .spw-pro-index-function-other-item {
    background-color: #ff3030;
    border: 1px solid #e61a0f
}

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

.spw-red .spw-pro-service-tab ul li.active,
.spw-red .spw-pro-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-text h5 span {
    color: #ff3030
}

.spw-red .spw-pro-index-service-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,
.spw-red .spw-pro-index-function:hover .spw-pro-index-function-more {
    background-color: #ff4242
}

.spw-red .spw-pro-index-function,
.spw-red .spw-pro-index-function-mini,
.spw-red .spw-pro-index-function-other {
    background-image: linear-gradient(to right, #ff4242, #ff5a22)
}

.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-adv-slide:hover a {
    background-color: #ff3030;
    background: linear-gradient(90deg, #ff3030 0, #ff4242 100%)
}

.spw-red .spw-pro-adv1-item {
    box-shadow: 1px 2px 20px rgba(255, 0, 0, .2)
}

.spw-red .spw-pro-adv1-item .bgcolor,
.spw-red .spw-pro-adv2-left .bgcolor {
    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-tab ul li.active,
.spw-red .spw-pro-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
}

.spw-red .spw-pro-about-title {
    color: #ff3030
}

@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
    }
}

@media screen and (max-width: 991px) {
    .spw-red .spw-sidemenu-open {
        background: linear-gradient(90deg, #ff3030, #ff4242)
    }

    .spw-red .spw-pro-adv1-item {
        box-shadow: 1px 2px .15rem rgba(255, 0, 0, .15)
    }
}

/*# sourceMappingURL=sp_homepage.min.css.map */