.header{
	height: 350px;
	background: url(/images/yximages/header.jpg) no-repeat top center;
	width: 100%;
	min-width: 1265px;
}
.top{
	font-size: 16px;
	color: #7a7a7a;
}

.logo a{
    display:block;
	padding-top: 10px;
}
.logo img{
    width: 1135px;
    height: 120px;
	margin-top: 70px;
}
.nav{
    height: 55px;
    line-height: 55px;
    min-width: 1265px;
    margin-top: 71px;
    /* border-bottom: 3px solid #ba0808; */
    background: #ba0808;
}
.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: 55px;
    font-size: 16px;
    transition: all .3s;
	color: #fff;
	font-weight: 600;
}
.nav li .active, .nav li a:hover{
    background: #d83124;
    color: #FFF;
}


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