.Top-Nav{
    height: 40px;
    background-color: #7aac4b;
    /*margin-top: 20px;*/
    color: white;
    text-align: center;
    font-size: .16rem;
}
.Top-Nav a{
    color: white;
}
.Top-Nav span{
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #57933f;
}
.Top-Nav>div{
    width: 1200px;
}
.Top-Nav>div>div{
    /*width: 14.28%;*/
    width: 12.5%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.gray{
    padding: 0 !important;
}
.content img{
    width: 100%;
}