﻿.main {
    width: 1200px;
    margin: 0 auto;
}

.location {
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #868383;
}

    .location .pic {
        display: inline-block;
        width: 10px;
    }

        .location .pic img {
            width: 100%;
        }

.honor_nav {
}

    .honor_nav .content .honor_list {
        height: 52px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: space-between;
    }

        .honor_nav .content .honor_list .honor_item {
            width: 251px;
            text-align: center;
            line-height: 52px;
            font-size: 20px;
            font-weight: 700;
            position: relative;
            cursor:pointer;
        }

            .honor_nav .content .honor_list .honor_item span {
                color: #000;
            }

        .honor_nav .content .honor_list .current {
            background-image: url(../images/企业概况/三角形2.png);
            width: 251px;
            height: 52px;
            background-repeat: no-repeat;
        }

            .honor_nav .content .honor_list .current span {
                color: #fff !important;
            }




.honor_list{
    margin-bottom:25px;
    margin-top:25px;
}
.honor_list .honor_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

    .honor_list .honor_list .honor_item {
        width: 289px;
        height: 270px;
        margin-right: 14px;
        margin-bottom: 60px;
    }

        .honor_list .honor_list .honor_item .img {
            border: 1px solid #000;
            padding: 10px;
            height: 232px;
        }
            .honor_list .honor_list .honor_item .img img {
                width: 100%;
                height: 100%
            }


        .honor_list .honor_list .honor_item .honor_name {
            text-align: center;
            height: 35px;
            line-height: 35px;
            font-weight: 700;
            color: #000;
            font-size:15px;
            background-color: #f0f0f0;
        }


        .honor_list .honor_list .honor_item:hover {
            border: 2px solid #0e3b8c;
        }

            .honor_list .honor_list .honor_item:hover .img {
                border: none;
                padding: 9px;
                margin-bottom: -2px;
                padding-bottom: 13px;
            }
            .honor_list .honor_list .honor_item:hover .honor_name {
                width: 285px;
                color: #0e3b8c;
            }

        .honor_list .honor_list .honor_item:nth-child(4n) {
            margin-right: 0px;
        }
