/*reset*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body {
    margin: 0 auto;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "microsoft yahei";
    color: #666;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ul, ol, dl {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    font-family: "microsoft yahei";
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

li {
    font-size: 12px;
    font-family: "microsoft yahei";
    list-style: none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
    font-size: 12px;
}

body, p, span {
    font-family: "microsoft yahei";
}

img {
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    mainContent: "";
    clear: both;
}

.transtion {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

.header {
    background: #fff;
}

.header-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header-list a.logo {
    float: left;
    line-height: 66px;
    font-size: 0;
}

.header-list a.logo img {
    max-height: 90%;
}

.header-list .nav {
    float: right;
    overflow: hidden;
    margin-left: 280px;
}

.header-list .nav li {
    float: left;
    margin-left: 60px;
}

.header-list .nav li a {
    display: block;
    height: 64px;
    font-size: 16px;
    color: #333;
    line-height: 64px;
    text-align: center;
}

.header-list .nav li a.on {
    color: #2a80b9;
    border-bottom: 2px solid #2a80b9;
}

.header-list p {
    float: right;
    color: #666;
    padding-left: 30px;
    background: url(tel.png) no-repeat left center;
    font-size: 16px;
    line-height: 66px;
    height: 66px;
    margin-left: 160px;
}

.banner {
    position: relative;
}

.banner .txt {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
    top: 85px;
    color: #fff;
    margin: auto;
}

.banner .txt h3 {
    font-size: 36px;
    font-weight: normal;
}

.banner .txt p {
    font-size: 18px;
}

.banner .txt span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
}

.banner .img {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.banner .img img {
    position: absolute;
    top: 0;
    left: -960px;
    margin-left: 50%;
}

.title {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    padding: 40px 0 20px;
}

.title b {
    color: #2a80b9;
}

.copyright {
    text-align: center;
    line-height: 64px;
    color: #333;
    font-size: 14px;
}

.copyright a {
    color: #333;
    font-size: 14px;
}

.form {
    background: #f7f7f7;
    background-size: cover;
}

.form-list {
    padding: 0px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.form-list .illustrate {
    padding: 35px 65px 25px;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    border-top: 2px dashed #e3e3e3;
    margin: 45px 0 0;
}

.form-list .illustrate span {
    color: #2a80b9;
}

.form-list .illustrate p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #2a80b9;
    text-align: center;
    margin-bottom: 30px;
}

.form-list form {
    background: #fff;
    width: 620px;
    margin: auto;
}

.form-list form div {
    margin: 25px 0;
}

.form-list form div span {
    float: left;
    width: 64px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    min-height: 1px;
    text-align: justify;
    text-align-last: justify;
}

.form-list form div em {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.form-list form div input {
    float: right;
    width: 490px;
    font-size: 16px;
    color: #333;
    border: 1px solid #cccccc;
    height: 48px;
    border-radius: 10px;
    padding: 0 20px;
}

.form-list form div select {
    float: right;
    width: 490px;
    font-size: 16px;
    color: #333;
    border: 1px solid #cccccc;
    height: 48px;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: content-box;
    appearance: none;
    color: #666;
    background: url(down.png) no-repeat 495px center;
}

.form-list form div button {
    background: #2a80b9;
    color: #fff;
    text-align: center;
    line-height: 48px;
    width: 400px;
    border: none;
    border-radius: 48px;
    font-size: 16px;
    margin-left: 20px;
    box-shadow: 0px 7px 9px 0px rgba(42, 128, 185, 0.38);
}

.submitBtn {
    background: #2a80b9 !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 48px !important;
    width: 210px !important;
    border: none !important;
    border-radius: 48px !important;
    font-size: 16px !important;
    margin-left: 20px !important;
    box-shadow: 0px 7px 9px 0px rgba(42, 128, 185, 0.38) !important;
    float: unset !important;
    padding: unset !important;
    cursor: pointer;
}

.form-list form table {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.form-list form table th {
    background: ;
    color: #333;
    font-size: 18px;
    line-height: 54px;
}

.form-list form table td {
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #ebebeb;
    font-size: 14px;
}

.form-list form table td:last-child {
    border-right: none;
}

.form-list form table td p {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 30px;
    padding: 12px 24px;
}

.form-list form table td p {
    border: none;
}

.form-list form .table {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.form-list form .table b {
    color: #333;
    font-size: 18px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.form-list form .table div {
    overflow: hidden;
    margin: 0;
    display: flex;
    align-content: center;
}

.form-list form .table div em {
    float: left;
}

.form-list form .table div em label {
    overflow: hidden;
    display: block;
    padding: 17px 40px 17px 24px;
    border-bottom: 1px solid #ebebeb;
    width: 440px;
    font-size: 14px;
    color: #666;
    line-height: initial;
    position: relative;
    border-right: 1px solid #ebebeb;
}

.form-list form .table div em label:last-child {
    border-bottom: none;
}

.form-list form .table div em label input {
    width: auto;
    height: auto;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-list form .table div p {
    float: right;
    position: relative;
    width: 112px;
}

.form-list form .table div p i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 14px;
    color: #666;
    width: 60px;
    height: 42px;
}

.tip {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    height: 120px;
    width: 475px;
    text-align: center;
    line-height: 120px;
    font-size: 0;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #333;
    display: ;
    z-index: 99;
}

.tip span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

.tip img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.search {
    background: #f7f7f7;
    background-size: cover;
}

.search-list-bg {
    padding: 0 50px 50px;
    width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.search-list {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 7px 9px 0px rgba(42, 42, 42, 0.1);
    padding: 0 50px 50px;
}

.search-form {
    text-align: center;
}

.search-form div {
    font-size: 0;
    margin: 10px 0 28px 0;
}

.search-form div span {
    width: 64px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    min-height: 1px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
}

.search-form div em {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.search-form div input {
    width: 490px;
    font-size: 16px;
    color: #333;
    border: 1px solid #cccccc;
    height: 48px;
    border-radius: 10px;
    padding: 0 20px;
}

.search-form div button {
    background: #2a80b9;
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 210px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

.search-list table {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.search-list table th {
    line-height: 44px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.search-list table td {
    line-height: 44px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.search-list table.table1 th {
    background: #eeeeee;
}

.search-list table.table1 td {
    width: 20%;
}

.search-list table.table1 td a {
    font-size: 14px;
    color: #333;
}

.search-list table.table2 tr:nth-child(even) {
    background: #eeeeee;
}

.pass {
    text-align: center;
    line-height: 80px;
    font-size: 0;
    padding: 15px 0 25px;
}

.pass span {
    padding-left: 80px;
    background: url(pass.png) no-repeat left center;
    font-size: 30px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.fail {
    text-align: center;
    line-height: 80px;
    font-size: 0;
    padding: 15px 0 0px;
}

.fail span {
    padding-left: 80px;
    background: url(fail.png) no-repeat left center;
    font-size: 30px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.achievement {
    background: #2a80b9;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}

.certificate {
    text-align: center;
    background: #4d4d4d;
    font-size: 0;
    position: relative;
}

.certificate img {
    max-width: 95%;
    max-height: 95%;
}

.certificate .type {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    margin: auto;
    line-height: initial;
}

.certificate .type h3 {
    font-size: 25px;
    color: #2e303d;
    font-weight: normal;
}

.certificate .type span {
    font-size: 40px;
    color: #2e303d;
    display: block;
    font-family: "宋体";
    margin: 10px 0;
}

.certificate .type p {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.certificate .type em {
    font-size: 14px;
    color: #333;
    display: block;
    width: 222px;
    margin: 0 auto;
    text-align: left;
}

.certificate .date {
    position: absolute;
    left: 0;
    right: 0%;
    bottom: 23.1%;
    margin: auto;
    line-height: initial;
    font-size: 12px;
}

.certificate .date div {
    width: 105px;
    position: absolute;
    left: 10%;
    margin: auto;
    bottom: 12.5%;
}

.certificate .date p {
    border-bottom: 2px solid #85838d;
    line-height: 24px;
}

.certificate .date span {
    line-height: 24px;
    display: block;
}

@media screen and (max-height: 800px) {
    .certificate .type {
        top: 41%;
    }
}

@media screen and (max-height: 680px) {
    .certificate .type h3 {
        font-size: 22px;
    }

    .certificate .type span {
        font-size: 36px;
    }

    .certificate .type em {
        font-size: 13px;
    }

    .certificate .date div {
        bottom: 12.2%;
        left: 9%;
    }
}