.oz-map {
    height: 4.494791666666667rem;
    width: 100%;
}

.oz-map #container {
    width: 100%;
    height: 100%;
}

.oz-banner-inner {
    width: 100%;
    height: 1.5625rem;
    background-color: rgb(53 47 44);
    background-image: url("/index/static/img/aboutbanner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oz-banner-inner .oz-banner-inner-tit {
    color: #fff;
    font-size: 0.2864583333333333rem;
    text-align: center;
    font-weight: bold;
}

.oz-about-content {
    width: 6.25rem;
    height: 2.6rem;
    margin: auto;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -50px;
}

.oz-about-content .oz-about-tit {
    font-size: 0.16666666666666666rem;
    color: #221815;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.08333333333333333rem;
}

.oz-about-content .oz-about-desc {
    color: #606060;
    margin: auto;
    font-size: 0.09375rem;
    line-height: 0.19375rem;
}

.oz-about-tree {
    width: 6.25rem;
    height: 2.6rem;
    margin: auto;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
}

.oz-about-tree .oz-about-tit {
    font-size: 0.16666666666666666rem;
    color: #221815;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.08333333333333333rem;
}

.oz-about-tree .oz-about-desc {
    width: 6.041666666666667rem;
    color: #606060;
    margin: auto;
    font-size: 0.09375rem;
    line-height: 0.19375rem;
}

.oz-develop {
    width: 100%;
    height: 2.6rem;
    background-image: url("/index/static/img/about/develop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}
.oz-developList {
    display: flex;
    width: 6.25rem;
    margin: auto;
}

.oz-develop .oz-developList .oz-developItem {
    width: 1.125rem;
    height: 1.79rem;
    background: #ffffff;
    margin-right: 0.145rem;
    padding: 0.15rem 0.104rem;
    box-sizing: border-box;
}
.oz-develop .oz-developList .oz-developItem:last-child {
    margin-right: 0px;
}

.oz-develop .oz-developList .oz-developItem .icon {
    width: 0.26rem;
    height: 0.26rem;
    margin-bottom: 0.1rem;
}

.oz-develop .oz-developList .oz-developItem .desc {
    font-size: 0.079rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #606060;
    line-height: 0.125rem;
    margin-bottom: 0.15rem;
}

.oz-develop .oz-developList .oz-developItem .line {
    width: 0.895rem;
    height: 1px;
    background: #d8dce5;

    margin-bottom: 0.15rem;
}
.oz-develop .oz-developList .oz-developItem .client .type-cn {
    font-size: 0.093rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 7px;
}

.oz-develop .oz-developList .oz-developItem .client .type-en {
    font-size: 0.093rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}


.oz-about-cer {
    width: 6.25rem;
    margin: auto;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
}

.oz-about-cer .oz-about-tit {
    font-size: 0.16666666666666666rem;
    color: #221815;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.08333333333333333rem;
}
.oz-about-cer .cers  {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.41rem;   
}
.oz-about-cer .cers .cerImg 
{
    width:1.18rem;
    height: 1.67rem;
    object-fit: cover;
}
.oz-about-cer .cers .cerImg:nth-child(1) {
    margin-right: 0.5rem;
}