.top-content {
    position: relative;
}
.top-background-bottomlayer {
    width: 768px;
    height: 600px;
    background: url('../images/inside-banner-bg-right.png') top right no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right:0;
    z-index: -1;
}
.inside-banner {
    height: 704px;
    position: relative;
}
.inside-banner .banner-bg {
    position: absolute;
    top: 96px;
    right: 0;
    height: 608px;
    width: 100%;
    background:url("../images/inside-banner-bg.png")no-repeat center top ;
    background-size: cover;
    z-index: -1;
}
.inside-banner .box .txt {
    margin-top: 76px;
    width: 720px;
}
.inside-banner .box .txt .bigTxt {
    width: 630px;
    font-size: 56px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 72px;
}
.inside-banner .box .txt .smallTxt {
    margin-top: 24px;
    font-size: 20px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 30px;
}
.inside-banner .box .btn .getBtn {
    display: block;
    margin-top: 56px;
    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;
}
.data-driven {
    position: relative;
}
.data-driven::before{
    content: '';
    position: absolute;
    background-image: url('../images/dataDriven-bg.png');
    background-size: cover;
    width: 100%;
    height: 480px;
    top: -32px;
    left: 0;
    z-index: -1;
}
.middle-bg {
    position:relative;
}
.middle-bg .flow {
    position: absolute;
    top: 1238px;
    background: url('../images/flow.png') no-repeat;
    background-position: center top 0;
    background-size: 100% auto;
    width: 100%;
    height: 1144px;
    z-index: -1;
}
.middle-bg .left-ball {
    position: absolute;
    top: 2236px;
    background: url('../images/left-ball.png') no-repeat;
    background-position: left top -62px;
    background-size: 100% auto;
    width: 556px;
    height: 556px;
    z-index: -1;
}
.middle-bg .flow-stripe {
    position: absolute;
    top: 2674px;
    background: url('../images/flow-stripe.png') no-repeat;
    background-position: center top 86px;
    background-size: 100% auto;
    width: 100%;
    height: 595px;
    z-index: -1;
}
.middle-bg .flow-stripe-reverse {
    position: absolute;
    top: 3956px;
    background: url('../images/flow-stripe-reverse.png') no-repeat;
    background-position: center top 0;
    background-size: 100% auto;
    width: 100%;
    height: 595px;
    z-index: -1;
}
.data-driven .title-01 {
    font-family: D-DINExp, D-DINExp;
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    padding-top: 176px;
    margin-bottom: 56px;
}
.data-driven .ddBox .item {
    height: 460px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.data-driven .ddBox .item.item1 {
    margin-bottom: 48px;
}
.data-driven .ddBox .item.item2 {
    margin-bottom: 48px;
}
.data-driven .ddBox .item .txt {
    width: calc(100% - 600px);
}
.data-driven .ddBox .item .tit {
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 52px;
    margin-bottom: 32px;
}
.data-driven .ddBox .item .desBox p {
    font-size: 20px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 32px;
}
.data-driven .ddBox .item img {
    width: 600px;
    margin-right:60px;
}
.data-driven .ddBox .item:nth-child(2) img {
    margin-left: 60px;
    margin-right: 0;
}
.data-driven .ddBox .item .txt .desBox {
    box-sizing: border-box;
}

.multi-video {
}
.multi-video .title-01 {
    font-family: D-DINExp, D-DINExp;
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    margin-top: 78px;
}
.multi-video .video-box {
    height: 726px;
    width: 1260px;
}
.multi-video .swipe-container {
    margin-top: 64px;
}

.application {
    background: url(../images/bgc.png) no-repeat center;
    background-size: cover;
  }
  .application .application-title {
    padding-top: 267px;
  }
  .application .application-box {
    /* margin-top: 64px; */
    position: relative;
  }
  .application .application-box .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
  }
  .application .application-box .swiper-container .swiper-wrapper {
    height: 520px;
  }
  .application .application-box .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    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;
  }
  .application .application-box .swiper-item {
    box-sizing: border-box;
  }
  .application .application-box .swiper-item .insideBox {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #ffffff;
    box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
  }
  .application .application-box .insideBox .img {
    position: relative;
    height: 240px;
    width: 370px;
  }
  .application .application-box .insideBox .img img {
    /* padding-top: 16px; */
  }
  .application .application-box .insideBox .txt {
    box-sizing: border-box;
    text-align: center;
    height: 281px;
  }
  .application .application-box .insideBox .txt .title {
    padding: 14px 38px 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
    text-align: center;
}
.application .application-box .insideBox .txt .des {
    padding: 0 40px;
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
  }

.scenarios .title-01 {
    font-family: D-DINExp, D-DINExp;
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    margin-top:68px;
}
.scenarios .scenarios-box {
    margin-top: 56px;
    display: flex;
}
.scenarios .scenarios-box .left-info {
    width: 600px;
    margin-right: 26px;
}
.scenarios .scenarios-box .left-info .item {
    width: 602px;
    height: 200px;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 28px 43px -6px rgba(226, 226, 226, 0.35);
    border-radius: 16px;
    margin-bottom: 48px;
    padding: 32px 0 0 32px;
    transition: all .3s;
    background: url("../images/scenarios-left-r1.png") right bottom no-repeat;
    background-size: 76px 114px;
}
.scenarios .scenarios-box .left-info .item:hover {
    transform: translateY(-10px);
}
.scenarios .scenarios-box .left-info .item:nth-of-type(2) {
    height: 160px;
    background: url("../images/scenarios-left-r2.png") right bottom no-repeat ;
    background-size: 76px 114px;
}
.scenarios .scenarios-box .left-info .item:last-of-type {
    height: 160px;
    margin-bottom: 0;
    background: url("../images/scenarios-left-r3.png") right bottom no-repeat ;
    background-size: 76px 114px;
}
.scenarios .scenarios-box .left-info .item .content {

}
.scenarios .scenarios-box .left-info .item .icon {
    width: 56px;
    height: 56px;
    margin-right: 32px;
}
.scenarios .scenarios-box .left-info .item .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;
}
.scenarios .scenarios-box .left-info .item .des {
    width: 434px;
    height: 60px;
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.scenarios .scenarios-box .right-pic {
    width: calc(100% - 630px);
    background: url("../images/scenarios-right-01.png") no-repeat;
    background-size:cover ;
}

.asked{
    margin-top: 192px;
}
.asked .title-01{
    font-size: 40px;
	font-family: "D-DINExp-Bold";
	color: #233863;
	line-height: 43px;
	text-align: center;
}
.asked .asked-box{
    margin-top: 56px;
}

.asked .asked-ul{
    width: 100%;
	margin-right: 16px;
	height: 400px;
}
.asked .asked-ul li{
  position: relative;
  margin-bottom: 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: 25px 24px 24px;
}

.asked .asked-ul li .li-item .title-head p{
  font-size: 18px;
  font-family: Verdana, Verdana;
  font-weight: bold;
  color: #233863;
  line-height: 22px;
}
.asked .asked-ul li .li-item .title-box{
  display: none;
}
.asked .asked-ul li .li-item .title-box .text{
    width: 1162px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
}
.asked .asked-ul li .li-item .title-box .text-01{
    margin-top: 17px;
}
.asked .asked-ul li .li-item .title-box .text-02{
    margin-top: 8px;
}
.asked .asked-ul li .li-item .title-box .text-02:first-child{
     margin-top: 15px;
}
.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") ;
}

.contact_us .txt1{
    max-width: 880px;
    margin:0 auto;
}
.body {
    overflow: hidden;
}
.mall {
position: relative;
}
.mall .data-driven-bg {
position: absolute;
top:659px;
width: 100%;
height: 567px;
z-index: -1;
background: url("../images/dataDriven-bg.png") no-repeat center top / cover;
}
.mall .flow {
position: absolute;
top: 2087px;
background: url("../images/flow.png") no-repeat center top / cover;
width: 100%;
height: 791px;
z-index: -1;
}
.mall .left-ball {
position: absolute;
top: 2800px;
left: 0;
background: url("../images/left-ball.png") no-repeat center top / cover;
width: 716px;
height: 772px;
z-index: -1;
}
.mall .flow-stripe {
position: absolute;
top: 2349px;
background: url("../images/flow-stripe.png") no-repeat center top / cover;
width: 100%;
height: 578px;
z-index: -1;
}
.mall .flow-stripe-reverse {
position: absolute;
top: 2881px;
background: url("../images/flow-stripe.png")  no-repeat center top / cover;
width: 100%;
height: 595px;
z-index: -1;
}
.mall .bottom-stripe {
position: absolute;
top: 4042px;
background: url("../images/bg-05.png")  no-repeat center top / cover;
width: 100%;
height: 460px;
z-index: -1;
}
/* @media screen and (max-width: 1440px) {
  .inside-banner .banner-bg {
      height: 541px;
  }
} */
.swiper-container{
    padding: 56px 0 100px;
}
.swiper-pagination{
    left: 0;
    right: 0;
    bottom: 56px;
    margin: auto;
}
.swiper-pagination-bullet{
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    opacity: 1;
    cursor: pointer;
}
.swiper-pagination-bullet-active{
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}
@media screen and (min-width:768px) and (max-width:1280px){
    .inside-banner {
        height: 670px;
    }
    .inside-banner .banner-bg{
        background-size: cover;
        height: 520px;
    }
    .inside-banner .box .txt{
        margin-top: 35px;
        width: 614px;
    }
    .inside-banner .box .txt .smallTxt{
       font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .m-banner img {
        margin-top: -77px;
    }

    .data-driven::before {
        background-image: url("../images/m-dataDriven-bg.png");
        height: 365px;
    }

    .data-driven .title-01 {
        padding: 77px 24px 0;
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 32px;
    }

    .data-driven .ddBox .item {
        height: auto;
        display: block;
        padding: 0 24px;
        position: relative;
        margin-bottom: 32px !important;
    }

    .data-driven .ddBox .item.item1::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 784px;
        background-image: url("../images/m-driven-bg-01.png");
        background-size: cover;
        top: -67px;
        z-index: -1;
    }

    .data-driven .ddBox .item.item2::before {
        content: '';
        position: absolute;
        width: 333px;
        height: 492px;
        top: 139px;
        right: 0;
        background-image: url("../images/m-driven-bg-02.png");
        background-size: cover;
        z-index: -1;
    }

    .data-driven .ddBox .item img {
        width: 100%;
        margin-right: 0;
    }

    .data-driven .ddBox .item .txt {
        width: 100%;
    }

    .data-driven .ddBox .item .tit {
        margin-top: 32px;
        font-size: 32px;
        line-height: 35px;
    }

    .data-driven .ddBox .item:nth-child(2) img {
        margin-left: 0;
    }

    .mall .flow {
        background-image: none;
    }

    .mall .flow-stripe-reverse {
        background-image: none;
    }

    .application {
        position: relative;
    }

    .application::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 354px;
        background-image: url("../images/m-multi-bg.png");
        background-size: cover;
        top: -20px;
        z-index: -1;
    }

    .multi-video {
        margin-top: 16px;
    }

    .multi-video .title-01 {
        margin-top: 0;
        padding-top: 79px;
        font-size: 32px;
        line-height: 35px;
    }

    .application .application-box .swiper-container {
        overflow: unset;
        padding: 32px 0 16px;
    }

    .application .application-box .swiper-container .swiper-wrapper {
        height: auto;
        display: block;
    }

    .application .application-box .swiper-item:not(:last-child) {
        margin-bottom: 32px;
    }

    .application .application-box .insideBox .img {
        width: 100%;
        height: 212px;
    }

    .application .application-box .insideBox .img img {
        width: 100%;
    }

    .application .application-box .insideBox .txt {
        height: auto;
    }

    .application .application-box .insideBox .txt .title {
        padding: 25px 16px 16px;
    }

    .application .application-box .insideBox .txt .des {
        padding: 0 16px 32px;
    }

    .scenarios {
        position: relative;
    }

    .scenarios::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 354px;
        background-image: url("../images/m-multi-bg.png");
        background-size: cover;
        top: -20px;
        z-index: -1;
    }

    .scenarios .title-01 {
        margin-top: 0;
        padding-top: 79px;
        font-size: 32px;
        line-height: 35px;
    }

    .scenarios .scenarios-box {
        margin-top: 32px;
        display: block;
    }

    .scenarios .scenarios-box .left-info {
        width: 100%;
    }

    .scenarios .scenarios-box .left-info .item {
        width: 100%;
        display: block;
        height: auto;
        padding: 32px 24px;
        text-align: center;
        background-image: url("../images/m-scenarios-left-r1.png");
        background-size: 52px 79px;
        background-color: #ffffff;
        margin-bottom: 32px;
        border-radius: 8px;
        pointer-events: none;
    }
    .scenarios .scenarios-box .left-info .item .title{
        margin-bottom: 16px;
        text-align: center;
    }
    .scenarios .scenarios-box .left-info .item .des {
        width: 100%;
        height: auto;
    }

    .scenarios .scenarios-box .left-info .item .icon {
        margin-bottom: 16px;
        margin-right: 0;

    }

    .scenarios .scenarios-box .left-info .item:nth-of-type(2) {
        height: auto;
        background-image: url("../images/m-scenarios-left-r2.png");
        background-size: 52px 79px;
        background-color: #ffffff;
    }

    .scenarios .scenarios-box .left-info .item:nth-of-type(3) {
        height: auto;
        background-image: url("../images/m-scenarios-left-r3.png");
        background-size: 52px 79px;
        background-color: #ffffff;
    }

    .asked {
        margin-top: 32px;
        position: relative;
    }

    .asked::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 286px;
        background-image: url("../images/m-asked-bg.png");
        background-size: cover;
        z-index: -1;
    }
    .asked .title-01{
        padding-top: 40px;
        font-size: 32px;
        line-height: 35px;
    }
    .asked .asked-box{
        margin-top: 32px;
    }
    .asked .asked-ul{
        height: auto;
        margin-right: 0;
    }
    .asked .asked-ul li:hover{
        background: #ffffff;

    }
    .asked .asked-ul li:hover .li-item .title-head p{
        color: #233863;
    }
    .asked .asked-ul li .li-item{
        padding: 16px;
        pointer-events: none;
    }
    .asked .asked-ul li .title-head::after{
        right: 16px;
    }
    .asked .asked-ul li .li-item .title-head p{
        padding-right: 40px;
    }
    .asked .asked-ul li .li-item .title-box .text{
        width: 100%;
        line-height: 24px;
    }
    .mall .bottom-stripe{
        background-image: none;
    }
    .contact_us .txt1{
        margin-bottom: 32px;
    }
    .contact_us .txt2{
        display: none;
    }
}

