@keyframes moveTop {
    from {
        top: 0;
    }

    to {
        top: -210px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.page-top {
    position: relative;
    height: 420px;
    background: #010834;
}

.page-top .banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.page-top .banner .swiper-container {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.page-top .banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-section {
    height: auto;
}

.page-section .section {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.page-section .section .contain {
    width: 1200px;
}

.page-section .section .contain .list {
    width: 1200px;
    padding-top: 50px;
}

.page-section .section .contain .list .item {
    width: 1200px;
    margin-bottom: 90px;
    position: relative;
}

.page-section .section .contain .list .item .msg-box {
    width: 600px;
    padding: 110px 0 0 53px;
    background-position: 0 44px;
    background-repeat: no-repeat;
    background-size: auto 194px;
}

.page-section .section .contain .list .item .msg-box .msg-title {
    display: table;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    background: #458FF8;
    line-height: 50px;
    border-radius: 25px;
}

.page-section .section .contain .list .item .msg-box .msg-info {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    padding: 10px 0 0 13px;
}

.page-section .section .contain .list .item .pic-box {
    width: 600px;
    height: 100%;
    position: absolute;
}

.page-section .section .contain .list .item .pic-box img {
    width: 509px;
    height: 295px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.page-section .section .contain .list .item:first-child .msg-box {
    padding: 90px 0 0 53px;
}

.page-section .section .contain .list .item-style-left .msg-box {
    float: left;
}

.page-section .section .contain .list .item-style-left .pic-box {
    right: 0;
}

.page-section .section .contain .list .item-style-right .msg-box {
    float: right;
}

.page-section .section .contain .list .item-style-right .pic-box {
    left: 0;
}

/* ************************************************************************************* */

@media screen and (min-width:3840px) {
    .page-top {
        height: 684px;
    }
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap .banner-content {
    width: 1200px;
    margin: 0 auto;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap .banner-content h3 {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap .banner-content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    width: 680px;
    margin-bottom: 21px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap .banner-content .consult {
    display: block;
    width: 120px;
    height: 32px;
    background: #1F7BFF;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide .banner-wrap .banner-content .consult:hover {
    font-weight: 600;
}

.public-title2 {
    height: auto;
}

.public-title2 h3 {
    margin-bottom: 28px;
}

.public-title2 p {
    font-size: 18px;
    color: #666;
    line-height: 28px;
    /* width: 666px; */
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
}

.page-section .section .contain .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-section .section .contain .list .list-item {
    width: 260px;
    text-align: center;
}

.page-section .section .contain .list .list-item img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
}

.page-section .section .contain .list .list-item .name {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 18px;
    margin-bottom: 20px;
}

.page-section .section .contain .list .list-item .desc {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    text-align: left;
}

.section .plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.section .plan .funImg:nth-child(1) {
    width: 100%;
}

.section .plan .funImg {
    width: 49%;
    margin-bottom: 30px;
}

.section .plan .plan-left {
    width: 740px;
    height: 440px;
}

.section .plan .plan-left-socialMedia {
    width: 740px;
    height: 595px;
}

.section .plan .plan-left-platform, .section .plan .plan-left-webcms {
    width: 740px;
    height: 440px;
}

.section .plan .plan-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.section .plan .plan-right {
    width: -webkit-calc(100% - 780px);
    width: calc(100% - 780px);
}

.section .plan .plan-right .plan-right-item:nth-child(1) {
    padding-bottom: 23px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 18px;
}

.section .plan .plan-right .plan-right-item .plan-title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 18px;
    margin-bottom: 16px;
}

.section .plan .plan-right .plan-right-item .plan-title-last {
    margin-bottom: 20px;
}

.section .plan .plan-right .plan-right-item .plat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section .plan .plan-right .plan-right-item .plat-list-item {
    width: 69px;
    height: 69px;
    background: #F5F7FA;
    box-shadow: -4px -4px 8px 0px #FFFFFF, 4px 4px 8px 0px rgba(52, 72, 102, 0.12);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.section .plan .plan-right .plan-right-item .plat-list-item img {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section .plan .plan-right .plan-right-item .plan-desc {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
}

.section .plan .plan-right .plan-right-item .plan-subtitle {
    padding-left: 20px;
    background: url("../img/select.svg") 0 center no-repeat;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 14px;
    margin-bottom: 10px;
}

.section .plan .plan-right .plan-right-item .plan-subdesc {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-section .section .contain .characteristic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-section .section .contain .characteristic-item {
    width: 590px;
    height: 128px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.page-section .section .contain .bw-characteristic .characteristic-item{
    height: auto;
}
.page-section .section .contain .characteristic-item:hover {
    box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09);
}

.page-section .section .contain .characteristic-item .item-left {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.page-section .section .contain .characteristic-item .item-right .right-title {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    margin-bottom: 10px;
}

.page-section .section .contain .characteristic-item .item-right .right-desc {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.page-section .section-plan {
    padding-bottom: 30px;
}

.useFlow-wrap, .plan-wrap, .problem-wrap, .webcms-caseWrap {
    background-color: #F5F7FA !important;
}

.problem-wrap .section {
    padding-bottom: 30px;
}

.useFlow-wrap .section-useFlow {
    padding-bottom: 70px;
}

.plan-wrap .section {
    padding-bottom: 50px;
}

/* 使用流程-start */

.step-over-four-content-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.dn-col-sm-6 {
    width: 25%;
    padding: 0 10px;
}

.step-over-four-content-first .step-content:first-child {
    padding-left: 0;
}

.step-over-four-content-first .step-content:last-child {
    padding-right: 0;
}

.step-over-four-content-first .step-content .step-info-wrapper {
    margin-right: 26px;
    height: 196px;
    position: relative;
    /* border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0; */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.step-over-four-content-first .step-content .step-info-wrapper .incon {
    height: 194px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 26px 0 0 32px;
}

.step-over-four-content-first .step-content .step-info-wrapper .incon .titarea {
    overflow: hidden;
    height: 26px;
    font-size: 0;
    margin-bottom: 17px;
}

.step-over-four-content-first .step-content .step-info-wrapper .incon .titarea .step {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 26px;
    overflow: hidden;
    margin-right: 8px;
}

.step-over-four-content-first .step-content .step-info-wrapper .incon .titarea .tit {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #4b5154;
    overflow: hidden;
    vertical-align: middle;
}

.step-over-four-content-first .step-content .step-info-wrapper .incon .exp {
    font-size: 14px;
    color: #73777a;
    line-height: 21px;
    margin-bottom: 20px;
}

.step-over-four-content-first .step-content .step-info-wrapper .rightjiao {
    position: absolute;
    background: #fff;
    z-index: 2;
    right: -44px;
    top: 53px;
    display: inline-block;
    width: 87px;
    height: 87px;
    border-top: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    -webkit-transform: rotate(45deg) skew(30deg, 30deg);
    -ms-transform: rotate(45deg) skew(30deg, 30deg);
    transform: rotate(45deg) skew(30deg, 30deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.step-over-four-content-first .step-content:not(:first-child) .lefttop {
    position: absolute;
    left: -14px;
    top: 0;
    width: 27px;
    height: 99px;
    background: #fff;
    /* border-top: 1px solid #dadce0; */
    border-left: 1px solid #dadce0;
    -webkit-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.step-over-four-content-first .step-content:not(:first-child) .leftbottom {
    position: absolute;
    left: -14px;
    bottom: 2px;
    width: 27px;
    height: 99px;
    background: #fff;
    /* border-bottom: 1px solid #dadce0; */
    border-left: 1px solid #dadce0;
    -webkit-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.step-info-wrapper:hover .lefttop, .step-info-wrapper:hover .leftbottom, .step-info-wrapper:hover .rightjiao {
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 16%);
}

/* 使用流程-end */

.serviceConsult-wrap {
    padding-bottom: 50px;
}

.section .serviceConsult {
    width: 100%;
    height: 106px;
    box-sizing: border-box;
    padding: 26px;
    border: 1px solid #E6E8EC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section .serviceConsult .serviceConsult-left .left-tit {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
    margin-bottom: 20px;
}

.section .serviceConsult .serviceConsult-left .left-desc .contact {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #1F7BFF;
    line-height: 14px;
}

.section .serviceConsult .serviceConsult-left .left-desc .contact-txt {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.section .serviceConsult .serviceConsult-right .serviceConsult-btn {
    width: 121px;
    height: 36px;
    background: #1F7BFF;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF
}

.section .contain .scene-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section .contain .webcms-scene-list {
    margin-bottom: 80px;
}

.section .contain .scene-list-item {
    width: 380px;
    height: 382px;
    position: relative;
}

.section .contain .scene-list .webcms-list-item {
    width: calc((100% - 60px) / 4);
    height: 332px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09);
    border-radius: 2px;
    border: 1px solid #E6E8EC;
}

.section .contain .scene-list-item .cover {
    width: 100%;
    height: 212px;
    overflow: hidden;
}

.section .contain .scene-list .webcms-list-item .cover {
    width: 100%;
    height: 160px;
}

.section .contain .scene-list-item .cover img {
    width: 100%;
    height: 100%;
    display: block;
}

.section .contain .scene-list-item .cover .scale {
    transform: scale(1.1);
    transition: transform .4s linear;
}

.section .contain .scene-list-item .scene-desc {
    width: 356px;
    height: 150px;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E8EC;
    position: absolute;
    bottom: 50px;
    left: 12px;
    z-index: 99;
}

.section .contain .scene-list-item .scene-desc:hover {
    box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09);
}

.section .contain .scene-list .webcms-list-item .scene-desc {
    padding: 20px;
    background: #FFFFFF;
}

.section .contain .scene-list-item .scene-desc .scene-desc-tit, .section .contain .webcms-list-item .scene-desc .scene-desc-tit {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    margin-bottom: 12px;
}

.section .contain .scene-list-item .scene-desc .scene-desc-txt, .section .contain .webcms-list-item .scene-desc .scene-desc-txt {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.customerCase {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.customerCase .leftBg {
    width: 42%;
    height: 100%;
    display: block;
}

.customerCase .rightBg {
    width: 58%;
    height: 100%;
    display: block;
}

.customerCase .left-con {
    width: 46.4%;
    position: absolute;
    top: 0;
    left: 42%;
    padding: 50px 0 0 70px;
    z-index: 99;
}

.customerCase .left-con h3 {
    font-size: 38px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 20px;
}

.customerCase .left-con p {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.customerCase .caseList {
    position: absolute;
    left: 25.6%;
    bottom: 30px;
    z-index: 99;
    width: 63%;
    overflow: hidden;
}

.customerCase .swiper-container-case .swiper-wrapper .swiper-slide {
    height: 136px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.webcms-swiper-wrap {
    position: relative;
}

.webcms-swiper-wrap .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-image: url("../webcms/img/left-disabled.png");
    background-size: 100% 100%;
    left: -46px;
}

.webcms-swiper-wrap .swiper-button-next {
    width: 36px;
    height: 36px;
    background-image: url("../webcms/img/right-disabled.png");
    background-size: 100% 100%;
    right: -46px;
}

.webcms-swiper-wrap .swiper-button-prev:hover {
    background-image: url("../webcms/img/left-active.png");
}

.webcms-swiper-wrap .swiper-button-next:hover {
    background-image: url("../webcms/img/right-active.png");
}

.webcms-swiper-wrap .swiper-pagination {
    width: 100%;
    position: static;
    margin-bottom: 50px;
}

.webcms-swiper-wrap .swiper-pagination-bullet-active {
    width: 30px;
    height: 8px;
    background: #1F7BFF;
    border-radius: 5px;
    margin: 0 10px;
}

.swiper-container-webcms .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.swiper-container-webcms .swiper-wrapper .swiper-slide .webcms-case-item {
    width: 285px;
    height: 140px;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.swiper-container-webcms .swiper-wrapper .swiper-slide .webSolution-case-item {
    height: 100px;
}
.swiper-container-webcms .swiper-wrapper .swiper-slide .webcms-case-item:hover {
    box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09);
}

.swiper-container-webcms .swiper-wrapper .swiper-slide .webcms-case-item:nth-child(4n) {
    margin-right: 0;
}

.customerCase .swiper-container-case .swiper-wrapper .swiper-slide .logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.customerCase .swiper-container-case .swiper-wrapper .swiper-slide .slide-content-tit {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #222222;
    line-height: 16px;
    margin-bottom: 10px;
}

.customerCase .swiper-container-case .swiper-wrapper .swiper-slide .slide-content-desc {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
}

footer .footer-content {
    background: #1D2433;
}

.section .contain .problem {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section .contain .problem .problem-right {
    width: 554px;
    height: 332px;
}

.section .contain .problem .problem-right img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .contain .problem .problem-left {
    width: -webkit-calc(100% - 594px);
    width: calc(100% - 594px);
}

.section .contain .problem .problem-left .left-title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 14px;
    margin-bottom: 10px;
}

.section .contain .problem .problem-left .left-desc {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}

.section .contain .sceneList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
}

.section .contain .sceneList .sceneList-item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    height: 400px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.section .contain .sceneList .sceneList-item:nth-child(1) {
    background-image: url("../img/country.png");
}

.section .contain .sceneList .sceneList-item:nth-child(2) {
    background-image: url("../img/city.png");
}

.section .contain .sceneList .sceneList-item:nth-child(3) {
    background-image: url("../img/province.png");
}

.section .contain .sceneList .sceneList-item:hover .item-title {
    -webkit-animation: moveTop .6s linear forwards;
    animation: moveTop .6s linear forwards;
}

.section .contain .sceneList .sceneList-item:hover .item-desc {
    -webkit-animation: fadeIn .8s linear forwards;
    animation: fadeIn .8s linear forwards;
}

.section .contain .sceneList .sceneList-item:hover {
    background-size: 102% 102%;
}

.section .contain .sceneList .sceneList-item .item-title {
    width: 72%;
    height: 56px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.section .contain .sceneList .sceneList-item .item-title .title-txt {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 20px;
}

.section .contain .sceneList .sceneList-item .item-title .title-line {
    width: 21%;
    height: 4px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto;
}

.section .contain .sceneList .sceneList-item .item-desc {
    width: 85%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    top: 137px;
    left: 7.5%;
    z-index: 9;
    opacity: 0;
}

.section .contain .tabs {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
}

.section .contain .tabs .tabs-item {
    height: 41px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding: 0 10px 16px;
    margin: 0 30px;
    cursor: pointer;
}

.section .contain .tabs .tabs-item.active {
    font-weight: 500;
    color: #1F7BFF;
    border-bottom: 2px solid #1F7BFF;
}

.section .contain .tabs-content {
    display: none;
}

.section .contain .tabs-content:first-of-type {
    display: block;
}

.section .contain .tabs-content .tabs-content-left {
    width: calc(100% - 360px);
    height: 280px;
    box-sizing: border-box;
    padding: 20px 30px 20px 20px;
    background-color: #FFFFFF;
}

.epaper-scene .contain .tabs-content .tabs-content-left {
    padding: 0 30px 0 0;
    height: auto;
}

.section .contain .tabs-content .tabs-content-left .left-title {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
}

.section .contain .tabs-content .tabs-content-left .desc-list {
    margin-bottom: 20px;
}

.section .contain .tabs-content .tabs-content-left .desc-list li {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 14px;
    line-height: 22px;
}

.section .contain .tabs-content .tabs-content-left .case-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.section .contain .tabs-content .tabs-content-left .case-title .case-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(52, 72, 102, 0.18);
}

.section .contain .tabs-content .tabs-content-left .case-title .case-name {
    height: 20px;
}

.section .contain .tabs-content .tabs-content-left .case-desc {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    padding-left: 60px;
}

.section .contain .tabs-content .tabs-content-right {
    width: 360px;
    height: 280px;
}

.section .contain .tabs-content .tabs-content-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.page-section .padtop80 {
    padding-top: 80px;
}

.page-section .padtop80 .contain .list {
    padding: 50px 0;
}

.appnews-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.appnews-list .appnews-list-item {
    width: 100px;
    margin: 0 57px 24px 0;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 16px;
}

.appnews-list .appnews-list-item:nth-child(8n) {
    margin-right: 0;
}

.appnews-list .appnews-list-item img {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 18px;
}

.epaper-scene .contain {
    padding-top: 22px;
}

.epaper-big-pic {
    width: 100%;
    height: auto;
}

.epaper-steps {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 44px;
}

.epaper-steps li {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E6E8EC;
    margin-bottom: 36px;
}

.epaper-steps li>div {
    width: 798px;
    padding: 40px 30px;
}

.epaper-steps li>div>div {
    margin-bottom: 20px;
}

.epaper-steps li>div>div>img {
    width: 32px;
    height: 21px;
    margin-right: 20px;
}

.epaper-steps li>div>div>span {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
}

.epaper-steps li>div>p {
    width: 700px;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    text-indent: 2em;
}

.epaper-steps li>img {
    width: 400px;
    height: 300px;
}

.epaper-scene-ul li {
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.product-slider {
    position: relative;
    width: 100%;
    margin-top: 5%;
    max-height: 550px;
    overflow: hidden;
}

.product-slider .swiper-container {
    width: 120%;
    margin-left: -10%;
    padding-bottom: 80px;
}

.product-slider .swiper-control {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 2;
    width: 100%;
    cursor: pointer;
}

.product-slider .swiper-control img {
    position: absolute;
    bottom: 200px;
    width: 36px;
    height: 36px;
    opacity: .75;
}

.product-slider .swiper-control img:hover {
    opacity: 1;
}

.product-slider .swiper-control .swiper-prev {
    left: 160px;
}

.product-slider .swiper-control .swiper-next {
    right: 160px;
}

.product-slider .item-product {
    position: relative;
    margin: 0 90px;
}

.product-slider .item-product-pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.product-slider .item-product-info {
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.product-slider .item-product-title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}

.product-slider .swiper-slide-active .item-product-pic img {
    -webkit-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
}

.product-slider .swiper-slide-active .item-product-info {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-link {
    text-align: center;
}

.epaper-customer-case li {
    position: relative;
    float: left;
    width: 224px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(22, 94, 198, 0.1);
    border-radius: 6px;
    margin: 0 20px 20px 0;
}

.epaper-customer-case li:nth-child(5n) {
    margin-right: 0;
}

.epaper-customer-case li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 144px;
    max-height: 40px;
}

/* 互联网内容无障碍解决方案 */
.plan-wrap .contain .pageShow {
    font-size: 20px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 18px;
}

.plan-wrap .contain .pageShow-content {
    display: flex;
    justify-content: space-between;
}

.plan-wrap .contain .pageShow-content .pageShow-content-left {
    width: 931px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 25px;
}

.plan-wrap .contain .pageShow-content .pageShow-content-left img,
.plan-wrap .contain .pageShow-content .pageShow-content-right img {
    width: 100%;
    margin-bottom: 20px;
}

.plan-wrap .contain .pageShow-content .pageShow-content-right {
    width: 253px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 25px;
}

.page-section .section .contain .security-list {
    display: flex;
}

.page-section .section .contain .security-list .security-list-item {
    width: calc((100% - 90px) / 4);
    height: 290px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #E6E8EC;
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.page-section .section .contain .security-list .security-list-item:hover {
    box-shadow: 0px 2px 4px 0px rgb(6 25 63 / 9%);
}

.page-section .section .contain .security-list .security-list-item:last-child {
    margin-right: 0;
}

.page-section .section .contain .security-list .security-list-item .security-list-item-img {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
}

.page-section .section .contain .security-list .security-list-item .security-list-item-name {
    font-size: 20px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #222222;
    line-height: 20px;
    margin-bottom: 20px;
}

.page-section .section .contain .security-list .security-list-item .security-list-item-desc {
    text-align: left;
}

.page-section .section .contain .monitoring {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-section .section .contain .monitoring .monitoring-left {
    width: 420px;
    height: 318px;
}

.page-section .section .contain .monitoring .monitoring-left img {
    width: 100%;
    height: 100%;
}

.page-section .section .contain .monitoring .monitoring-right {
    width: calc(100% - 507px);
}

.page-section .section .contain .monitoring .monitoring-right p {
    width: 88%;
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 38px;
    margin-bottom: 20px;
}

.page-section .section .contain .monitoring .monitoring-right .monitoring-list {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.page-section .section .contain .monitoring .monitoring-right .monitoring-list .monitoring-list-item {
    min-width: 122px;
    padding-left: 22px;
    background: url("../webSolution/img/triangle.png") no-repeat 0 6px /12px 14px;
    margin-right: 68px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #344866;
    line-height: 28px;
}