.gp-header26 {
  background: #034523
}

.gp-header26 .header {
  width: 100%;
  padding: 0 2vw;
  display: flex;
  position: relative;
  z-index: 9
}

.gp-header26 .header .gp-logo {
  display: flex;
  align-items: center;
  padding: 29px 0;
  margin-right: 110px
}

.gp-header26 .header .gp-logo img {
  max-height: 55px
}

.gp-header26 .header .gp-logo a {
  display: inline-block;
  vertical-align: middle
}

.gp-header26 .header .gp-logo .logo_02 {
  margin-left: 10px
}

@media screen and (max-width:1300px) {
  .gp-header26 .header .gp-logo {
    width: 330px
  }
}

.gp-header26 .header .topRight {
  flex: 1;
  display: flex;
  align-items: center;
}

.gp-header26 .header .topRight .links {
  padding: 15px 0;
  text-align: right;
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.gp-header26 .header .topRight .links .gp-link {
  display: inline-block
}

.gp-header26 .header .topRight .links .gp-link a {
  padding-right: 18px;
  position: relative;
  display: inline-block;
  line-height: 16px
}

/* .gp-header26 .header .topRight .links .gp-link a::after{content:'';display:block;width:1px;height:16px;background-color:#fff;position:absolute;top:0;right:15px} */
/* .gp-header26 .header .topRight .links .openSearch{display:inline-block;width:16px;height:16px;font-size:16px;cursor:pointer} */
/* .gp-header26 .header .topRight .links .gp-overlay{z-index:98} */

.gp-header26 .header .topRight .nav {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  flex: 1;
}

.gp-header26 .header .topRight .nav li {
  list-style: none;
  position: relative
}

.gp-header26 .header .topRight .nav li a {
  display: block;
  padding: 10px 0;
  line-height: 1;
  /*font-weight:700*/
}

.gp-header26 .header .topRight .nav li .subNav {
  display: none;
  width: 150%;
  background: #034523;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 100px, 0);
  transition: all .35s ease-out
}

.gp-header26 .header .topRight .nav li .subNav a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 12px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all .35s ease
}

.gp-header26 .header .topRight .nav li .subNav a:hover {
  background-color: #034523;
  color: #fff
}

.gp-header26 .header .topRight .nav li.on .subNav {
  transform: translate3d(-50%, 0, 0);
  display: block
}

@media screen and (max-width:1200px) {
  .gp-header26 .header .topRight {
    display: none
  }

  .gp-header26 .header {
    position: relative
  }
}

@media screen and (max-width:540px) {
  .gp-header26 .header .position {
    padding: 10px 5px !important
  }

  .gp-header26 .header .position .gp-logo {
    width: 90%
  }

  .gp-header26 .header .position .gp-logo .logo_01 {
    width: 40%;
    margin-right: 21px
  }

  .gp-header26 .header .position .gp-logo .logo_01::after {
    height: 43px;
    right: 0
  }

  .gp-header26 .header .position .gp-logo .logo_02 {
    width: 45%
  }
}

.gp-header26 .gp-search {
  background: #fff;
  width: 220px;
  height: 34px;
  position: relative;
}

.gp-header26 .gp-search .notxt {
  width: 100%;
  height: 34px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: 0;
  padding-left: 10px;
  color: #666 !important;
  font-size: inherit;
}

.gp-header26 .gp-search .notxt1 {
  display: inline-block;
  width: 40px;
  height: 34px;
  vertical-align: top;
  padding: 0;
  border: 0;
  outline: 0;
  color: #034523;
  cursor: pointer;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.gp-header26 .gp-search .notxt1::before {
  color: #034523;
  font-size: 22px
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg)
  }

  100% {
    transform: translateY(-4px) rotate(0)
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg)
  }

  100% {
    transform: translateY(4px) rotate(0)
  }
}

@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg)
  }

  100% {
    transform: translateY(12px) rotate(0)
  }
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(45deg)
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0)
  }

  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-header26 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  display: none
}

.gp-header26 .gp-menu {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 98;
  position: absolute;
  top: 15px;
  right: 0
}

.gp-header26 .gp-menu .gp-menu-header {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 996;
  width: 40px;
  height: 40px;
  background: 0 0
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff
}

.gp-header26 .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 .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  margin-right: 10px;
  cursor: pointer
}

.gp-header26 .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-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0)
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0)
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0)
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: outfirst
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: outsecond
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: outthird
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px)/ 2.1)
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: clickfirst
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: clicksecond
}

.gp-header26 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: clickthird
}

@media screen and (max-width:1200px) {
  .gp-header26 .gp-menu {
    display: block
  }
}

@media screen and (max-width:540px) {
  .gp-header26 .gp-menu {
    top: 15px
  }
}

@media screen and (max-width:414px) {
  .gp-header26 .gp-menu {
    top: 10px
  }
}

.gp-header26 .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 60px;
  background: #034523;
  display: none
}

.gp-header26 .gp-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.gp-header26 .gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 14px 0 14px 25px
}

.gp-header26 .gp-menu-nav>ul>li>ul {
  background: rgba(0, 0, 0, .1);
  padding: 0 25px
}

.gp-header26 .gp-menu-nav>ul>li>ul a {
  display: inline-block;
  padding: 10px 10px
}

.gp-header26 .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 .3s ease-in-out
}

.gp-header26 .gp-menu-nav>ul>li.on .gp-menu-arrow {
  transform: rotate(90deg)
}

.gp-header26 .gp-menu-nav li ul {
  display: none
}

.gp-header26 .gp-menu-nav a {
  color: #fff
}

.gp-header26 .gp-menu-nav>ul li {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal
}

.gp-header26 .gp-menu-nav>ul li ::marker {
  content: ''
}

.gp-header26 .open .gp-menu-link {
  display: block;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.gp-header26 .open .gp-menu-link .gp-m-link {
  margin-bottom: 10px;
  padding-top: 15px
}

.gp-header26 .open .gp-menu-link .gp-m-link a {
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, .3)
}

.gp-header26 .open .gp-menu-link .gp-m-link a:last-child {
  border-right: none;
  padding-right: 0
}

.gp-header26 .open .gp-menu-link .mobile_search {
  font-size: 0;
  margin-top: 5px 0
}

.gp-header26 .open .gp-menu-link .mobile_search .notxt {
  width: 90%;
  height: 40px;
  outline: 0;
  border: none;
  padding: 0;
  vertical-align: top;
  padding-left: 20px;
  color: #333 !important
}

.gp-header26 .open .gp-menu-link .mobile_search .notxt1 {
  width: 10%;
  height: 40px;
  outline: 0;
  border: none;
  padding: 0;
  vertical-align: top;
  color: #034523;
  cursor: pointer
}

.gp-header26 .open .gp-menu-header {
  background: 0 0
}

.gp-header26 {
  transition: all .3s ease-out 0s
}

.gp-header26.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10
}

.gp-header26 .header .topRight .links {
  transition: all .2s ease-out 0s
}

.gp-header26.currents .header .topRight .links {
  height: 0;
  display: none
}

.gp-header26 .header .gp-logo {
  transition: all .2s ease-out 0s
}

.gp-header26.currents .header .gp-logo {
  padding: 16px 0
}

.side_links {
  position: fixed;
  right: 0;
  top: 190px;
  width: 112px;
  background: #fff url(../images/side_bg.png) no-repeat bottom center/auto 53px;
  padding: 9px 0 53px;
  z-index: 1000;
}

.side_links::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 13px;
  background: #104422;
  border-radius: 50px 0 0 0;
  top: -18px;
}
.side_links .menu-but { 
  cursor: pointer;
  display: block;
  position: absolute;
  left: -40px;
  bottom: 50%;
  padding: 20px 10px;
  border-radius:  12px 0 0 12px;
  color: #fff;
  width: auto;
  writing-mode: vertical-rl;
  background-color: #034523;
  transform: translateY(50%);
  transition: right 0.3s
}

.side_links .item {
  display: block;
  height: 78px;
  background: url(../images/side_ico1.png) no-repeat center/auto 100%;
  position: relative;
  margin: 0 0 4px;
}

.side_links .item:nth-child(2) {
  background-image: url(../images/side_ico2.png);
}

.side_links .item:nth-child(3) {
  background-image: url(../images/side_ico3.png);
}

.side_links .item span {
  display: block;
  width: 2em;
  color: #fff;
  line-height: 1.2em;
  padding: 22px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:1640px) {
  .gp-header26 .header .gp-logo {
    margin-right: 40px;
  }

  .gp-header26 .header .topRight .links {
    margin-left: 30px;
  }

  .gp-header26 .header .topRight .nav {
    font-size: 16px;
  }
}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1240px) {}

@media screen and (max-width:996px) {
  .gp-header26 .header .gp-logo {
    padding: 16px 0;
  }

  .side_links {
    display: none;
  }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}
