@charset "UTF-8";

.new-header {
  position: relative;
  z-index: 3;
  min-width: 825px;
  height: 60px;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.new-header.mb {
  margin-bottom: 15px;
}

.new-header .header-context {
  height: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.new-header .nav-logo {
  height: 37px;

}

.new-header .nav-links {
  float: right;
  line-height: 37px;
  font-size: 0;
}

.new-header .nav-links a {
  font-size: 16px;
  color: #454545;
  margin-left: 42px;
  font-weight: bold;
}

.new-header .nav-links a.cur {
  color: #317CF7;
  position: relative;
}

.new-header .nav-links a.cur:after {
  content: "";
  background: #317CF7;
  height: 3px;
  width: 24px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -12px;
}


.promote-1921 {
  overflow: hidden;
  width: 730px;
}
.promote-1921 img {
  display: block;
  width: 100%;
}