﻿nav {
    height: 50px;
    width: 100%!important;
    min-width:1200px;
    margin: 0 auto;
    padding-left:0px!important;
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 18px;
    text-align: center;
    background: -webkit-linear-gradient(left,#26a494,#139d9d 13%,#37ac93 36%,#0c90a8 60%,#03a597 92%,#08a091); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#26a494,#139d9d 13%,#37ac93 36%,#0c90a8 60%,#03a597 92%,#08a091); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,#26a494,#139d9d 13%,#37ac93 36%,#0c90a8 60%,#03a597 92%,#08a091); /* Firefox 3.6 - 15 */
    background: linear-gradient(left,#26a494,#139d9d 13%,#37ac93 36%,#0c90a8 60%,#03a597 92%,#08a091); /* 标准的语法（必须放在最后） */
}
#footer {            
    background-color: #3ea891!important;
    color:#fff!important;
}
#box01 a {
    color: #fff!important;
}