@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.Top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: .16rem;
    background-color: #f5f5f5;
}
.Top-body{
    width: 90%;
}
.Top-body div{
    padding-left: 10px;
}
.Top-body>div:last-child{
    color: #7aac4b;
}
.Top-body>div:last-child a{
    color: #7aac4b;
}
.Top-body>div:first-child a{
    color: #ff774d;
}
.logo{
    width: 1200px;
    height: 100px;
    padding: 10px;
}
.logo img{
    width:180px;
}
.Top-nav{
    height: 40px;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    width: 1000px;
}
.Top-nav span{
    color:#7aac4b;
}
.Top-nav div{
    width: 16.66%;
    border-right: 2px solid #7aac4b;
    height: 30px;
    line-height: 30px;
}
.Top-nav div:last-child{
    border: none;
}
.green{
    width:100%;
    border-top: 10px solid #7AAC4B;
}