body {
    min-height: 700px;
    position: relative;
}

/* page menu start */

.page-menu {
    position: relative;
    background: url("../images/bg.png") center top no-repeat;
}

.page-menu .link-wrap {
    position: absolute;
    width: 100%;
    top: 27%;
    left: 0;
    text-align: center;
}

.page-menu .link-wrap .box {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

/* page menu end */

/* page index start */

.page-index .top-title {
    text-align: center;
    padding: 50px 0 80px 0;
}

.page-index .link-wrap {
    padding: 30px 0 0;
    text-align: center;
}

.page-index .link-wrap .box {
    display: inline-block;
    width: 191px;
    height: 181px;
    margin: 0 18px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color:#666;
}
.link-wrap .box p{
    margin-top:115px;
}
.link-wrap .link1 {
    background: url(../images/icon-5.png) no-repeat scroll center 20px;
}
.link-wrap .link2 {
    background: url(../images/icon-6.png) no-repeat scroll center 20px;
}
.link-wrap .link3 {
    background: url(../images/icon-7.png) no-repeat scroll center 20px;
}
.link-wrap .link4{
    background: url(../images/icon-8.png) no-repeat scroll center 12px;
}
.link-wrap .link1:hover {
    background-image: url(../images/icon-5-1.png);
}
.link-wrap .link2:hover {
    background-image: url(../images/icon-6-1.png);
}
.link-wrap .link3:hover {
    background-image: url(../images/icon-7-1.png);
}
.link-wrap .link4:hover{
    background-image: url(../images/icon-8-1.png);
}
.link-wrap .box:hover{
    color:#695310;
    text-decoration: none;
}

/* page index end */

/* 年报列表 start */
.annual-report-list {
    margin: 0 30px;
}

.annual-report-list table {
    width: 100%;
}

.annual-report-list table thead tr {
    background-color: #eae3db;
    color: #85510a !important;
    border-left: 1px solid #EDEEEE;
    border-top: 1px solid #EDEEEE;
}

.annual-report-list table tr td {
    border-right: 1px solid #EDEEEE;
    border-bottom: 1px solid #EDEEEE;
    padding: 10px;
    text-align: center;
}

.annual-report-list table tbody td {
    color: #424244;
}

.annual-report-list table td a {
    color: #4988D8;
}

.annual-report-list table td a:hover {
    text-decoration: underline;
}
.view{
    color:#d1ab62 !important;
}
.edit,.modify{
    color: #ab812d !important;
}
/* 年报列表 end */

/* 年份列表 start */
.year-list {
    position: absolute;
    width: 400px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    background-color: white;
    border-radius: 5px;
}

.year-list .title {
    line-height: 35px;
    padding: 0 5px 0 15px;
    background-color: #d1ab62;
    color: white;
    border-radius: 5px 5px 0 0;
}

.year-list .title h1 {
    line-height: 35px;
}

.year-list .content {
    padding: 20px 0 0;
    text-align: center;
}

.year-list .content p {
    color: #797979;
    font-size: 12px;
}

.year-list .years span {
    vertical-align: super;
    font-weight: bold;
}

.year-list .years select {
    width: 200px;
}

.year-list .btn-close {
    width: 35px;
    height: 35px;
    background: url("../images/close_btn_y.png") center no-repeat;
    cursor: pointer;
}

.year-list .action {
    padding: 15px 0;
    margin-bottom: 0;
    border-top:#ebebeb 1px solid;
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
}

.year-list .action a {
    display: inline-block;
    padding: 4px 40px;
    color: white;
    background-color: #d1ab62;
    cursor: pointer;
    border-radius: 5px;
}

/* 年份列表 end */

/* 登录页 start */

.page-login {
    padding-top: 65px;
}

.location-wrap, .login-wrap {
    width: 935px;
    margin: 0 auto 50px;
    padding-bottom: 30px;
    background-color: white;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc;
}

.nav-tabs2 {
    padding: 13px 25px;
    border-bottom-color: #ab812d;
    background-color: #ab812d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.nav-tabs{
    padding: 9px 35px 0;
    border-bottom-color: #ab812d;
    background-color: #ab812d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.login-wrap .nav-tabs > li > a {
    padding: 7px 14px 6px;
    border-radius: 5px 5px 0 0;
}
.nav-li {
    font-size: 18px;
    line-height: 1;
    color:#fff;
    position: relative;
    letter-spacing: 2px;
}
.nav-li div {
    width: 0;
    height: 0;
    border-left:6px solid #fff;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    position: absolute;
    left: -15px;
    top:6px;
}
.nav-li .sanjiao{
    top:4px;
}
.back-btn {
    display: block;
    padding:0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    right:10px;
    top:7px;
    background-color: #d1ab62;
    border-radius: 5px;
    color: #fff;
    border:none;

} 

.nav-tabs > li > a {
    color: #fff;
    font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border-color: #ab812d;
    border-bottom-color: transparent;
    color: #ab812d;
    font-size: 18px;
}

.page-login .login-wrap form {
    width: 580px;
    height: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.page-login .login-wrap .form-group {
    margin-top: 11px;
    float: left;
    width: 100%;
}

.page-login .login-wrap .form-group label {
    display: block;
    width: 225px;
    float: left;
    text-align: right;
    margin-right: 8px;
    line-height: 25px;
    padding-right: 20px;
}

.page-login .login-wrap .form-group label i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 25px;
    color: red;
    vertical-align: middle;
}

.page-login .login-wrap .form-group .form-control {
    width: 298px;
    padding: 0 5px;
    height: 25px;
    border: 1px solid #ababab;
    line-height: 25px;
    float: left;
    outline: 0;
    background: #fff;
}

.page-login .login-wrap .form-group .form-control.bg-black {
    background: #e5e5e5;
    border-color: #e5e5e5;
}

.page-login .login-wrap .form-group .form-control.small {
    width: 134px;
}

.page-login .login-wrap .btn-code {
    margin-left: 25px;
    line-height: 16px;
}

.page-login .login-wrap .btn-code:hover,
.page-login .login-wrap .btn-code:active {
    opacity: 0.8;
}

.page-login .login-wrap .action .btn-login {
    background-color: #d1ab62;
}

.page-login .login-wrap .action .btn-reset {
    background-color: #ab812d;
}

/* 右侧--请选择登录机关所在地 */
.page-login .select-location {
    width: 520px;
    margin: 0 auto;
    padding:40px 0 16px;
}

.page-login .select-location .item {
    line-height: 100%;
    padding: 10px;
}

.page-login .select-location .region {
    padding-left: 15px;
    padding-right: 27px;
    margin-right: 8px;
    border-right: black 1px solid;
    color: #87550f;
    font-weight: bold;
}

.page-login .select-location .provinces a {
    padding: 3px 10px;
    margin: 0 3px;
    color: #313131;
}

.page-login .select-location .provinces a:hover,
.page-login .select-location .provinces a.on {
    background-color: #ab812d;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.btn-code{
    background-color: #ffab30 !important;
    background-image: none;
}
.btn-success{
    background-color: #ffab30 !important;
    background-image: none;
}

/* 登录页 end */

/* 填报须知 start */

.page-instruction {
    margin: 55px auto 35px;
    background-color: white;
}

.page-instruction h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.page-instruction .content {
    /*width: 650px; */
    margin: 0 auto;
    padding-bottom: 40px;
    width: 1080px;
    padding-left: 20px;
}

.page-instruction .content p {
    margin-bottom: 10px;
    /* text-indent: 2em; */
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
    /*word-spacing: normal;*/
    /*word-break: normal;*/
    /*word-wrap: break-word;*/
    white-space: normal;
}

/* 半透明的遮罩层 */
#overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display:none;
}
.year-list{
    z-index: 101;
}

/* 填报须知 end */

.tbxz{
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 999;
    display: none;
}
.tb_contant{
    margin:150px auto 0;
    background-color: #fff;
    width:800px;
    height: 400px;
    overflow-y: auto;
    padding:20px 40px 20px 40px;
}
.tb_contant .tb_title{
    display: inline-block;
    font-size: 30px;
    color:#000;
}
.tb_contant ol{
    text-align: left;
    font-size: 18px;
}
.tb_ol {
    margin-left: 20px;
}
.tb_ol li{
    list-style: decimal;
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px !important;
}
.tb_contant .action{
    background-color: #fff;
    border:none;
    margin-top: 0;
    position: relative;
}
.tb_contant .action a{
    position: relative;
    z-index: 9998;
}
.tb_check{
    margin-top: 20px;
}
.tb_check input+span{
    margin-left: 20px;
    position: relative;
    top:3px;
}
#tb_zhezhao{
    width: 130px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 285px;
    z-index: 9999;
    display: block;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}
.connect-link a:hover {
    color: rgb(0,0,255) !important;
}