header {
  background-color: #cfc7c3 !important;
}
.navbar-bg {
  background-color: #cfc7c3;
  border-color: #cfc7c3;
}
.navbar {
  position: relative;
  min-height: 120px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-nav {
  float: right;
  margin: 0;
}
.navbar-nav > li {
  padding: 48px 10px 0;
}
.navbar-nav > li > a {
  color: rgb(77, 77, 77);
  padding: 0px;
  padding-bottom: 5px;
  font-size: 14px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: #333;
}
.nav > li > a.active {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: #333;
}
.logo {
  height: 84px;
  position: absolute;
  top: 34px;
}
.tabs-bg {
  background: #fff;
  width: 100%;
}
.nav-tabs {
}

.justified {
  width: 100%;
}
.tab-list > li {
  text-align: center;
  color: #333;
  padding: 25px 0;
  display: inline-block;
}
.tab-list > li a {
  color: #000;
  font-size: 14px;
}
.tab-list li.active {
  background: #e30513;
  color: #fff;
}
.tab-list li.active > a {
  color: #fff;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #476481;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  background: #fff;
  cursor: pointer;
}
.border-box{
  line-height: 120%;
}
.quick-list{
  text-align: right;
  padding: 15px 0 15px;
  display: flex;
  justify-content: flex-end;
}
.quick-list .quick-item .iconfont {
  background: #666666;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.quick-list .quick-item:nth-child(1):hover .iconfont {
  background: #41a20a;
}
.quick-list .quick-item:nth-child(2):hover .iconfont {
  background: #e73237;
}
.quick-list .quick-item:nth-child(3):hover .iconfont {
  background: #8e5bcc;
}
.quick-list .quick-item:nth-child(4):hover .iconfont {
  background: #e30513;
}