.header{

}
.logo{
   display:flex;height: 250px;align-items:center;background: url(/upload/images/2022/5/910631649.png) repeat-x bottom;
}
.logo a{
    display:block;
padding-top: 10px;
}
.logo img{
    width: 1135px;
    height: 120px;
}
.nav{
    height: 54px;
    line-height: 54px;
    min-width: 1265px;
    background: #115d8f;
}
.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: 16px;
    transition: all .3s;
color:#fff;font-weight:600
}
.nav li .active, .nav li a:hover{
    background: #073f64;
    color: #FFF;

}


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