.inside-banner {
    height: 678px;
    width: 100%;
    /*background: url(../images/banner-bg.png) no-repeat center 0px;*/
    margin-bottom: 48px;
}
.inside-banner .box .txt {
    margin-top: 88px;
    width: 916px;
}
.inside-banner .box .txt .bigTxt {
    font-size: 56px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 50px;
}
.inside-banner .box .txt .smallTxt {
    margin-top: 16px;
    width: 585px;
    font-size: 20px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 30px;
}
.inside-banner .img {
    position: absolute;
    bottom: 0;
    width: 826585px;
    height: 585px;
    margin-left: 572px;
    z-index: 1;
}
.inside-banner .box .btn .getBtn {
    display: block;
    margin-top: 85px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229af4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.Comprehensive .container {
    height: 470px;
    background: url(../images/comprehensive-bg.png) no-repeat center;
    background-size: cover;
    padding: 35px 64px;
    position: relative;
    margin-bottom: 88px;
}
.Comprehensive .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 470px; /* 纯色背景层的高度 */
    background-color: #e7f9ff; /* 纯色背景层的颜色 */
    z-index: -1; /* 将纯色背景层置于底部 */
}
.Comprehensive .left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 660px;
    height: 100%;
}
.Comprehensive .left-box .title {
    width: 492px;
    height: 86px;
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    margin-bottom: 32px;
}

.Comprehensive .left-box .content {
    width: 652px;
    font-family: Verdana;
    font-size: 20px;
    color: #888888;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}
.Comprehensive .right-bg {
    background: url(../images/comprehensive-right.png) no-repeat center;
    background-size: cover;
    width: 440px;
    height: 400px;
    position: absolute;
    bottom: 35px;
    right: 64px;
}
.display .display-box {
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.display .display-box:not(:last-child) {
    margin-bottom: 83px;
}
.display .img {
    width: 511px;
    height: 480px;
}
.display .img-01 {
    background: url(../images/cdp-left.png) no-repeat center;
    background-size: cover;
}
.display .img-02 {
    background: url(../images/gma-right.png) no-repeat center;
    background-size: cover;
}
.display .img-03 {
    background: url(../images/scrm-left.png) no-repeat center;
    background-size: cover;
}
.display .text-box {
    width: calc(100% - 607px);
    display: flex;
    flex-direction: column;
}
.display .text-box .title {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    margin-bottom: 32px;
}
.display .text-box .content {
    width: 653px;
    font-family: Verdana;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.display .text-box .content .tit2{
    margin-top: 24px;
}
.middle-stripe {
    background: url(../images/middle-stripe.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 264px;
    margin-top: 70px;
}
.marketing {
    height: 1258px;
    background: url(../images/marketing-solves-bg.png) no-repeat center;
    background-size: cover;
}
.marketing .title-01 {
    padding-top: 110px;
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    margin-bottom: 67px;
}
.marketing .tabs {
    display: flex;
    margin-bottom: 48px;
}
.marketing .tabs .tabs-item {
    width: calc((100% - 30px) / 3);
    height: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    border-radius: 8px;
    margin-right: 15px;
    line-height: 56px;
    background: linear-gradient(174deg, #e7f9ff 0%, #bfeefe 98%, #beeefd 100%);
    cursor: pointer;
}

.marketing .tabs .tabs-item:nth-child(3) {
    margin-right: 0;
}
.marketing .tabs .tabs-item.active {
    background: #229af4;
    color: #ffffff;
}
.marketing .show-box .container-box.active {
    display: flex;
    flex-wrap: wrap;
}
.marketing .show-box .container-box {
    display: none;
}
.marketing .show-box .item-box {
    width: calc((100% - 56px) / 2);
    padding: 40px;
    margin-right: 56px;
    display: flex;
    height: 186px;
    background: #ffffff;
    box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
    border-radius: 16px;
    margin-bottom: 56px;
    transition: all 0.3s;
}
.marketing .show-box .item-box:nth-of-type(2n) {
    margin-right: 0;
}
.marketing .show-box .item-box:hover {
    transform: translateY(-20px);
}

.marketing .show-box .item-box .content-box {
    display: inline-block;
    margin-left: 32px;
    width: calc(100% - 88px);
}
.marketing .show-box .item-box .img {
    width: 56px;
    height: 56px;
}
.marketing .show-box .item-box .content-box .title {
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
}

.marketing .show-box .item-box .content-box .content {
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.dissection {
    padding-top: 87px;
    transition: all 0.3s;
    margin-bottom: 88px;
}
.dissection .bigTitle {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    margin-bottom: 56px;
}
.dissection .container {
    position: relative;
}
.dissection .container .right-section {
    position: absolute;
    right: 87px;
    top: 28px;
    width: 464px;
    height: 416px;
}
.dissection .container .right-section .right-pic {
    background: url(../images/dissection-right.png) no-repeat center;
    width: 464px;
    height: 416px;
    background-size: cover;
}
.dissection .title-box {
    width: 600px;
    border-left: 4px solid #229af4;
    padding-left: 30px;
    padding: 28px 0 30px 25px;
    background: #f7f8fa;
    position: relative;
    transition: all 0.3s;
}
.dissection .title-box .title {
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.dissection .title-box .description {
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 13px;
}
.dissection .title-box.active {
    width: 598px;
    height: 60px;
    background: #0091ff;
    border-left: 4px solid #55ffe5;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.dissection .title-box.active .description {
    display: none;
}

.dissection .title-box.active .title {
    color: #ffffff;
}
.dissection .title-box img {
    display: none;
}
.dissection .title-box.active img {
    display: block;
    width: 267px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.dissection .gap {
    height: 24px;
}
.marketing .container-1 .item-01 .img {
    background: url(../images/marketing-1-01.png) no-repeat center/cover;
}
.marketing .container-1 .item-02 .img {
    background: url(../images/marketing-1-02.png) no-repeat center/cover;
}
.marketing .container-1 .item-03 .img {
    background: url(../images/marketing-1-03.png) no-repeat center/cover;
}
.marketing .container-1 .item-04 .img {
    background: url(../images/marketing-1-04.png) no-repeat center/cover;
}
.marketing .container-1 .item-05 .img {
    background: url(../images/marketing-1-05.png) no-repeat center/cover;
}
.marketing .container-1 .item-06 .img {
    background: url(../images/marketing-1-06.png) no-repeat center/cover;
}
.marketing .container-2 .item-01 .img {
    background: url(../images/marketing-2-01.png) no-repeat center/cover;
}
.marketing .container-2 .item-02 .img {
    background: url(../images/marketing-2-02.png) no-repeat center/cover;
}
.marketing .container-2 .item-03 .img {
    background: url(../images/marketing-2-03.png) no-repeat center/cover;
}
.marketing .container-2 .item-04 .img {
    background: url(../images/marketing-2-04.png) no-repeat center/cover;
}
.marketing .container-2 .item-05 .img {
    background: url(../images/marketing-2-05.png) no-repeat center/cover;
}
.marketing .container-2 .item-06 .img {
    background: url(../images/marketing-2-06.png) no-repeat center/cover;
}
.marketing .container-3 .item-01 .img {
    background: url(../images/marketing-1-03.png) no-repeat center/cover;
}
.marketing .container-3 .item-02 .img {
    background: url(../images/marketing-3-02.png) no-repeat center/cover;
}
.marketing .container-3 .item-03 .img {
    background: url(../images/marketing-3-03.png) no-repeat center/cover;
}
.marketing .container-3 .item-04 .img {
    background: url(../images/marketing-3-04.png) no-repeat center/cover;
}

.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wrapper .cdp-bg {
    position: absolute;
    top: 931px;
    background: url(../images/cdp-bg.png) center/cover no-repeat;
    height: 861px;
    width: 838px;
    z-index: -1;
}
.wrapper .gma-bg {
    position: absolute;
    top: 1457px;
    right: 0;
    background: url(../images/gma-bg.png) center/cover no-repeat;
    height: 875px;
    width: 919px;
    z-index: -1;
}
.wrapper .scrm-bg {
    position: absolute;
    top: 2047px;
    background: url(../images/scrm-bg.png) center/cover no-repeat;
    height: 861px;
    width: 838px;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .m-banner img {
        margin-top: 40px;
    }
    .Comprehensive{
        margin: 59px 24px 0;
    }
    .Comprehensive .container{
        height: auto;
        display: block;
        background: #E7F9FF;
        border-radius: 8px;
        padding: 32px 24px 48px;
        margin-bottom: 0;
    }
    .Comprehensive .left-box{
        display: block;
        width: 100%;
    }
    .Comprehensive .left-box .content{
        width: 100%;
        color: #233863;
        text-align: center;
    }
    .Comprehensive .left-box .title{
        width: 100%;
        height: auto;
        font-size: 32px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 24px;
    }

    .Comprehensive .right-bg{
        display: none;
    }
    .Comprehensive .container::after{
        height: 161px;
        background-image: url("../images/m-com-bg.png");
        background-repeat: no-repeat;
        background-color: transparent;
        z-index: 0;
    }
    .display .img{
        display: none;
    }
    .display .text-box{
        width: 100%;
    }
    .display .text-box .content{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .display .display-box{
        height: auto;
        display: block;
        margin-top: 32px;
    }
    .display .display-box:not(:last-child){
        margin-bottom: 0px;
    }
    .display .text-box .title{
        margin-top: 32px;
        font-size: 32px;
        line-height: 35px;
    }
    .wrapper .cdp-bg,
    .wrapper .gma-bg,
    .wrapper .scrm-bg{
        background-image: none;
    }
    .middle-stripe{
        margin-top: 32px;
        height: 71px;
        background-image: url("../images/m-middle-stripe.png");
    }
    .marketing{
        height: auto;
        background-image: none;
    }
    .marketing .title-01{
        padding-top: 32px;
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 32px;
    }
    .marketing .tabs{
        display: none;
    }
    .marketing .show-box .container-box{
        display: block ;
        padding:0 24px 56px;
        background-image: url("../images/m-marketing-solves-bg.png");
        background-position: bottom;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .marketing .show-box .container-box.active{
        display: block;
    }
    .marketing .show-box .item-box{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 32px 24px;
        pointer-events: none;
    }
    .marketing .show-box .item-box .img{
        display: none;
    }
    .marketing .show-box .item-box .content-box{
        margin-left: 0;
        width: 100%;
    }
    .marketing .m-tabs-item{
        width: calc(100% - 48px);
        background: #229AF4;
        border-radius: 4px;
        padding: 16px 24px;
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin: 32px 24px 40px;
    }
    .marketing .show-box .item-box .content-box .title{
        display: flex;
        align-items: center;
    }
    .marketing .show-box .item-box .content-box .title .pic{
        width: 48px;
    }
    .marketing .show-box .item-box .content-box .title .tit{
        width: calc(100% - 48px);
    }
    .marketing .show-box .item-box .content-box .title .pic img{
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 8px;
    }
    .dissection{
        padding-top: 48px;
        margin-bottom: 48px;
    }
    .dissection .bigTitle{
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 29px;
    }
    .dissection .container .right-section .right-pic{
        background-image: none;
    }
    .dissection .title-box.active{
        width: 100%;
        height: 108px;
    }
    .dissection .title-box.active img{
        height: 108px;
        width: 100%;
    }
    .dissection .title-box .title{
        font-size: 20px;
        line-height: 24px;
    }
    .dissection .title-box .m-title{
        font-size: 28px;
        line-height: 30px;
        position: relative;
        z-index: 2;
    }
    .dissection .gap{
        height: 16px;
    }
    .dissection .title-box{
        width: 100%;
        padding: 24px;
    }
    .dissection .title-box .description{
        margin-top: 12px;
        line-height: 20px;
    }
    .dissection .m-img{
        margin-top: 16px;
    }
    .contact_us .txt2{
        display: none;
    }
}
