body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #005190;
  text-decoration: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.row >* {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row >* {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gp-img-responsive {
  padding-bottom: 56.25%;
}
.slick-arrow {
  color: #005190;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #005190;
}
.slick-dots li.slick-active button {
  background-color: #005190;
}
.slick-dots li:hover button {
  background-color: #005190;
}
.slick-dots li.slick-active button {
  background-color: #005190;
}
body .gp-container {
  width: 1400px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1100px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1000px;
  }
}
/***分页组件1*/
.gp-page1 {
  padding: 20px 0 50px;
  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: #005190;
  color: #fff;
  border-color: #005190;
}
.gp-page1 a.on_pages {
  background-color: #005190;
}
.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;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #005190;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 10px;
}
.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,
  .gp-page1 >.gp-ib {
    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;
  }
}
.pid-5341740c-f613-4fb8-8acd-967031d0631d {
  z-index: 50;
  position: relative;
}
body {
  padding-top: 0px !important;
}
.currents section .gp-header23 {
  animation: header-show 0.5s ease forwards;
}
@keyframes header-show {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.currents section .gp-header23 {
  z-index: 220;
}
.currents section .gp-header23 .header .position {
  background: #005190;
  padding-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: ;
  align-items: center;
}
section .gp-header23 .header .position .nav {
  margin-top: 5px;
}
.currents section .gp-header23 .header .position .nav {
  margin-top: 0px;
}
section .gp-header23 .header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}
section .gp-header23 .header .gp-logo {
  width: 500px;
}
section .gp-header23 .header .position .gp-logo {
  transform: translateY(-20px);
}
.currents section .gp-header23 .header .position .gp-logo {
  transform: translateY(0px);
}
section .gp-header23 .header .links {
  padding: 10px 3.6vw;
  background-color: transparent;
}
section .gp-header23 .header .position {
  background: none;
  padding-top: 5px;
}
section .gp-header23 .header .position .nav li:last-child a {
  padding-right: 0px;
}
section .Wrap_footer .footer5 .lf .linksList li {
  width: 38%;
}
section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(1),
section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(3),
section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(4),
section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(6) {
  max-width: 110px;
}
section .Wrap_footer .footer5 .md a {
  padding: 30px 20px 20px;
}
section .Wrap_footer .footer5 .rt {
  width: 25%;
}
section .single_img1 .gp-img-responsive {
  padding-bottom: 20.83% !important;
}
.gp-f-logo {
  display: block;
  margin-bottom: 24px;
}
.gp-f-logo img {
  max-height: 70px;
}

section .copy {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
section .copy:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
section .copy p {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
section .Wrap_footer .footer5 .md.code {
  float: right;
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 40px;
}
section .Wrap_footer .footer5 .md.code .item {
  width: 33%;
  max-width: 100px;
  text-align: center;
}
section .Wrap_footer .footer5 .gp-img-responsive {
  padding-bottom: 100%;
}
section .Wrap_footer .footer5 .codeName {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.single_img1 {
  margin-bottom: 20px;
}
.Annex h3 {
  color: #3d97e4 !important;
  border-bottom: none !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
}
.Annex ul li:before {
  background: #3d97e4 !important;
}
@media screen and (min-width: 1600px) {
  section .gp-header23 .header .position .nav li a {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 1800px) {
  section .gp-header23 .header .position .nav li a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1680px) {
  section .gp-header23 .header .gp-logo{ width: 440px;}
  section .gp-header23 .header .position .nav{ width: calc(100% - 450px);}
}

@media screen and (max-width: 1600px) {
  section .gp-header23 .header .gp-logo {
    width: 460px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1480px) and (max-width: 1600px) {
  section .gp-header23 .header .position .nav li a {
    padding: 5px;
  }
}
@media screen and (max-width: 1480px) {
  section .gp-header23 .header .gp-logo {
    width: 400px;
  }
}
@media screen and (max-width: 1440px) {
  section .gp-header23 .header .links {
    padding: 10px 2vw;
  }
  section .gp-header23 .header .position {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 1460px) {
  section .Wrap_footer .footer5 .lf .linksList li {
    width: 43%;
  }
  section .Wrap_footer .footer5 .md {
    width: 32%;
  }
  section .Wrap_footer .footer5 .lf .title_footer,
  section .Wrap_footer .footer5 .lf .linksList {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1385px) {
  section .Wrap_footer .footer5 .lf .linksList li {
    width: 50%;
  }
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(1),
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(3),
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(4),
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(6) {
    max-width: unset;
  }
  section .Wrap_footer .footer5 .md {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1320px) {
  section .gp-header23 .header .gp-logo {
    width: 370px;
  }
}
@media screen and (max-width: 1280px) {
  section .gp-header23 .header .topRight .nav li a {
    font-weight: normal;
  }
}
@media screen and (max-width: 1200px) {
  section .gp-header23 .header .position .nav li a {
    font-weight: normal;
  }
  section .gp-header23 .header .position .nav li a {
    padding: 5px 6px;
  }
  section .Wrap_footer .footer5 .lf {
    width: 100%;
    float: none;
  }
  section .Wrap_footer .footer5 .lf .linksList li {
    width: 33.33%;
  }
  section .Wrap_footer .footer5 .md {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  section .Wrap_footer .footer5 .md a {
    display: inline-block;
    border: none;
    max-width: 420px;
    padding: 0;
  }
  section .Wrap_footer .footer5 .rt {
    width: 100%;
  }
  section .Wrap_footer .footer5 .rt p {
    display: inline-block;
  }
  section .Wrap_footer .footer5 {
    padding-bottom: 20px;
  }
  section .Wrap_footer .footer5 .md.code {
    margin-top: 0px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  section .gp-header23 .header .position .gp-logo {
    margin-right: 10px;
  }
  section .gp-header23 .header .position .nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 996px) {
  .gp-f-logo {
    text-align: center;
  }
  section .gp-header23 .header .position .gp-logo {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 580px) {
  section .Wrap_footer .footer5 .lf .linksList li {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  section .Wrap_footer .footer5 {
    padding: 30px 0 20px;
  }
  section .Wrap_footer .footer5 .lf .linksList li {
    width: 55%;
  }
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(1),
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(3),
  section .Wrap_footer .footer5 .lf .linksList li:nth-of-type(5) {
    width: 45%;
  }
  section .Wrap_footer .footer5 .lf .title_footer,
  section .Wrap_footer .footer5 .lf .linksList {
    margin-right: 0;
  }
  section .Wrap_footer .footer5 .md.code .item {
    max-width: 90px;
  }
}


/**
 * Created by sunJia on 2025/06/05.
 * @Description: 头部结构修改
 */
.sj-flex{ display: flex;display: -ms-flexbox;display: -webkit-flex;justify-content: space-between;}
.sj-flex-start{ justify-content: flex-start;}
section .gp-header23 .header{ padding-top: 15px;}
.gp-header23.currents .header .gp-logo{ display: none;}
section .gp-header23 .header .position .nav{ width: 100%;justify-content: space-between; padding-top: 10px; margin-top: 10px;border-top: 1px solid rgba(255,255,255,0.2);}
.logo_01{ margin-right: 30px;}
section .gp-header23 .header .gp-logo{ padding-left: 3.6vw;}
.currents section .gp-header23 .header{padding-top: 0;}
.currents section .gp-header23 .header .position .nav{border: none; padding-top: 0;}

.gp-f-logo{ flex-shrink: 0;}
.gp-f-logo img{ max-height: 50px;}
.gp-f-logo2{ margin-left: 20px;}

@media screen and (max-width: 540px) {
  .gp-f-logo{ display: block; /* width: 50%; */}
  .gp-f-logo img{ max-height: 45px;}
}
@media screen and (max-width: 480px) {
  .logo_01{ margin-right: 15px;}
  section .gp-header23 .header .gp-logo{ padding-left: 10px; margin-right: 0; max-width: calc(96% - 40px);}
  .gp-f-logo2{ margin-left: 10px;}
  .gp-f-logo img{ max-height: 40px;}
  .footer5 .sj-flex{ justify-content: center;}
}
@media screen and (max-width: 414px) {
  .gp-f-logo img{ max-height: 35px;}
}
@media screen and (max-width: 360px) {
  .gp-f-logo img{ max-height: 30px;}
}
