﻿* {
    margin: 0;
    padding: 0;
}
html, body{
    _position: relative;
    _background: url(*) fixed;
    color: #707070;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
    font-size:14px;
    }
.cl{ clear: both;}
.clearfix{ zoom: 1;}
.clearfix:after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;}
.pull-left{ float: left;}
.pull-right{ float: right;}

body {
}
.loading_layer{
    height: 100%;
    width: 100%;
    background: url(../images/layer.png) repeat left top #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    display: none;}
.progressBar{
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(../images/loading.gif) no-repeat 0 0;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 8001;
    margin: -25px 0 0 -74px;
    display: none;}
ul,a
{
    outline:none;
    text-decoration:none;
}
li
{
    border:0;
    list-style:none;
    
}
.gridForm {
    width: 100%;
}
table, tr, td, thead, tbody, th {
    border-collapse: collapse;
    outline: none;
}
.form-td-des {
    padding: 2px 8px;
    color: #525252;
    text-align: right;
    line-height: 28px;
    width: 200px;
    vertical-align:top;
}
.form-td-des.forBigInput
{
    line-height: 40px;
    font-size:16px;
}
.form-td-value {
    line-height: 28px;
    padding: 2px 8px;
    vertical-align:top;
}
.searchup input[type="text"], .searchup input[type="text"].readonly, .searchup input[type="text"]:focus, .searchup input[type="text"].readonly:focus, .selectup input[type="text"], .selectup input[type="text"].readonly, .selectup input[type="text"]:focus, .selectup input[type="text"].readonly:focus {
    border: none;
    background: #fff;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display:block;
}
input[type="text"].readonly, input[type="text"].readonly:focus, input[type="password"].readonly, input[type="password"].readonly:focus, input[readonly="readonly"], input[readonly="readonly"]:focus, textarea[readonly="readonly"], textarea[readonly="readonly"]:focus, textarea.readonly, textarea.readonly:focus, div.readonly, select[readonly="readonly"] {
    background: #fdfdfd;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.searchup.readonly, .selectup.readonly {
    padding: 2px 0 2px 6px;
}
input[type="text"], input[type="password"],select,textarea {
    height: 18px;
    line-height: 18px;
    padding: 2px 6px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    width: 200px;
    color: #525252;
    font-size:14px;
}
input[type="text"].bigInput, input[type="password"].bigInput,select.bigInput,textarea.bigInput
{
    height:40px;
    line-height:40px;
    font-size:20px;
    font-weight:bold;
    padding:2px 10px;
}
select
{
    font-size:14px;}
.searchup, .selectup {
    width: 262px;
    height: 18px;
    position: relative;
    z-index: 10;
    padding: 2px 0 2px 6px;
    border: 1px solid #bfbfbf;
    background: #fff;
}
.requiredbg{ background: url(../images/required.png) no-repeat 100% 15px;}
.requiredbg.forBigInput
{
    background: url(../images/required.png) no-repeat 100% 20px;
}
.searchup a:hover {
    background-position: 0 -20px;
}
.searchup a {
    display: block;
    height: 22px;
    width: 22px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    text-indent: -9999px;
    background: url(../images/search.png) no-repeat 0 0 #fff;
}
body
{
    background:#e8e8e8;}
#searchValue
{
    width:200px;}
.bigmain
{
    margin:0 auto;
    width:1000px;
    text-align:left;
    background:#fff;
}
.top-band
{
    margin:8px 8px 0 0;}
.top-band a
{
    color:#555;
    padding:0 8px;}
.top-band a:hover
{
    text-decoration:underline;}
.top-band button
{
    display:inline-block;
    height:24px;
    line-height:24px;
    padding:0 10px;
    border:0;
    font-size:14px;
    color:#fff;
    background:#b44439;}
.middle
{
    padding:8px;}
.middle .left
{
    float:left;
    width:241px;
    border:1px solid #ddd;
    border-right:0;
    border-left:0;}
.middle .right
{
    margin-left:240px;
    padding:10px;
    line-height:30px;
    border:1px solid #ddd;
    min-height:500px;}
#navBar
{
    background:#e5e5e5;}
#navBar li
{
    padding:10px;
    border-left:5px solid #ddd;}
#navBar li.active
{
    border-left-color:#b44439;
    background:#fff}
#navBar li h2
{
    color:#b44439;
    font-size: 18px;}
#navBar li h4
{
    color:#666;
    font-weight:normal;}
.buttonBar
{
    text-align:center;}
.buttonBar button,.defaultButton
{
    background:#b44439;
    font-size:14px;
    color:#fff;
    padding:10px 20px;
    border:0;
    margin:10px;}

.notice
{
    color:#c6790d;
    background:#faf5e0;
    padding:8px;}
.notice-title
{
    font-weight:bold;}
.extroinfo
{
    color:#999;
    font-size:12px;
    font-family:"Microsoft YaHei";
    line-height:25px;}
.pay
{
    border-top:1px solid #ddd;}
.pay .center
{
    width:100px;
    text-align:center;
    border-right:1px solid #ddd;}
.pay td
{
    border-bottom:1px solid #ddd;
    padding:0 5px;}
.pay .odd
{
    background:#e7e7e7;}
.table
{
    width:100%;
    border:1px solid #ddd;
    margin-top:12px;
    margin-bottom:20px;}
.table th
{
    color:#b44439;
    background-color:#e7e7e7;}
.table th, .table td
{
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    height:28px;
    line-height:28px;
    padding:0 10px;
    text-align:center;}
.table td.l
{
    text-align:left;}
.rankbox
{
    margin:10px 20px;}
.page
{
    text-align:center;}
.btn
{
    display:inline-block;
    height:22px;
    color:#fff;
    line-height:22px;
    padding:0 5px;
    border:0;
    background:#b44439;
    margin:0 5px;}
.btn-search
{
    background:#2e8ded;
    display:inline-block;
    height:26px;
    color:#fff;
    line-height:26px;
    padding:0 10px;
    border:0;
    margin:0 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;}
    
/*合并分界线*/
html,body {
    _background:url(*) fixed;
    margin: 0;
    width: 100%;
}
html,body,div,img,ul,ol,li,p,map,area,a,h1,h2,h3,h4,h5,h6,dl,dt,dd,ins,em,form {
    border:0;
    list-style:none;
    padding: 0;
    margin: 0;
}
table,tr,td,thead,tbody,th{
    border-collapse:collapse;
}
ul,ol,li,p,map,area,a,h1,h2,h3,h4,h5,h6,dl,dt,dd,ins,em,td,input,label,button,textarea,select{
    outline:none;
    text-decoration:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
i{
    font-style: normal;
}
a{
    color: #b44439;
}
a:hover{   
    color: #F2970D;
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
.cl{
    clear:both;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

body{
    background:url(/images/patentApp/bg.png) no-repeat center top;
}
.header{
    height: 98px;
    width: 1000px;
    margin: 0 auto;
    padding: 14px 0;
}
.header .other{
    float: right;
}
.banner{
    width: 1000px;
    height: 42px;
    margin: 0 auto;
    font-size: 0;
    background: #1B58A3;
}
.nav{
    float: left;
    margin-left: 10px;
} 
.nav a{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    margin-right: 3px;
}
.nav a:hover{
    background: #0D407C;
}
.nav a.selected{
    background: #0D407C;
}
.banner .search{
    float: right;
    position: relative;
    height: 28px;
    margin: 7px;
}
.banner .search .ico{
    position: absolute;
    top: -2px;
    left: 0;
}
.banner .search input{
    width: 168px;
    height: 18px;
    line-height: 18px;
    padding: 4px 8px 4px 32px;
    color: #555;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #F2970D;
}
.banner .search .btn-search{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: #F2970D;
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}
.banner .btn-search:hover{
    background: #D68308;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.main{
    width: 720px;
    float: left;
}
.aside{
    width: 260px;
    float: right;
    font-size:0;
}
.main .box{
    width: 718px;
}
.main .box1{
    width: 348px;
    float: left;
}
.main .box h4 span{
    background-color: #1B58A3;
    padding-right: 5px;
}
.aside .help{
    position: relative;
    font-size: 0;
    margin-top:10px;
}
.aside .help a{
    width: 258px;
    height: 32px;
    line-height: 32px;
    color: #484848;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d5d5d5;
    margin-top: 10px;
    padding: 10px 0;
}
.aside .help a:hover{
    background-color: #E7E7E7;
}
.aside .help .ico{
    margin-right: 10px;
}
.aside .btn-login,.aside .btn-regisiter{
    height: 48px;
    line-height: 48px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*background: url(/images/patentApp/btn.png) no-repeat 0 0;*/
    background: #ff9600;
    margin-top: 20px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:0 30px;
    font-size:16px;
}
.aside .btn-login
{
    background:#3388ff;
    margin-right:10px;}
.aside .btn-login:hover{
    /*background-position: 0 -48px;*/
    background:#62a2fc;
}
.aside .btn-regisiter:hover
{
    background:#feb03d;}
.aside .regist{
    margin-top: 12px;
    font-size: 0;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
}
.aside .regist a,.regist a{
    display: inline-block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1B58A3;
    font-size: 14px;
    background: url(/images/patentApp/btn.png) no-repeat 0 -96px;
    margin: 8px 4px 0;
}
.aside .regist a:hover,.regist a:hover{
    color: #F39800;
}
.footer{
    margin-top: 20px;
    background: #e7e7e7;
    padding: 20px 0;
    color: #777;
    line-height: 18px;

}
.footer-inner{
    width: 1000px;
    margin: 0 auto;
}

.box{
    border: 1px solid #D5D5D5;
    margin-top: 20px;
}
.box h4{
    height: 32px;
    line-height: 32px;
}
.box h4 span{
    float: left;
    color: #fff;
    font-size: 14px;
}
.box .more{
    float: right;
    margin-right: 5px;
    color: #444;
    font-size: 12px;
    font-weight: normal;
}
.box ul{
    margin: 8px;
}
.box li{
    height: 24px;
    line-height: 24px;
    background: url(/images/patentApp/list.gif) no-repeat left center;
    padding-left: 8px;
}
.box li a{
    float: left;
    width: 600px;
    color: #484848;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box li a:hover{
    text-decoration: underline;
    color: #1B58A3;
}
.box1 li a{
    width: 200px;
}
.box .date{
    float: right;
    color: #888;
    font-size: 12px;
}
.ico{
    height: 32px;
    width: 32px;
    display: inline-block;
    text-indent: -9999px;
    background: url(/images/patentApp/sprite.png) no-repeat;
    vertical-align: middle;
}
.ico-search{
    background-position: 0 -32px;
}
.ico-notice{
    background-position: 0 0;
}
.ico-report{
    background-position: -32px 0;
}
.ico-download{
    background-position: 0 -64px;
}
.ico-manage{
    background-position: -32px -64px;
}
.ico-book{
    background-position: 0 -98px;
}
.ico-question{
    background-position: -33px -96px;
}
.crumb{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.inner{
    border: 1px solid #d5d5d5;
    margin-top: 20px;
}
.inner h4{
    /*height: 36px;*/
    line-height: 36px;
    color: #1B58A3;
    font-size: 14px;
    font-weight: bold;
    background: #e7e7e7;
    border-bottom: 1px solid #d5d5d5;
    padding: 0 10px;
}
.searchbar{
    margin: 15px 0;
    font-size: 0;
}
.searchbar .btn
{
    height:24px;
    line-height:24px;
    padding:0 12px;}
select{
    width: 214px;
    border: 1px solid #d5d5d5;
    height: 24px;
}
label{
    display: inline-block;
    width: 140px;
    text-align: right;
    color: #555;
    font-size: 14px;
}
.input-s1{
    width: 220px;
    height: 18px;
    display: inline-block;
    padding: 6px 5px;
    font-size: 14px;
    color: #555;
    border: 1px solid #d5d5d5;
}
.input-s2{
    width: 100px;
}
.btn{
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.btn-primary{
    background: #F28E0C;
    margin-left: 40px;
}
.btn-primary:hover{
    background: #D68308;
}
.btn-default{
    background: #646464;
    margin-left: 10px;
}
.btn-default:hover{
    background: #555;
}
.checkbox{
    position: relative;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
}
.list{
    margin: 20px 10px;
}
.list-head{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5dd;
}
.list .title{
    float: left;
    width: 530px;
    color: #555;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px;
}
.list .unit{
    float: left;
    width: 250px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .datetime{
    float: left;
    width: 178px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-content li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #ddd;
}
.list-content .title{
    text-align: left;
}
.list-content .title:hover{
    color: #1B58A3;
    text-decoration: underline;
}
.page{
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}
.pageTotal{
    float: left;
}
.pageInner{
    text-align: center;
}
.pageTurn{
    float: right;
}
.pageTurn input{
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border: 1px solid #d5d5d5;
    margin: 0 5px;
}
.page a{
    color: #555;
    font-size: 14px;
    margin: 0 8px;
}
.page a:hover{
    color: #1B58A3;
}
.page a.disabled,.page a.disabled:hover{
    color: #aaa;
}
.article{
    border: 1px solid #d5d5d5;
    padding: 10px;
    margin-top: 20px;
    position: relative;
}
.print{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #1B58A3;
}
.article .title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 5px 0;
}
.article .info{
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-bottom: 1px dotted #d6d6d6;
}
.article .content{
    margin: 20px;
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.article .attach{
    border-top: 1px dotted #d6d6d6;

}
.article .attach h4{
    font-size: 14px;
    padding: 5px;
    color: #888;
}
.article .attach a{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 18px;
    background: url(/images/patentApp/list.gif) no-repeat 8px center;
}
.article .attach a:hover{
    color: #1B58A3;
}
.login{
    padding: 20px 0;
}
.login p{
    height: 26px;
    margin: 20px 0;
}
.login .btn{
    padding: 0 18px;
}
.login .btn-primary{
    margin-left: 145px;
}
.login .btn-default{
    margin-left: 50px;
}
.question p{
    font-size: 14px;
    line-height: 30px;
}
.question strong{
    color: #1B58A3;
}
.required{
    /*color: red;*/
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 10px;*/
}
.container .search{
    font-size: 0;
    padding: 20px 0;
}
.container .search p{
    display: inline-block;
    width: 50%;
    margin: 5px 0;
}
.ui-file{
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding-left: 20px;}
.ui-office-word{ background: url(../images/office/up_pic_01.gif) no-repeat left top;}
.ui-office-excel{ background: url(../images/office/up_pic_02.gif) no-repeat left top;}
.ui-office-ppt{ background: url(../images/office/up_pic_03.gif) no-repeat left top;}
.ui-office-viso{ background: url(../images/office/up_pic_04.gif) no-repeat left top;}
.ui-office-pdf{ background: url(../images/office/up_pic_05.gif) no-repeat left top;}
.ui-office-txt{ background: url(../images/office/up_pic_06.gif) no-repeat 2px top;}
.ui-office-video{ background: url(../images/office/up_pic_07.gif) no-repeat 2px top;}
.ui-office-mp3{ background: url(../images/office/up_pic_08.gif) no-repeat left top;}
.ui-office-rar{ background: url(../images/office/up_pic_09.gif) no-repeat left top;}
.ui-office-pic{ background: url(../images/office/up_pic_10.gif) no-repeat 1px top;}
.ui-office-attach{ background: url(../images/office/up_pic_11.gif) no-repeat 2px top;}

.bigTextArea {
    width: 100%;
    height: 100px;
    border: 1px solid #bfbfbf;
    resize: none;
    font-size: 14px;
}
.article-head
{
    text-align:center;
    padding:0 20px 20px 20px;
    background:url(/Images/article_line.png) no-repeat center bottom
}
.article-title
{
    font-size:30px;
    color:#333333;
    line-height:40px;
    padding:20px 0;
}
.article-subtitle
{
    font-size:12px;
    color:#666666;
}
.article-body
{
    padding:20px;
    text-indent:20px;
    font-size:14px;
    line-height:30px
}