.about_banner {
    height: 360px;
    background: url("img/api_bg.png") no-repeat center;
    padding-top: 80px;
}
.about_banner .about_main {
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_banner .about_main h3 {
    font-size: 36px;
    font-weight: 500;
    height: 110px;
    line-height: 110px;
}
.about_banner .about_main p {
    font-size: 16px;
    margin-top:-4px;
}



.idx_titbox .title {
    align-self: stretch;
    color: #1d2129;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.idx_titbox .msg {
    align-self: stretch;
    color: #4e5969;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;

}

.idx_titbox .title-bottom-border {
    margin: 25px auto 0 auto;
    width: 128px;
    height: 4px;
    background-color: #0363E9;
    box-shadow: 0 12px 12px 0 #0363e966;
}

.our-vision {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    background: linear-gradient(180deg, #FFF 0%, #E5F2FF 100%);
}

.our-vision-content {
    margin-top: 80px;
    align-self: stretch;
    color: #1d2129;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.our-vision-earth {
    height: 410px;
    width: 820px;
    background-image: url("img/our-vision-earth.png");
    background-position: bottom;
    background-size: contain;
    margin: 80px auto 0;
}

.our-vision2 {
    height: 576px;
    padding: 80px;
    position: relative;
}

.our-vision2 .our-vision2-bg {
    width: 1413px;
    height: 451px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    background: url("img/our-vision2-bg.png") 50% / cover no-repeat;
}


.our-vision2 .our-vision2-content {
    display: flex;
    margin-top: 80px;
}

.our-vision2 .our-vision2-item {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    background: #F7F8FA;
    margin-right: 20px;
}

.our-vision2 .our-vision2-item .img {
    background-size: cover;
    width: 56px;
    height: 56px;
}

.our-vision2 .our-vision2-item .title {
    align-self: stretch;
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.our-vision2 .our-vision2-item .desc {
    align-self: stretch;
    color: #4e5969;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.enterprise-qualification {
    padding: 80px;
}

.enterprise-qualification-content {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% + 45px);
}

.enterprise-qualification-content img {
    width: calc(50% - 20px);
    margin: 10px;
}
