/*** RESET&BASE ***/
body, h1, h2, h3, h4, h5, h6, p, pre, th, td, ul, ol, li, dl, dt, dd, form, input, select, textarea, button {
    margin: 0;
    padding: 0
}

body {
    font: 14px/20px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    color: #666
}

input, select, textarea, button {
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
    outline: 0
}

    input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
        -webkit-appearance: none
    }

    input[type="button"], input[type="submit"], button {
        cursor: pointer
    }

textarea {
    vertical-align: top;
    resize: vertical
}

radio, checked {
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

h1, h2, h3 {
    color: #111
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

ol, ul {
    list-style: none
}

    ul li {
        float: left
    }

    ol li {
        float: none;
        clear: both
    }

a img {
    border: 0
}

img {
    border: 0;
    vertical-align: middle
}

em, i {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

    a:hover {
        color: #2980b9;
        text-decoration: underline
    }

    a:active, area {
        outline: 0
    }

    a.link {
        color: #2980b9;
        cursor: pointer
    }

        a.link:hover {
            color: #2980b9
        }

    a.linkline {
        color: #2980b9;
        cursor: pointer;
        text-decoration: underline
    }

        a.linkline:hover {
            color: #2980b9
        }

    a.more {
        font-size: 12px;
        font-weight: 400
    }

        a.more i {
            font-family: \5b8b\4f53
        }

    a.curr, a.curr:hover, .curr a, .curr a:hover {
        text-decoration: none;
        cursor: default
    }

ul, .w, .row {
    *zoom: 1
}

    ul:after, ul:before, .w:after, .w:before, .row:after, .row:before {
        content: '';
        display: block;
        clear: both
    }

.highlight {
    color: red
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a {
        text-decoration: underline
    }
}
/* grid */
html, body {
    min-height: 100%;
    background: #ecf0f1
}

.wrap {
    min-width: 1220px;
    min-height: 100%
}

.topbar {
    position: relative;
    z-index: 4
}

.header {
    position: relative;
    z-index: 3
}

.content {
    position: relative;
    z-index: 2
}

.footer {
    position: relative;
    z-index: 1
}

.w {
    width: 1200px;
    margin: 0 auto
}
/** icon **/
.icon-desc, .icon-sea, .icon-null, .icon-date, .icon-seas, .icon-dload {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -2px
}

.icon-desc, .icon-sea, .icon-null {
    width: 40px;
    height: 40px
}

.icon-desc {
    background-position: 0 0
}

.icon-sea {
    background-position: 0 -40px;
    margin-left: -5px
}

.icon-null {
    background-position: 0 -120px;
    margin-left: -5px
}

.icon-date {
    background-position: 0 -80px;
    margin-left: 5px
}

.icon-seas {
    background-position: -20px -80px;
    margin-right: 5px
}

.icon-dload {
    background-position: -10px -170px
}
/*** HEADER ***/
.header .sitebar {
    padding: 20px 0;
    background: #ecf0f1;
    background-image: -webkit-linear-gradient(top,#ecf0f1,#fff);
    background-image: linear-gradient(top,#ecf0f1,#fff)
}

.header .logo a {
    display: block;
    width: 446px;
    height: 56px;
    background: url(../images/logo.png) no-repeat;
    font-size: 24px;
    text-indent: -888em
}

.header .navbar {
    padding: 10px 0;
    background-color: #2980b9;
    background-image: -webkit-linear-gradient(top,#2980b9,#2167ab);
    background-image: linear-gradient(top,#2980b9,#2167ab)
}

.header .nli {
    float: left
}

    .header .nli a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 35px;
        font-size: 18px;
        color: #fff;
        border-radius: 22px
    }

        .header .nli a:hover {
            background: #2980b9;
            text-decoration: none
        }

        .header .nli a.curr {
            background: #3498db
        }

    .header .nli .line {
        display: inline-block;
        width: 1px;
        height: 20px;
        margin: 10px 0;
        background-color: #3498db;
        vertical-align: top;
        overflow: hidden
    }

.header .desc {
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 20px 0 10px;
    border-radius: 22px;
    border: 1px solid #3498db;
    color: #fff
}

    .header .desc:hover {
        border-color: #fff;
        text-decoration: none
    }
/*** CONTENT ***/
.content {
    position: relative;
    min-height: 300px;
    padding: 20px 0
}

    .content .btn-sea, .content .btn-null {
        height: 44px;
        line-height: 42px;
        font-size: 16px;
        font-weight: 700
    }

    .content .btn-sea {
        border-color: #6d75ca;
        background: #6d75ca
    }

    .content .btn-null {
        border-color: #6d75ca;
        color: #6d75ca
    }
/** 首页 **/
.index-wrap .content {
    background: url(../images/bg-pic.jpg) no-repeat center top
}

.index-search {
    height: 150px;
    padding-top: 60px;
    text-align: center
}

    .index-search .inner {
        display: inline-block;
        margin: 0 auto;
        text-align: left
    }

    .index-search .item {
        padding-left: 10px;
        margin-bottom: 10px
    }

    .index-search .lbl {
        float: left;
        margin-left: -140px;
        width: 140px;
        height: 50px;
        line-height: 50px;
        border-radius: 9px 0 0 9px;
        background-color: #eee;
        background-image: -webkit-linear-gradient(top,#fff,#eee);
        background-image: linear-gradient(top,#fff,#eee);
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        box-shadow: 0 2px 3px rgba(0,0,0,.1)
    }

    .index-search .seabar {
        position: relative;
        box-shadow: 0 2px 3px rgba(0,0,0,.1)
    }

    .index-search .stxt {
        float: left;
        width: 420px;
        height: 20px;
        line-height: 20px;
        padding: 15px 20px;
        border: 0
    }

    .index-search .sbtn {
        width: 120px;
        height: 50px;
        line-height: 50px;
        border: 0;
        border-radius: 0;
        background: #6d75ca;
        font-size: 16px;
        font-weight: 700;
        color: #fff
    }

        .index-search .sbtn:hover {
            text-decoration: none;
            opacity: .85;
            filter: alpha(opacity=85)
        }

    .index-search .lbc {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
        color: #333
    }

.tips-desc {
    position: absolute;
    z-index: 58;
    top: 60px;
    left: 0;
    right: 0;
    width: 600px;
    background: #668fb7;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none
}

    .tips-desc .con {
        position: relative;
        padding: 20px 40px;
        text-align: left;
        color: #fff
    }

        .tips-desc .con:after {
            position: absolute;
            top: -20px;
            left: 40px;
            content: '';
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom: 10px solid #2c3e50
        }

.index-datebar {
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(top,#fff,#eee);
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    text-align: center
}

    .index-datebar .info {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        cursor: pointer
    }

        .index-datebar .info b {
            color: #6d75ca
        }

    .index-datebar .tips-desc {
        left: 300px
    }

.index-update {
    padding: 30px 40px 30px 280px;
    background: #fff;
    overflow: hidden
}

    .index-update .tit {
        float: left;
        width: 200px;
        margin-left: -220px
    }

        .index-update .tit b {
            display: block;
            height: 150px;
            line-height: 150px;
            background: #eee;
            font-size: 16px;
            color: #2980b9;
            border-radius: 9px 0 0 9px;
            text-align: center
        }

    .index-update .uli {
        float: right
    }

        .index-update .uli li {
            width: 25%;
            margin: 10px 0
        }

        .index-update .uli a {
            display: block;
            padding: 0 5px 0 40px;
            background: url(../images/icon-li.png) no-repeat 30px -52px;
            color: #2980b9;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }
/** 高级查询 **/
.advanced-main {
    padding: 30px;
    background: #fff
}

.advanced-form .inner {
    border-bottom: 1px solid #d4e6f1
}

.advanced-form .group {
    padding-left: 140px;
    border-top: 1px solid #d4e6f1;
    background: #edf7f5
}

    .advanced-form .group .tit {
        float: left;
        width: 100px;
        margin: -1px 0 0 -140px;
        padding: 10px 20px;
        border-top: 1px solid #d4e6f1;
        color: #2c3e50;
        text-align: center
    }

    .advanced-form .group:first-child .tit {
        border-top: 0
    }

.advanced-form .box {
    padding: 10px 0 5px 20px;
    background: #fff
}

.advanced-form .item {
    margin-bottom: 5px
}

    .advanced-form .item.col {
        display: inline-block;
        margin-right: 10px
    }

.advanced-form .lbl {
    display: inline-block;
    width: 130px
}

.advanced-form .lbc {
    margin-right: 20px
}

.advanced-form .linkline {
    float: right
}

.advanced-form .txt.big {
    width: 608px
}

.advanced-form .sort a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #666
}

    .advanced-form .sort a:hover {
        border-color: #aaa;
        text-decoration: none
    }

    .advanced-form .sort a.curr {
        border-color: #2980b9
    }

.advanced-form .txtbar {
    position: relative;
    display: inline-block
}

.tips-eg {
    position: absolute;
    z-index: 58;
    top: 31px;
    left: 60px;
    right: 0;
    width: 300px;
    background: #668fb7;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    display: none
}

    .tips-eg .con {
        position: relative;
        padding: 10px 12px;
        text-align: left;
        font-size: 12px;
        color: #fff
    }

        .tips-eg .con:after {
            position: absolute;
            top: -16px;
            left: 30px;
            content: '';
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom: 8px solid #ddd
        }

        .tips-eg .con b {
            color: red
        }

.advanced-form .btnbar {
    padding-left: 290px;
    text-align: left
}
/** 概览 **/
.overview-main {
    padding: 30px;
    background: #fff
}

.overview-search {
    padding: 20px 20px 10px 0;
    background: #edf7f5;
    text-align: center
}

    .overview-search .inner {
        display: inline-block;
        margin: 0 auto;
        text-align: left
    }

    .overview-search .item {
        padding-left: 120px;
        margin-bottom: 10px;
        overflow: hidden;
        *zoom: 1
    }

    .overview-search .lbl {
        float: left;
        width: 110px;
        padding-right: 10px;
        margin-top: 10px;
        margin-left: -120px;
        text-align: right;
        font-weight: 700;
        color: #2c3e50
    }

    .overview-search .txt {
        float: left;
        width: 380px;
        padding: 9px;
    }






    .overview-search .lbc {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 15px
    }

    .overview-search .btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-radius: 0;
        border-color: #6d75ca;
        background: #6d75ca;
        font-weight: 700
    }

.overview-row {
    position: relative;
    padding-left: 180px;
    margin-top: 20px
}

.overview-side {
    float: left;
    width: 160px;
    margin-left: -180px
}

    .overview-side .inner {
        border: 1px solid #d4e6f1
    }

.overview-menu .tit {
    padding: 10px 20px;
    border-top: 1px solid #d4e6f1;
    background: #edf7f5;
    color: #2c3e50
}

.overview-menu .item {
    padding: 5px 10px;
    overflow: hidden
}

    .overview-menu .item a {
        position: relative;
        display: block;
        padding: 5px 10px;
        margin: 5px 0;
        border: 1px solid #fff
    }

        .overview-menu .item a:hover {
            border-color: #2980b9;
            text-decoration: none
        }

        .overview-menu .item a.curr {
            background: #2980b9;
            border-color: #2980b9;
            color: #fff
        }

            .overview-menu .item a.curr:after {
                border-left: 4px solid #fff
            }

        .overview-menu .item a:after {
            position: absolute;
            top: 50%;
            right: 4px;
            content: '';
            width: 0;
            height: 0;
            margin-top: -4px;
            border: 4px solid transparent;
            border-left: 5px solid #2980b9
        }

.overview-con {
    min-height: 300px
}

.overview-array {
    background-color: #f2f5fa;
    overflow: hidden;
    *zoom: 1
}

    .overview-array .array {
        float: left
    }

        .overview-array .array a {
            float: left;
            height: 20px;
            padding: 5px 20px;
            margin-right: -1px;
            border: 1px solid #ddd;
            background-color: #fff;
            font-size: 14px
        }

            .overview-array .array a:hover {
                position: relative;
                border-color: #2980b9;
                text-decoration: none
            }

        .overview-array .array .curr {
            position: relative;
            border-color: #2980b9;
            background-color: #2980b9;
            color: #fff;
            cursor: pointer
        }

    .overview-array .sort {
        float: left;
        margin: 4px 0 0 20px
    }

        .overview-array .sort a {
            float: left;
            height: 22px;
            line-height: 22px;
            padding: 0 1em;
            border: 1px solid #ddd;
            background-color: #fff;
            font-size: 12px
        }

            .overview-array .sort a:hover {
                border-color: #ddd;
                text-decoration: none
            }

            .overview-array .sort a.curr {
                border-color: #ddd;
                color: #2980b9
            }

.icon-down, .icon-up, .icon-default, .icon-list, .icon-view {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 4px 0 0;
    background: url(../images/icon-lift.png) no-repeat;
    vertical-align: middle
}

.icon-down {
    background-position: 0 0;
    margin-right: -10px
}

.icon-up {
    background-position: 0 -20px;
    margin-right: -10px
}

.icon-default {
    background-position: -20px -40px
}

.icon-list {
    background-position: -20px -60px
}

.icon-view {
    background-position: -20px -80px
}

.curr .icon-down {
    background-position: -20px 0
}

.curr .icon-up {
    background-position: -20px -20px
}

.curr .icon-default {
    background-position: 0 -40px
}

.curr .icon-list {
    background-position: 0 -60px
}

.curr .icon-view {
    background-position: 0 -80px
}

.overview-array .listnum {
    float: right;
    width: 104px;
    height: 24px;
    line-height: 24px;
    margin: 4px 8px 0 0;
    padding: 0 5px;
    margin-right: 10px;
    border: 1px solid #ddd;
    font-size: 12px
}

    .overview-array .listnum:hover {
        border-color: #aaa
    }

    .overview-array .listnum:focus {
        border-color: #2980b9
    }

.overview-default .item {
    padding: 20px 0 20px 215px;
    border-bottom: 1px solid #d4e6f1;
    overflow: hidden;
    *zoom: 1
}

.overview-default .pic {
    float: left;
    margin-left: -215px;
    border: 1px solid #eee;
    background: #f8f8f8
}

    .overview-default .pic img {
        max-width: 200px;
        height: 200px
    }

.overview-default .code {
    float: right;
    padding: 2px;
    margin-left: 10px;
    border: 1px solid #eee
}

    .overview-default .code img {
        max-width: 74px;
        height: 74px
    }

.overview-default .title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333
}

.overview-default .info {
    font-size: 12px;
    overflow: hidden;
    *zoom: 1
}

    .overview-default .info dl {
        float: left;
        width: 50%
    }

        .overview-default .info dl.col {
            float: none;
            clear: both;
            width: 100%
        }

    .overview-default .info dt {
        float: left;
        font-weight: 700
    }

    .overview-default .info a {
        color: #2980b9
    }

.overview-default .allinfo {
    display: none;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #d4e6f1
}

.overview-default .info .open, .overview-default .info .fold {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-left: 10px;
    font-size: 12px;
    color: #2980b9
}

    .overview-default .info .open:after {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        margin-top: -2px;
        border: 4px solid transparent;
        border-top: 5px solid #2980b9
    }

    .overview-default .info .open.fold:after {
        border-top: 0;
        border-bottom: 5px solid #2980b9
    }

.overview-default .intro {
    font-size: 12px
}

    .overview-default .intro dt {
        float: left;
        font-weight: 700
    }

.overview-default .func {
    margin-top: 10px
}

    .overview-default .func a {
        margin-right: 10px
    }

.chopping .open, .chopping .fold {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-left: 10px;
    font-size: 12px;
    color: #2980b9
}

    .chopping .open:after {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        margin-top: -2px;
        border: 4px solid transparent;
        border-top: 5px solid #2980b9
    }

    .chopping .open.fold:after {
        border-top: 0;
        border-bottom: 5px solid #2980b9
    }

.intro .open, .intro .fold {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-left: 10px;
    font-size: 12px;
    color: #2980b9
}

    .intro .open:after {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        width: 0;
        height: 0;
        margin-top: -2px;
        border: 4px solid transparent;
        border-top: 5px solid #2980b9
    }

.overview-list {
    margin-top: 20px
}

    .overview-list .t1 {
        width: 10%;
        text-align: center
    }

    .overview-list .t2 {
        width: 20%
    }

    .overview-list .t3 {
        width: 25%
    }

    .overview-list .t4 {
        width: 45%
    }

    .overview-list .no {
        text-align: center
    }

    .overview-list .name a {
        color: #2980b9
    }

    .overview-list .name_ZL a {
        color: #082ddc
    }

.overview-view {
    margin-top: 20px;
    font-size: 0
}

    .overview-view .item {
        display: inline-block;
        width: 228px;
        margin: 0 10px 10px 0;
        border: 1px solid #d4e6f1;
        font-size: 14px;
        white-space: normal
    }

    .overview-view .hd {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        background-color: #d4e6f1;
        background-image: -webkit-linear-gradient(top,#fff,#d4e6f1);
        background-image: linear-gradient(180deg,#fff,#d4e6f1);
        overflow: hidden
    }

    .overview-view .no {
        font-weight: 700;
        color: #2c3e50;
        text-align: center
    }

    .overview-view .pic {
        padding: 5px 15px;
        text-align: center
    }

        .overview-view .pic img {
            max-width: 200px;
            height: 200px
        }

    .overview-view .info {
        height: 40px;
        padding: 5px 15px;
        border-top: 1px solid #d4e6f1;
        text-align: center
    }

    .overview-view .num a {
        color: #2980b9
    }

    .overview-view .num, .overview-view .title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center
    }

.overview-row.hover {
    padding-right: 400px
}

    .overview-row.hover .overview-sidebtn {
        right: 380px
    }

    .overview-row.hover .overview-side {
        right: 20px
    }

.overview-sidebtn {
    position: absolute;
    z-index: 889;
    top: 120px;
    right: 0;
    width: 14px;
    height: 60px;
    padding: 20px 4px 0 2px;
    background-color: #eb6100;
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    -webkit-transition: .2s;
    transition: .2s
}

    .overview-sidebtn:hover {
        color: #fff;
        text-decoration: none
    }
/** 详览 **/
.detail-main {
    padding: 30px;
    background: #fff
}

.detail-return.btnl {
    display: none
}

.detail-top .title {
    line-height: 1.5;
    font-size: 18px
}

.detail-top .func {
    margin-top: 10px
}

    .detail-top .func a {
        margin-right: 10px
    }

.detail-row {
    padding-right: 250px;
    margin-top: 20px
}

    .detail-row .pic {
        float: right;
        padding: 15px;
        margin-right: -250px;
        border: 2px solid #d4e6f1
    }

        .detail-row .pic img {
            max-width: 200px;
            height: 200px
        }

    .detail-row .info {
        border-top: 2px solid #d4e6f1
    }

        .detail-row .info dl {
            padding: 8px 0 8px 200px;
            border-bottom: 1px solid #d4e6f1;
            overflow: hidden;
            *zoom: 1
        }

        .detail-row .info dt {
            float: left;
            width: 200px;
            margin-left: -200px;
            font-weight: 700
        }

    .detail-row .intro {
        margin-top: 20px;
        border-bottom: 2px solid #d4e6f1;
    }

    .detail-row .zs_pic {
        overflow: hidden;
        zoom: 1;
    }

        .detail-row .zs_pic dt {
            text-align: center;
            font-size: 15px;
        }

            .detail-row .zs_pic dt span {
                display: block;
                height: 242px;
                border: 1px solid #ddd;
                margin: 10px auto;
            }

                .detail-row .zs_pic dt span img {
                    max-width: 306px;
                    max-height: 242px;
                    display: block;
                    margin: 0 auto;
                }

    .detail-row .intro dl {
        padding: 8px 0;
        border-top: 1px solid #d4e6f1
    }

    .detail-row .intro dt {
        float: left;
        font-weight: 700
    }
/** 发明专利 **/
.apply-main {
    padding: 30px;
    background: #fff
}

.apply-row {
    padding-left: 230px
}

.apply-side {
    float: left;
    width: 220px;
    margin-left: -240px;
    background: #edf7f5
}

.apply-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-bottom: 1px solid #d4e6f1
}

    .apply-menu a:hover {
        text-decoration: none
    }

    .apply-menu a.curr {
        position: relative;
        background: #d4e6f1;
        font-weight: 700;
        color: #2c3e50
    }

        .apply-menu a.curr:after {
            position: absolute;
            top: 50%;
            right: -14px;
            content: '';
            width: 0;
            height: 0;
            margin-top: -8px;
            border: 8px solid transparent;
            border-left: 6px solid #d4e6f1
        }

.apply-con {
    position: relative;
    /**border: 1px solid #eee;**/
    height: 910px
}

    .apply-con iframe {
        width: 100%;
        height: 100%
    }

    .apply-con a.dloadlink {
        position: absolute;
        top: 6px;
        right: 50px;
        border-radius: 22px
    }
/** 事务数据 **/
.affairdata-con .title {
    line-height: 1.5;
    font-size: 18px
}

.affairdata-con .num {
    margin-top: 10px
}

.affairdata-con .item {
    margin-top: 20px;
    border-top: 2px solid #d4e6f1
}

.affairdata-con .info dl {
    float: left;
    width: 50%;
    padding: 8px 0;
    border-bottom: 1px solid #d4e6f1;
    overflow: hidden;
    background-color: white;
    *zoom: 1
}

.affairdata-con .info dt {
    float: left;
    width: 120px;
    font-weight: 700
}

.affairdata-con .info .status {
    /*clear: both;*/
    padding: 10px 12px;
    background: #f8f8f8
}

/** 事务查询 **/
.affair-main {
    padding: 30px;
    background: #fff
}

.affair-form .inner {
    border-bottom: 1px solid #d4e6f1
}

.affair-form .group {
    padding-left: 140px;
    border-top: 1px solid #d4e6f1;
    background: #edf7f5
}

    .affair-form .group .tit {
        float: left;
        width: 100px;
        margin: -1px 0 0 -140px;
        padding: 10px 20px;
        border-top: 1px solid #d4e6f1;
        color: #2c3e50;
        text-align: center
    }

    .affair-form .group:first-child .tit {
        border-top: 0
    }

.affair-form .box {
    padding: 10px 20px 5px;
    background: #fff
}

.affair-form .item {
    margin-bottom: 5px
}

.affair-form .lbl {
    display: inline-block;
    width: 130px
}

.affair-form .lbc {
    margin-right: 20px
}

.affair-form .linkline {
    float: right
}

.affair-form .txt.big {
    width: 608px
}

.affair-form .sort a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 2px 5px 2px 0;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #666
}

    .affair-form .sort a:hover {
        border-color: #aaa;
        text-decoration: none
    }

    .affair-form .sort a.curr {
        border-color: #2980b9
    }

.affair-form .btnbar {
    padding-left: 290px;
    text-align: left
}
/** 专利公报查询 **/
.bulletin-main {
    padding: 30px;
    background: #fff
}

.bulletin-list .table-mod th, .bulletin-list .table-mod td {
    text-align: center
}

    .bulletin-list .table-mod td a {
        color: #2980b9
    }

.bulletin-list .t1, .bulletin-list .t2, .bulletin-list .t3 {
    width: 33.3333%
}

.bulletin-list .year {
    margin-bottom: 15px;
    text-align: center
}

    .bulletin-list .year a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin: 0 5px 5px;
        background: #edf7f5;
        border: 1px solid #edf7f5;
        border-radius: 22px
    }

        .bulletin-list .year a:hover {
            border-color: #2980b9;
            text-decoration: none
        }

        .bulletin-list .year a.curr {
            border-color: #2980b9;
            background: #2980b9;
            color: #fff
        }
/** 专利公报 **/
.bulletindata-main {
    padding: 30px;
    background: #fff
}

    .bulletindata-main .top {
        margin-bottom: 20px
    }

    .bulletindata-main .title {
        display: inline-block;
        line-height: 1.5;
        font-size: 18px
    }

    .bulletindata-main a.dloadlink {
        margin-left: 10px;
        border-radius: 22px
    }

.bulletindata-side {
    margin-bottom: 10px;
    background: #edf7f5
}

.bulletindata-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-right: 1px solid #d4e6f1
}

    .bulletindata-menu a:hover {
        text-decoration: none
    }

    .bulletindata-menu a.curr {
        position: relative;
        background: #2980b9;
        font-weight: 700;
        color: #fff
    }

        .bulletindata-menu a.curr:after {
            position: absolute;
            left: 50%;
            bottom: -14px;
            content: '';
            width: 0;
            height: 0;
            margin-left: -8px;
            border: 8px solid transparent;
            border-top: 6px solid #2980b9
        }

.bulletindata-con {
    /**border: 1px solid #eee;**/
    height: 870px
}

    .bulletindata-con iframe {
        width: 100%;
        height: 100%
    }
/** IPC分类查询 **/
.ipc-main {
    padding: 30px;
    background: #fff
}

.ipc-search {
    padding: 20px 20px 10px 0;
    background: #edf7f5;
    text-align: center
}

    .ipc-search .inner {
        display: inline-block;
        margin: 0 auto;
        text-align: left
    }

    .ipc-search .item {
        padding-left: 120px;
        margin-bottom: 10px;
        overflow: hidden;
        *zoom: 1
    }

    .ipc-search .lbl {
        float: left;
        width: 110px;
        padding-right: 10px;
        margin-top: 10px;
        margin-left: -120px;
        text-align: right;
        font-weight: 700;
        color: #2c3e50
    }

    .ipc-search .txt {
        float: left;
        width: 380px;
        padding: 9px
    }

    .ipc-search .lbc {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 15px
    }

    .ipc-search .btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-radius: 0;
        border-color: #6d75ca;
        background: #6d75ca;
        font-weight: 700
    }

.ipc-list {
    margin-top: 10px;
    border-top: 1px solid #d4e6f1;
    border-bottom: 1px solid #d4e6f1
}

    .ipc-list .hd {
        padding: 10px 12px;
        border-bottom: 2px solid #2c3e50;
        background-color: #edf7f5;
        background-image: -webkit-linear-gradient(top,#fff,#edf7f5);
        background-image: linear-gradient(180deg,#fff,#edf7f5);
        font-weight: 700;
        color: #2c3e50;
        text-align: left;
        overflow: hidden
    }

    .ipc-list .dl {
        float: left;
        width: 30%
    }

    .ipc-list .dt {
        float: left;
        width: 60%
    }

    .ipc-list .dd {
        display: inline-block;
        width: 10%;
        text-align: right
    }

    .ipc-list li {
        border-top: 1px solid #d4e6f1;
        color: #333;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        word-break: break-all
    }

        .ipc-list li:hover {
            background-color: #f8f8f8
        }

        .ipc-list li .con {
            min-height: 24px;
            padding: 10px 12px;
            overflow: hidden;
            *zoom: 1
        }

        .ipc-list li.li01 ol {
            display: none
        }

        .ipc-list li.li01 .dl a {
            margin-left: 0
        }

        .ipc-list li.li02 .dl a {
            margin-left: 1em
        }

        .ipc-list li.li03 .dl a {
            margin-left: 2em
        }

        .ipc-list li.li04 .dl a {
            margin-left: 3em
        }

        .ipc-list li.li05 .dl a {
            margin-left: 4em
        }

        .ipc-list li.li06 .dl a {
            margin-left: 5em
        }

        .ipc-list li.li07 .dl a {
            margin-left: 6em
        }

        .ipc-list li.li08 .dl a {
            margin-left: 7em
        }

        .ipc-list li.li09 .dl a {
            margin-left: 8em
        }

        .ipc-list li.li010 .dl a {
            margin-left: 9em
        }

        .ipc-list li.li011 .dl a {
            margin-left: 10em
        }


        .ipc-list li .dl a {
            position: relative
        }

            .ipc-list li .dl a::after {
                position: absolute;
                top: -12px;
                left: -10px;
                content: "";
                width: 6px;
                height: 20px;
                border-left: 1px dotted #2980b9;
                border-bottom: 1px dotted #2980b9;
                overflow: hidden
            }

        .ipc-list li.li01 > .con .dl a::after {
            display: none
        }

        .ipc-list li .dd {
            display: none
        }
/** 使用说明 **/
.article-row {
    padding: 30px 30px 30px 260px;
    background-color: #fff;
    overflow: hidden
}

.article-side {
    float: left;
    width: 200px;
    margin-left: -230px;
    background: #edf7f5
}

    .article-side .tit {
        padding: 14px 12px;
        background: #2980b9;
        font-size: 16px;
        color: #fff;
        text-align: center
    }

.article-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-bottom: 1px solid #d4e6f1
}

    .article-menu a:hover {
        text-decoration: none
    }

    .article-menu a.curr {
        position: relative;
        background: #d4e6f1;
        font-weight: 700;
        color: #2c3e50
    }

        .article-menu a.curr::after {
            position: absolute;
            top: 50%;
            right: -14px;
            content: '';
            width: 0;
            height: 0;
            margin-top: -8px;
            border: 8px solid transparent;
            border-left: 6px solid #d4e6f1
        }

.article-main .tit {
    padding-bottom: 10px;
    margin: 10px 0 20px;
    border-bottom: 2px solid #2c3e50;
    color: #2c3e50;
    font-size: 24px
}

.article-con {
    line-height: 2
}


/* TABLE */
.table-mod {
    width: 100%;
    border-top: 1px solid #d4e6f1;
    border-bottom: 1px solid #d4e6f1
}

    .table-mod th {
        padding: 10px 12px;
        border-bottom: 2px solid #2c3e50;
        background-color: #edf7f5;
        background-image: -webkit-linear-gradient(top,#fff,#edf7f5);
        background-image: linear-gradient(180deg,#fff,#edf7f5);
        font-weight: 700;
        color: #2c3e50;
        text-align: left
    }

    .table-mod tr:nth-of-type(odd) {
        background-color: #fff
    }

    .table-mod tr:nth-of-type(even) {
        background-color: #f8f8f8
    }

    .table-mod td {
        padding: 10px 12px;
        border-top: 1px solid #d4e6f1;
        color: #333;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        word-break: break-all
    }

    .table-mod .nodata {
        margin: 100px 0 150px;
        font-size: 20px;
        font-weight: 700;
        color: #999;
        text-align: center
    }

        .table-mod .nodata a {
            font-size: 12px;
            font-weight: 400
        }
/* TOPAGE */
.page-mod {
    padding: 30px 0;
    font-size: 14px;
    text-align: center
}

    .page-mod .total {
        margin-right: 10px
    }

        .page-mod .total b {
            color: red
        }

    .page-mod .listnum {
        width: 100px;
        height: 40px;
        line-height: 40px;
        *height: auto;
        *margin: 9px 0;
        padding: 0 10px;
        margin-right: 10px;
        border: 1px solid #ddd;
        vertical-align: top
    }

        .page-mod .listnum:hover {
            border-color: #aaa
        }

        .page-mod .listnum:focus {
            border-color: #2980b9
        }

.topage {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

    .topage a, .topage .current_page {
        display: inline-block;
        min-width: 38px;
        height: 38px;
        line-height: 38px;
        margin-right: -1px;
        border: 1px solid #ddd;
        background-color: #fff;
        color: #2980b9
    }

        .topage a:hover {
            position: relative;
            border-color: #2980b9;
            text-decoration: none
        }

        .topage .current_page, .topage .current_page:hover {
            border-color: #2980b9;
            background-color: #2980b9;
            color: #fff;
            cursor: default
        }

    .topage .btn_dis {
        color: #bbb
    }

        .topage .btn_dis:hover {
            border-color: #ddd;
            color: #bbb;
            cursor: default
        }

    .topage .page_dot {
        display: inline-block;
        margin: -10px 10px 0;
        font-weight: 700;
        vertical-align: middle
    }

    .topage .prev_page, .topage .next_page {
        padding: 0 10px
    }

    .topage i {
        font-family: \5b8b\4f53;
        font-weight: 700
    }

    .topage .prev_page i {
        margin-right: 2px
    }

    .topage .next_page i {
        margin-left: 2px
    }

    .topage .page_total {
        display: inline-block;
        margin-left: 10px;
        color: #666
    }

        .topage .page_total b {
            margin: 0 1px
        }

    .topage .input_page_num {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin: 0 2px;
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: top
    }

        .topage .input_page_num:hover {
            border-color: #aaa
        }

        .topage .input_page_num:focus {
            border-color: #2980b9
        }

    .topage .to_page_num {
        float: none;
        padding: 0 10px;
        margin: 0 0 0 10px
    }

.page-mod.mini {
    padding: 20px 0;
    font-size: 12px;
    text-align: center
}

    .page-mod.mini .topage a, .page-mod.mini .topage .active {
        min-width: 30px;
        height: 30px;
        line-height: 30px
    }

    .page-mod.mini .input_page_num {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
/* FORM */
.txt, .slt, .txa {
    line-height: 20px;
    padding: 5px 9px;
    border: 1px solid #ccc;
    color: #333
}

.txt {
    width: 220px;
    height: 20px
}

.slt {
    width: 240px;
    height: 32px;
    *height: auto;
    *margin: 5px 0
}

.txa {
    width: 460px;
    min-height: 100px
}

    .txt:hover, .slt:hover, .txa:hover {
        border-color: #aaa
    }

    .txt:focus, .slt:focus, .txa:focus {
        border-color: #2980b9
    }

.txt[disabled], .txt[disabled]:hover {
    border-color: #ccc;
    background-color: #e5e5e5
}

.rdo, .ckb {
    margin: -1px 4px 0 0
}

.txt-unit {
    position: relative;
    display: inline-block
}

    .txt-unit .l, .txt-unit .r {
        position: absolute;
        top: 1px;
        width: 40px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        text-align: center;
        vertical-align: middle;
        font-style: normal
    }

    .txt-unit .l {
        left: 1px;
        border-right: 1px solid #ddd
    }

    .txt-unit .r {
        right: 1px;
        border-left: 1px solid #ddd
    }

.btn, .btnl, .btnf {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 2em;
    font-size: 14px;
    border-radius: 4px
}

    .btn.sml, .btnl.sml, .btnf.sml {
        height: 24px;
        line-height: 22px;
        padding: 0 1em;
        border-radius: 2px;
        font-size: 12px
    }

a.btn, a.btnl, a.btnf {
    height: 30px;
    vertical-align: middle
}

    a.btn:hover {
        color: #fff
    }

    a.btn.sml, a.btnl.sml, a.btnf.sml {
        height: 22px
    }

.btn {
    border: 1px solid #2980b9;
    background-color: #2980b9;
    color: #fff
}

.btnl, .btnf {
    border: 1px solid #2980b9;
    background-color: #fff;
    color: #2980b9
}

    .btn:hover, .btnl:hover, .btnf:hover {
        text-decoration: none;
        opacity: .85;
        filter: alpha(opacity=85)
    }

    .btn:active, .btnl:active, .btnf:active {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.btnf {
    position: relative
}

    .btnf input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

.btnbar {
    clear: both;
    margin-top: 20px;
    text-align: center
}

    .btnbar .btn, .btnbar .btnl {
        margin: 0 5px
    }

/*** FOOTER ***/
.footer {
    margin-bottom: 20px;
    clear: both;
    text-align: center
}

    .footer .links {
        margin-bottom: 5px
    }

        .footer .links a {
            margin: 0 10px;
            color: #2980b9
        }

        .footer .links .line {
            display: inline-block;
            width: 1px;
            height: 14px;
            margin: 3px 0;
            background-color: #ccc;
            vertical-align: top;
            overflow: hidden
        }

    .footer .copyright {
        display: inline-block
    }

    .footer .other {
        display: inline-block;
        margin-left: 20px;
        vertical-align: top
    }

ul#topnav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 1.1em;
}

    ul#topnav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

        ul#topnav li a {
            float: left;
        }

            ul#topnav li:hover a, ul#topnav li a:hover {
                background-position: left bottom;
            }

    ul#topnav a.title {
        margin-left: 4px;
    }

    ul#topnav li .sub {
        position: absolute;
        top: 24px;
        left: 0;
        background: white;
        padding: 20px 20px 20px 20px;
        float: left;
        border: 1px solid #000;
        /*--Bottom right rounded corner--*/
        -moz-border-radius-bottomright: 5px;
        -khtml-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        /*--Bottom left rounded corner--*/
        -moz-border-radius-bottomleft: 5px;
        -khtml-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        display: none;
        z-index: 9999;
    }

    ul#topnav li .row {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    ul#topnav li .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 160px;
        float: left;
    }

    ul#topnav .sub ul li {
        width: 100%;
        color: #fff;
    }

        ul#topnav .sub ul li h2 {
            padding: 0;
            margin: 0;
            font-size: 1.3em;
            font-weight: normal;
        }

            ul#topnav .sub ul li h2 a {
                padding: 5px 0;
                background-image: none;
                color: #e8e000;
            }

        ul#topnav .sub ul li a {
            float: none;
            text-indent: 0; /*--Reset text indent--*/
            height: auto;
            font-size: 15px;
            display: block;
            text-decoration: none;
            color: #000;
        }

            ul#topnav .sub ul li a:hover {
                color: #47a2d5;
                background-position: 5px 12px;
            }
