.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: 112px;
    width: 916px;
}
.inside-banner .box .txt .bigTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 72px;
    margin-bottom: 25px;
}
.inside-banner .box .txt .smallTxt {
    margin-top: 16px;
    width: 587px;
    font-family: PingFangSC, PingFang SC;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
}
.inside-banner .img {
    position: absolute;
    bottom: 0;
    width: 826px;
    height: 585px;
    margin-left: 572px;
    z-index: 1;
}
@media screen and (max-width: 1520px) {
    .inside-banner .img {
        height: 482px;
    }
}
.inside-banner .box .btn .getBtn {
    display: block;
    margin-top: 64px;
    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: 400px;
    background: url(../images/comprehensive-bg-light.png) no-repeat center;
    background-size: cover;
    padding: 0 64px;
    position: relative;
    /* margin-bottom: 88px; */
}
.Comprehensive .container::after {
    content: "";
    position: absolute;
    bottom: 81px;
    left: 0;
    width: 100%;
    height: 273px; /* 纯色背景层的高度 */
    background-color: #e7f9ff; /* 纯色背景层的颜色 */
    z-index: -1; /* 将纯色背景层置于底部 */
}
.Comprehensive .left-box {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding-top: 110px;
    /* width: 660px; */
    height: 100%;
}
.Comprehensive .left-box .title {
    /* width: 492px; */
    text-align: center;
    margin-bottom: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}

.Comprehensive .left-box .content {
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 30px;
}
.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: 660px;
    font-family: Verdana;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.light-middle-stripe {
    background: url(../images/light-middle-stripe.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 51px;
    margin-top: -80px;
}
.middle-stripe {
    background: url(../images/middle-stripe.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 264px;
    margin-top: 57px;
}
.marketing {
    height: 867px;
    width: 100%;
    background: url(../images/marketing-solves-bg-light.png) center/cover no-repeat;
}
.marketing .title-01 {
    padding-top: 47px;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}
.marketing .tabs {
    display: flex;
    margin-bottom: 36px;
}
.marketing .tabs .tabs-item {
    width: calc((100% - 30px) / 3);
    height: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    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 30px;
    margin-right: 56px;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
    border-radius: 16px;
    margin-bottom: 32px;
    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: 24px;
    flex-grow: 1;
    flex-shrink: 1;
    /* width: calc(100% - 88px); */
}
.marketing .show-box .item-box .img {
    width: 56px;
    height: 56px;
}
.marketing .show-box .item-box .content-box .title {
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}

.marketing .show-box .item-box .content-box .content {
    text-align: left;
    font-style: normal;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.dissection {
    padding-top: 87px;
    transition: all 0.3s;
    margin-bottom: 88px;
}
.dissection .bigTitle {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    margin-bottom: 56px;
}
.dissection .container {
    position: relative;
}
.dissection .fx {
    display: flex;
    align-items: center;
}
.dissection .left-section {
    width: 288px;
    height: 390px;
    background: #0091ff;
    border-left: 4px solis #55ffe5;
    padding: 65px 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    text-align: justify;
    font-style: normal;
    position: relative;
}
.dissection .left-section img {
    width: 288px;
    height: 112px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dissection .link {
    width: 71px;
    height: 241px;
}
.dissection .container .middle-section {
    width: 287px;
    height: 416px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dissection .container .right-section .right-pic {
    background: url(../images/dissection-right.png) no-repeat center;
    width: 464px;
    height: 416px;
    margin-right: 90px;
    margin-left: 58px;
    background-size: cover;
}
.dissection .title-box {
    width: 287px;
    height: 114px;
    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: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.dissection .title-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 9px;
}
.dissection .title-box.active {
    width: 598px;
    height: 60px;
    background: #0091ff;
    border-left: 4px solid #55ffe5;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    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-3-01.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: 861px;
    background: url(../images/cdp-bg.png) center/cover no-repeat;
    height: 861px;
    width: 838px;
    z-index: -1;
}
.wrapper .gma-bg {
    position: absolute;
    top: 1387px;
    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: 1977px;
    background: url(../images/scrm-bg.png) center/cover no-repeat;
    height: 861px;
    width: 838px;
    z-index: -1;
}
.contact_us .txt1{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .headerH96Bg {
        height: 32px;
    }
    .inside-banner {
        height: auto;
        margin-bottom: 0;
    }
    .inside-banner .box .txt .bigTxt{
        font-size: 42px;
        line-height: 59px;
        margin-bottom: 24px;
    }
    .inside-banner .box .txt .smallTxt {
        text-align: justify;
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .inside-banner .box .txt {
        margin-top: 0;
        width: 100%;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
        margin-top: 0;
    }
    .inside-banner .img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 40px auto 0 auto;
        text-align: center;

    }
    .inside-banner .img-container-warp img {
        height: 264px;
        width: auto;
    }
    .img-container-warp {
        padding: 0;
    }
    .Comprehensive .left-box {
        padding-top: 0;
    }
    .Comprehensive {
        background-color: #e7f9ff;
        border-radius: 8px;
        margin: 0 24px;
        position: relative;
    }
    .Comprehensive .container::after {
        display: none;
    }
    .Comprehensive .container {
        height: auto;
        background-position-x: left;
        padding: 0 16px;
        background-position-y: 89px, center;
    }
    .Comprehensive .left-box .title {
        font-size: 32px;
        line-height: 45px;
        padding-top: 35px;
        margin-bottom: 24px;
        width: 100%;
    }
    .Comprehensive .left-box .content {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 32px;
    }
    .display .display-box:nth-child(2n+1) {
        flex-direction: column;
        height: auto;
    }
    .display .display-box:nth-child(2n) {
        flex-direction: column-reverse;
        height: auto;
    }
    .display .img,
    .display .text-box ,
    .display .text-box .content{
        width: 100%;
    }
    .display .img{
        height: 310px;
        margin-bottom: 24px;
        margin-top: 32px;
    }

    .display .display-box:not(:last-child) {
        margin-bottom: 0;
    }
    .display .text-box .title {
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 24px;
    }
    .display .text-box .content {
        font-size: 16px;
        line-height: 28px;
    }
    .light-middle-stripe {
        height: 70px;
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .middle-stripe {
        height: 70px;
        margin-bottom: 32px;
        margin-top: 48px;
    }
    .container .light-middle-stripe-img{
        height: 590px;
        width: 100%;
    }
    .marketing {
        height: 100%;
        padding-bottom: 57px;
        margin-bottom: 32px;
        width: 100%;
    }
    .marketing .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin: 32px 0;
        padding: 0 16px;
    }
    .marketing .tabs {
        flex-wrap: wrap;
    }
    .marketing .mb-tabs-item {
        height: 56px;
        line-height: 56px;
        background: #229AF4;
        border-radius: 4px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        font-style: normal;
        margin-bottom: 32px;
    }
    .marketing .mb-item-box {
        background: #FFFFFF;
        box-shadow: 0px 10px 16px -6px rgba(197,210,235,0.2);
        border-radius: 8px;
        margin-bottom: 16px;
        padding: 32px 24px;
    }
    .mb-item-box .header-content-box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .mb-item-box .header-content-box .img {
        height: 40px;
        width: 40px;
    }
    .mb-item-box .header-content-box .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        font-style: normal;
        margin-left: 8px;
    }
    .mb-item-box .content {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #888888;
        line-height: 24px;
        font-style: normal;
    }
    .marketing-03 {
        margin-bottom: 0;
    }
    .dissection {
        padding-top: 48px;
        margin-bottom: 48px;
    }
    .dissection .fx {
        flex-wrap: wrap;
    }
    .dissection .left-section {
        width: 100%;
        padding: 32px 24px;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        height: auto;
        border-left: 4px solid #55FFE5;
        margin-bottom: 16px;
    }
    .dissection .link {
        display: none;
    }
    .dissection .container .middle-section {
        width: 100%;
    }
    .dissection .right-section {
        display: none;
    }
    .dissection .bigTitle {
        font-size: 32px;
        line-height: 45px;
        font-weight: 600;
    font-weight: bold;
        margin-bottom: 32px;
        font-family: PingFangSC, PingFang SC;
    }
    .dissection .title-box {
        height: 100%;
        width: 100%;
        padding: 24px 28px;
        margin-bottom: 16px;
    }
    .dissection .left-section img {
        width: 100%;
    }
    .dissection .title-box .description {
        margin-top: 10px;
    }
    .dissection .gap {
        height: 0;
    }
    .middle-section .title-box:last-child{
        margin-bottom: 0;
    }

    .contact_us .txt1 {
        margin-bottom: 64px;
    }
    .marketing {
        height: 100%;
        width: 100%;
        background: url(../images/marketing-solves-bg-light-mb.png) bottom/cover no-repeat;
    }
    .marketing .container {
        background: linear-gradient(177deg, rgba(255, 255, 255, 1) 0%, #E7F9FF 100%);
    }
}
@media screen and (min-width:768px) and (max-width: 1280px) {
    .display .text-box{
        width: calc(100% - 588px);
    }
}
.solution_banner {
    width: 1260px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.solution_banner .title {
    font-weight: 600;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
}
.global-universal-button-solution {
    display: flex;
    justify-content: center;
}
.btn .global-universal-button-style {
	width: 132px!important;
	height: 36px!important;
	line-height: 36px!important;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #32D5BC!important;
    position: relative;
    z-index: 9;
    font-weight: 600;
    font-size: 14px!important;
    color: #FFFFFF;
    line-height: 22px;
}