@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
}

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 {
    min-width: 1300px;
    
    height: 100px;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
}

.footer p {
    line-height: 100px;
}