body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: 微软雅黑;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center 150px;
}

* {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

img {
    border: 0px;
}

.center {
    width: 1000px;
    margin: 0 auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/*头部*/

.header {
    background-image: url(../img/h_bg.jpg);
    background-repeat: repeat-x;
}

.logo_area {
    background-image: url(../img/header_bg.png);
    width: 1120px;
    height: 410px;
    position: relative;
    margin: 0 auto;
}

.logo_area img {
    margin-left: 235px;
}

.logo_area .jindu_btn {
    display: block;
    position: absolute;
    height: 55px;
    width: 310px;
    left: 50%;
    margin-left: -150px;
    bottom: 145px;
}

.content {
    width: 960px;
    background-color: #000;
    padding: 30px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-top: -50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}


/*内容*/

#content_nav1 {
    color: #fff;
    height: 74px;
    width: 74px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    background-color: #3e3e3e;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#content_nav2 {
    color: #fff;
    height: 74px;
    width: 74px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    background-color: #3e3e3e;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#content_nav3 {
    color: #fff;
    height: 74px;
    width: 74px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    background-color: #3e3e3e;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#content_nav4 {
    color: #fff;
    height: 74px;
    width: 74px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    background-color: #3e3e3e;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#content_nav5 {
    color: #fff;
    height: 74px;
    width: 74px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    background-color: #3e3e3e;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.content_li {
    float: left;
    width: 297px;
    height: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #181818;
    padding-bottom: 10px;
}

.content_a {
    display: block;
    width: 290px;
    height: 115px;
    border: 5px solid #525252;
    position: relative;
}

.content_a h3 {
    color: #fff;
}

.hdsq,
.hdxx {
    display: block;
    float: left;
    color: #440b00;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(to right, #e3bf6e, #fff891, #e3bf6e);
    border-radius: 5px;
    border: 1px solid #ffe76f;
    font-size: 14px;
}

.hdsq {
    /* float: left; */
    margin-left: 40px;
    cursor: pointer;
}

.hdxx {
    float: right;
    margin-right: 40px;
}

.content .content_a:hover {
    border-color: #FFFECB;
    margin-top: -5px;
}

.content a img {
    width: 290px;
    height: 115px;
}

.content>div {
    background-image: url(../img/sijiao.png);
    background-repeat: no-repeat;
    width: 216px;
    position: absolute;
    height: 218px;
}

.content>div.topL {
    left: 0px;
    top: 0px;
    background-position: 0px 0px;
}

.content>div.topR {
    right: 0px;
    top: 0px;
    background-position: -216px 0px;
}

.content>div.bottomL {
    left: 0px;
    bottom: 0px;
    background-position: 0px -218px;
}

.content>div.bottomR {
    right: 0px;
    bottom: 0px;
    background-position: -216px -218px;
}


/*底部区域*/

.linksArea {
    background-image: url(../img/bottom_bg.jpg);
    background-position: center top;
    height: 267px;
    min-width: 1000px;
    margin: 0 auto;
}

.linksArea .left {
    width: 397px;
    float: left;
    height: 200px;
    border: 1px solid #D4E6E0;
    background-color: #000000;
    margin-top: 35px;
    overflow: hidden;
}

.linksArea .left ul {
    margin: 10px 20px;
}

.linksArea .left ul li {
    color: #FFF05F;
    font-size: 14px;
    line-height: 30px;
}

.linksArea .left ul li b {
    color: #fff;
    font-weight: normal;
}

.linksArea .left ul li span {
    color: #E9170F;
}

.linksArea .right {
    overflow: hidden;
    float: left;
    margin-top: 15px;
    width: 600px;
}

.linksArea .right a {
    float: left;
    margin-left: 20px;
    width: 177px;
    height: 69px;
    text-decoration: none;
    color: #D4E6E0;
    margin-top: 20px;
    border: 1px solid #D4E6E0;
    background-color: #000000;
    padding-top: 20px;
}

.linksArea .right a i {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/link.png);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.linksArea .right a span {
    display: block;
    margin-top: 4px;
}

.linksArea .right a span.tle {
    font-size: 18px;
}

.linksArea .right a i.link1 {
    background-position: 0px 0px;
}

.linksArea .right a i.link2 {
    background-position: 0px -50px;
}

.linksArea .right a i.link3 {
    background-position: 0px -100px;
}

.linksArea .right a i.link4 {
    background-position: 0px -150px;
}

.linksArea .right a i.link5 {
    background-position: 0px -200px;
}

.linksArea .right a i.link6 {
    background-position: 0px -250px;
}

.linksArea .right a:hover {
    color: #FFFEB2;
    border-color: #FFFEB2;
}

.linksArea .right a:hover i {
    background-position-x: -50px;
}


/*底部*/

.bottom {
    background-color: #1d1c1c;
    height: 110px;
}

.bottom>div {
    text-align: center;
}

.bottom p {
    text-align: center;
    color: #fefcb6;
    font-size: 14px;
}


/*弹框*/

#msgDiv {
    z-index: 10001;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 743px;
    height: 584px;
    background: url(../img/modal-bg.png);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -292px 0 0 -372px;
    display: none;
    font-size: 16px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#msgDiv .i-close {
    width: 101px;
    height: 113px;
    background: url(../img/i-close.png);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

#msgDiv #msgDetail {
    height: 100%;
}

#msgDiv .bd {
    height: 100%;
    position: relative;
    overflow-y: auto;
    scrollbar-face-color: #434343;
    scrollbar-highlight-color: #000;
    scrollbar-shadow-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #000;
    scrollbar-darkshadow-color: #000;
}

#msgDiv .bd::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    height: 50px;
    -webkit-border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#msgDiv .bd::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.2);
    height: 50px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

#msgDiv .bd::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

#msgDiv .bd::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 0;
}

#bgDiv {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .5;
    z-index: 10000;
}


/*弹框内容*/

.fc-yellow {
    color: #ffea00;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.modal-form {
    color: #fff;
}

.modal-form .modal-logo {
    height: 100px;
    display: block;
    margin: 30px auto 0;
    background: url(../img/logo1.png) no-repeat center top;
    margin-top: 60px;
}

.modal-form .modal-tle {
    margin-top: 26px;
    color: #fdfd73;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 30px 0 0;
}

.modal-form .fm-list {
    padding: 30px 0 30px;
    *zoom: 1;
}

.modal-form .fm-list:before,
.modal-form .fm-list:after {
    content: "";
    display: table;
}

.modal-form .fm-list:after {
    clear: both;
}

.modal-form .fm-list li {
    *zoom: 1;
    margin-bottom: 15px;
}

.modal-form .fm-list li:before,
.modal-form .fm-list li:after {
    content: "";
    display: table;
}

.modal-form .fm-list li:after {
    clear: both;
}

.modal-form .fm-list li .cont {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.modal-form .fm-list li label {
    float: left;
    width: 250px;
    text-align: right;
    display: inline-block;
    color: #959595;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
}

.modal-form .fm-list li .ipt {
    float: left;
    height: 36px;
    border: 1px solid #7d7d7d;
    width: 300px;
    padding: 0 0 0 10px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.modal-form .fm-list li .yzmbox {
    float: left;
    position: relative;
}

.modal-form .fm-list li .yzmbox .yzmimg {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modal-form .fm-list .btn-submit {
    background: #d5af53;
    text-align: center;
    width: 94px;
    height: 35px;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin-left: 65px;
}

.modal-form .fm-list .btn-submit:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.modal-form .fm-list .btn-submit2 {
    background: url(../img/subbtn.png) no-repeat;
    display: block;
    float: left;
    width: 146px;
    height: 36px;
    font-family: 微软雅黑;
    line-height: 30px;
    cursor: pointer;
    color: #251e00;
    font-size: 16px;
    text-align: center;
    border: none;
    margin-left: 0px;
    margin-top: 15px;
}

.modal-form .fm-list .btn-submit5 {
    background: url(../img/subbtn.png) no-repeat;
    display: block;
    font-family: 微软雅黑;
    float: left;
    width: 146px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #251e00;
    font-size: 16px;
    text-align: center;
    border: none;
    margin-left: 12px;
    margin-top: 15px;
}

.modal-form .fm-list .btn-search {
    width: 178px;
    height: 48px;
    border: 0;
    margin-top: 10px;
    background: url(../img/btn-search.png);
}

.modal-form .fm-list .btn-search:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.modal-form .modal-table {
    width: 640px;
    margin: 30px auto;
    text-align: center;
}

.modal-form .modal-table td,
.modal-form .modal-table th {
    border: solid 1px #484b6f;
    word-break: break-all;
}

.modal-form .modal-table th {
    font-size: 14px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.5);
}

.modal-form .modal-table td {
    padding: 10px 10px;
    font-size: 12px;
}

.modal-form .btn-back {
    display: block;
    width: 178px;
    height: 48px;
    border: 0;
    background: url(../img/btn-back.png);
    margin: 30px auto;
}

.modal-form .btn-back:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}


/*审核查询的弹出框*/

.con2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 743px;
    margin-left: -371.5px;
    height: 584px;
    margin-top: -292px;
    background: url(../img/modal-bg.png) center center;
}

.con2 h2 {
    color: #fdfd73;
    font-size: 24px;
    margin: 130px 0 30px;
    text-align: center;
    line-height: 25px;
}

.con2 table {
    width: 600px;
    margin: 0 auto;
}

.con2 table tr td {
    border: 1px solid #33b18e;
    height: 40px;
    line-height: 40px;
    color: #d4dbd7;
    font-size: 14px;
    text-align: center;
}


/* 弹出框 */

.alertbox2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
}

.alertbox2 .layout {
    width: 643px;
    /* height: 464px; */
    height: auto;
    background: #0d0d0c;
    border: 3px solid #c59c3d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    margin-left: -322px;
    top: 50%;
    margin-top: -232px;
}

.alertbox2 .layout h1 {
    text-align: center;
    position: relative;
}

.alertbox2 .layout h1 a {
    font-size: 36px;
    color: #eecb23;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    right: 0;
}

#applyFormBody {
    margin-top: 0;
}

.alertbox2 .layout h1 img {
    margin: 20px 0;
    width: 250px;
}

.alertbox2 .layout .inputbox {
    /* height: 275px; */
    height: auto;
    overflow: hidden;
    /* border-top: 1px dotted #45433b; */
    /* border-bottom: 1px dotted #45433b; */
    padding-bottom: 18px;
}

.alertbox2 .layout .inputbox ul {
    width: 460px;
    margin: 0 auto;
}

.alertbox2 .layout .inputbox ul li {
    width: 100%;
    margin-top: 17px;
}

.alertbox2 .layout .inputbox ul li input {
    width: 195px;
    height: 29px;
    border: 1px solid #695524;
    background: none;
    color: #564f3e;
    line-height: 29px;
    text-indent: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alertbox2 .layout .inputbox ul li input::-webkit-input-placeholder {
    color: #564f3e;
    font-size: 12px;
}

.alertbox2 .layout .inputbox ul li span {
    color: #cda846;
    width: 160px;
    text-align: right;
    float: left;
    margin-right: 10px;
    line-height: 29px;
}

.alertbox2 .layout .inputbox ul li p {
    color: #cda846;
    width: 250px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    margin-top: 0px;
}

.alertbox2 .layout .inputbox ul li p a {
    color: #f90;
}

.alertbox2 .layout .inputbox ul li i {
    font-size: 18px;
    color: #f00;
    float: right;
    margin-top: 9px;
}

.alertbox2 .layout .inputbox ul li select {
    background: none;
    border: 1px solid #695524;
    font-size: 12px;
    color: #e0ac24;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 29px;
    width: 195px;
    padding-left: 10px;
}

.alertbox2 .layout .inputbox ul li.after {
    position: relative;
}

.alertbox2 .layout .inputbox ul li.after:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 30px;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 8px solid #d7a523;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.alertbox2 .layout .buton_but {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 30px;
}

.alertbox2 .layout .buton_but a {
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}

.alertbox2 .layout .buton_but a.a1 {
    width: 117px;
    height: 41px;
    background: url(../../img/img19.png);
    color: #3a210a;
    line-height: 41px;
}

.alertbox2 .layout .buton_but a.a2 {
    width: 115px;
    height: 39px;
    background: url(../../img/img20.png);
    color: #fff;
    line-height: 39px;
}
