<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /* CSS Document */
body {
  background: url(../img2016/top/list_bg.jpg)top repeat-x;
}

.top-nav {
  text-align: left;
  margin-top: 10px;
  height: 30px;
}

.top-nav li {
  float: left;
  line-height: 12px;
  font-size: 12px;
  color: #848484;
}

.top-nav li strong {
  color: #bc000f;
  font-weight: normal;
}

.top-nav li a {
  color: #848484;
  line-height: 12px;
}

.top-nav li span {
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.small-nav {
  height: 76px;
  margin-top: 15px;
}

#logo {
  width: 320px;
  height: 65px;
  position: relative;
  text-align: left;
  padding-top: 5px;
}

#logo .small-logo {
  background: url(../img2016/top/logo-bg.jpg) center no-repeat;
  position: absolute;
  width: 154px;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  font-weight: bold;
  color: #bc000f;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

#logo .small-logo:hover {
  background: url(../img2016/top/logo-bg1.jpg) center no-repeat;
}

#search {
  height: 50px;
  width: 680px;
  margin-top: 15px;
  font-size: 14px;
}

.earchBar {
  background: url(http://www.hn.shangbaowang.net/static/images/search_bg.png) left no-repeat;
  width: 280px;
  height: 38px;
  margin-right: 20px;
}

.earchBar:hover {
  background: url(http://www.hn.shangbaowang.net/static/images/search_bg_H.png) left no-repeat;
  width: 280px;
  height: 38px;
  margin-right: 20px;
}

.earchBar:active {
  background: url(http://www.hn.shangbaowang.net/static/images/search_bg_H.png) left no-repeat;
  width: 280px;
  height: 38px;
  margin-right: 20px;
}

.earchBar .input-text {
  border: 0px;
  width: 225px;
  height: 34px;
  font-size: 14px;
  background: none;
  padding-left: 10px;
  outline: none;
  line-height: 34px;
  margin-top: 2px;
}

.earchBar .input-button {
  border: 0px;
  background: none;
  float: left;
  width: 45px;
  height: 36px;
  cursor: pointer;
}

.login {
  color: #c1000f;
  margin-top: 8px;
}

.login span {
  margin-right: 20px;
}

.login span a {
  color: #c1000f;
}

.login span a:hover {
  color: #444444;
  text-decoration: none;
}

.icotu {
  margin-top: 8px;
  width: 280px;
  background: url(../img2016/top/ico_bg.png) -5px -15px no-repeat;
  height: 29px;
}

.icotu li {
  float: left;
  width: 90px;
  text-indent: 30px;
  text-align: left;
}

.nav {
  margin: 0 auto;
  width: 100%;
  background: #bc000f;
  left: 0;
  height: 50px;
  -webkit-box-shadow: 0 10px 10px rgba(124, 124, 124 .5);
  -moz-box-shadow: 0 10px 10px rgba(124, 124, 124, .5);
  box-shadow: 0 10px 10px rgba(124, 124, 124, .5);
}

.nav-link {
  width: 1000px;
  margin: 0 auto;
}

.nav-link li {
  padding: 0px 20px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  float: left;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  transition: background .5s;
  -moz-transition: background .5s;
  /* Firefox 4 */
  -webkit-transition: background .5s;
  /* Safari and Chrome */
  -o-transition: background 05s;
  /* Opera */
  background: -85px 40px no-repeat;
  font-weight: bold;
}

.nav-link li a {
  color: #fff;
}

.nav-link li a:hover {
  text-decoration: none;
  font-size: 16px;
}

.nav-link .hover {
  background: url(../img2016/top/nav_line.png) center 40px no-repeat;
  font-size: 16px;
}

.nav-link li:hover {
  background: url(../img2016/top/nav_line.png) center 40px no-repeat;
  bottom: 10px;
  cursor: pointer;
}
</pre></body></html>