﻿﻿@charset "utf-8";
/* CSS Document */


.top_main {
    width: 1000px;
    margin: 0 auto;
    height: 36px;
}

.top_main a {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #fff;
    font-family: "微软雅黑", "宋体";
}

.top_main a:hover {
    color: #fff;
    font-family: "微软雅黑", "宋体";
}

.top_main li {
    display: none;
    height: 34px;
    color: #fff;
    font-family: "微软雅黑", "宋体";
}

.top_main li.block {
    display: block;
}

.maink {
    background: url(kg-mbg2.jpg) no-repeat center;
    width: 90%;
    height: 36px;
    margin: 0 auto;
}

.menu {
    width: 100%;
    height: 38px;
    background: url(kg-mbg.png) no-repeat center;
    margin: 0 auto;
}

.top_menu {
    height: 38px;
    width: 992px;
    margin: 0 auto;
}

.top_menu ul {
    height: 38px;
    line-height: 40px;
}

.top_menu li {
    float: left;
    display: inline;
    text-align: center;
    width: 140px;
    text-align: center;
}

.top_menu li a {
    font-weight: bold;
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
    line-height: 38px;
    color: #01a3ee;
    display: block;
    width: 140px;
    height: 38px;
    text-align: center;
}

.top_menu li.hover {
    background: url(kg-menusub.png) no-repeat center top;
    color: #fff;
}

.top_menu li a span {
    display: block;
    height: 38px;
    float: left;
    cursor: pointer;
    width: 140px;
}

.top_menu li.hover span {
    heiht: 38px;
    color: #fff;
}

.top_menu li.hover a {
    color: #fff;
}