/* 另一级导航 */
.nav-s {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.nav-s > ul {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 20px;
  /* display: flex;
      justify-content: space-between;
      flex-wrap: wrap; */
}
.nav-s > ul > li {
  width: 245px;
  padding: 5px 0;
  text-align: center;
  float: left;
}
.nav-s > ul > li:nth-child(1) {
  width: 230px;
}
.nav-s > ul > li:nth-child(2) {
  width: 408px;
}
.nav-s > ul > li:nth-child(2) a{
  width: 80px;
}
.nav-s > ul > li:nth-child(3) {
  width: 285px;
}
.nav-s > ul > li:nth-child(4) {
  width: 209px;
}
.nav-s > ul > li:nth-child(5) {
  width: 230px;
}
.nav-s > ul > li:nth-child(6) {
  width: 409px;
}
.nav-s > ul > li:nth-child(6) a{
  width: 80px;
}
.nav-s > ul > li:nth-child(7) {
  width: 300px;
}
.nav-s > ul > li:nth-child(7) a{
  width: 120px;
}
.nav-s > ul > li a:first-child {
  /* border-right: 1px solid #a0a0a0;
    margin-right: 8px;
    text-align: center;
    font-size: 14px;
    color: #111111;
    height: 14px;
    line-height: 14px;
    height: 14px;
    text-align: center; */
  border-right: 1px solid #a0a0a0;
  margin-right: 8px;
  text-align: center;
  font-size: 12px;
  color: #111111;
  height: 40px;
  line-height: 20px;
  text-align: center;
  width: 35px;
  margin-top: 0px;
  font-weight: 900;
}
.nav-s > ul > li > a {
  height: 10px;
  margin: 5px 0;
  line-height: 10px;
  display: block;
  float: left;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  /* padding: 0 5px; */
  text-align: left;
  width: 63px;
}
.nav-s>ul>li>a:hover{
  color: #C71B2D;
}
/* .nav-s > ul > li > a:nth-child(7) {
    margin-left: 57px;
  } */
