html,
body {
    font-size: 18px;
    overflow-x: clip;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    padding: 0;
}

a {
    color: #2d2e2f;
    outline: none;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.nav_item .nav_con {
    top: 70px !important;
}

/* =================================================== */

.wrapper {
    background-image: url(../img/company-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company {
    position: relative;
    max-width: 1150px;
    width: 80%;
    height: 1100px;
    padding: 0;
    font-size: 18px;

}

.company-bg {
    width: 100%;
}

.company-log {
    position: relative;
    max-width: 229px;
    margin: 0 0 40px 5%;
}

.company p {
    line-height: 2;
    width: 460px;
}

.company-p1 {
    position: relative;
    color: #0048A2;
    text-indent: 2rem;
    text-align: justify;
    top: 16%;
}

.company-p1 p {
    position: absolute;
    left: 5%;
}

.company-center {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 62.5%;
    height: 13%;
}

.company_num {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 150px;
    display: flex;
    background: url(../img/company-center.png) no-repeat;
}

.data_num {
    flex: 1;
    width: 338px;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    transition: all .3s;
}

.company_num>div:hover {
    color: #fff;
    transform: translateY(-15px);
}

.data_num .num_more {
    font-size: 45px;
    font-weight: 600;
}

.company-p2 {
    display: block;
    position: relative;
    width: 100%;
    top: 66%;
    color: #0048A2;
    text-indent: 2rem;
    text-align: justify;
}

.company-p2 p {
    position: absolute;
    right: 5%;
}

@media screen and (max-width: 900px) {
    .wrapper {
        background-image: url(../img/company-history-bg-m.png);
        background-repeat: no-repeat;
        background-color: #f5fafe;
        background-size: contain;
        background-position: bottom;
    }
    .banner-con img {
        position: absolute;
        width: auto;
        height: 100%;
        object-fit: cover;
        right: -35vw;
    }
    .company {
        font-size: 16px;
        height: auto;
        min-height: unset;
        overflow: hidden;
    }

    .company p {
        position: relative;
        margin: 20px auto;
        line-height: 2;
        width: 100%;
        left: 0;
        right: 0;
    }

    .company-log {
        width: 40%;
        margin: 40px 0 25px 0;
        position: relative;
    }

    .company-p1 {
        position: relative;
        width: 100%;
        left: 0;
        top: 14%;
    }

    .company-p2 {
        position: relative;
        width: 100%;
        left: 0;
        top: 23%;
    }

    .data_num {
        margin: auto 5px;
        justify-content: flex-start;
        padding: 25px 0;
    }

    .data_num span {
        font-size: 12px;
        font-weight: 600;
    }

    .company_num {
        position: relative;
        width: 100%;
        height: 120px;
        background: url(../img/company-center.png) no-repeat;
        background-position-x: -80px;
        border-radius: 16px;
    }

    .data_num .num_more {
        font-size: 20px;
    }
}