*{
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}
body{
    min-width: 1400px;
}
a{
    text-decoration: none;
}

.banner{
    width: 100%;
    background: url(../img/banner.png) center center no-repeat;
    height: 500px;
}

.nav-list{
    width: 100%;
    height:89px;
    border-bottom: 1px solid #d5d5d5;

}

.nav-list-box{
    height:89px;
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    border-right: 1px solid #d5d5d5;
}

.nav-list-box div{
    width: 150px;
    height:89px;
    box-sizing: border-box;
    border-left: 1px solid #d5d5d5;
}
.nav-list-box div a{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 89px;
    color: #333;
}

.nav-list-box div a.on{
    color: #ad0026;
}

.top{
    width: 1400px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.logo{
    width: 205px;
    height: 34px;
}


/*.search img{*/
    /*position: absolute;*/
    /*top: 8px;*/
    /*left: 14px;*/
    /*width: 12px;*/
    /*height: 14px;*/
/*}*/

/*.search input{*/
    /*width: 100%;*/
    /*height: 30px;*/
    /*padding-left: 40px;*/
    /*border: 0;*/
    /*background: #f1f1f1;*/
    /*border-radius: 30px;*/
    /*outline: none;*/
/*}*/

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 16px;
}

.nav a{
    display: flex;
    justify-content: center;
    width: 115px;
    align-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
}

.nav a img{
    margin-left: 5px;
}

.nav a.on{
    color: #ad0026;
}

.content{
    padding: 50px 0;
    width: 650px;
    margin: 0 auto;
}

.input-boxs{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.code{
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #ad0026;
    cursor: pointer;
    text-align: center;
}

.input-box{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.input-box:nth-child(2){
    margin-bottom: 10px;
}

.input-box-name{
    width: 115px;
    text-align: justify;
    text-align-last: justify;
    font-size: 16px;
}

.input-box-input{
    width: 520px;
    height: 46px;
    outline-color: #ad0026;
    border: 1px solid #e0e0e0;
}

.forget{
    width:650px;
    text-align: right;

}
.forget a{
    font-size: 14px;
    color: #999999;
}

.button{
    width: 550px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}

.button a{
    display: block;
    width: 120px;
    height: 38px;
    border: 1px solid #999999;
    color: #999;
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
}

.button a.on{
    color: #ad0026;
    border-color:#ad0026;
}

.bottom{
    width: 100%;
    background: #ad0026;
    height: 158px;
    box-sizing: border-box;
    padding: 45px 0;
}

.bottom-box{
    width: 1225px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bottom-nav{
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.bottom-nav a:nth-child(1){
    margin-left: 0;
}
.bottom-nav a{
    color: #fff;
    line-height: 30px;
    margin: 0 10px ;
}

.bottom-phone img{
    margin-right: 10px;
}

.bottom-phone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 12px;
    color: #fff;
}

.bottom-phone div,.bottom-phone span{
    color: #fff;
}

.bottom-right{
    width: 340px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.bottom-right img{
    margin:0 6px;
}

.bottom-rights div{
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

.bottom-rights{
    width: 310px;
    font-size: 12px;
    color: #fff;
}

.content-left{
    width: 180px;
    height: 366px;
    background: #f1f1f1;
}

.contents{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    min-height: 63vh;
}

.content-right{
    width: 980px;
}

.content-left a{
    display: block;
    width: 100%;
    height: 61px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 60px;
}

.content-left a.on{
    background: #ad0026;
    color: #fff;
}

.content-right .input-boxa{
    width: 680px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.buttons{
    width: 350px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}

.buttons a{
    display: block;
    width: 120px;
    height: 38px;
    border: 1px solid #999999;
    color: #999;
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
}

.buttons a.on{
    color: #ad0026;
    border-color:#ad0026;
}

.contents-box{
    display:none;
}

.checkbox {
    margin-right: 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    width: 22px;
    height: 22px;
    position: relative;
    border: 0;
}

.checkbox:after {
    width: 22px;
    height: 22px;
    content: " ";
    display: inline-block;
    visibility: visible;
    border-radius: 3px;
    box-sizing: border-box;
}

.checkbox:checked:after {
    content: "✓";
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #ad0026;
}

.sign{
    width: 980px;
    background: #fafafa;
    padding: 20px 30px;
}

.sign-box{
    font-size: 24px;
    line-height: 50px;
}

.sign-checkbox-list{
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sign-checkbox-list-box{
    display: flex;
    justify-content: flex-start;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.sign-checkbox-list-title{
    padding-top:5px;
    width: 230px;
   /* white-space: nowrap;
    text-overflow:ellipsis ;
    overflow: hidden;*/
  line-height:20px;
}

.sign-checkbox-list-box.on .sign-checkbox-list-title{
    color: #ad0026;
}

.audit-data{
    display: flex;
    justify-content: flex-start;
    border-top:1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    width: 980px;
    margin-bottom: 20px;
}

.audit-name{
    width: 110px;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.audit-content{
    width: 380px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.table-top{
    display: flex;
    justify-content: flex-start;
    background: #dfdfdf;
    height: 40px;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 16px;
}

.table-tops .table-top-status{
    color: #ad0026;
}

.table-tops .table-top-name{
    font-size: 14px;
}

.table-tops .table-top-status{
    font-size: 14px;
}

.table-tops .table-top-remarks{
    font-size: 14px;
}

.table-tops{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    /* height: 40px; */
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 16px;
}

.table-top-name{
    box-sizing: border-box;
    width: 255px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    text-align: center;
    /* height: 40px; */
    line-height: 40px;
}

.table-top-status{
    box-sizing: border-box;
    width: 160px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
}

.table-tops .table-top-remarks{
    padding-left: 20px;
    text-align: left;
}

.table-top-remarks{
    width: 565px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.table-qrcode{
    width: 193px;
    height: 193px;
    border: 1px solid #d0d0d0;
    margin: 20px auto;
}

.table-qrcode-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.payment{
    width: 980px;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.payment-title{
    width: 100%;
    height: 40px;
    background: #dfdfdf;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.payment-top{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background: #f4f4f4;
}

.payment-list{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.payment-name{
    width: 450px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 14px;
}

.payment-price{
    width: 190px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 14px;
}

.payment-time{
    width: 340px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    font-size: 14px;
}

.achievement-table{
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    background: #dfdfdf;
}

.achievement-tables{
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

.achievement-name{
    width: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.examination{
    width: 380px;
}

.examination-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 40px;
}

.examination-list{
    width: 225px;
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 25px;
}

.examination-box{
    display: flex;
    justify-content: space-around;
}

.examination-img{
    display: block;
    margin: 0 auto 30px;
}

.admission{
    width: 380px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.admission-left{
    height: 40px;
    width: 80px;
    line-height: 40px;
    font-size: 14px;
}

.admission-right{
    width: 300px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 2px solid #444444;
    text-align: center;
}

.admission-rights{
    margin-left: 80px;
    width: 300px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 2px solid #444444;
    text-align: center;
}

.material{
    width: 980px;
    background: #fafafa;
    box-sizing: border-box;
    padding: 40px;
}

.material-input{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

.material-input-one{
    width: 153px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.material-input-one div{
    font-size: 14px;
    line-height: 25px;
    color: #888888;
}

.material-input-one input{
    outline-color: #ad0026;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    background: none;
}

.material-input-one span{
    color: #ad0026;
}

.material-input-one  select{
    outline-color: #ad0026;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    background: none;
}

.material-input-two{
    width: 260px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.material-input-two input{
    outline-color: #ad0026;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    background: none;
    padding: 0 8px;
}


.material-input-two div{
    font-size: 14px;
    line-height: 25px;
    color: #888888;
}

.material-input-two input{
    outline-color: #ad0026;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    background: none;
}

.material-input-two span{
    color: #ad0026;
}

.material-txt{
    font-size: 14px;
    line-height: 25px;
    color: #888888;
}

.material-txt span{
    color: #ad0026;
}

.inputs{
    outline-color: #ad0026;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    background: none;
}

.material-input-three{
    width: 579px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.material-input-four{
    width: 350px;
}

.material-input-five{
    width: 180px;
}

.material-input-six{
    width: 260px;
}

.material-input-seven{
    width: 100%;
    position: relative;
}

.application{
    height: 40px;
    width: 430px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0 8px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.application input{
    width: 100px;
    border: 0;
    background: none;
    height: 40px;
    outline: none;
}

.material-num span{
    color: #888;
    font-size: 14px;
}

.material-num{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #888;
    font-size: 14px;
}


.textarea{
    width: 100%;
    height: 150px;
    outline-color: #ad0026;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 8px;
    background: none;
    font-size: 14px;
    line-height: 22px;
}

.material-inputs{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.material-inputa{
    width: 100%;
    margin-bottom: 10px;
}

.material-table{
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #ededed;
    height: 40px;
}

.material-tables{
    display: flex;
    justify-content: flex-start;
    border-left: 1px solid #e0e0e0;
    height: 40px;
}

.material-table-appellation{
    width: 120px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.material-table-name{
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.material-table-age{
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.material-table-political{
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.material-table-company{
    width: 421px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.material-table-del {
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.material-tables input{
    outline: none;
    width: 100%;
    height: 40px;
    border: 0;
    background: none;
    text-align: center;
}

.material-table-add{
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.material-textarea{
    margin: 10px auto ;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}

.material-textarea .textarea{
    border: 0;
    outline: none;
}

.texttarea-title{
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
}

.material-textarea-box{
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.material-file{

}

.files-box{
    display: none;
    width: 108px;
    height: 150px ;
}

.files-box img{
    width: 108px;
    height: 150px ;
}
.materail-in p{
    color: #888888;
    font-size: 14px;
    line-height: 20px;
}

.material-txt-up{
    margin-top: 10px;
}

.promise{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100px;

}

.promise div{
    color: #ad0026;
    font-size: 16px;
}

.radio{
    margin-right: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 22px;
    height: 22px;
    position: relative;
    border: 0;
}

.radio:after {
    width: 22px;
    height: 22px;
    content: " ";
    display: inline-block;
    visibility: visible;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    background: #fafafa;
}

.radio:checked:after {
    content: "✓";
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background-color: #ad0026;
}

.material-tips{
    width: 980px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: right;
}

.bj{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    text-align: center;
    z-index: 9999;
}

.bjBox{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}
.bj img{
    height: 450px;
    width: auto;
}

.filesad{
    cursor: pointer;
    display: block;
    width: 108px;
    height: 45px;
    color: #ad0026;
    background: #eee;
    text-align: center;
    line-height: 45px;
    margin: 10px 0;
}