@media only screen and (max-width: 999px) {
    .Search {display:none;}
}
.Search{width: 240px;height: 32px;margin-top:35px;border: #94221b 1px solid;border-radius: 20px;line-height: 30px;}
.search_text {
    float: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-family: "微软雅黑";
    color: #c8c8c8;
    margin-left: 15px;border: none;}
.button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    outline: none;}
.lk {
    width: 33.33%;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;float: left;}


@media only screen and (max-width: 999px) {
    .link_item ul li{width: 33%;}
}
