
.gp-header4 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header4 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header4 .gp-top {
  position: relative;
  height: 37px;
  line-height: 37px;
}
.gp-header4 .gp-top p {
  float: left;
}
.gp-header4 .gp-top span {
  float: left;
}
.gp-header4 .gp-top .gp-link {
  float: right;
}
.gp-header4 .gp-top .gp-link .gp-ib::after {
  content: '';
  border-right: 1px solid #333;
  margin-left: 4px;
}
.gp-header4 .gp-top .gp-link .gp-ib:last-child:after {
  content: '';
  border-right: none;
  margin-left: 0px;
}
.gp-header4 .gp-top .ser {
  float: right;
  width: 204px;
  height: 30px;
  line-height: 30px;
  z-index: 9999994;
  margin-left: 31px;
  top: 50%;
  margin-top: 3px;
}
.gp-header4 .gp-top .ser .search {
  width: 204px;
  height: 30px;
  position: relative;
}
.gp-header4 .gp-top .ser .search .notxt {
  color: #666;
  padding-left: 10px;
  width: 192px;
  width: 100%;
  height: 100%;
  outline: none;
}
.gp-header4 .gp-top .ser .search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #0860ce;
  border: none;
  background: none;
  line-height: 30px;
}
.gp-header4 .logo_wrap {
  background-color: #0860ce;
}
.gp-header4 .logo_wrap .header {
  padding: 30px 0;
}
.gp-header4 .logo_wrap .header .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.gp-header4 .logo_wrap .header .gp-logo img {
  max-height: 55px;
}
.gp-header4 .logo_wrap .header .gp-logo .logo_01 {
  margin-right: 1%;
}
.gp-header4 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header4 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header4 .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;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header4 .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;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header4 .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;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header4 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header4 .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-header4 .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;
  margin-left: 0;
}
.gp-header4 .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;
  }
}
.gp-header4 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #0860ce;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #0860ce;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #a6a6a6;
  opacity: 0.5;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #0860ce;
  left: 0;
  width: 40px;
}
.gp-header4 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header4 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header4 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header4 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header4 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header4 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header4 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header4 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header4 .gp-nav-wrap {
  background-color: #fff;
}
.gp-header4 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header4 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header4 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #333;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header4 .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-header4 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header4 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(8, 96, 206, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header4 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header4 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header4 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header4 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header4 .mobile_bg {
  width: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header4 .logo_wrap .header {
    padding: 20px 0;
  }
  .gp-header4 .gp-top {
    display: none;
  }
  .gp-header4 .searchWrap {
    display: none;
  }
  .gp-header4 .gp-menu {
    display: block;
  }
  .gp-header4 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header4 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header4 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header4 .gp-top {
    height: auto;
  }
  .gp-header4 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
  }
  .gp-header4 .gp-top .gp-logo a {
    padding: 15px 0 !important;
  }
  .gp-header4 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header4 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header4 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header4 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header4 .gp-nav-wrap {
    display: none;
  }
  .gp-header4 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header4 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header4 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header4 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
.gp-bread1 {
  padding: 20px 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  text-align: right;
  color: #999999;
}
.gp-bread1 span {
  color: #999999;
}
.gp-bread1 a {
  color: #999999;
}
@media screen and (max-width:767px) {
  .gp-bread1 {
    text-align: left;
    padding: 10px 0;
  }
}
.gp-title3 {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gp-title3 h2 {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
}
.page-list9 .block-list > li {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-out;
}
.page-list9 .block-list > li > a {
  display: block;
}
.page-list9 .block-list > li > span {
  font-family: 'Arial';
  color: #666666;
  float: right;
  font-size: 14px;
  margin-left: 10px;
}
.page-list9 .block-list > li:hover {
  transform: translateX(10px);
}
/***分页组件1*/
.gp-page1 {
  padding: 50px 0;
  font-size: 0;
  text-align: center;
}
.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}
.gp-page1 a::before {
  display: none;
}
.gp-page1 > a,
.gp-page1 > span,
.gp-page1 > div > span,
.gp-page1 .num > a,
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page1 a span {
  border: none;
}
.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #0860ce;
  color: #fff;
  border-color: #0860ce;
}
.gp-page1 a.on_pages {
  background-color: #0860ce;
}
.gp-page1 .hide {
  display: none !important;
}
.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 5px solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 6px;
  top: 13px;
}
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 9px 28px;
  position: relative;
}
.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 14px;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #0860ce;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 28px;
}
.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}
.gp-page1 .selectDiv ul a.active {
  display: block;
}
.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 > span,
.gp-page1.pageStyle1 div > span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle1 a::before {
  display: inline-block;
}
.gp-page1.pageStyle1 a span {
  display: none;
}
.gp-page1.pageStyle1 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle1 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle1 .turnPage span {
  border: none;
}
.gp-page1.pageStyle1 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
}
.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2 > span,
.gp-page1.pageStyle2 div > span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 > a {
  border-radius: 50%;
}
.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle2 a::before {
  display: inline-block;
}
.gp-page1.pageStyle2 a span {
  display: none;
}
.gp-page1.pageStyle2 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle2 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle2 .turnPage span {
  border: none;
}
.gp-page1.pageStyle2 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }
  .gp-page1 > a,
  .gp-page1 > span {
    display: none;
  }
  .gp-page1 a.on_pages,
  .gp-page1 .gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
.footer_block3 {
  background-color: #0860ce;
}
.footer_block3 .footer {
  padding: 20px 0;
}
.footer_block3 .footer p {
  line-height: 22px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}
@media screen and (max-width:996px) {
  .footer_block3 .footer p {
    display: block;
  }
  .footer_block3 .footer p span {
    display: block;
  }
}
