.header{
    height: 345px;
    background: #ffe4e4 url(../../images/lsimages/bg1.png) no-repeat top center;
    background-size: auto 120%;
    width: 100%;
    min-width: 1265px;
}
.top{
	font-size: 16px;
	color: #7a7a7a;
}
.logo{
    height: 290px;
  
}
.logo a{
    display:block;
padding-top: 85px;
}
.logo img{
    width: 1135px;
    height: 120px;
}
.nav{
    height: 54px;
    line-height: 54px;
    min-width: 1265px;
    background: #c51507;
}
.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;
}
.nav li .active, .nav li a:hover{
    color: #C51507;
    background: #FFF;
    font-weight: 600;
}


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