                    .nav .tab .tab-l {
                        padding: 10px 0 106px 0;
                    }

                    .nav .tab .tab-l h2 {
                        font-size: 22px;
                        line-height: 35px;
                        font-weight: bold;
                        margin-top: 0;
                        padding: 20px 0;
                        color: #4e4e4e;
                    }

                    .nav .tab .tab-l span {
                        font-size: 14px;
                        line-height: 28px;
                        color: #666;
                    }
                    .nav .tab .tab-r ul {
                        padding: 15px 30px 0;
                    }
                    .nav .tab .tab-r li {
                        width: 170px;
                        font-size: 15px;
                        color: #666;
                        background: #e51f1b;
                        padding: 4px 10px;
                        text-align: center;
                        border-bottom: 1px solid #fff;
                    }
                    .nav .tab .tab-r li:last-child {
                        border-bottom: none;
                        background: #e51f1b!important;
                    }
                    .nav .tab .tab-r a {
                        color: #fff;
                    }
                    #bgtd li {
                        display: none;
                        height: 35px;
                        line-height: 35px;
                        border-bottom: 1px solid #ccc;
                        width: 100%;
                    }

                    .row_search {
                        display: none;
                        position: fixed;
                        top: 83px;
                        width: 100%;
                        left: 0;
                        background: url(../images/bg1.png) repeat;
                        height: 56px;
                    }

                    .row_search .poa {
                        position: absolute;
                        padding-top: 13px;
                        top: 0;
                        right: 50%;
                        margin-right: -600px;
                    }

                    .row_search .text {
                        float: left;
                        border: none 0;
                        width: 236px;
                        padding: 8px 13px;
                        font-size: 16px;
                        height: 30px;
                        line-height: 16px;
                        color: #585757;
                        outline: none;
                    }

                    .row_search .sbt_search {
                        float: left;
                        border: none 0;
                        height: 32px;
                        width: 36px;
                        overflow: hidden;
                        text-indent: -99px;
                        background: url(../images/ico1a.png) no-repeat center;
                        cursor: pointer;
                        outline: none;
                    }

                    .dqnava {
                        color: red;
                        border-bottom: 5px solid red;
                    }

                    .nav .tab .tab-r div {
                        float: right;
                        padding-right: 0px;
                    }

                    .nav .tab .tab-r img {
                        padding: 15px 0 0 0;
                        display: block;
                    }

                    .nav .tab .tab-r p {
                        font-size: 16px;
                        text-align: center;
                    }
                    .tab-r li>a:hover{color:red;}