.gp-header16 {
  position: relative;
  width: 100%;
}
.gp-header16 .gp-menu.open .gp-menu-nav {
  display: block;
}
.gp-header16 .gp-menu {
  width: 100%;
  z-index: 12098;
  height: 100%;
  position: relative;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-header {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 996;
  width: 10%;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #821b1e;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 10px;
  cursor: pointer;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #065895;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #e9081a;
  display: block;
  border-radius: 4px;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header16 .gp-menu .gp-menu-nav {
  width: 100%;
  display: none;
  top: 0;
  right: 0px;
  padding-top: 45px;
  padding-bottom: 20px;
  transform: translate(-150%, 0);
  transition: all 1s ease-in-out;
  background: #e9081a;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(233, 8, 26, 0.9), rgba(129, 74, 115, 0.9));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(233, 9, 26, 0.9), rgba(129, 74, 115, 0.9));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(233, 9, 26, 0.9), rgba(129, 74, 115, 0.9));
  box-sizing: border-box;
}
.gp-header16 .gp-menu .gp-menu-nav >ul {
  width: 100%;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >a {
  display: inline-block;
  padding: 14px 0 14px 25px;
  font-size: 16px;
  color: #fff;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul.gp-avg-1>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header16 .gp-nav16 {
  background: #174994;
  position: relative;
}
.gp-header16 .gp-nav16 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.gp-header16 .gp-nav16 ul li {
  position: relative;
  display: inline-block;
}
.gp-header16 .gp-nav16 ul li > a {
  display: block;
  padding: 25px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
  position: relative;
}
.gp-header16 .gp-nav16 ul li > a::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotateZ(30deg);
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.gp-header16 .gp-nav16 ul li > a:before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transition: transform 0.3s, opacity 0.3s;
}
.gp-header16 .gp-nav16 ul li > a:hover:before {
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}
.gp-header16 .gp-nav16 ul li .subNav {
  left: 50%;
  width: 120px;
  margin-left: -60px;
  top: 74px;
  z-index: 0;
  background: #174994;
  box-sizing: border-box;
  position: absolute;
  padding-bottom: 4px;
  display: none;
  z-index: 100;
}
.gp-header16 .gp-nav16 ul li .subNav dd {
  height: auto;
  line-height: 20px;
  text-align: center;
}
.gp-header16 .gp-nav16 ul li .subNav dd a {
  display: block;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px 8px 10px;
  box-sizing: border-box;
}
.gp-header16 .gp-nav16 ul li .subNav dd a:hover {
  color: #fff;
  font-weight: bold;
  background: #174994;
}
.gp-header16 .gp-nav16 li.on {
  color: #fff;
}
.gp-header16 .gp-nav16 li.on .subNav {
  display: block;
}
.gp-header16 .gp-nav16 li:first-child a {
  padding-left: 0;
}
.gp-header16 .gp-nav16 li:last-child a {
  padding-right: 0;
}
.gp-header16 .gp-nav16 li:last-child a::after {
  display: none;
}
.gp-header16 .gp-nav16::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/png53.png) no-repeat bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 997px) {
  .gp-header16 .gp-nav16 {
    display: none;
  }
  .gp-header16 .gp-menu {
    display: block;
  }
  .gp-header16 .gp-menu-header {
    display: block !important;
    left: 8px !important;
    top: 5px !important;
  }
}
.open .gp-menu-offcanvas2 {
  transform: translate(0, 0) !important;
}
