<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*导航*/
.topB {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #eee;
  width: 100%;
  background-color: #f7f7f7;
}
.col {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.navbox {
  float: right;
}
.navbox ul {
  overflow: hidden;
}
.navbox ul li {
  float: left;
  padding: 0 20px;
  font-size: 16px;
}
.navbox ul li a {
  color: #323232;
  display: block;
  line-height: 68px;
}
.navbox ul .cur a ,.navbox ul li a.cur{
  border-bottom: 2px solid #cb3034;
  color: #e22835;
}
</pre></body></html>