﻿.clear {
    clear: both;
}

.companyintrobox, .companyintrobox1 {
    width: 1210px;
    margin: 0 auto;
}

    .companyintrobox img {
        height: 300px;
        width: 580px;
        float: left;
    }

.introduct {
    width: 560px;
    margin-left: 59px;
    float: left;
}

    .introduct h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.companydetail {
    height: 228px;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.introduct1 {
    width: 560px;
    float: left;
}

    .introduct1 h4 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
    }

.companyintrobox1 {
    margin-top: 60px;
}

    .companyintrobox1 img {
        height: 300px;
        width: 580px;
        float: left;
        margin-left: 59px;
    }

.honor {
    width: 100%;
    height: 340px;
    background: #F5F5F5;
    margin-top: 60px;
}

.honorbox {
    width: 1210px;
    margin: 0 auto;
    padding-top: 80px;
}

.honor ul li {
    float: left;
    width: 200px;
    height: 150px;
    margin-left: 35px;
}

.honorbox ul li img {
    width: 100%;
    height: 100%;
}

.office {
    width: 1060px;
    height: 520px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.officebox {
    width: 280px;
    height: 452px;
    float: left;
    margin-left: 80px;
    background-color: #f5f5f5;
}

    .officebox:nth-child(3n+1) {
        margin-left: 0;
    }

.officeimg {
    height: 311px;
    width: 280px;
    overflow: hidden;
}

    .officeimg img {
        width: 100%;
        height: 100%;
    }

.officedesc {
    height: 21px;
    padding: 20px 15px 10px;
    width: 250px;
    text-align: center;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.officedetail {
    width: 225px;
    height: 70px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.honorname {
    width: 106px;
    height: 20px;
    margin: 44px auto;
}

    .honorname ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .honorname ul li {
            width: 20px;
            height: 20px;
            margin-left: 0;
        }

            .honorname ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .honorname ul li a img {
                    width: 100%;
                    height: 100%;
                }

    .honorname span {
        float: left;
        padding: 0 10px;
        line-height: 20px;
    }

    .honorname img {
        float: left;
    }
