﻿.aboutus {
}

    .aboutus .aboutbg {
        background-image: url(/img/ifimg/aboutbg.jpg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .aboutus .aboutfst {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .aboutus .enlg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 80px;
    }

        .aboutus .enlg img {
            display: block;
            height: 60px;
        }

    .aboutus .enms {
        line-height: 36px;
        font-size: 16px;
    }

    .aboutus .aboutlst {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .aboutus .anlg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 80px;
    }

        .aboutus .anlg img {
            display: block;
            height: 60px;
        }

    .aboutus .anms {
        line-height: 36px;
        font-size: 16px;
        text-align: right
    }

    .aboutus .abouttw {
        position: relative;
    }

    .aboutus .bgimg {
        display: block;
        width: 100%;
    }

    .aboutus .twmain {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .aboutus .gwauto {
        display: flex;
    }

    .aboutus .twul {
        width: 400px;
        margin-bottom: -20px;
    }

    .aboutus .twli {
        display: flex;
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
        background-color: #FFF;
        border-radius: 10px;
        padding: 20px;
        font-size: 16px;
        height: 80px;
        width: 190px;
        box-sizing: border-box;
    }

        .aboutus .twli:nth-child(2n+2) {
            margin-right: 0px;
        }

        .aboutus .twli:hover {
            background-color: #accd03;
            cursor: pointer;
        }

    .aboutus .liico {
        margin-right: 10px;
    }

        .aboutus .liico img {
            display: block;
            width: 40px;
        }

    .aboutus .twflex {
        line-height: 20px;
    }

    .aboutus .twhf {
        margin-left: 80px;
        color: #FFF;
        font-size: 36px;
        line-height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
