@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

ul {
    list-style: none;
}

#active a {
    color: #FEF66D;
}
/*  */

/* header导航 */

.header {
    position: absolute;
    width: 100%;
    height: 95px;
    line-height: 95px;
    border-bottom: 1px solid rgba(129, 168, 73, 0.12);
}

.logo img {
    height: 95px;
    float: left;
}

.topnav {
    width: 1200px;
    margin: 0 auto;
}

.topnav li {
    float: left;
}

.topnav li a {
    display: block;
    font-size: 18px;
    padding: 0 30px;
    color: #fff;
}

.topnav li a:hover {
    color: #FEF66D;
}

.footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
}