.about {
    /*
    margin-top: 110px;
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: end;
    */
    margin: 110px auto 0;
    max-width: 1200px;
    width: 100%;
    display: flex;

    >div:first-child {
        margin-right: 40px;
        width: 626px;
        display: flex;
        flex-direction: column;
        justify-content: start;

        >p:first-child {
            font-weight: 600;
            font-size: 38px;
            color: #2D2D2D;
        }

        >p:nth-child(2) {
            margin-top: 5px;
            font-weight: 400;
            font-size: 20px;
            color: #CDCDCD;
        }

        >p:nth-child(3) {
            margin-top: 10px;
            width: 40px;
            height: 5px;
            background: linear-gradient(90deg, #002A74, #004DB4);
        }

        >p:nth-child(4) {
            margin-top: 83px;
            font-weight: 600;
            font-size: 38px;
            color: #2D2D2D;
        }

        >div:nth-child(5) {
            margin-top: 51px;
            font-weight: 400;
            font-size: 16px;
            color: #2D2D2D;
            line-height: 30px;
        }

        >div:nth-child(6) {
            margin-top: 50px;
            width: 100%;
            display: flex;
            justify-content: space-between;

            >div {
                display: flex;
                flex-direction: column;

                >div:first-child {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    font-weight: bold;
                    font-size: 50px;
                    color: #337920;

                    >p:last-child {
                        display: flex;
                        flex-direction: column;
                        font-size: 26px;

                        >i:last-child {
                            font-weight: 400;
                            font-size: 16px;
                            color: #2D2D2D;
                        }
                    }
                }

                >p:last-child {
                    font-weight: 400;
                    font-size: 14px;
                    color: #2D2D2D;
                    line-height: 30px;
                }
            }
        }

        a:last-child {
            margin-top: 40px;
            display: block;
            width: 146px;
            height: 50px;
            background: url('/images/more.png') 100% no-repeat;
        }
    }

    >img:last-child {
        width: 890px;
        height: 820px;
    }
}

.history {
    max-width: 1378px;
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    div:first-child {
        font-weight: 600;
        font-size: 38px;
        color: #2D2D2D;
        line-height: 50px;
    }

    div:nth-child(2) {
        margin-top: 10px;
        font-size: 20px;
        color: #CDCDCD;
        line-height: 24px;
    }

    p:nth-child(3) {
        margin-top: 20px;
        width: 40px;
        height: 5px;
        background: linear-gradient(90deg, #002A74, #004DB4);
    }

    img:last-child {
        margin-top: 60px;
        width: 1378px;
        height: 598px;
    }
}

.honor {
    padding: 100px 0 60px;
    max-width: 1920;
    width: 100%;
    background: url("/images/honor_bg.jpg") left top/100% 100% no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

    >div:first-child {
        font-weight: 600;
        font-size: 38px;
        color: #FFFFFF;
    }

    >div:nth-child(2) {
        margin: 5px 0 20px;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 24px;
        opacity: 0.5;
    }

    >p:nth-child(3) {
        width: 40px;
        height: 5px;
        background: #FFFFFF;
        margin-bottom: 90px;
    }


    .honorSwiper1,
    .honorSwiper2 {
        height: 408px;

        a {
            display: inline-block;
            height: 100%;
            min-width: 256px;
            margin-right: 47px;

            img {
                height: 348px;
                width: auto;
            }

            p {
                height: 60px;
                line-height: 30px;
                font-weight: 400;
                font-size: 16px;
                color: white;
            }
        }

        ul {
            width: 100%;
            /*max-width: 1920px;*/
            height: 408px;
            margin-bottom: 44px;
            /*display: flex;
            align-items: center;
            justify-content: space-around;*/
            overflow: hidden;

            >li {
                float: left;
                height: 100%;
                width: auto;
                min-width: 256px;
                margin-right: 47px;

                img {
                    height: 348px;
                    width: auto;
                }

                p {
                    line-height: 30px;
                    font-weight: 400;
                    font-size: 16px;
                    color: white;
                }
            }
        }
    }
}