#div_company_info {
    color: #333 !important;
    background: #ffffff;
    opacity: 0.95;
    padding: 30px;
}

#div_company_info p {
    color: #333 !important;
    opacity: 1;
}

#div_company_info span {
    color: #333 !important;
    opacity: 1;
}

#div_company_info img {
    margin-right: 20px;
    border-radius: 20px;
}

.introduce .intro-item1 {
    background: #fff;
}

.history .history-tree {
    align-items: center;
}

.history .history-tree .img img {
    border-radius: 15px;
}

.companyBg {
    width: 100%;
    position: relative;
}

.companyInfo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65% !important;
    height: 80%;
    overflow: hidden;
}

.introduce .intro-item2 .item-cont {
    padding: 0;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .companyInfo {
        position: unset !important;
        height: 100% !important;
        width: 100% !important;
        transform: unset;
        top: unset;
        right: unset;
    }

    #div_company_info {
        padding: 10px;
    }

    #div_company_info img {
        width: 100%;
    }
}