.topTit {
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
}
.topTit .topTitImg1 {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 10px;
}
.topTit .topTitImg2 {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.topTit span {
  position: absolute;
  letter-spacing: 1px;
  right: 80px;
  font-weight: bold;
}
.topTit .s1 {
  font-size: 26px;
  color: #cacaca;
  top: 27px;
}
.topTit .s2 {
  font-size: 20px;
  color: #e62528;
  top: 62px;
}
.topNavBox {
  width: 100%;
  height: 50px;
  background: url("../img/hengtiao1.jpg") no-repeat;
  background-size: cover;
}
.topNavBox .topNav {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.topNavBox .topNav ul {
  position: absolute;
  top: 0;
}
.topNavBox .topNav ul li {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.topNavBox .topNav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.topNavBox .topNav ul li .liBottom {
  display: none;
  position: absolute;
  width: 80px;
  line-height: 30px;
  left: 35px;
  top: 40px;
  z-index: 5;
}
.topNavBox .topNav ul li .liBottom span {
  display: block;
  background-color: #eee;
  border-radius: 8px;
  width: 100%;
  text-align: center;
}
.topNavBox .topNav ul li .liBottom span a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e0312c;
}
.topNavBox .topNav ul li .liBottom span:hover {
  background-color: #e0312c;
  box-shadow: 0 5px 8px 0 rgba(224, 49, 44, 0.3);
}
.topNavBox .topNav ul li .liBottom span:hover a {
  color: #fff;
}
.topNavBox .topNav ul .zh:hover .liBottom {
  display: block;
}
.topNavBox .topNav ul .libg {
  background-color: #f3b72e;
}
.topNavBox .topNav .searchBox {
  position: absolute;
  top: 12px;
  right: 110px;
  width: 138px;
  height: 25px;
}
.topNavBox .topNav .searchBox input::-webkit-input-placeholder {
  color: #be2029;
}
.topNavBox .topNav .searchBox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #be2029;
}
.topNavBox .topNav .searchBox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #be2029;
}
.topNavBox .topNav .searchBox input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #be2029;
}
.topNavBox .topNav .searchBox .searchBoxInput {
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  text-indent: 14px;
  font-size: 12px;
}
.topNavBox .topNav .searchBox .search {
  position: absolute;
  right: 0;
  line-height: 25px;
  text-align: center;
  width: 20%;
  height: 100%;
  background-color: #bd2129;
  cursor: pointer;
}
.topNavBox .topNav .searchBox .search i {
  color: #fff;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(16, 31, 28, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #101f1c;
}

/* 响应式媒体查询 */
@media (max-width: 768px) {
  .topTit .topTitImg1 {
    max-width: 200px;
  }
  
  .topTit .s1 {
    font-size: 20px;
  }
  
  .topTit .s2 {
    font-size: 16px;
  }
  
  .topNavBox .topNav ul li {
    width: auto;
    min-width: 80px;
    font-size: 14px;
  }
  
  .topNavBox .topNav .searchBox {
    width: 100px;
  }
}

@media (max-width: 576px) {
  .topTit {
    padding: 10px;
  }
  
  .topTit .topTitImg1 {
    max-width: 150px;
  }
  
  .topTit .topTitImg2 {
    width: 40px;
    height: 40px;
    top: 20px;
  }
  
  .topTit .s1 {
    font-size: 16px;
    right: 70px;
  }
  
  .topTit .s2 {
    font-size: 14px;
    right: 70px;
  }
  
  .topNavBox .topNav {
    padding: 0 10px;
  }
  
  .topNavBox .topNav ul li {
    width: auto;
    min-width: 60px;
    font-size: 12px;
    padding: 0 5px;
  }
  
  .topNavBox .topNav .searchBox {
    width: 80px;
    right: 10px;
  }
}
