﻿.factory-display {
    background: #D0F3FF;
}

    .factory-display > .summary {
        width: 1200px;
        margin: 0 auto;
    }

.factory-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:20px;
}

    .factory-content .factory-left {
        width: 760px;
        font-size: 18px;
        color: #333333;
    }

        .factory-content .factory-left h4 {
            font-size: 20px;
        }

            .factory-content .factory-left h4 img {
                margin-right: 10px;
                vertical-align: middle;
            }

.pic-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.factory-right ul {
    margin-bottom: -6px;
    line-height: 30px;
    padding: 60px 60px;
    background: #fff;
    font-size: 16px;
    color: #333;
}

    .factory-right ul:nth-child(2) {
        margin-top: 180px;
    }

    .factory-right ul li {
        margin-bottom: 10px;
    }

        .factory-right ul li img {
            margin-right: 10px;
            vertical-align: middle;
        }

.history-content ul {
    width: 1260px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #333;
}

    .history-content ul li h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .history-content ul li {
        width: 380px;
        height: 210px;
        position: relative;
        padding: 10px 15px;
        margin-bottom: 30px;
        box-sizing: border-box;
        background: #FFF8EB;
        border: 2px solid #FFD34F;
        font-size: 15px;
        line-height: 26px;
		 margin-right: 24px;
    }

        .history-content ul li:nth-child(n):after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            right: -20px;
            top: 94px;
            border-right: 10px solid #FFD34F;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        .history-content ul li:nth-child(3n):after {
            content: '';
            border: none;
        }

        .history-content ul li:nth-child(1) {
            font-size: 30px;
            background: #FFD34F;
            text-align: center;
            line-height: 45px;
            letter-spacing: 2px;
        }

            .history-content ul li:nth-child(1) b:nth-child(1) {
                margin-top: 40px;
                display: block;
            }


.abosolutedPpbg {
    background-color: #FFD34F;
    font-size: 16px;
}


.summary-content {
    font-size: 16px;
    line-height: 1.1em
}