/* 公司事迹 */

.company_did {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

.company_did_title {
    margin: 60px 0 20px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.company_did_title h2 {
    font-size: 32px;
    margin: 0 30px 0 0;
    color: #36a390;
    text-transform: uppercase;
    transform: scale(1, 2);
    display: block;
    float: left;
    margin-right: 30px;
}

.company_did_title h3 {
    font-size: 24px;
    display: inline-block;
    color: #333;
    color: #333;
    transform: scale(1, 1);
    line-height: 50px;
}

@media screen and (max-width:1024px) {
    .company_did {
        box-sizing: border-box;
        padding: 15px;
    }

    .company_did_title {
        margin: 60px 0 10px;
        padding: 0;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    .company_did_title h2 {
        margin: 0;
        clear: both;
        line-height: 1;
    }

    .company_did_title h3 {
        padding: 25px 0 0 0;
    }
}


/* 公司历史 */

.history {
    width: 1170px;
    margin: 30px auto;
}

.timeline_top {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.company_history {
    height: auto;
    position: relative;
    padding-top: 30px;
}

.company_history_line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 38px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url('../images/about/keduxian.png') repeat-y;
}

.company_history .zedee0timeline {
    position: relative;
}

.company_history .zedee0timeline-title {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #36a390;
    background-color: #36a390;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}

.company_history .zedee0timeline-item {
    margin: 20px 0;
}

.company_history .zedee0timeline-item::before {
    height: 0;
}

.company_history .zedee0timeline-content {
    position: relative;
    background: #eaeaea;
    border-radius: 25px;
    padding: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-sizing: border-box;
    width: 45%;
}

.company_history .zedee0timeline-content p {
    color: #2e3233;
    font-size: 14px;
    margin: 10px 0;
    line-height: 2;
}

.company_history .zedee0timeline-content::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -20px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #eaeaea;
    border-color: transparent;
    border-left-color: #eaeaea;
}

.company_history .zedee0timeline-item:nth-child(even) .zedee0timeline-content {
    float: right;
}

.company_history .zedee0timeline-item:nth-child(even) .zedee0timeline-content::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #eaeaea;
    border-color: transparent;
    border-right-color: #eaeaea;
}

@media screen and (max-width:1024px) {
    .history {
        width: auto;
        margin: 0 auto;
    }

    .company_history {
        width: auto;
        height: auto;
    }

    .company_history .zedee0timeline-content {
        width: 40%;
    }
}