.box{
    padding: 80px 0 100px 0;
}

.banner_bg_tit{
    position: absolute;
    display: flex;
    top: 93px;
    left: 360px;
    font-size: 56px;
    font-weight: 500;
    color: #FFFFFF;

}
.banner_bg_ftit{
    position: absolute;
    display: flex;
    top: 190px;
    left: 360px;
    font-size: 24px;
    color: #FFFFFF;
}
.banner_bg_btn{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 316px;
    left: 360px;
    font-size: 16px;
    color: #FFFFFF;
    width: 150px;
    height: 40px;
    background: #FF6667;
    border-radius: 4px 4px 4px 4px;
}

.app_box p{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #333333;
}
.app_dev_box{
    width: 220px;
    padding: 40px 0px 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 1px rgba(29, 54, 170, 0.2);
    border-radius: 10px 10px 10px 10px;
    margin: 0px 24px;
}
.app_dev_box img{
    width: 100px;
    height: 100px;
    margin-bottom: 36px;
}
.app_dev_box .app_top{
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 22px;
}
.issue{
    background: url("../img/ds-issue-bg.png") no-repeat;
    background-size: 100%; 
}
.issue_box{
    width: 23.5%;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 1px rgba(29,54,170,0.2);
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 42px 0px 38px;
}
.issue_box img{
    width: 56px;
    height: 56px;
    margin: 0 auto 36px;
}
.issue_top p{
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 22px;
    font-weight: bold;
}
.issue_top p:last-child{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
}
.app-features{
    background: url("../img/app-features-bg.png") no-repeat;
    background-size: 100%;
}
.app-features-box{
    width: calc(25% - 20px);
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 1px rgba(29,54,170,0.2);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.app-features-box img{
    width: 64px;
    height: 64px;
    margin: 0px 10px 0px 20px;
}
.app-features-top p{
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    margin-top: 20px;
    margin-right: 24px;
}
.app-features-top p:last-child{
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}
.quality-experience{
    margin-top: 55px;
}
.quality-experience-content{
    background: url("../img/quality-experience-bg.png") no-repeat;
    background-size: 100%; 
    display: flex;
    flex-wrap: wrap;
    margin-top: 184px;
    position: relative;
}
.quality-experience-left{
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.quality-experience-right{
    margin: 0px 0px 0px auto;
    width: 500px;
    display: flex;
    flex-direction: column;
}
.quality-experience-center{
    max-width: 730px;
    margin: -100px auto 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.experience-left-btn-1{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 27px 0px 27px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-left-text-1{
    width: 332px;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 106px;
}
.experience-left-btn-2{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-left-text-2{
    width: 332px;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 106px;
}
.experience-left-btn-3{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 27px 27px 0px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-left-text-3{
    width: 332px;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    
}
.experience-right-btn-1{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 0px 27px 27px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-right-text-1{
    width: 332px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 82px;
}
.experience-right-btn-2{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-right-text-2{
    width: 332px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 130px;
}
.experience-right-btn-3{
    width: 140px;
    height: 48px;
    background: linear-gradient( 90deg, #249DFB 0%, #3F88E1 100%);
    border-radius: 27px 27px 27px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 32px 0px 22px;
}
.experience-right-text-3{
    width: 332px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.quality-experience-bottom{
    width: 100%;
    margin-top: 200px;
    display: flex;
    justify-content: center;
}
.experience-bottom-btn-1{
    width: 288px;
    height: 64px;
    background: #0053B8;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-right: 80px;
}
.experience-bottom-btn-2{
    width: 288px;
    height: 64px;
    background: #FF7327;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.multi-merchant-img-div{
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 10px 16px 1px rgba(29,54,170,0.2);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multi-merchant-img-div img{
    width: 52px;
    height: 52px;
}
.multi-merchant-box p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 32px;
}
.case {
    background: url("../img/case_bg_new.png") no-repeat;
    background-size: 100% 100%
}

.case_box {
    width: 289px;
    margin-top: 24px
}

.case .tit {
    color: #fff
}

.case .sub_tit {
    color: #fff
}

.case_img {
    width: 289px;
    height: 240px;
    overflow: hidden
}

.case_img img {
    width: 100%
}

.case_bottom {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, .45);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff
}

.case_left {
    width: 50%;
    margin-left: 15px
}

.case_left img {
    margin-top: 3px;
    margin-left: 20px
}

.case_left div:first-child {
    display: flex;
    font-size: 16px;
    margin: 20px 0 14px 0
}

.case_left div {
    font-size: 14px
}

.case_right {
    margin-top: 28px;
    margin-right: 15px;
    width: 50px
}

.case_right img {
    width: 100%
}

.case_content {
    display: none;
    position: relative;
    width: 100%;
    height: 260px;
    padding: 40px 0;
    background-color: rgba(17, 113, 199, .7);
    color: #fff
}

.case_content p {
    width: 251px;
    font-size: 14px;
    margin: 0 auto;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis
}

.case_content p:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.case_button {
    position: absolute;
    bottom: 30px;
    left: 45px;
    display: block;
    width: 200px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.case .content .active .case_img {
    display: none
}

.case .content .active .case_bottom {
    display: none
}

.case .content .active .case_content {
    display: block
}
.common-issue-box{
    width:calc(50% - 16px);
    height: 102px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 1px rgba(29,54,170,0.2);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.common-issue-box img {
    width: 42px;
    height: 38px;
    margin-left: 32px;
    margin-right: 24px;
}
.common-issue-box p {
    font-weight: 400;
    font-size: 24px;
    color: #222222;
}
.company {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #FFFFFF 100%);
    position: relative
}

.mb {
    width: 790px;
    height: 800px;
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 50
}

.mb img {
    width: 100%;
    height: 100%
}

.mb2 img {
    width: 100%;
    height: 100%
}

.mb2 {
    width: 790px;
    height: 800px;
    position: absolute;
    top: 93px;
    right: 0;
    z-index: 50;
    transform: rotate(180deg)
}

.company_content {
    max-width: 1430px;
    height: 118px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative
}

.company_box {
    width: 286px;
    height: 118px;
    position: absolute
}

.company_boxes {
    position: relative;
    left: -286px
}
.sever{
    background: url("../img/sever-bg.png") no-repeat;
    background-size: 100% 100%
}
.sever_box{
    width: 120px;
}
.sever_box img{
    width: 88px;
    height: 88px;
    margin: 0 auto 8px;
}
.sever_tit{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.list_line{
    width: 100%;
    height: 2px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    margin: 43px 0;
}
.line_box{
    width: 8px;
    height: 8px;
    background: #8E8E8E;
    border-radius: 50%;
    margin-right: 145px;
    margin-top: -3px;
}
.line_box:first-child{
    margin-left: 60px;
}
.line_box:last-child{
    margin-right: 60px;
}
.company-strength{
    background: url("../img/company-strength-bg.png") no-repeat;
    background-size: 100% 100%
}
.company-strength-content{
    display: flex;
}
.company-strength-content-left {
    margin-left: 210px;
    position: relative;
}
.company-strength-content-left img {
    width: 530px;
}
.company-strength-content-left .company-strength-content-left-bg{
    position: absolute;
    background: url("../img/company-strength-content-left-bg.png") no-repeat;
    background-size: 100% 100%;
    left: 26px;
    top: 24px;
    width: 530px;
    height: 358px;
}
.company-strength-content-right {
    margin-left: 60px;
    flex: 1;
}
.company-strength-content-head{
    display: flex; 
    align-items: center;
}
.company-strength-content-head .company-strength-content-tit{
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
    margin-right: 35px; 
}
.company-strength-content-head .company-strength-content-sub-tit{
    font-weight: 400;
    font-size: 22px;
    color: #C1D0F2;
}
.company-strength-content-line{
    width: 550px;
    height: 0px;
    border: 1px solid rgba(0, 83, 184, 0.3);
    margin-top: 13px;
    margin-bottom: 35px;
}
.company-strength-content-desc{
    width: 85%;
    height: 262px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    /* text-indent: 2em; */
}
.honor_box {
    margin-bottom: 50px
}

.honor_top_img {
    width: 216px
}

.honor_top_img img {
    width: 100%
}

.honor_bottom_img {
    width: 276px
}

.honor_bottom_img img {
    width: 100%
}

