.header {
    height: 350px;
    background: url(http://www.pdszx.gov.cn/upload/images/2022/12/9eff52602d5feea39ec956bb47219925.png) no-repeat bottom center;
    width: 100%;
    min-width: 1265px;
}

.top {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}


.logo a {
    display: block;
    padding-top: 10px;
}

.logo img {
    width: 760px;
    height: 120px;
    margin-top: 70px;
}
/*  */
.search{width:180px;position:absolute;top:-34px;right:0}
.search input{float:left}
.search .word{width:150px;height:30px;line-height:30px;background:#fff;border:1px #ccc solid;padding-left:10px;border-radius:5px 0 0 5px;outline:0;font-size:14px;box-sizing:border-box}
.search .submit{width:30px;height:30px;font-size:0;background:url(http://www.pdszx.gov.cn/upload/images/2023/9/80fe972338864a594bd899f8e64a64b2.png) no-repeat center center;background-size:18px;background-color:#fff;color:#fff;border:none;outline:0;cursor:pointer;border-radius:0 5px 5px 0}
/* end */

/* ----------------- */
.footer {
    background: #e9e9e9;
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    color: #707070;
}

010