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 { margin:0; padding:0; }
body, button, input, select, textarea { font:14px/1.5 tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:14px; }
ul, ol { list-style:none; }
a { text-decoration:none !important; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:2px; }
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/*面向所有html标签*/
* {
    -webkit-user-select: text;
    box-sizing: border-box;
    color: inherit;
    /*保留滚动效果，IE不显示滚动条↓*/
    -ms-overflow-style: none;

}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.searchBox #header{
    height: 80px;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    padding-left: 52px;
}
.searchBox #header button{
    cursor: pointer;
    margin-left: auto;
    margin-right: 63px;
    width: 80px;
    height: 34px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(24, 77, 153, 100);
    color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(255, 255, 255, 100);
}
.searchBox .bannerImg {
    width: 100%;
    /*height: 450px;*/
}
.searchBox .bannerImg img {
    width: 100%;
    display: block;
}
/*搜索*/
.searchBox .inputBox{
    height: 120px;
    width: 1200px;
    margin: -20px auto 0;
    background-color: rgba(241, 241, 241, 100);
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.searchBox .inputBox span{
    color: rgba(67, 84, 154, 100);
    font-size: 24px;
    margin-right: 30px;
}
.searchBox .inputBox input{
    width: 753px;
    height: 54px;
    line-height: 20px;
    border: 1px solid rgba(255, 0, 0, 0);
    background-image: url("search.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
    padding-left: 40px;
    outline:none;
}
.searchBox .inputBox button{
    width: 150px;
    height: 54px;
    line-height: 20px;
    background-color: rgba(24, 77, 153, 100);
    color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(255, 0, 0, 0);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
/*提示*/
.searchBox .tipBox{
    width: 1200px;
    height: 144px;
    line-height: 20px;
    background-color: rgba(253, 246, 236, 100);
    color: rgba(230, 162, 60, 100);
    margin: 10px auto 0;
    padding-left: 80px;
    padding-top: 7px;
}
.searchBox .tipBox p{
    margin-top: 7px;
}
/*结果*/
.searchBox .resultBox{
    margin-top: 54px;
    margin-bottom: 58px;
    text-align: center;
}
/*更多*/
.searchBox .getMove{
    margin-top: 38px;
    text-align: center;
}
.searchBox .getMove button{
    border: 1px solid rgba(255, 255, 255, 100);
    width: 198px;
    height: 44px;
    background-color: rgba(24, 77, 153, 100);
    color: rgba(255, 255, 255, 100);
    cursor: pointer;
}
/*加载中*/
.searchBox #copyGetData{
    background-image: url("123.gif");
    background-repeat: no-repeat;
    background-color: #08387d;
    background-size: 40px;
    background-position: 50%;
    color: black;
    display: none;
}

