<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gp-header5 {
  width: 100%;
  z-index: 999;
  position: relative;
}
.gp-header5 .gp-menu {
  width: 100%;
  position: relative;
  height: 40px;
  display: none;
  z-index: 99991;
  /* background: #f0efe1;*/
  background-color: #024D90;
}
.gp-header5 .gp-menu .gp-menu-header {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #024D90;
  height: 32px;
  text-align: left;
  float: right;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  background: #fff;
  transition: background 0.5s;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: 7px;
  top: calc((100% - 0px) / 3);
  width: 20px;
  height: 2px;
  background-color: #024D90;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .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-header5 .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-header5 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link {
  float: left;
  line-height: 40px;
  padding-left: 20px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li {
  display: inline-block;
  padding: 0;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li a {
  border-bottom: none;
  color: #666666;
}
.gp-header5 .gp-menu .gp-menu-nav li {
  position: relative;
  padding: 0 22px;
}
.gp-header5 .gp-menu .gp-menu-nav li strong {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gp-header5 .gp-menu .gp-menu-nav li .mobile_subNav {
  display: none;
  padding-left: 10px;
}
.gp-header5 .gp-menu .gp-menu-nav li a {
  display: inline-block;
  line-height: 38px;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #d3d3d3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  text-indent: 15px;
}
.gp-header5 .gp-menu .gp-menu-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  text-indent: 15px;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search input,
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search button {
  /* position: absolute; */
  width: 80%;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  /* right: 30px; */
  /* top: 0px; */
  padding-left: 17px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .notxt1 {
  width: 55px;
  background-color: #ffffff;
  color: #024D90;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .gp-m-search input.notxt {
  width: 95%;
  color: #333333;
  margin-left: 55px;
  border: none;
  height: 34px;
  background: none;
  padding-left: 10px;
  font-family: "Microsoft yahei";
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span {
  width: 20px;
  height: 2px;
  background-color: #992c23;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span {
  left: calc((100% - 25px) / 2);
  top: calc((100% - -9px) / 3);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header5 .gp-menu .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-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@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-header5 .header {
  position: relative;
  overflow: hidden;
}
.gp-header5 .header .gp-logo {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 20px 0;
}
.gp-header5 .header .gp-logo img {
  max-height: 70px;
}
.gp-header5 .header .gp-logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.gp-header5 .header .gp-link {
  float: right;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .gp-header5 .header .gp-search {
    display: none;
  }
  .gp-header5 .header .gp-link {
    display: none;
  }
}
.gp-header5 .header .gp-search {
  width: 200px;
  overflow: hidden;
  margin: 14px auto 0;
  position: absolute;
  right: 0;
  top: 29px;
  height: 30px;
  border-radius: 20px;
}
.gp-header5 .header .gp-search .ser {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gp-header5 .header .gp-search .ser .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .header .gp-search .ser .search input,
.gp-header5 .header .gp-search .ser .search button {
  border: none;
  width: 100%;
  height: 30px;
  line-height: 28px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  padding-left: 0px;
}
.gp-header5 .header .gp-search .ser .search .notxt {
  color: #bababa;
  padding-left: 10px;
  outline: none;
  height: 30px;
  font-family: "Microsoft yahei";
  font-size: 12px;
}
.gp-header5 .header .gp-search .ser .search .notxt1 {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0px;
  right: 0px;
  border: none;
  color: #024D90;
  cursor: pointer;
  overflow: hidden;
  background-color: #d9d9d9;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .gp-header5 .header .gp-logo {
    margin: 0 auto;
    border-left: none;
    float: none;
    text-align: center;
  }
  .gp-header5 .header .gp-logo .logo_01 img {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gp-header5 .header .gp-logo {
    font-size: 0;
  }
}
.gp-header5 .gp-nav {
  width: 100%;
  height: 50px;
  background: #024D90;
}
.gp-header5 .gp-nav ul {
  height: 50px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.gp-header5 .gp-nav ul li {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
}
.gp-header5 .gp-nav ul li &gt; a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.gp-header5 .gp-nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #024D90;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  *z-index: 9999;
}
.gp-header5 .gp-nav ul li .subNav dd a {
  line-height: 1.4;
  padding: 8px 0;
  display: block;
  text-align: center;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover {
  background: #fff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover a {
  color: #333333;
}
.gp-header5 .gp-nav ul li.on .subNav {
  display: block;
}
.gp-header5 .gp-nav ul li:hover {
  cursor: pointer;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li.on {
  background: #ffffff;
}
.gp-header5 .gp-nav ul li.on &gt; a {
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .gp-header5 .header,
  .gp-header5 .nav {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .gp-header5 .header {
    height: auto;
    background: none;
  }
  .gp-header5 .gp-nav {
    display: none;
  }
  .wrap_header {
    height: auto;
  }
  .gp-header5 .gp-menu {
    display: block;
  }
  .gp-menu.open .gp-menu-nav {
    display: block;
  }
}
.gp-menu .gp-menu-nav &gt; ul &gt; li &gt; .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 23px;
  top: -2px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dad6ce;
}
.gp-menu .gp-menu-nav li.on .mobile_subNav {
  display: block;
}
.gp-menu-nav &gt; ul &gt; li.on &gt; .gp-menu-arrow {
  transform: rotate(90deg);
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #024D90;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #024D90;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #024D90;
  opacity: 1;
  filter: alpha(opacity=100);
}
/***åˆ†é¡µç»„ä»¶3*/
.gp-page3 {
  padding: 50px 0;
  font-size: 0;
  text-align: center;
}
.gp-page3::after,
.gp-page3::before {
  content: " ";
  display: table;
}
.gp-page3 a::before {
  display: none;
}
.gp-page3 &gt; a,
.gp-page3 &gt; span,
.gp-page3 &gt; div &gt; span,
.gp-page3 .num &gt; a,
.gp-page3 .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.1s ease-in-out;
  margin: 0 5px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page3 a span {
  border: none;
}
.gp-page3 .num a:hover,
.gp-page3 a.on_pages {
  background-color: #024D90;
  color: #fff;
  border-color: #024D90;
  border-radius: 50%;
}
.gp-page3 .gp-page-start:hover,
.gp-page3 .gp-page-end:hover,
.gp-page3 .gp-page-prev:hover,
.gp-page3 .gp-page-next:hover {
  border-radius: 5px;
}
.gp-page3 a.on_pages {
  background-color: #024D90;
}
.gp-page3 .hide {
  display: none !important;
}
.gp-page3 .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-page3 .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-page3 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page3 .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-page3 .selectDiv ul li:hover {
  background: #024D90;
}
.gp-page3 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page3 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 28px;
}
.gp-page3 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}
.gp-page3 .selectDiv ul a.active {
  display: block;
}
.gp-page3 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 &gt; span,
.gp-page1.pageStyle1 div &gt; 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 &gt; span,
.gp-page1.pageStyle2 div &gt; span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 &gt; 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-page3 .turnPage {
    display: none;
  }
  .gp-page3 &gt; a,
  .gp-page3 &gt; span,
  .gp-page3 .num a {
    display: none;
  }
  .gp-page3 a.on_pages,
  .gp-page3 .gp-page-prev,
  .gp-page3 .gp-page-next,
  .gp-page3 .gp-page-start,
  .gp-page3 .gp-page-end {
    display: inline-block;
  }
}
.block-list64 li {
  background-color: #e2e2e2;
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px 0;
}
.block-list64 li:nth-child(2n) {
  background-color: #f5f5f5;
}
.block-list64 li span {
  float: right;
  margin-right: 10px;
}
.block-list64 li:hover {
  background-color: #fff;
}
.block-list64 li a {
  padding: 0 25px 0 20px;
  display: block;
  color: #616161;
  box-sizing: border-box;
}
.footer_block1 {
  padding: 30px 0;
  background-color: #024D90;
}
.footer_block1 .footer {
  line-height: 1.5;
}
.footer_block1 .footer &gt; span {
  margin: 0 5px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .footer_block1 {
    padding: 20px 0;
  }
}

</pre></body></html>