@charset "utf-8";

/* 非首页新顶部 2020-08-24 */
.header-index {
    position: static;
    color: #606060;
    background: #fff;
    border-bottom: 1px solid #e6e6e6
}

.header-index a {
    color: #606060;
}

.language {
    margin-top: 5px;
}

.language a:hover,
.category a:hover {
    color: #000;
}

.menu-list {
    height: 50px;
}

.search input[type=submit] {
    color: #fff
}