body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #00833E;
  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: #00833E;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #00833E;
}
.slick-dots li.slick-active button {
  background-color: #00833E;
}
.slick-dots li:hover button {
  background-color: #00833E;
}
.slick-dots li.slick-active button {
  background-color: #00833E;
}
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: #00833E;
  color: #fff;
  border-color: #00833E;
}
.gp-page1 a.on_pages {
  background-color: #00833E;
}
.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: #e4bf71;
  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: #00833E;
}
.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;
  }
}
@media screen and (max-width: 996px) {
  /*头部logo渐变底色*/
  .pid-03b6c9fc-0d4e-491a-ba10-e413b227c7fe .gp-header30 .gp-nav-wrap::before {
    height: 100px !important;
  }
}
/*头部平均分的问题*/
.gp-header30 .gp-nav-wrap .gp-nav {
  /*justify-content: space-around !important;*/
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex !important;
  justify-content: flex-end !important;
}
.gp-header30 .gp-nav-wrap .gp-nav > li {
  margin: 0px;
  padding: 0 30px;
}
/*头部导航字号*/
.gp-header30 .gp-nav-wrap .gp-nav > li > a {
  font-size: 20px !important;
  color: #fff;
  font-weight: bold !important;
}
@media screen and (max-width: 1606px) {
  /*导航间距*/
  .gp-header30 .gp-nav-wrap .gp-nav > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1466px) {
  /*导航间距*/
  .gp-header30 .gp-nav-wrap .gp-nav > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1256px) {
  /*导航间距*/
  .gp-header30 .gp-nav-wrap .gp-nav > li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1180px) {
  .gp-header30 .gp-nav-wrap .gp-nav {
    width: 100%;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 996px) {
  .gp-header30 .gp-nav-wrap .gp-nav {
    display: none !important;
  }
}
/* IE9兼容方案（不支持Flex时） */
@media screen and (max-width: 996px) {
  /* IE9不识别flex，用table布局替代 */
  .gp-header30 .gp-nav-wrap .gp-nav {
    display: table;
    table-layout: fixed;
    /* 强制单元格等宽 */
  }
}
/**/
/**/
/**/
/**/
/*页脚文字底色*/
.footer_block1 .footer b {
  color: #555555 !important;
  display: block;
  font-weight: normal;
  /* 关键：将标签设为行内块级，宽度由内容决定 */
  display: inline-block;
  /* 禁止文字折行，确保内容在一行显示 */
  white-space: nowrap;
  /* 可选：添加内边距和样式，避免内容紧贴边框 */
  padding: 5px 8px 5px 8px;
  /*margin: 0 4px 4px 0; */
  /* 标签之间的间距 */
}
.footer_block1 .footer b span {
  color: #999999 !important;
}
/*原页脚隐藏*/
.footer_block1 {
  display: none;
}
/*页脚左侧宽度*/
.footer_block6 .footer .footerList ul li {
  width: 100% !important;
  margin-bottom: 10px;
  margin-top: 0px !important;
}
/*左侧竖线*/
.footer_block6 .footer .footerList ul {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  /*padding-right:0px;*/
  margin-left: 30px;
}
/*左侧竖线*/
.footer_block6 .footer .footerList {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 0 0 0 24% !important;
}
/*右侧竖线*/
.footer_block6 .footer .footerList2 {
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 0 0% !important;
}
/*左右占比*/
.footer_block6 .footer .lf {
  width: 56% !important;
}
.footer_block6 .footer .rt {
  width: 44% !important;
}
/*左侧小尺寸*/
@media screen and (max-width: 1386px) {
  .footer_block6 .footer .footerList ul {
    /*padding-left:70px;*/
    /*margin-left:60px;*/
  }
}
@media screen and (max-width: 996px) {
  /*左右占比*/
  /*页脚logo左侧间距*/
  /*右侧竖线*/
  .footer_block6 .footer .lf {
    width: 100% !important;
    text-align: center;
  }
  .footer_block6 .footer .lf {
    width: 100% !important;
  }
  .footer_block6 .footer .rt {
    width: 100% !important;
  }
  .footer_block6 .footer .footerList {
    border-left: 1px solid rgba(255, 255, 255, 0) !important;
    padding: 0 0 0 0% !important;
  }
  .footer_block6 .footer .footerList2 {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
  }
}
/*a*/
/*页脚左侧logo*/
.footerList {
  display: flex;
  align-items: flex-start;
}
.footerList .icons-container {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  flex-shrink: 0;
  /* 固定宽度不收缩 */
}
.footerList .icons-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footerList ul {
  flex-grow: 1;
  /* 剩余宽度全占 */
}
.footerList ul li a i {
  display: none;
  /* 隐藏原有i元素 */
}
/*logo垂直居中*/
@media screen and (max-width: 996px) {
  /*左侧竖线*/
  .footer .lf .footerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer .lf .footerList .icons-container {
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_block6 .footer .footerList ul {
    border-left: 0px solid rgba(255, 255, 255, 0.16);
    padding-left: 0px;
    border-right: 0px solid rgba(255, 255, 255, 0.16);
    /*padding-right:0px;*/
    margin-left: 0px;
  }
}

body{background-color: #eeeeee;}
