#banner .nav{
    width: 1245px !important;
    height: 113px !important;
    padding-right: 80px;
    display: flex;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    justify-content: space-around;
    padding-left: 30px;
    background: url("/Public/Home/images/zizhan/sheng/glossy.png") no-repeat !important;
    margin-top: 73px;
    box-sizing: border-box;
    text-align: center;
}
#banner .nav a{
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    line-height: 80px;
    margin-top: 5px;
    display: block;

}
#banner .nav b{
    display: none;
}
    /*<!--2 -2 -6 -10 -12 -7 -3 3 8 15-->*/
#banner .nav>a:first-of-type{
    background: url("/Public/Home/images/zizhan/sheng/blue-label.png") no-repeat;
    width: 100px;
    margin-top: 2px;
}
#banner .nav a:nth-of-type(2){
    margin-top: -2px;}
#banner .nav a:nth-of-type(3){
    margin-top: -6px;
}
#banner .nav a:nth-of-type(4){
    margin-top: -10px;
}
#banner .nav a:nth-of-type(5){
    margin-top: -10px;
}
#banner .nav a:nth-of-type(6){
    margin-top: -10px;
}
#banner .nav a:nth-of-type(7){
    margin-top: -3px;
}
#banner .nav a:nth-of-type(8){
    margin-top: 3px;
}
#banner .nav a:nth-of-type(9){
    margin-top: 8px;
}
#banner .nav a:nth-of-type(10){
    margin-top: 15px;
}