.header{

}
.logo{
    height: 250px;
    background:  url(/images/sfqimages/topbg.jpg) repeat-x bottom;
    width: 100%;
    min-width: 1265px;
display:flex;align-items:center
}
.logo a{
    display:block;
padding-top: 10px;
}
.logo img{
    width: 1135px;
    height: 108px;
}
.nav{
    height: 54px;
    line-height: 54px;
    min-width: 1265px;
 
background:linear-gradient(#df0305,#c00c0d)
}
.nav ul{
    width: 1265px;
    margin: auto;
    display: flex;
position: relative;
}
/*  */
.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 */

.nav ul li{
    text-align: center;
    flex-grow: 1;
}
.nav ul li a{
    display: block;
    text-align: center;
    height: 54px;
    font-size: 18px;
    transition: all .3s;
color:#fff;font-weight:600;
}
.nav li .active, .nav li a:hover{
    background: #ce0809;
    color: #FFF;
}


/* ----------------- */
.footer{
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    color: #FFF;
    border-top:#fdefaa solid 3px;
    background:#fffdf0;
    color:#000
}