﻿body {
  font-family: "Microsoft YaHei";
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #ffffff;
}

.container {
  width: 1270px !important;
}

/* header */

.header {
  padding: 0;
}

.header img {
  width: 100%;
  min-width: 1170px;
}

/* menu */
.menu-wrapper {
  background-color: #b00000; /*#cf0d0d;*/
}

.menu {
  margin: 0;
  padding: 0;
}

.menu-item {
  list-style-type: none;
  float: left;
  width: 11.88%;
  min-width: 120px;
  text-align: center;
  position: relative;
}

.menu-item:last-child {
  border-right: none;
}

.menu-item > a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 8px 0;
}

.menu-item > a i {
  display: block;
  font-size: 26px;
  margin-bottom: 4px;
}

.menu-item a:hover,
.menu-item-active > a {
  background-color: #c20000;
}

.sub-menu {
  display: none;
  background-color: #163e69;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.sub-menu-item {
  list-style-type: none;
}

.sub-menu-item > a {
  height: 32px;
  line-height: 32px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.sub-menu-item > a:hover {
  background-color: #fe9302;
  color: #ffffff;
  font-weight: normal;
}

/* .footer */
.footer {
  background-color: #b10004;
  color: #ffffff;
  border-top: 6px solid #dc572e;
  margin-top: 20px;
}

.footer p {
  padding: 24px 0;
  line-height: 24px;
}

/* .custom-nav */

.custom-nav {
  position: fixed;
  top: 200px;
  right: 0;
  text-align: left;
  background-color: darkorange;
}

.custom-nav a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  line-height: 24px;
  padding-left: 6px;
  font-size: 12px;
}

.custom-nav a:hover {
  background-color: #fca034;
}