.logo {
  background-color: #0E1C29;
  height: 164px;
  width: 100%;
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  text-align: center;
}

.logo img {
  width: 50%;              /* 宽度为容器的一半 */
  max-width: 252px;        /* 最大宽度限制为 252px */
  height: auto;            /* 高度自动调整，保持比例 */
}

.lang{ background-color:#F3F5F9; width:100%; height:45px;  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;}

.lang img {
margin-left:20px;
margin-right:20px;
  height: auto;         
}
.licss{     list-style-type: none;
    padding: 12px 0px 12px 0px;
    margin: 0px 20px 0px 20px;border-bottom: 1px solid #e0e0e0;}