body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #8a0021;
  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: #8a0021;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #8a0021;
}
.slick-dots li.slick-active button {
  background-color: #8a0021;
}
.slick-dots li:hover button {
  background-color: #8a0021;
}
.slick-dots li.slick-active button {
  background-color: #8a0021;
}
body .gp-container {
  width: 1420px;
}
@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: #8a0021;
  color: #fff;
  border-color: #8a0021;
}
.gp-page1 a.on_pages {
  background-color: #8a0021;
}
.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: #b28850;
  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: #8a0021;
}
.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) {
  .gp-title96 .titleBox h2 a,
  .gp-title5 h2 a,
  .tab16 .tabMenu1 li.on h2 a,
  .gp-title97 .titleBox h2 a {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .gp-title96 .titleBox h2 a,
  .gp-title5 h2 a,
  .tab16 .tabMenu1 li.on h2 a,
  .gp-title97 .titleBox h2 a {
    font-size: 20px !important;
  }
}
@media screen and (min-width:996px) {
  .pid-7dcb3078-d741-4913-bdba-b6e31af591f1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/*三道杠位置*/
@media screen and (max-width: 768px) {
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon {
    margin-top: 16px !important;
  }
}
body section:nth-child(1) {
  position: unset !important;
  /*left:0;top:0;width:100%;*/
}
/**/
/**/
/**/
/**/
/*头部背景底色*/
.gp-header27 {
  background: unset;
}
body section:nth-child(1) .layout {
  position: relative;
}
body section:nth-child(1) .layout .gp-header27::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/96a251cd099e46f182e57de4feb8feb5.png?pageId=a25f91c14b24432191574c001f66ccd6) no-repeat bottom/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.gp-header27 .nav {
  background: #8a0021 !important;
}
/*小标题样式*/
.gp-header27 .wrapHeader .gp-link a {
  color: #757575 !important;
  font-size: 14px;
  /*background:rgba(0,0,0,.1);*/
}
/*搜索底色*/
.gp-header27 .wrapHeader .ser {
  background: rgba(0, 0, 0, 0.1) !important;
}
/*头部第二个logo小一点*/
.gp-header27 .wrapHeader .gp-logo a:nth-child(2) img {
  max-height: 62px;
}
/*首页栏目标题更多样式*/
.gp-title39 .more {
  line-height: 44px !important;
}
@media screen and (max-width: 996px) {
  /*首页栏目标题更多样式*/
  .gp-title39 .more {
    line-height: 24px !important;
  }
}
/*首页栏目标题左侧装饰*/
.gp-title39 .cloum {
  border-left: 4px solid #8a0021;
  padding-left: 16px;
}
/*头部导航字号*/
.gp-header27 .nav ul li > a {
  font-size: 20px !important;
  font-weight: bold;
}
.gp-header27 .nav ul li.on .subNav dl dd a {
  font-size: 18px !important;
  /*font-weight:bold !important;*/
  padding: 0px 5px 20px 5px !important;
}
.gp-header27 .nav ul li.on .subNav dl dd {
  padding-top: 5px !important;
}
/**/
/**/
/**/
/**/
/*页脚文字宽度*/
.footer_block2 .footer .footer_rt {
  width: 360px !important;
}
/*a*/
/*页脚访问量*/
.footerThree {
  display: flex;
  flex-direction: column;
}
.footer-link {
  display: flex !important;
  align-items: center;
  margin-bottom: 7px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer_block15 .footerThree a:nth-child(1) .icon {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background: url('https://demo.gpowersoft.com/editor_saas/api/preview/image/f7f28a6fadfb41eb967ee609a3a20fea.png?pageId=a25f91c14b24432191574c001f66ccd6') no-repeat center;
  /*background-color:#333;*/
  display: inline-block;
}
.footer_block15 .footerThree a:nth-child(2) .icon {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background: url('https://demo.gpowersoft.com/editor_saas/api/preview/image/f6176789b83d4939820d11f418975442.png?pageId=a25f91c14b24432191574c001f66ccd6') no-repeat center;
  /*background-color:#333;*/
  display: inline-block;
}
.text-label {
  text-align: justify;
  text-justify: inter-ideograph;
  display: inline-block;
  /*width: 90px;*/
  /*background:green;*/
}
.text-value {
  text-align: left;
  display: inline-block;
  /*width: 90px;*/
  /*background:red;*/
}
/*.footer_block15 .footerThree{*/
/*    width: 25% !important;*/
/*    background:#000;*/
/*}*/
/*@media screen and (max-width: 1600px) {*/
/*    .footer_block15 .footerThree {*/
/*        width: 25% !important;*/
/*    }*/
/*}*/
/*a*/
/*回到顶部*/
/* 回到顶部容器 */
.back-to-top {
  position: fixed;
  /* 固定定位 */
  right: calc(50% - 500px);
  /* 结合版心宽度（假设版心 1000px），调整到版心右侧 */
  bottom: 30px;
  /* 距离底部间距 */
  display: flex;
  /* 让图标和文字水平排列 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透背景，增强可见性 */
  color: #fff;
  /* 文字颜色 */
  padding: 8px 12px;
  /* 内边距 */
  border-radius: 4px;
  /* 圆角 */
  cursor: pointer;
  /* 鼠标悬浮变手型 */
  z-index: 9999;
  /* 保证在最上层 */
  transition: opacity 0.3s ease;
  /* 渐变显示隐藏 */
}
/* 箭头图标样式 */
.back-to-top__icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  /* 与文字间距 */
}
/* 文字样式（复用你现有 gp-f14/gp-white 等类） */
.back-to-top__text {
  /* 已有 gp-f14 gp-white 可继承，可补充额外样式 */
}
/*页脚logo尺寸*/
.footer_block15 .footrlogo img {
  max-height: 50px;
}
/**/
/**/
/**/
/**/
/*二级页列表左侧间距*/
.page-list35 >ul li a p {
  padding-left: 0px !important;
}
/*a*/
/*二级页侧栏样式调整*/
.asideList12 .gp-subLeft {
  min-height: 40px !important;
}
.asideList12 .gp-subLeft > ul {
  border: none !important;
  text-align: center;
}
.asideList12 .gp-subLeft > ul > li {
  margin-top: 10px;
}
.asideList12 .gp-subLeft > ul > li > a {
  border-bottom: none !important;
}
.asideList12 .gp-subLeft > ul > li > a::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.asideList12 .gp-subLeft > ul > li > a::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  z-index: -1;
  transition: all 0.3s ease;
}
.asideList12 .gp-subLeft > ul > li > a:hover::before {
  background: #8a0021 !important;
}
.asideList12 .gp-subLeft > ul > li > a:hover {
  color: #fff !important;
  font-weight: bold;
}
/*.asideList12 .gp-subLeft > ul > li > a:hover .gp-toggles{*/
/*    color:#fff !important;*/
/*}*/

body{
	background-size:cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	/*background-image: url(../images/827b968602ff41c7a09d283eb1096b24.png);*/
	background-position:center center;
	}
