@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 22px;
}

body {
    position: relative;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0;
    cursor: pointer;
}

button,
img,
input,
select {
    border: none;
    vertical-align: middle
}

button,
input,
select,
textarea {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
}

textarea.form-control {
    height: auto;
}

input,
textarea {
    -webkit-appearance: none;
}

body {
    position: relative;
    padding-bottom: 64px;
    background: #f5f5f5;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    color: inherit;
    padding: 0px 24px;
    -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 320px;
    height: 56px;
    line-height: 56px;
}

.form-noborder {
    border: none;
    background: none;
    background-image: none;
    color: inherit;
    line-height: 22px;
    font-size: 14px;
}

.btn {
    display: inline-block;
    font-family: 微软雅黑;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0px 20px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn-line {
    background: none;
}

.btn-line:hover {
    color: #4165ff;
}

.btn-primary {
    background: linear-gradient(270deg, #4165ff 0%, #4165ff 100%);
    /*box-shadow: 0px 8px 24px 0px rgba(254, 24, 24, 0.32);*/
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(270deg, #4165ff 100%, #4165ff 100%);
}

.cert-title {
    color: #4165ff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse
}

li,
ol,
ul {
    list-style-type: none
}

p,
td,
th {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center
}

.mr16 {
    margin-right: 16px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb32 {
    margin-bottom: 32px;
}

.mt56 {
    margin-top: 56px;
}

.mb56 {
    margin-bottom: 56px;
}

.mb80 {
    margin-bottom: 80px;
}

a.normal:hover {
    text-decoration: underline;
}

/* separators */
.separator {
    height: 0px;
    clear: both;
    overflow: hidden;
}

/* header */
.header {
    color: #fff;
    height: 66px;
    line-height: 66px;
    width: 100%;
    min-width: 1000px;
    background: #0c64f7;
    padding: 0 80px;
}

.header .logobox {

}


/* navBox */
.nav {
    padding-right: 150px;
}

.nav > li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav li a {
    padding: 0px 20px;
    display: block;
    font-size: 16px;
    position: relative;
}

.nav > li.on > a, .nav > li > a:hover {
    font-weight: 600;
    color: #FE1818;
}

.nav > li.on::after {
    position: absolute;
    width: 16px;
    height: 4px;
    background: #FE1818;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    content: '';
}

/* enquirewrapper */
.enquire-wrapper {
    width: 100%;
    min-width: 1000px;
    padding: 40px 0;
    background-color: #f2f2f2;
    background-image: url(/static/cert/images/bg.6b0a551.png);
}

/* enquire-box */
.enquire-box {
    width: 740px;
    height: 458px;
    background: #FFFFFF;
    margin: 50px auto;
    border-radius: 16px;
    padding: 32px 210px 80px;
}

.enquire-box .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 80px;
}

.input-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 32px;
    position: relative;
}

.input-box > span {
    margin-right: 24px;
    width: 98px;
    display: inline-block;
}

.enquire-box .form-noborder {
    width: 180px;
}

.enquire-box .yzm-box .form-noborder {
    width: 90px;
}

.vefiImg {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.vefiImg img {
    width: 94px;
    height: 40px;
}

.enquire-box .btn {
    width: 100%;
}

/* searchBox */
.searchBody .form-control {
    width: 320px;
}

.searchBody .btn-primary {
    width: 160px;
}

.cert-list {
    margin-right: -40px;
    overflow: hidden;
}

.cert-list li {
    width: 580px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.cert-list li .item {
    background: #fff;
    padding: 16px 32px;
    border-bottom: 1px solid #f2f2f2;
}

.cert-list li a {
    color: #4165ff;
}

.cert-list li a:hover {
    text-decoration: underline;
}

.cert-list li .title {
    text-align: center;
    padding: 17px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #4165ff;
}

/* page */
.page {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
}

.page li {
    display: inline-block;
}

.page a,
.page span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    margin: 0 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.page a {
    color: #FE1818;
    height: 36px;
    border: 1px solid #ccc;
    margin: 0 4px;
}

.page a:hover {
    text-decoration: none;
    border: 1px solid #FE1818;
}


.page li.active span {
    color: #fff;
    background: #FE1818;
    border: 1px solid #FE1818;
}

/* table */
.table-box {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}

.table {
    width: 100%;
    max-width: 100%;
    line-height: 1.4;
}

.table tbody td {
    padding: 16px 16px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.table thead tr th {
    font-weight: normal;
    line-height: 56px;
    text-align: center;
    color: #666;
    padding: 0px 16px;
    font-size: 16px;
}

.table thead tr th:first-child, .table tbody tr td:first-child {
    text-align: left;
    padding-left: 40px;
}

.table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.table tbody tr:hover {
    background: #f4f4f4;
}

.table thead tr th.text-left,
.table tbody tr td.text-left {
    text-align: left;
}

/*footer*/
/*.footer {*/
/*    width: 100%;*/
/*    height: 64px;*/
/*    line-height: 64px;*/
/*    background: red;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.big-shadow {
    position: absolute;
    z-index: 22;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000050;
    display: none;
}

.imodal {
    position: absolute;
    z-index: 23;
    top: 50%;
    left: 50%;
    height: 528px;
    width: 764px;
    margin-left: -382px;
    margin-top: -264px;
    background: #fff;
    display: none;
}

.certimg {
    height: 528px;
    width: 764px;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 128px;
    width: 100%;
    background: url(/static/cert/images/enquiryfoot.png) 0 0 no-repeat;
    background-size: 100% 100%;

}

.type-page {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    position: relative;
}

.type-page img {
    width: 110px;
    height: 110px;
    position: absolute;
    right: 20px;
    top: 9px;
}