body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #942d2c;
  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: #942d2c;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #942d2c;
}
.slick-dots li.slick-active button {
  background-color: #942d2c;
}
.slick-dots li:hover button {
  background-color: #942d2c;
}
.slick-dots li.slick-active button {
  background-color: #942d2c;
}
body .gp-container {
  width: 1200px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1200px;
  }
}
@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: #942d2c;
  color: #fff;
  border-color: #942d2c;
}
.gp-page1 a.on_pages {
  background-color: #942d2c;
}
.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: #942d2c;
}
.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;
  }
}
/*logo下面背景*/
.gp-header4 .gp-top,
.gp-header4 .logo_wrap {
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/ed1c4b814df54bf78c9a25770631688f.png?pageId=7cb4bf98679b4c789c550c4387066901) no-repeat center/cover;
}
/*小标题底色*/
.gp-header4 .gp-top {
  background: #fff;
}
/*导航栏目高度*/
.gp-header4 .gp-nav-wrap .gp-nav > li > a {
  height: 49px !important;
  line-height: 49px !important;
}
/*二级页面包屑统一调整*/
.gp-bread1 {
  padding: 0px 0 !important;
}
/*导航logo调整*/
.gp-header4 .logo_wrap .header .gp-logo {
  max-width: 665px !important;
}
/*头部日期删除*/
.gp-header4 .gp-top span,
.gp-header4 .gp-top p {
  display: none;
}
/*头部第二个logo小一点*/
.gp-header4 .logo_wrap .header a:nth-child(2) img {
  max-height: 43px !important;
}
/*导航下拉微调*/
.gp-header4 .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 49px !important;
  width: 240px !important;
  margin-left: -120px !important;
}
/*三道杠下拉箭头水平居中*/
.gp-header4 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  align-self: anchor-center !important;
}
/**/
/**/
/**/
/**/
/*页脚二维码*/
.footer_block38 .footer_top > div .footer_rt {
  width: 200px !important;
  height: 155px !important;
  text-align: -webkit-center;
}
.footer_block38 .footer_top > div .footer_rt .erweima img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  .footer_block38 .footer_top > div .footer_rt {
    float: right !important;
  }
}
@media (max-width: 996px) {
  /*版权居中*/
  .footer_block38 .footer_top > div .footer_rt {
    padding-top: 15px;
  }
  .footer_block38 .footer_top > div .f-info .f-txt {
    text-align-last: center;
  }
  .footer_block38 .footer_top > div .f-info .f-txt .left p:nth-child(1) span {
    margin-left: unset !important;
  }
  .footer_block38 .footer_top > div .footer_rt {
    float: none !important;
  }
  .footer_block38 .footer_top > div .footer_rt {
    height: 185px !important;
  }
}
/*页脚链接*/
.footer_block38 .footer_top > div .f-info .f-txt .left p:nth-child(1) span a {
  padding: 0 10px;
  /* 现代浏览器 */
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  /* 旧版浏览器回退 */
  display: inline-block;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #000;*/
  /* 修复可能的间距冲突 */
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
}
.footer_block38 .footer_top > div .f-info .f-txt .left p:nth-child(1) span {
  margin-left: -10px;
}
/* 新增样式 - 微信公众小标题 */
.wechat-title {
  font-size: 14px;
  color: white;
  opacity: 0.7;
  text-align: center;
  margin-top: 7px;
  /* 关键：与图片保持10px间距 */
  /*bottom:0;*/
  /*padding:55px;*/
  /*background:#333 !important;*/
  /* 响应式调整 */
  /* 兼容性处理 - 针对不支持opacity的IE8及以下 */
  filter: alpha(opacity=70);
  zoom: 1;
  /* 触发IE的hasLayout */
}
@media (max-width: 768px) {
  .wechat-title {
    font-size: 12px;
    /* 移动端适当缩小字体 */
    margin-top: 8px;
    /* 移动端微调间距 */
  }
}
/* 确保二维码图片正确显示 */
.erweima img {
  display: block;
  /* 消除图片底部间隙 */
  max-width: 100%;
  /* 响应式处理 */
  height: auto;
}
/*a*/
/*页脚联系我们*/
.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 7px 7px 0;
  /* 右侧间距7px */
  overflow: hidden;
  flex-shrink: 0;
  /* 防止容器被压缩 */
  vertical-align: middle;
  /* 确保图标垂直居中 */
}
.icon-image {
  max-width: 100%;
  /*max-height: 100%;*/
  padding: 8px;
  object-fit: contain;
  /* 保持图片比例，完整显示在容器内 */
}
/*页脚联系我们行间距*/
.footer_block38 .footer_top > div .f-info .f-txt .left p:nth-child(2) a {
  line-height: 30px !important;
}
/*联系我们标题调整*/
.footer_block38 .footer_top > div .f-info .f-txt .left .h3 {
  margin-bottom: 10px;
}
/*左侧上间距调整*/
.footer_block38 .footer_top > div .f-info .f-links {
  display: none !important;
}

body{}
