@charset "utf-8";

/* 头部 */


/* .index-box {
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 999;
    width: 100%;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;

} */
body{
    min-width: 1550px;
    overflow-x: hidden;
}
.head {
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.head .fr {
    white-space: nowrap;
}

.u-offices {
    cursor: pointer;
    color: #555555;
    font-size: 18px;
    margin-left: 20px;
}

.color {
    cursor: pointer;
    font-size: 20px;
    color: #DD3032;
    padding-bottom: 34px;
    border-bottom: 2px solid #DD3032;
}

.header-nav .title {
    float: left;
    width: 239px;
    height: 18px;
    vertical-align: middle;
}

.header-nav .title img {
    vertical-align: middle;
}

.header-nav ul {
    width: 780px;
    text-align: center;
    float: right;
    white-space: nowrap;
}

.header-nav ul li {
    float: left;
    width: 94px;
}

.header-nav ul li:hover {
    color: red;
}

@media screen and (max-width: 1800px) {
    .head {
        width: 90%;
    }

    .organization-item {
        height: 1000px;
    }

    .organization.honor-item {
        height: 495px;
    }
}

@media screen and (max-width: 1400px) {
    .head {
        width: 94%;
    }

    .organization-item {
        height: 1000px;
    }

    .organization-item {
        height: 955px;
    }

    .organization.honor-item {
        height: 450px;
    }
}

@media screen and (max-width: 1280px) {
    .organization-item {
        height: 900px;
    }

    .organization.honor-item {
        height: 395px;
    }
}

.head .input-search {
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 2em;
    float: right;
    padding: 3px 10px 3px 10px;
    margin-left: 20px;
}

.head .input-search:hover{
    border-color: #cccccc;
}

.head .input-search input {
    border: none;
    background-color: transparent;
    outline: none;
    width: 100px;
    height: 22px;
    line-height: 22px;
}

.head .input-search img {
    float: right;
    width: 18px;
    margin-top:2px;
    margin-left: 10px;
    cursor: pointer;
}
.head .input-search img:active{
    margin-top: 3px;
}