form{
	padding: 0px;
	margin: 0px;
}
.form{
	padding: 0px;
	margin: 0px;
}
.gp-header12 {
  z-index: 880;
  position: relative;
  background: #003b90 url(../images/header_bg.jpg) no-repeat top right;
  
}
.gp-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gp-white *, .gp-white {
    color: #fff !important;
}

.gp-header12 .gp_top {
  background: rgba(0, 0, 0, 0.2);
  height: 32px;
  line-height: 32px;
  text-align: right;
  font-size: 14px;
}
.gp-header12 .gp_top .gp-link a {
  color: #c4c5c5;
  margin-left: 19px;vertical-align: initial;
}
.gp-header12 .gp-top {
  position: relative;
}
.gp-header12 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 21px 0;
}
.gp-header12 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header12 .gp-top .gp-logo a img {
  max-height: 60px;
  box-sizing: border-box;
  width: 100%;
}
.gp-header12 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header12 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header12 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.gp-header12 .gp-top .gp-search-wrap > a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header12 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
}
.gp-header12 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header12 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header12 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header12 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.gp-header12 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 20%;
  right: 0;
  cursor: pointer;
  color: #fff;
  background: #002f73;
  border: none;
}
.gp-header12 .gp-top:hover {
  opacity: 1;
  color: #fff;
}

@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;
  }
}

.gp-header12 .gp-nav-wrap {
  /*background: #fff;*/border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.gp-header12 .gp-nav-wrap .gp-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0;
}
.gp-header12 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  flex: 1;
  position: relative;
}
.gp-header12 .gp-nav-wrap .gp-nav > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  /*left: -1px;*/
  top: 50%;
  margin-top: -15px;
}
.gp-header12 .gp-nav-wrap .gp-nav > li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -15px;
}
.gp-header12 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 47px;
  line-height: 47px;
  position: relative;
}
.gp-header12 .gp-nav-wrap .gp-nav > li > a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header12 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header12 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 0%;
  top: 47px;
  width: 100%;
  display: none;
  text-align: center;
  background-color: rgba(0,59,144,.7);
  margin: 0;
}
.gp-header12 .gp-nav-wrap .gp-nav > li .second_nav1 dd{
	margin: 0;
}
.gp-header12 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 5px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header12 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header12 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header12 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header12 .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-header12 {
  transition: all 0.5s ease-out 0s;
  z-index: 10;
}
.gp-header12.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
.gp-header12 .gp_top,
.gp-header12 .gp-top {
  transition: all 0.2s ease-out 0s;
}
.gp-header12.currents .gp_top,
.gp-header12.currents .gp-top {
  height: 0;
  display: none;
}
