.inside-banner {
    height: 1065px;
    background: url("../images/banner_bg.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.inside-banner .txtInfor {
    position: relative;
}
.inside-banner .txtInfor .img {
    width: 788px;
    position: absolute;
    right: 0;
    bottom: -144px;
}
.inside-banner .txtInfor .txt {
    /* width: 571px; */
    padding-top: 51px;
    z-index: 1;
    position: relative;
}
.inside-banner .txtInfor .txt .bigTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
}
.inside-banner .txtInfor .txt .smallTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 48px;
}
.inside-banner .txtInfor .txt .smallTxt br {
    display: none;
}
.inside-banner .txtInfor .txt .bigTxt-02 {
    font-weight: 500;
    font-size: 32px;
    color: #233863;
    line-height: 48px;
    margin-bottom: 12px;
}
.inside-banner .m-banner-bg {
    display: none;
}

.digital-growth {
    position: relative;
    margin-top: -262px;
}
.digital-growth .img {
    width: 600px;
    height: 501px;
    float: left;
}
.digital-growth .m-img {
    display: none;
}
.digital-growth .text {
    width: calc(100% - 600px);
    float: left;
    margin-top: 79px;
    padding-left: 55px;
}
.title-01 {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.digital-growth .text .title-01 {
    text-align: left;
}
.digital-growth .text .desBox .desItem {
    margin-top: 24px;
    position: relative;
}
.digital-growth .text .desBox .desItem::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/duihao.png") no-repeat;
    top: 7px;
    background-size: cover;
}
.digital-growth .text .desBox .desItem:first-child {
    margin-top: 40px;
}
.digital-growth .text .desBox .desItem .txt1 {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    padding-left: 28px;
}
.digital-growth .text .desBox .desItem .txt2 {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 22px;
    margin-top: 12px;
    padding-left: 28px;
}

.manage {
    margin-top: 21px;
}
.manage .manage-box {
    margin: 48px 0 0;
    width: 100%;
    display: flex;
    gap: 0 32px;
}
.manage .manage-box .manage-item {
    box-sizing: border-box;
    transition: all 0.3s;
}
.manage .manage-box .middleCenter {
    margin: inherit;
}
.manage .manage-box .manage-item .insideBox {
    width: 291px;
    background: #ffffff;
    box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
    position: relative;
}
.manage .manage-box .manage-item .insideBox .img {
    position: relative;
    height: 198px;
}
.manage .manage-box .manage-item .insideBox .img img {
    padding: 24px 70px;
}

.manage .manage-box .manage-item .insideBox .txt {
    padding: 0 32px 74px;
    text-align: center;
}
.manage .manage-box .manage-item .insideBox .txt .title {
    font-size: 20px;
    font-weight: bold;
    color: #233863;
    line-height: 25px;
}

.manage .manage-box .manage-item .insideBox .txt .des {
    margin-top: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 22px;
}
.manage .manage-box .manage-item:hover {
    transform: translateY(-20px);
}

.range {
    margin-top: 65px;
    background-image: url("../images/effect_bg.png");
    background-size: cover;
}
.range .title-01 {
    padding-top: 174px;
}
.range .range-box {
    padding-top: 48px;
    display: flex;
    gap: 0 60px;
}
.range .range-box .range-item {
    box-sizing: border-box;
    transition: all 0.3s;
}
.range .range-box .range-item .insideBox {
    width: 380px;
    height: 366px;
    background: #ffffff;
    box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
    position: relative;
}

.range .range-box .range-item .insideBox .img {
    position: relative;
    height: 208px;
}

.range .range-box .range-item.insideBox .txt {
    padding: 39px;
    padding-top: 16px;
    box-sizing: border-box;
    text-align: center;
}
.range .range-box .range-item .insideBox .txt .title {
    margin-top: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
}
.range .range-box .range-item .insideBox .txt {
    padding: 0 32px 24px 32px;
}
.range .range-box .range-item .insideBox .more {
    position: absolute;
    bottom: 49px;
    left: 32px;
    text-decoration: underline;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #233863;
    line-height: 20px;
}
.range .range-box .range-item .insideBox .more:hover {
    color: #229af4;
}
.range .range-box .range-item:hover {
    transform: translateY(-20px);
}
.numerous {
    padding-top: 105px;

    position: relative;
}
.numerous::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 855px;
    background: url("../images/choose_bg.png") center;
    background-size: cover;
    z-index: -1;
}
.numerous .numerous-box {
    margin-top: 48px;
    padding-bottom: 98px;
}
.numerous .numerous-box .img {
    width: 564px;
    height: 503px;
    float: right;
}
.numerous .text {
    float: left;
    width: calc(100% - 564px);
    padding-right: 32px;
    margin-top: 75px;
}
.numerous .text .desItem {
    margin-top: 24px;
    position: relative;
}
.numerous .text .desItem::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/duihao.png") no-repeat;
    background-size: contain;
    top: 5px;
}
.numerous .text .desItem:first-child {
    margin-top: 0px;
}
.numerous .text .desItem .txt1 {
    padding-left: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.numerous .text .desItem .txt2 {
    margin-top: 12px;
    padding-left: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 22px;
}
.numerous .m-numerous-pic {
    display: none;
}
.asked {
    margin-top: 64px;
    padding-bottom: 58px;
}
.asked .asked-box {
    margin-top: 26px;
}
.asked .asked-box .asked-img {
    width: 445px;
    float: left;
}
.asked .asked-box .asked-img img {
    width: 445px;
    height: 474px;
}
.asked .asked-ul {
    width: calc(100% - 445px);
    float: left;
    margin-top: 33px;
    padding-left: 56px;
}
.asked .asked-ul li {
    position: relative;
    margin-top: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(197, 210, 235, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.asked .asked-ul li:hover {
    background: linear-gradient(270deg, #3ae49e 0%, #00c9d0 100%);
}
.asked .asked-ul li.active:hover {
    background: #ffffff;
}
.asked .asked-ul li:hover .li-item .title-head p {
    color: #ffffff;
}
.asked .asked-ul li:hover .title-head::after {
    background-color: #ffffff;
}
.asked .asked-ul li.active:hover .li-item .title-head p {
    color: #233863;
}
.asked .asked-ul li .li-item {
    padding: 24px;
}

.asked .asked-ul li .li-item .title-head p {
    font-size: 18px;
    font-weight: bold;
    color: #233863;
    line-height: 25px;
}
.asked .asked-ul li .li-item .title-box {
    display: none;
}
.asked .asked-ul li .li-item .title-box .text {
    margin-top: 16px;
    width: 620px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}

.asked .asked-ul li .li-item .title-box .tit {
    margin-top: 16px;
    font-size: 16px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 24px;
}
.asked .asked-ul li.active .title-box {
    display: block;
}
.asked .asked-ul li .title-head::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #233863;
    background-color: #e8f5ff;
    background-image: url("../images/jia.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.asked .asked-ul li.active .title-head::after {
    background-image: url("../images/jian.png");
}
.listen {
    padding-top: 157px;
    background: url("../images/feadback_g.png") no-repeat;
}
/* 轮播 */
.client-box .conTabs {
    overflow: hidden;
    position: relative;
}
.client-box .conTabs .spBox {
    background: #ffffff;
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.2);
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    height: 278px;
}
.client-box .conTabs .spBox .top {
    padding-bottom: 24px;
    border-bottom: 1px solid #dae0e7;
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.client-box .conTabs .spBox .top img {
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 23px;
}
.client-box .conTabs .spBox .text {
    padding: 24px 0 53px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.client-box .conTabs .swiper-container {
    padding: 48px 0 100px;
}
.client-box .conTabs .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 56px;
    margin: auto;
}
.client-box .conTabs .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    opacity: 1;
    cursor: pointer;
}
.client-box .conTabs .swiper-pagination-bullet-active {
    width: 30px;
    background: #229af4;
    border-radius: 6px;
}
.client-box .conTabs .swiper-slide.swiper-slide-next .spBox,
.client-box .conTabs .swiper-slide.swiper-slide-prev .spBox {
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.15);
    opacity: 0.5;
}
.company-logo {
    padding-bottom: 76px;
}
.company-logo .container {
    padding: 0 !important;
}
.company-logo .logo-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    /* gap: 22px; */
}
.company-logo .logo-box .img {
    width: 120px;
    height: 120px;
    margin-right: 22px;
    margin-bottom: 22px;
}
.company-logo .logo-box .img:nth-of-type(9n) {
    margin-right: 0;
}
.company-logo .logo-box .img:nth-of-type(9n + 1) {
    margin-left: 0;
}
.company-logo .logo-box .img:nth-child(n + 19):nth-child(-n + 27) {
    margin-bottom: 0;
}

.company-logo .logo-box .img .insideImg {
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    position: relative;
}

.company-logo .logo-box .img .empty {
    height: 120px;
    position: relative;
}

.company-logo .logo-box .img .insideImg img {
    max-width: 96px;
}

.company-logo .logo-box {
    position: relative;
    z-index: 2;
}
/*查看更多案例*/
.company-logo .logo-box .testmore .insideImg a {
    display: inline-block;
    padding-top: 37px;
    text-align: center;
    width: 100%;
}
.company-logo .logo-box .testmore .insideImg a span {
    font-weight: bold;
    font-size: 14px;
    color: #229af4;
    line-height: 20px;
    display: block;
}
.company-logo .logo-box .testmore img {
    width: 25px;
    height: 25px;
    margin: auto;
    margin-top: 15px;
}
.company-logo .logo-box .testmore .insideImg .imgHover {
    display: none;
}
.company-logo .logo-box .testmore .insideImg:hover .imgHover {
    display: block;
}

.company-logo .logo-box .testmore .insideImg:hover .default {
    display: none;
}

.manage .title-01 br {
    display: none;
}

@media screen and (max-width: 1340px) {
    .range .range-box {
        margin: 0;
    }
    .company-logo .logo-box {
        margin-left: 0;
        margin-right: 0;
    }
    .logo-box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .headerH96Bg {
        display: none;
    }
    .inside-banner {
        height: unset;
        background: none;
    }
    .inside-banner .box {
        background: url("../images/m-banner-bg.png") no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .inside-banner .txtInfor {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .inside-banner .txtInfor .txt .bigTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 59px;
        text-align: left;
        margin-bottom: 24px;
    }
    .inside-banner .txtInfor .txt {
        padding-top: 0;
    }
    .inside-banner .txtInfor .txt .bigTxt-02 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 20px;
        color: #233863;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        margin-bottom: 12px;
    }
    .inside-banner .txtInfor .txt .smallTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4a4a4a;
        line-height: 28px;
        text-align: left;
        margin-bottom: 40px;
    }
    .inside-banner .txtInfor .txt .smallTxt br {
        display: inline;
    }
    .inside-banner .txtInfor .txt .smallTxt span {
        display: none;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
    }
    .inside-banner .m-banner-bg {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inside-banner .m-banner-bg img {
        width: 375px;
        height: 251px;
    }
    .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
    .numerous .title-01 {
        padding: 0 34px;
    }
    .digital-growth {
        margin-top: 5px;
    }
    .digital-growth .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .digital-growth .img {
        display:none;
        width: 100%;
        height: unset;
        float: none;
        margin-bottom: 3px;
    }
    .digital-growth .m-img {
        display: block;
        width: 100%;
        height: unset;
        float: none;
        margin-bottom: 3px;
    }
    .digital-growth .text {
        width: 100%;
        float: none;
        margin-top: 0;
        padding: 0 24px;
    }
    .digital-growth .container .title-01 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
    }
    .digital-growth .text .desBox .desItem {
        margin-top: 22px !important;
    }
    .digital-growth .text .desBox .desItem .txt1 {
        font-weight: 600;
    font-weight: bold;
    }
    .manage {
        margin-top: 48px;
    }
    .manage .title-01 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        margin-bottom: 32px;
        text-align: center;
    }
    .manage .title-01 br {
        display: inline;
    }
    .manage .manage-box {
        gap: unset;
        flex-direction: column;
    }
    .manage .manage-box .manage-item {
        margin-bottom: 24px;
    }
    .manage .manage-box .manage-item .insideBox {
        width: 100%;
        padding: 20px 50px 40px;
    }
    .manage .manage-box .manage-item .insideBox .img {
        height: 150px;
        position: initial;
        display: flex;
        justify-content: center;
    }

    .manage .manage-box .manage-item .insideBox .img img {
        padding: 0;
        position: inherit;
    }
    .manage .manage-box .manage-item .insideBox .txt {
        padding: 0;
        margin-top: 24px;
    }
    .manage .manage-box .manage-item .insideBox .txt .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        text-align: center;
    }
    .manage .manage-box .manage-item .insideBox .txt .des {
        margin-top: 16px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #888888;
        line-height: 28px;
    }
    .range {
        background: none;
        margin-top: 24px;
    }
    .range .title-01 {
        padding-top: 0;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-bottom: 32px;
    }
    .range .range-box {
        padding-top: 0;
        gap: unset;
        flex-direction: column;
    }
    .range .range-box .range-item {
        margin-bottom: 24px;
    }
    .range .range-box .range-item .insideBox .img{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .range .range-box .range-item:nth-child(1) .insideBox .img{
        background: #c2e5fe;
    }
    .range .range-box .range-item:nth-child(2) .insideBox .img {
        background: #b6f5e9;
    }
    .range .range-box .range-item:nth-child(3) .insideBox .img {
        background: #def9f3;
    }
    .range .range-box .range-item .insideBox .img .middleCenter{
        top: auto;
    }
    .range .range-box .range-item .insideBox {
        width: 100%;
        height: unset;
    }
    .range .range-box .range-item .insideBox .txt .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .range .range-box .range-item .insideBox .txt {
        padding: 40px 24px;
    }
    .range .range-box .range-item .insideBox .more {
        position: initial;
    }
    .range .range-box .range-item:hover {
        transform: none;
    }
    .numerous {
        margin-top: 24px;
        padding-top: 0;
    }
    .numerous .m-numerous-pic {
        margin-top: 16px;
        display: block;
        width: 100%;
    }
    .numerous .numerous-box .img {
        display: none;
    }

    .numerous .numerous-box {
        padding-bottom: 64px;
        /* margin-top: 32px; */
        margin-top: 0;
    }
    .numerous .text {
        width: unset;
        float: none;
        margin-top: 0;
        padding-right: 0;
    }
    .numerous .text .desItem .txt2 {
        margin-top: 9px;
        line-height: 28px;
    }
    .numerous::before {
        content: "";
        position: absolute;
        top: 420px;
        left: 0;
        width: 100%;
        height: 427px;
        background: url("../images/m-choose-bg.png") bottom;
        background-size: cover;
        z-index: -1;
    }
    .asked {
        margin-top: 48px;
    }
    .asked .asked-box .asked-img img {
        display: none;
    }
    .asked .asked-ul {
        width: 100%;
        float: none;
        margin-top: 0;
        padding-left: 0;
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .title-head::after {
        right: 18px;
        top: 18px;
    }
    .listen {
        padding-top: 72px;
        background: url("../images/m-listen-bg.png") no-repeat;
        background-size: contain;
    }
    .client-box .conTabs .spBox .top img {
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }
    .client-box .conTabs .spBox .top p {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .client-box .conTabs .swiper-container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .client-box .conTabs .spBox {
        height: unset;
        padding: 32px 23px 32px 24px;
    }
    .client-box .conTabs .spBox .text {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .company-logo {
        padding-bottom: 32px;
    }
    .company-logo .logo-box .img:nth-of-type(9n) {
        display: block;
        margin-right: 0;
    }
    .company-logo .logo-box .img:nth-of-type(9n + 1) {
        display: block;
    }
    .company-logo .logo-box .img:nth-of-type(4n) {
        margin-right: 0;
    }
    .company-logo .logo-box .img:nth-child(n + 19):nth-child(-n + 27) {
        margin-bottom: 16px;
    }
    .company-logo .logo-box .testmore,
    .company-logo .logo-box .empty {
        display: none !important;
    }
    .company-logo .logo-box {
        width: 327px;
        margin: auto;
        /* padding: 0 24px; */
        padding: 0;
        justify-content: space-between;
    }
    .company-logo .logo-box.clearfix:after {
        content: none;
    }
    .company-logo .logo-box .img {
        width: 76px;
        height: 76px;
        padding: 6px;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.06);
        border-radius: 4px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .company-logo .logo-box .img .insideImg img {
        max-width: unset;
    }
    .company-logo .logo-box .img .insideImg {
        height: 62px;
        box-shadow: none;
    }
    .asked .asked-ul li .li-item .title-head p {
        width: calc(100% - 40px);
    }
    .asked .asked-ul li .li-item .title-box .text {
        width: auto;
        line-height: 24px;
    }
    .client-box .conTabs .swiper-container{
        padding-bottom: 65px;
    }
    .client-box .conTabs .swiper-pagination{
        bottom: 32px;
    }
}
@media screen and (max-width: 390px) {
    .numerous .title-01{
        font-size: 26px;
    }
}
@media screen and (min-width:391px) and (max-width: 768px) {
    .numerous .title-01{
        font-size: 28px;
    }
}
