/********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file subNav.less
 * @author shangwenhe
 * @create time 2015年06月17日15:25
 * @version {版本信息}  v0.0.1
 *
 * ////////////////////////////////////////
 *
 * @require
 * @describe  描述文件
 * @Modification time
 * global .fis-inline-block
 *
************************************************/
		
.subNav { 
    display: block;
    width: 100%;
    &-tab{
        width: 100%;
        overflow: hidden;
        li{
            width: (100 / 9) * 1%;
            *width: (100 / 9) * 1% - 0.1%;
            float: left;
            text-align: center;
            height: 26px;
            padding: (14px + 6px) 0 (14px - 6px);
            a{
                font-size: 16px;
                height: 16px;
                line-height: 16px;
                padding:2px 10px 3px;
                border-radius: 3px;
                outline: none;
            }
            &.active{
                background: url('./this.png') no-repeat center bottom;
                a{
                    background: #136ec3;
                    color: #fff;
                }
            }
        }
    }
    &-con{
        margin-top: -1px;
        ul{
            border-top: 1px solid #dedede;
            background: #fff;
            width: 96%;
            padding: 0 2%;
            overflow: hidden;
            li{
                float: left;
                width: (100 / 10) * 1%;
                text-align: center;
                height: (51px - 18px);
                padding-top: 18px;
                overflow: hidden;
                border-bottom: 1px solid #e8e9eb;
                margin-bottom: -1px;
                a{
                    font-size:14px;
                    .fis-inline-block();
                    height: 16px;
                    line-height: 16px;
                    overflow: hidden;
                    &:hover {
                        color: #ff0201;
                    }
                }
            }

        }
    }

}
