.title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.title-02 {
    margin-top: 24px;
    font-family: D-DINExp, D-DINExp;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}
.inside-banner {
    width: 100%;
    height: 766px;
    background: url(../aimages/inside-banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.inside-banner .container {
    position: relative;
}
.inside-banner .banner-box {
    padding-top: 252px;
}
.inside-banner .banner-box .bigTxt {
    margin-bottom: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #ffffff;
    line-height: 78px;
}
.inside-banner .banner-box .description {
    margin-bottom: 39px;
    width: 611px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}
.inside-banner .btn .getBtn {
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #5AE3B2;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.inside-banner .box .btn .getBtn{
    background: #5AE3B2;
}
.inside-banner .right-pic {
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: -16px;
}
.inside-banner .right-pic img {
    width: 850px;
    height: 640px;
}
.double-empowerment {
    margin-top: 88px;
}
.double-empowerment .title-01 {
    margin-bottom: 41px;
}
.double-empowerment .container {
    height: 380px;
    box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.05);
}
.double-empowerment .light-bar {
    width: 100%;
    height: 6px;
    background: linear-gradient(125deg, #84c2ff 0%, #5f8aff 100%);
}
.double-empowerment .content {
    display: flex;
    justify-content: center;
}
.double-empowerment .content .light-bar{
    display: none;
}
.double-empowerment .content .content-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    flex-direction: column;
    height: 374px;
    padding: 0 74px 0 56px;
}
.double-empowerment .content .content-box:nth-child(2) {
    border-left: 1px solid #e8e9eb;
    padding: 0 56px 0 74px;
}
.double-empowerment .content-box img {
    width: 96px;
    height: 96px;
    margin-bottom: 25px;
}

.double-empowerment .content-box .bigTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-bottom: 13px;
}

.double-empowerment .content-box .description {
    width: 500px;
    height: 78px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
    text-align: center;
    font-style: normal;
}
.rich {
    margin-top: 98px;
    transition: all 0.3s;
}
.rich .title-01 {
    margin-bottom: 41px;
}
.rich .tab-box {
    height: 582px;
    border-radius: 16px;
    display: flex;
}
.rich .tab-left-box {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.rich .tab-left-box .box {
    height: 83px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.rich .tab-left-box .box .left {
    display: flex;
    align-items: center;
}
.rich .tab-left-box .box .right {
    display: none;
}
.rich .tab-left-box .box:nth-child(1) {
    border-radius: 16px 0 0 0;
}
.rich .tab-left-box .box:nth-child(4) {
    border-radius: 0 0 0 16px;
}
.rich .tab-left-box .box:hover {
    color: #233863;
}
.rich .tab-left-box .box.active {
    color: #ffffff;
    background: linear-gradient( 270deg, #5052DD 0%, #8194F6 100%);
    /* font-weight: bold; */
}

.rich .tab-left-box .box .left-icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-left: 21px;
}
.rich .tab-left-box .box.active .arrow-right {
    display: block;
    position: absolute;
    right: -44px;
    width: 88px;
    height: 88px;
    background: url(../images/rich-arrow.png) center/100% 100% no-repeat;
}

.rich .left-01 .left-icon {
    background: url(../aimages/rich-01.png) center/100% 100% no-repeat;
}
.rich .left-0:hover1 .left-icon {
    background: url(../aimages/rich-01-active.png) center/100% 100% no-repeat;
}
.rich .left-01.active .left-icon {
    background: url(../aimages/rich-01-hover.png) center/100% 100% no-repeat;
}
.rich .left-02 .left-icon {
    background: url(../aimages/rich-02.png) center/100% 100% no-repeat;
}
.rich .left-02:hover .left-icon {
    background: url(../aimages/rich-02-active.png) center/100% 100% no-repeat;
}
.rich .left-02.active .left-icon {
    background: url(../aimages/rich-02-hover.png) center/100% 100% no-repeat;
}
.rich .left-03 .left-icon {
    background: url(../aimages/rich-03.png) center/100% 100% no-repeat;
}
.rich .left-03:hover .left-icon {
    background: url(../aimages/rich-03-active.png) center/100% 100% no-repeat;
}
.rich .left-03.active .left-icon {
    background: url(../aimages/rich-03-hover.png) center/100% 100% no-repeat;
}
.rich .left-04 .left-icon {
    background: url(../aimages/rich-04.png) center/100% 100% no-repeat;
}
.rich .left-04:hover .left-icon {
    background: url(../aimages/rich-04-active.png) center/100% 100% no-repeat;
}
.rich .left-04.active .left-icon {
    background: url(../aimages/rich-04-hover.png) center/100% 100% no-repeat;
}
.rich .left-05 .left-icon {
    background: url(../aimages/rich-05.png) center/100% 100% no-repeat;
}
.rich .left-05:hover .left-icon {
    background: url(../aimages/rich-05-active.png) center/100% 100% no-repeat;
}
.rich .left-05.active .left-icon {
    background: url(../aimages/rich-05-hover.png) center/100% 100% no-repeat;
}
.rich .left-06 .left-icon {
    background: url(../aimages/rich-06.png) center/100% 100% no-repeat;
}
.rich .left-06:hover .left-icon {
    background: url(../aimages/rich-06-active.png) center/100% 100% no-repeat;
}
.rich .left-06.active .left-icon {
    background: url(../aimages/rich-06-hover.png) center/100% 100% no-repeat;
}
.rich .left-07 .left-icon {
    background: url(../aimages/rich-07.png) center/100% 100% no-repeat;
}
.rich .left-07:hover .left-icon {
    background: url(../aimages/rich-07-active.png) center/100% 100% no-repeat;
}
.rich .left-07.active .left-icon {
    background: url(../aimages/rich-07-hover.png) center/100% 100% no-repeat;
}

.rich .tab-left-box .box .title-words {
    width: 226px;
    height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
}
.rich .tab-right-showZone {
    background: #f5f6f9;
    width: calc(100% - 350px);
    padding-top: 64px;
    border-radius: 0 16px 16px 0;
}
.rich .tab-right-showZone .box {
    display: none;
}
.rich .tab-right-showZone .box.active {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.rich .tab-right-showZone .box .title {
    text-align: center;
    margin-bottom: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 36px;
    color: #233863;
    line-height: 50px;
}

.rich .tab-right-showZone .box .content {
    text-align: center;
    width: 782px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 28px;
}
.rich .tab-right-showZone .bottom-pic {
    width: 600px;
    height: 320px;
    position: absolute;
    bottom: -333px;
}

.rich .tab-right-showZone .right-01 .bottom-pic {
    background: url(../aimages/rich-right-01.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-02 .bottom-pic {
    background: url(../aimages/rich-right-02.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-03 .bottom-pic {
    background: url(../aimages/rich-right-03.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-04 .bottom-pic {
    background: url(../aimages/rich-right-04.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-05 .bottom-pic {
    background: url(../aimages/rich-right-05.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-06 .bottom-pic {
    background: url(../aimages/rich-right-06.png) center/100% 100% no-repeat;
}
.rich .tab-right-showZone .right-07 .bottom-pic {
    background: url(../aimages/rich-right-07.png) center/100% 100% no-repeat;
}
.contact_us {
    margin-top: 50px;
}
.suitable .title-01 {
    margin-top: 138px;
    margin-bottom: 75px;
}
.suitable .suitable-box {
    display: flex;
    align-items: flex-end;
    height: 455px;
    justify-content: space-between;
}
.suitable .suitable-box .description-box {
    /*调整本地生活行业应用场景模块文字掉下来做的ada*/
    width: calc(100% - 656px);
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    margin-bottom: 18px;
}
.suitable .suitable-box .description-box .title {
    margin-bottom: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 36px;
    color: #233863;
    line-height: 48px;
}
.suitable .suitable-box .description-box .sub-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #229AF4;
    line-height: 30px;
    margin-bottom: 24px;
}
.suitable .suitable-box .description-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
}
.suitable .suitable-box .pic-01 {
    width: 627px;
    height: 400px;
    background: url(../aimages/suitable-01.png) center/100% 100% no-repeat;
}
.suitable .suitable-box .pic-02 {
    width: 620px;
    height: 400px;
    background: url(../aimages/suitable-02.png) center/100% 100% no-repeat;
}
.suitable .suitable-box .pic-03 {
    width: 600px;
    height: 455px;
    background: url(../images/suitable-03.png) center/100% 100% no-repeat;
}
.suitable .suitable-box:not(:last-of-type) {
    margin-bottom: 108px;
}
.asked {
    margin-top: 159px;
}
.asked .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.asked .asked-box {
    margin-top: 49px;
}

.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 {
    width: calc(100% - 24px);
    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");
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.wrapper .middle-bg {
    position: absolute;
    top: 2271px;
    background: url(../aimages/middle-bg.png) center/100% 100% no-repeat;
    height: 755px;
    width: 100%;
    z-index: -1;
}
.wrapper .bottom-bg {
    position: absolute;
    top: 3171px;
    background: url(../aimages/bottom-bg.png) center/100% 100% no-repeat;
    height: 1192px;
    width: 100%;
    z-index: -1;
}
/*移动端*/
@media screen and (max-width: 1620px) {
    .inside-banner .right-pic img {
        width: 750px;
        height: auto;
    }
    .inside-banner .right-pic{
        bottom: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .inside-banner .right-pic img {
        width: 650px;
        height: auto;        
    }
    .inside-banner .right-pic{
        bottom: 40px;
    }
}
@media screen and (max-width: 768px) {    
    .inside-banner {
        height: 580px;
        background: url("../aimages/m-banner-bg.png") no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inside-banner .inside_banner_img{
        margin-top: 20px;
        img{
          margin-left: -8px;  
        }
    }
    .inside-banner .banner-box {
        padding: 37px 0 321px 0;
    }
    .inside-banner .banner-box .bigTxt {
        margin-bottom: 22px;
        font-size: 42px;
        line-height: 59px;
    }
    .inside-banner .banner-box .description {
        width: 100%;
        margin-bottom: 24px;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
        font-weight: 600;
        font-weight: bold;
        background: #5AE3B2;
    }
    .inside-banner .right-pic {
        display: none;
    }


    .double-empowerment {
        margin-top: 67px;
    }
    .double-empowerment .title-01 {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 45px;
    }
    .double-empowerment .content {
        flex-direction: column;
    }
    .double-empowerment .content .content-box {
        height: auto;
        background-color: #ffffff;
        box-shadow: 0px 12px 50px 0px rgba(0,0,0,0.05);
        padding: 40px 24px;
    }
    .double-empowerment .content .light-bar {
        display: block;
    }
    .double-empowerment .content-box img {
        margin-bottom: 24px;
    }
    .double-empowerment .content-box:first-child {
        /* border-bottom: 1px solid #E8E9EB; */
        margin-bottom: 24px;
    }
    .double-empowerment .content .content-box:nth-child(2) {
        border: none;
        padding: 40px 24px;
    }
    .double-empowerment .content-box .bigTxt {
        margin-bottom: 15px;
    }
    .double-empowerment .content-box .description {
        width: 100%;
        height: auto;
    }
    .double-empowerment .container {
        height: auto;
    }
    .rich .tab-box,
    .suitable .suitable-box,
    .rich .tab-left-box {
        flex-direction: column;
    }
    /* .rich {display: none;} */

    .rich {
        margin-top: 48px;
    }
    .rich .title-01 {
        padding: 0 24px;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .rich .tab-box {
        background: #F5F6F9;
        border-radius: 0;
        padding: 0;
        height: auto;
    }
    .rich .tab-left-box {
        width: 100%;
    }
    .rich .tab-right-showZone {
        width: 100%;
    }
    .rich .tab-right-showZone .box .content {
        width: 100%;
    }
    .rich .tab-right-showZone .bottom-pic {
        height: 249px;
        width: 100%;
    }
    .rich .tab-right-showZone {
        display: none;
    }
    .rich .tab-left-box .box.active {
        background: transparent;
        flex-direction: column;
        color: transparent;
    }
    .rich .tab-left-box .box {
        height: auto;
        margin-bottom: 24px;
    }
    .rich .tab-left-box .box .left {
        width: 100%;
        background: #FFFFFF;
        color: #233863;
        padding: 31px 0 31px 20px;
        border: 1px solid #F3F3F3;
    }
    .rich .tab-left-box .box.active .left {
        width: 100%;
        color: #ffffff;
        margin: 0 -24px;
        background: linear-gradient( 125deg, #84C2FF 0%, #5F8AFF 100%);
    }
    .rich .tab-left-box .box .left-icon {
        margin-left: 0;
        margin-right: 16px;
    }
    .rich .left-01 .left-icon {
        background: url(../aimages/rich-01-active.png) center/100% 100% no-repeat;
    }
    .rich .left-02 .left-icon {
        background: url(../aimages/rich-02-active.png) center/100% 100% no-repeat;
    }
    .rich .left-03 .left-icon {
        background: url(../aimages/rich-03-active.png) center/100% 100% no-repeat;
    }
    .rich .left-04 .left-icon {
        background: url(../aimages/rich-04-active.png) center/100% 100% no-repeat;
    }
    .rich .left-05 .left-icon {
        background: url(../aimages/rich-05-active.png) center/100% 100% no-repeat;
    }
    .rich .left-06 .left-icon {
        background: url(../aimages/rich-06-active.png) center/100% 100% no-repeat;
    }
    .rich .left-07 .left-icon {
        background: url(../aimages/rich-07-active.png) center/100% 100% no-repeat;
    }
    .rich .tab-left-box .box.active .arrow-right {
        display: none;
    }
    .rich .tab-left-box .box.active .right {
        display: flex;
        flex-direction: column;
        padding: 32px 24px 0;
    }
    .rich .tab-left-box .box .right-01 .bottom-pic {
        background: url(../images/m-rich-right-01.png) center/100% 100% no-repeat;
        background-size: 327px auto;
    }
    .rich .tab-left-box .box .right-02 .bottom-pic {
        background: url(../images/m-rich-right-02.png) center/100% 100% no-repeat;
        background-size: 327px auto;
    }
    .rich .tab-left-box .box .right-03 .bottom-pic {
        background: url(../images/m-rich-right-03.png) center/100% 100% no-repeat;
        background-size: 327px auto;
    }
    .rich .tab-left-box .box .right-04 .bottom-pic {
        background: url(../images/m-rich-right-04.png) center/100% 100% no-repeat;
        background-size: 327px auto;
    }
    .rich .tab-left-box .box.active .right .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        text-align: center;
        margin-bottom: 24px;
    }
    .rich .tab-left-box .box.active .right .content {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #888888;
        line-height: 28px;
        margin-bottom: 32px;
    }
    .rich .tab-left-box .box.active .right .bottom-pic {
        height: 249px;
        width: 100%;
        margin-bottom: 24px;
    }

    .suitable {
        background-color: #ffffff;
        padding-top: 48px;
    }
    .suitable .suitable-box {
        height: auto;
    }
    .suitable .suitable-box .pic-01 {
        width: 327px;
        height: 208px;
        margin-bottom: 32px;
    }
    .suitable .suitable-box .pic-02,
    .suitable .suitable-box .pic-03 {
        width: 327px;
        height: 248px;
        margin-bottom: 32px;
    }
    .suitable .suitable-box .pic-01 {
        background: url(../images/m-suitable-01.png) center/100% 100% no-repeat;
    }
    .suitable .suitable-box .pic-02 {
        background: url(../images/m-suitable-02.png) center/100% 100% no-repeat;
    }
    .suitable .suitable-box .pic-03 {
        background: url(../images/m-suitable-03.png) center/100% 100% no-repeat;
    }
    .suitable .suitable-box .description-box {
        width: 100%;
    }
    .suitable .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-top: 0;
        margin-bottom: 32px;
        padding: 0 24px;
    }
    .suitable .suitable-box .description-box .title {
        font-size: 28px;
        line-height: 40px;
    }
    .suitable .suitable-box .description-box .sub-title {
        font-size: 16px;
        line-height: 28px;
    }

    .suitable .suitable-box:not(:last-of-type) {
        margin-bottom: 48px;
    }

    .suitable .suitable-box:nth-child(3) {
        flex-direction: column-reverse;
    }

    .asked {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .asked .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
    .asked .asked-ul {
        height: auto;
        margin: 0;
    }
    .asked .asked-ul li {
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
    }
    .asked .asked-ul li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .li-item .title-head p {
        width: calc(100% - 36px);
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        color: #233863;
        line-height: 25px;
    }
    .asked .asked-ul li .title-head::after {
        top: 16px;
        right: 16px;
    }
    .asked .asked-ul li .li-item .title-box .text,
    .asked .asked-ul li .li-item .title-box .text-02:first-child,
    .asked .asked-ul li .li-item .title-box .text-01 {
        margin-top: 16px;
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        color: #888888;
        line-height: 24px;
    }
    .asked .asked-box {
        margin-top: 32px;
    }

    .middle-bg,
    .wrapper .bottom-bg {
        display: none;
    }
}
.global-universal-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.btn .global-universal-button-style {
	width: 188px;
	height: 44px;
	margin-top: 24px;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #229AF4;
}
.global-universal-button .global-universal-button-style {
    margin-top: 16px;
}