html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
@font-face{
    font-family: '思源黑体';
    src : url('../fonts/SourceHanSansCN-VF-2.otf');
}
body {

line-height:1;

}

:focus {

outline: 1;

}

article,aside,canvas,details,figcaption,figure,

footer,header,hgroup,menu,nav,section,summary {

display:block;

}

ul {

list-style:none;

}

blockquote, q {

quotes:none;

}

blockquote:before, blockquote:after,

q:before, q:after {

content:'';

content:none;

}

a {

margin:0;

padding:0;

border:0;

font-size:100%;

vertical-align:baseline;

background:transparent;

text-decoration:none

}

ins {

background-color:#ff9;

color:#000;

text-decoration:none;

}

mark {

background-color:#ff9;

color:#000;

font-style:italic;

font-weight:bold;

}

del {

text-decoration: line-through;

}

abbr[title], dfn[title] {

border-bottom:1px dotted #000;

cursor:help;

}

table {

border-collapse:collapse;

border-spacing:0;

}

hr {

display:block;

height:1px;

border:0;

border-top:1px solid #cccccc;

margin:1em 0;

padding:0;

}

input, select {

vertical-align:middle;

}

.fl{

float:left;

}

.fr{

float:right;

}

html, body {

height: 100%;

width: 100%;

font-family: '思源黑体';


}

input,textarea{

border: none;

}
.font-20 {
    font-size: 20px;
}

.font-12 {
    font-size: 12px;
}
.mg-10{
    margin-bottom: 10px;
}
.mg-20{
    margin-bottom: 20px;
}
.head {
    width: 100%;
    height: 160px;
    background: #0A3A78;
}

.head-t,
.head-ul,
.center,
.foter-center {
    width: 900px;
    margin: 0 auto;
}

.head-t {
    height: 110px;
    display: flex;
    box-sizing: border-box;
    padding: 30px 0;
    color: white;
}

.head-t img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-left: 154px;

}

.head-t-div-title {
    margin: 8px 0;
}

.head-b {
   
    background: #245799;
   
}
.head-ul{
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.head-b .head-ul div {
    flex: 1;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 50px;

}
.head-b .head-ul .action{
    background: #082D5A;
}
.head-b .head-ul div a {
    color: white;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.head-b .head-ul div:nth-child(4) {
    border: 0;
}

.center {
    /* width: 900; */
}






.certificate {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tishi{
    color: red;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
}

.certificate img {
    width: 100%;
    /* height: 180px; */
    /* margin: 0 20px; */
}

.table { 
    padding: 15px;
    background: #F2F1F6;
    border-radius: 10px;
}
.color-lan{
    color: #134076;
} 
.tableDiv input,
.tableDiv select,
.bottom {
    width: 180px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 2px;
    box-sizing: border-box;
   
}
.table div,table .bottom{
    margin-bottom: 10px;
}
.tableDiv div{
    font-size: 12px;
    color: red;
}
.tableDiv input{
    padding-left: 8px;
}
.tableDiv select{
    padding-left: 5px;
}
.tableDiv .bottom {
    text-align: center;
    color: #fff;
    background: #0C3972;
}

.foter { 
    width: 100%;
    /* height: 200px; */
    background: #0C3972;
    color: white;
    font-size: 12px;
}

.foter-center {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 35px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.footer-line{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.foter-div div {
    margin-bottom: 20px;
}
.foter-div div p{
    line-height: 20px;
}
.foter-2 img {
    width: 40px;
    height: 40px;
}
.main {
    display: flex;
    justify-content: space-between;
}

.main-left {
    width: 642px;
}

.main-right {
    width: 210px;
}

.main-title {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.main-title-an {
    background: #0C3972;
    padding: 3px 8px;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    display: none;
}

.main-div {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display:none;
}
.zhezhao .search{
    width: 650px;
    border-radius: 30px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
    max-height: 560px;
}
.search h1{
    color: #143A72;
    font-size: 24px;

}
.search-p,.search h1{
    margin-bottom: 30px;
}
.search-p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-p div{
    margin-left: 30px;
    font-size: 14px;
    width: 200px;
}
.search-p label{
    width: 150px;
    font-size: 14px;
}
.search p{
    font-size: 14px;
    color: red;
}
.search-bottom{
    width: 215px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    border: 1px solid #D4D5D5;
    background: linear-gradient(0deg, #B0D6EB 0%, #F2F7FB 100%);
    color: #5A5C5E;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
}
