#footer1 {
width: 100%;
height: 274px;
background-color: #EEEEEE;
}

#footer1Box {
width: 1366px;
height: 274px;
margin: 0 auto;
padding-top: 1px;
box-sizing: border-box;
}

#footer1Box>div {
display: flex;
/* align-items: center; */
justify-content: space-between;
color: #666666;
margin-top: 25px;
padding-top: 1px;
}

.footerlogo {
width: 147px;
height: 108px;
margin-top: 20px;
}

#footer1Box p {
/* line-height: 50px; */
margin-left: -230px;
margin-top: 20px;
}

.gzb {
width: 120px;
height: 120px;
}

#footer1Box p.wsgzb {
font-size: 14px;
margin-left: 0;
line-height: 20px;
width: 120px;
text-align: center;
}

#footer1Box ul {
display: flex;
align-items: center;
color: #666666;
margin-top: 30px;
}

#footer1Box li {
padding: 0 10px;
border-right: #999999 1px solid;
height: 13px;
line-height: 13px;
}

#footer1Box li a {
color: #666666;
}

#footer1Box li:last-child {
border: none;
}