html{ height: 100%;}
*{padding:0;margin:0;}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, div,textarea{font-family:SimSun,"宋体";font-weight: inherit;color:#000;}
li{list-style:none;}
body,html{background:#fff;
   width: 100%;
    margin: 0;
    padding: 0;
}

.header-top{
    background: #0578c2;
    padding:10px 0;
}
.header-top-box{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.header{
   background: url(/eportal/imageDir/slt/2025/11/2025111010502386692.jpg) top no-repeat;
}
.header-box{
    width: 1200px;
    margin: 0 auto;
}
.header-top-left,.header-top-right a{
    color:#fff;
    font-size:16px;
}

.search-text::placeholder{
    color:#ccc;
}


.search-text{
    border-radius: 6px 0 0 6px;
    padding: 0 20px;
    height: 40px;
    border: none;
}

.search-btn{
    width: 122px;
    height: 40px;
    margin-left: -6px;
    margin-top: -3px;
    border-radius: 0 6px 6px 0;
}

/*手机适配*/
@media screen and (max-width:780px) {
.pc-search{ display:none; }
}