.gp-header36.currents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.gp-header36 {
  border-top: 5px solid #94070a;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: relative;
  transition: all 0.5s ease-out 0s;
  z-index: 10;
  /*手机端导航默认*/
  /*导航*/
  /*导航内标签效果*/
}
.gp-header36 .full_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.gp-header36 .full_menu .close {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.gp-header36 .full_menu.on {
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 4vw 0;
}
.gp-header36 .full_menu .con {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.gp-header36 .full_menu .con .gp-logo {
  flex: 1;
  overflow: hidden;
  margin-right: 2.6vw;
  display: flex;
  align-items: center;
  font-size: 0;
}
.gp-header36 .full_menu .con .gp-logo .logo_01 {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.gp-header36 .full_menu .con .gp-logo .logo_02 {
  display: inline-block;
}
.gp-header36 .full_menu .con .conRt .topRt {
  display: inline-block;
  position: relative;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 15px 0;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link a {
  color: #fff;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0px;
}
.gp-header36 .full_menu .con .conRt .topRt .openSearch {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-overlay {
  z-index: 98;
}
.gp-header36 .full_menu ul {
  display: -webkit-flex;
  display: flex;
}
.gp-header36 .full_menu ul li {
  flex: 1;
  padding-top: 40px;
  text-align: center;
}
.gp-header36 .full_menu ul li a {
  display: block;
  color: #fff;
}
.gp-header36 .full_menu ul li .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.gp-header36 .full_menu ul li .list {
  padding: 20px 0;
}
.gp-header36 .full_menu ul li .list .title_2 {
  font-size: 17px;
  line-height: 36px;
  color: #fff;
}
.gp-header36 .full_menu ul li .list dl {
  padding-bottom: 20px;
}
.gp-header36 .full_menu ul li .list dl a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  opacity: 0.65;
}
.gp-header36 .full_menu ul li .list dl a a:hover {
  opacity: 1;
}
.gp-header36 .header {
  width: 100%;
  overflow-x: clip;
}
.gp-header36 .header .gp-container {
  text-align: right;
  position: relative;
}
.gp-header36 .header .gp-container .con {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.gp-header36 .header .gp-container .con .gp-logo {
  flex: 1;
  overflow: hidden;
  margin-right: 2.6vw;
  display: flex;
  align-items: center;
  font-size: 0;
}
.gp-header36 .header .gp-container .con .gp-logo .logo_01 {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.gp-header36 .header .gp-container .con .gp-logo .logo_02 {
  display: inline-block;
}
.gp-header36 .header .gp-container .con .conRt .topRt {
  display: inline-block;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .topRt::before {
  content: "";
  display: block;
  width: 105%;
  height: 100%;
  background: #94070a;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.gp-header36 .header .gp-container .con .conRt .topRt::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #94070a;
  position: absolute;
  left: 99%;
  top: 0;
  z-index: -1;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 15px 0;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
  color: #fff;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0px;
}
.gp-header36 .header .gp-container .con .conRt .topRt .openSearch {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-overlay {
  z-index: 98;
}
.gp-header36 .header .gp-container .con .conRt .botRt {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav {
  display: flex;
  justify-content: end;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav * {
  color: #fff;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li {
  list-style: none;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li >a {
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav {
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 0%;
  transition: all 0.35s ease-out;
  text-align: center;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.35s ease;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav a:hover {
  background-color: #94070a;
  color: #fff;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt {
  display: inline-block;
  vertical-align: middle;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5vw;
  color: #fff;
  font-weight: bold;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5vw;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  margin-top: 5px;
  position: absolute;
  left: calc(50%);
  top: calc(40.86956522%);
  transform: translate(-50%, 0);
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span:first-child {
  margin-top: 0;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span:last-child {
  transform: translate(-50%, 5px) rotate(0deg);
}
.gp-header36 .gp-search4 {
  display: none;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.gp-header36 .gp-search4 .notxt {
  width: 656px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  padding-left: 20px;
}
.gp-header36 .gp-search4 .notxt1 {
  display: inline-block;
  width: 120px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #94070a;
}
.gp-header36 .gp-search4 .notxt1::before {
  color: #fff;
  font-size: 22px;
}
.gp-header36 .gp-search4.active {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
}
@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);
  }
}
@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;
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gp-header36 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gp-header36 .gp-menu {
  display: none;
  width: 100%;
  z-index: 98;
  position: absolute;
  top: 15px;
}
.gp-header36 .gp-menu .gp-menu-header {
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 996;
  width: 10%;
  height: 40px;
  background: transparent;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #c7000a;
  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-header36 .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: #c7000a;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header36 .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-header36 .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-header36 .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-header36 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header36 .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-header36 .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-header36 .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;
}
@media screen and (max-width: 997px) {
  .gp-header36 .gp-menu {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .gp-header36 .gp-menu {
    top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .gp-header36 .gp-menu {
    top: 10px;
  }
}
.gp-header36 .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 40px;
  background: #94070a;
  display: none;
}
.gp-header36 .gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 14px 0 14px 25px;
}
.gp-header36 .gp-menu-nav>ul>li>ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}
.gp-header36 .gp-menu-nav>ul>li>ul a {
  display: inline-block;
  padding: 10px 10px;
}
.gp-header36 .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: 14px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header36 .gp-menu-nav>ul>li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header36 .gp-menu-nav li ul {
  display: none;
}
.gp-header36 .gp-menu-nav a {
  color: #fff;
}
.gp-header36 .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;
}
.gp-header36 .gp-menu-nav>ul li ::marker {
  content: '';
}
.gp-header36 .open .gp-menu-link {
  display: block;
  padding: 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .open .gp-menu-link a {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .open .gp-menu-link a:last-child {
  border-right: none;
  padding-right: 0px;
}
.gp-header36 .open .gp-menu-link .mobile_search {
  font-size: 0px;
  margin-top: 10px;
  display: block;
}
.gp-header36 .open .gp-menu-link .mobile_search .notxt {
  width: 90%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  padding-left: 20px;
}
.gp-header36 .open .gp-menu-link .mobile_search .notxt1 {
  width: 10%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
}
.gp-header36 .open .gp-menu-header {
  background: none;
}
@media screen and (max-width: 1400px) {
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    font-size: 18px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
    width: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    font-size: 16px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
    width: 40px;
    height: 30px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span {
    top: calc(33.869565%);
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    margin-left: 1vw;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .nav {
    padding-right: 5px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a {
    padding: 5px 6px;
  }
}
@media screen and (max-width: 996px) {
  .gp-header36 .header .gp-container .con .conRt {
    display: none;
  }
  .gp-header36 .header .position {
    background: none;
    padding: 15px 0;
  }
  .gp-header36 {
    background: #94070a;
  }
  .gp-header36 .gp-menu.open {
    top: 0px;
    right: 0;
  }
  .gp-header36 .gp-menu.open .gp-menu-header {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .gp-header36 .open .gp-menu-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .gp-header36 .header .gp-logo .logo_01 {
    margin-right: 5px;
  }
}
.gp-header36.currents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
.gp-header36 {
  border-top: 5px solid #94070a;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: relative;
  transition: all 0.5s ease-out 0s;
  z-index: 10;
  /*手机端导航默认*/
  /*导航*/
  /*导航内标签效果*/
}
.gp-header36 .full_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.gp-header36 .full_menu .close {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.gp-header36 .full_menu.on {
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 4vw 0;
}
.gp-header36 .full_menu .con {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.gp-header36 .full_menu .con .gp-logo {
  flex: 1;
  overflow: hidden;
  margin-right: 50px;
  display: flex;
  align-items: center;
  font-size: 0;
}
.gp-header36 .full_menu .con .gp-logo .logo_01 {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.gp-header36 .full_menu .con .gp-logo .logo_02 {
  display: inline-block;
}
.gp-header36 .full_menu .con .conRt .topRt {
  display: inline-block;
  position: relative;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 15px 0;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link a {
  color: #fff;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0px;
}
.gp-header36 .full_menu .con .conRt .topRt .openSearch {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.gp-header36 .full_menu .con .conRt .topRt .gp-overlay {
  z-index: 98;
}
.gp-header36 .full_menu ul {
  display: -webkit-flex;
  display: flex;
}
.gp-header36 .full_menu ul li {
  flex: 1;
  padding-top: 40px;
  text-align: center;
}
.gp-header36 .full_menu ul li a {
  display: block;
  color: #fff;
}
.gp-header36 .full_menu ul li .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.gp-header36 .full_menu ul li .list {
  padding: 20px 0;
}
.gp-header36 .full_menu ul li .list .title_2 {
  font-size: 17px;
  line-height: 36px;
  color: #fff;
}
.gp-header36 .full_menu ul li .list dl {
  padding-bottom: 20px;
}
.gp-header36 .full_menu ul li .list dl a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  opacity: 0.65;
}
.gp-header36 .full_menu ul li .list dl a a:hover {
  opacity: 1;
}
.gp-header36 .header {
  width: 100%;
  overflow-x: clip;
}
.gp-header36 .header .gp-container {
  text-align: right;
  position: relative;
}
.gp-header36 .header .gp-container .con {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.gp-header36 .header .gp-container .con .gp-logo {
  flex: 1;
  overflow: hidden;
  margin-right: 50px;
  display: flex;
  align-items: center;
  font-size: 0;
}
.gp-header36 .header .gp-container .con .gp-logo .logo_01 {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.gp-header36 .header .gp-container .con .gp-logo .logo_02 {
  display: inline-block;
}
.gp-header36 .header .gp-container .con .conRt .topRt {
  display: inline-block;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .topRt::before {
  content: "";
  display: block;
  width: 105%;
  height: 100%;
  background: #94070a;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.gp-header36 .header .gp-container .con .conRt .topRt::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #94070a;
  position: absolute;
  left: 99%;
  top: 0;
  z-index: -1;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 15px 0;
  font-size:  0 !important;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
  color: #fff;
  padding-right: 15px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0px;
}
.gp-header36 .header .gp-container .con .conRt .topRt .openSearch {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-overlay {
  z-index: 98;
}
.gp-header36 .header .gp-container .con .conRt .botRt {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav {
  display: flex;
  justify-content: end;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav * {
  color: #fff;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li {
  list-style: none;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li >a {
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav {
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 0%;
  transition: all 0.35s ease-out;
  text-align: center;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.35s ease;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav a:hover {
  background-color: #94070a;
  color: #fff;
}
.gp-header36 .header .gp-container .con .conRt .botRt .nav li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt {
  display: inline-block;
  vertical-align: middle;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5vw;
  color: #fff;
  font-weight: bold;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5vw;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  position: relative;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  margin-top: 5px;
  position: absolute;
  left: calc(50%);
  top: calc(40.86956522%);
  transform: translate(-50%, 0);
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span:first-child {
  margin-top: 0;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span:last-child {
  transform: translate(-50%, 5px) rotate(0deg);
}
.gp-header36 .gp-search4 {
  display: none;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.gp-header36 .gp-search4 .notxt {
  width: 656px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  padding-left: 20px;
}
.gp-header36 .gp-search4 .notxt1 {
  display: inline-block;
  width: 120px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #94070a;
}
.gp-header36 .gp-search4 .notxt1::before {
  color: #fff;
  font-size: 22px;
}
.gp-header36 .gp-search4.active {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
}
@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);
  }
}
@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;
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gp-header36 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gp-header36 .gp-menu {
  display: none;
  width: 100%;
  z-index: 98;
  position: absolute;
  top: 15px;
}
.gp-header36 .gp-menu .gp-menu-header {
  position: absolute;
  top: 0;
  z-index: 9999999999996;
  width: 10%;
  height: 40px;
  background: transparent;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #c7000a;
  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-header36 .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: #c7000a;
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header36 .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-header36 .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-header36 .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-header36 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header36 .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-header36 .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-header36 .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;
}
@media screen and (max-width: 997px) {
  .gp-header36 .gp-menu {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .gp-header36 .gp-menu {
    top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .gp-header36 .gp-menu {
    top: 10px;
  }
}
.gp-header36 .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 40px;
  background: #94070a;
  display: none;
  height: 100vh;
  overflow-y: auto;
}
.gp-header36 .gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 14px 0 14px 25px;
}
.gp-header36 .gp-menu-nav>ul>li>ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
}
.gp-header36 .gp-menu-nav>ul>li>ul a {
  display: inline-block;
  padding: 10px 10px;
}
.gp-header36 .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: 14px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header36 .gp-menu-nav>ul>li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header36 .gp-menu-nav li ul {
  display: none;
}
.gp-header36 .gp-menu-nav a {
  color: #fff;
}
.gp-header36 .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;
}
.gp-header36 .gp-menu-nav>ul li ::marker {
  content: '';
}
.gp-header36 .open .gp-menu-link {
  display: block;
  padding: 0px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .open .gp-menu-link a {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header36 .open .gp-menu-link a:last-child {
  border-right: none;
  padding-right: 0px;
}
.gp-header36 .open .gp-menu-link .mobile_search {
  font-size: 0px;
  margin-top: 10px;
  display: block;
}
.gp-header36 .open .gp-menu-link .mobile_search .notxt {
  width: 90%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  padding-left: 20px;
}
.gp-header36 .open .gp-menu-link .mobile_search .notxt1 {
  width: 10%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0px;
  vertical-align: top;
}
.gp-header36 .open .gp-menu-header {
  background: none;
}
@media screen and (max-width: 1400px) {
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    font-size: 18px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
    width: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    font-size: 16px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu {
    width: 40px;
    height: 30px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu span {
    top: calc(33.869565%);
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt .menu,
  .gp-header36 .header .gp-container .con .conRt .botRt .rtRt a {
    margin-left: 1vw;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .nav {
    padding-right: 5px;
  }
  .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a {
    padding: 5px 6px;
  }
}
@media screen and (max-width: 996px) {
  .gp-header36 .header .gp-container .con .conRt {
    display: none;
  }
  .gp-header36 .header .position {
    background: none;
    padding: 15px 0;
  }
  .gp-header36 {
    background: #94070a;
  }
  .gp-header36 .gp-menu.open {
    top: 0px;
    right: 0;
  }
  .gp-header36 .gp-menu.open .gp-menu-header {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .gp-header36 .open .gp-menu-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 996px) {
  .gp-header36 .header .gp-logo {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .gp-header36 .header .gp-logo .logo_01 {
    margin-right: 5px;
  }
}
