#header {
  background: #c82126;
}
#header .centent-box {
  border-bottom: none;
}
#header .right-box .nav-box ul li > a {
  color: #fff;
}
#header .right-box .nav-box ul li.active > a,
#header .right-box .nav-box ul li:hover > a {
  color: #fff;
}
#header .right-box .nav-box ul li > a:before {
  background: #fff;
}
#header .right-box .other-box {
  color: #fff;
}
body {
  padding-top: 90px;
  background: #e4e7ec;
}
.item-box {
  text-align: center;
}
.item-box .img-box {
  display: inline-block;
  padding-left: 140px;
  padding-right: 140px;
}
.item-box .txt-box {
  display: inline-block;
  vertical-align: middle;
  padding-left: 140px;
  padding-right: 140px;
}
.item-box .txt-box .title-box {
  text-align: left;
  margin-bottom: 30px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.item-box .txt-box .title-box h3 {
  font-size: 60px;
  color: #c82126;
}
.item-box .txt-box .title-box span {
  font-size: 16px;
  color: #c82126;
}
.item-box .txt-box .des-box {
  text-align: left;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.item-box .txt-box .des-box h3 {
  font-size: 30px;
  color: #c82126;
  margin-bottom: 20px;
}
.item-box .txt-box .des-box p {
  line-height: 1.6;
  font-size: 18px;
  color: #4d4948;
}
.item-box .txt-box .des-box a {
  margin-top: 25px;
  display: block;
  width: 116px;
  height: 38px;
  border: 1px solid #c82126;
  text-align: center;
  line-height: 38px;
  color: #c82126;
}
.item-box .txt-box .des-box a:hover {
  background: #c82126;
  color: #fff;
}
.active .item-box .txt-box .title-box,
.active .item-box .txt-box .des-box {
  opacity: 1;
  transform: translateY(0);
}
#menu {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
  text-align: left;
  width: 30px;
  text-align: right;
}
#menu li a span {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s;
  vertical-align: middle;
}
#menu li.active a span {
  width: 25px;
  background: #c82126;
}
#menu.active {
  display: block;
}
/*# sourceMappingURL=seniority.css.map */