body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #E6B85C;
  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: #E6B85C;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #E6B85C;
}
.slick-dots li.slick-active button {
  background-color: #E6B85C;
}
.slick-dots li:hover button {
  background-color: #E6B85C;
}
.slick-dots li.slick-active button {
  background-color: #E6B85C;
}
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: #E6B85C;
  color: #fff;
  border-color: #E6B85C;
}
.gp-page1 a.on_pages {
  background-color: #E6B85C;
}
.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: #E6B85C;
}
.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;
  }
}
html {
  overflow: hidden;
  overflow-y: scroll;
}
/*面包屑位置调整*/
@media screen and (min-width: 996px) {
  .gp-pc-layout-pid-625e5d70-23c4-409c-b398-a9c091916eea:nth-child(2) .gp-bread6 {
    text-align: right;
  }
}
.gp-title23 h2 {
  padding: 24px 15px;
  /*background: #00833E;*/
}
.gp-title23 h2 a {
  color: #fff !important;
}
.gp-header23 .header .position .gp-logo img {
  max-height: 90px !important;
}
.pid-465f69c8-9e89-4f23-9feb-b674db692dc3 {
  z-index: 999 !important;
}
.footer_block38 .footer_top > div .footer_rt {
  height: auto !important;
  order: 1;
}
.footer_top .gp-container {
  display: flex;
  align-items: center;
}
.erweima p {
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
}
.footer_bot {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.footer_block38 .footer_top > div .f-info {
  flex: 1;
  margin-right: 20px !important;
}
.gp-header3 {
  background-color: background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%) !important;
}
.gp-header9 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 71.52%, transparent 100%) !important;
}
.pid-465f69c8-9e89-4f23-9feb-b674db692dc3 {
  position: absolute !important;
}
section .gp-header9 .top .logo1 .logo_01::after {
  display: none;
}
body header .gp-container {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}
.nav ul {
  border-top: 1px solid rgba(216, 216, 216, 0.1) !important;
}
.gp-header9 .top .logo1 .logo_01 {
  max-height: 70px !important;
}
.gp-header9.currents {
  /*background:#00833E !important;*/
}
.nav ul li > a {
  font-weight: bold;
}
.nav ul > li .subNav {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
section .gp-header15 .gp-top .gp-logo {
  background: unset;
}
/*.gp-header15 .gp-top .topRight .gp-link a {*/
/*    display:none;*/
/*}*/
.gp-header15 .gp-top .topRight .gp-link {
  background: unset !important;
}
section .gp-header15 .gp-top .gp-logo img {
  max-height: 70px;
  margin-left: 20px;
}
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
  font-size: 18px;
  font-weight: bold;
}
section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
  padding: 0 40px;
}
section .gp-header15 .gp-top .topRight .gp-link {
  padding: 7px 0px;
}
@media screen and (max-width:1811px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 20px;
  }
}
@media screen and (max-width:1420px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 16px !important;
  }
}
@media screen and (max-width:1349px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 9px !important;
  }
}
@media screen and (max-width:1765px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 20px;
  }
}
@media screen and (max-width:1341px) {
  section .gp-header15 .gp-top .gp-logo img {
    max-height: 65px;
  }
}
@media screen and (max-width: 1349px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 14px !important;
  }
}
@media screen and (max-width: 1340px) {
  .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width:1260px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 19px !important;
  }
}
@media screen and (max-width:1269px) {
  section .gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav >li {
    padding: 0 10px !important;
  }
}
@media screen and (max-width:1259px) {
  section .gp-header15 .gp-top .gp-logo img {
    max-height: 57px;
  }
}
@media screen and (max-width:1201px) {
  section .gp-header15 .gp-top .gp-logo img {
    max-height: 55px;
  }
}
.gp-header15 .gp-top .topRight .gp-serBtn2 {
  background: transparent !important;
}
.gp-header15 .gp-top .topRight #gp-serBtn4 {
  color: #fff !important;
}
.gp-header15 .gp-top .topRight .gp-serBtn2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .gp-header15 .gp-top .gp-logo a img {
    max-height: 55px;
    padding: 6px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gp-header15 .gp-top .gp-logo a img {
    max-height: 55px;
    padding: 10px;
    margin-left: 0px;
  }
}
/*二级页板块背景*/
body section:nth-of-type(3) {
  position: relative;
}
body section:nth-of-type(3) .row::before {
  content: "";
  display: block;
  width: 100%;
  height: 670px;
  background: url(https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/47e1f9b41f16e93f4b25428671cdb02c) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
}
/**/
/**/
/**/
/**/
/*二维码下间距*/
.footer_top .gp-container {
  /*padding-bottom:30px;*/
}
/**/
/**/
/**/
/**/
/*a*/
/*页脚链接*/
/* 中间链接容器 - 位于二维码和地址信息之间 */
.middle-links-container {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  min-width: 200px;
  margin: 0 2%;
  padding: 0px 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* 兼容IE9 */
}
/* 链接标题样式 */
.middle-links-title {
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
/* 链接内容容器 - 两列布局 */
.middle-links-content {
  overflow: hidden;
  /* 清除浮动 */
  width: 100%;
}
/* 单个链接样式 */
.middle-link {
  display: block;
  float: left;
  width: 45%;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* 兼容IE9 */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  margin: 4px;
  /*padding:10px;*/
}
.middle-link:hover {
  text-decoration: underline;
  color: #f0f0f0;
}
/* 调整原有元素布局，确保三者在同一行 */
.footer_rt {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0;
}
.f-info {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 0;
}
/* 响应式调整 - 小屏幕垂直堆叠 */
@media screen and (max-width: 768px) {
  /* 调整链接布局为两列 */
  /* 新增：确保所有内容垂直居中 */
  .footer_rt,
  .middle-links-container,
  .f-info {
    display: block;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    float: none;
    /* 新增：清除浮动 */
  }
  .f-info .left {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .middle-link {
    width: 33.333%;
    /* 小屏幕三列布局 */
  }
  .middle-link {
    width: 45%;
    /* 调整为两列布局 */
    margin: 5px 2%;
    /* 增加间距 */
  }
  .footer_top .gp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_rt,
  .middle-links-container,
  .f-info {
    margin: 15px auto 0;
  }
}
/* 针对IE9的特殊处理 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .middle-links-container {
    *display: inline;
    /* IE7/8兼容 */
    *zoom: 1;
  }
  .footer_rt {
    *display: inline;
    *zoom: 1;
  }
  .f-info {
    *display: inline;
    *zoom: 1;
  }
}

body{}
