﻿* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.mainx {
    width: 1120px;
    margin: 0 auto;
}

.serchBanner {
    position: relative;
    width: 100%;
    height: 90px;
    text-align: center;
}

.serchBanner .searchSer_banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.serchBanner h1 {
    position: absolute;
    float: left;
    padding-left: 72px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}

.seat {
    padding: 25px 0;
    font-size: 16px;
    color: #666;
}

.seat a {
    color: #666;
}

.tseb2 {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 60px;
}

.tseb2-l {
    float: left;
    width: 740px;
    padding: 0 10px;
}

.tseb2-r {
    float: left;
    width: 380px;
    padding: 0 10px;
}

.tseb2-l-c {
    padding: 8px 30px 0px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}

.tseb2-r-c {
    padding: 8px 30px 30px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 49px;
}

.applicationNav > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 35px;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
}

.formBox {
    margin: 0 auto;
    /* padding: 112px 60px 0px; */
    width: 455px;
    margin: 112px auto 65px;
}

#form input {
    border: none;
    outline: none;
}

.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

#form input::-webkit-input-placeholder {
    font-size: 15px;
    color: #999;
}

.formName .name_icon, .formCode .code_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.formName .name_icon img, .formCode .code_icon img {
    vertical-align: middle;
}

.formButton {
    overflow: hidden;
    margin-top: 34px;
}

.formButton li {
    height: 50px;
    width: 720px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 3px;
    cursor: pointer;
}

.formButton li.subMit {
    float: left;
    background: #c40311;
    color: #fff;
}

.formButton li.subRes {
    float: right;
}

.formButton li:hover {
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}

.formName {
    margin: 20px 0;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formName input {
    height: 100%;
    width: calc(100% - 45px);
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
    font-size: 15px;
}

.formName input::-webkit-input-placeholder {
    font-size: 15px;
    color: #999;
}

.eui-tip {
    font-size: 14px;
    color: #999;
}

.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCodeImg {
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}

.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
    font-size: 16px;
}

/*æŸ¥è¯¢æ¡†ç»“æŸ*/

/*å³ä¾§æ˜¾ç¤º*/
.snrbg {
    overflow: hidden;
    margin-bottom: 214px;
}

.srnbq1 {
    width: 100%
}

.snrbg dd {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.tb {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 57px;
    float: left;
    margin: 0px 16px 0 0;
    position: relative;
    background: #f0f0f0;
    border-radius: 12px;
}

.tb img {
    max-width: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.qnd > li {
    display: none
}

.qnd > li:first-child {
    display: block;
}

.rns {
    float: left;
}

.rns a, .rns span {
    display: inline-block;
    font-size: 17px
}

.rns span {
    color: #999999;
    margin-left: 12px;
}

.rns i {
    display: block;
    font-style: normal;
    color: #a2a2a2;
    font-size: 13px;
    margin-top: 7px;
}

.rns a {
    color: #333;
}

.rns a:hover {
    color: #c40311;
}

@media only screen and (max-width: 1024px) {
    .serchBanner {
        margin-top: 10px;
    }

    .formBox {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .formBox {
        padding: 0 20px;
    }

    .tseb2-l {
        width: 100%;
    }

    .tseb2-r {
        width: 100%;
        margin-top: 20px;
    }
}

.formPic {
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
}

.formList {
    position: absolute;
    width: 455px;
    z-index: 1;
    background: #f7f7f7;
    padding: 8px 0 10px;
    overflow-y: auto;
    border: solid 1px #cccccc;
    display: none;
}

.formList > li {
    height: 32px;
    width: 100%;
    padding-left: 8px;
    font-size: 15px;
    color: #888;
    line-height: 32px;
    text-align: left;
}

.formList > li:hover {
    background: #ccc;
    color: #222;
    cursor: pointer;
}

.last-explain0315 {
    text-align: center;
    font-size: 17px;
    color: #333333;
}

.formResult {
    width: 100%;
    padding: 25px;
}

.formResult #yesResult {
    padding: 0px;
}

.formResult table {
    margin-bottom: 20px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    border: solid 1px #dcdcdc;
}

.formResult table thead tr td {
    font-size: 17px;
    color: #fff;
    background: #c40311;
    height: 50px;
}

.formResult table td {
    padding: 0 10px;
    text-align: center;
    border: solid 1px #dcdcdc;
    height: 50px;
    line-height: 30px;
    background: #fff;
}

.formResult table tbody {
    font-size: 3px;
    letter-spacing: 0;
    text-indent: 0;
}

.formResult table tbody td {
    height: 50px;
    line-height: 12px;
}

.formResult table td.bg {
    text-align: center;
}
