.headerImg{
    object-fit: contain;
    z-index: -1;
}
.scool-homePage{
    position: absolute;
    top: 30px;
    right: 80px;
}
.encyclopedia{
    position: absolute;
    top: 30px;
    right: 40px;
}
.head-search{
    position: absolute;
    z-index: 100;
}
.wp_search tr{
    background-color: rgb(255, 255, 255);
    height: 30px;
    width: 182.45px;
}
#keyword{
    height: 28px;
    float: left;
    width: 90%;
    outline: none;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 10px;
}
.wp_search .search{
    position: relative;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0px;
    background: url(../image/search.png);
}
.header-img{
    height: 140px;
    /* margin: 0 120px; */
    display: inline-block;
}
.header-img>img{
    height: 100%;
}
.top{
    width: 100%;
    height: 35px;
    background-color: #303030;
}
.text
{
    color: white;
    position: absolute;
    top: 5px;
    right: 400px;
}
.text a
{
    color: white;
    font-size: 14px;
    margin-left: 5px;
}
.wechat
{
    height: 14px;
    width: 20px;
    background: url(../image/wechat.png);
    display: inline-block;
    background-size: 20px 15px;
}
.QR
{
    /* display: none; */
    padding: 5px 5px 5px;
    z-index: 999;
    width: 140px;
    position: relative;
    top: 12px;
    left: 153px;
    border-radius: 5px;
    background-color: #4a4a4a;
    box-shadow: 0px 0px 12px #888888;
}
.QR::before
{
    position: absolute;
    top: -12px;
    right: 117px;
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #4a4a4a;
}
.font
{
    margin-top: 10px;
    display:inline-block;
    font-size: 60px;
    font-family: "华文行楷", "STXingkai", serif;
    color: #888888;
}
@media screen and (max-width: 1700px) {
    .font {
        margin-top: 23px;
        display: inline-block;
        font-size: 50px;
        font-family: "华文行楷", "STXingkai", serif;
        color: #888888;
    }
}
@media screen and (max-width: 1450px) {
    .font {
        margin-top: 30px;
        display: inline-block;
        font-size: 39px;
        font-family: "华文行楷", "STXingkai", serif;
        color: #888888;
    }
}
.font span
{
    margin-left: 20px;
}
@font-face {
  font-family: "华文行楷";
  src: url("../fonts/华文行楷.ttf")  format("truetype");
  font-display: swap;
}
.header-font
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}