@media only screen and (max-width: 1580px) {
  .fixHeader header .menu ul li a{
    font-size: 13px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1350px) {
  .fixHeader .logo{
    margin-left: 30px;
  }
  .fixHeader header .menu ul li a{
    font-size: 12px;
    padding: 0 7px;
  }
  .fixHeader header .right{
    margin-left: 10px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .fixHeader header .menu ul li a{
    font-size: 12px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fixHeader header .right .search .sBtn, .fixHeader header .right .sTv a, .fixHeader header .right .lang .ln{
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1100px) {
  .fixHeader header .menu ul li a{
    font-size: 12px;
    max-width: 90px;
  }
}