body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #164c9b;
  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: #164c9b;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #164c9b;
}
.slick-dots li.slick-active button {
  background-color: #164c9b;
}
.slick-dots li:hover button {
  background-color: #164c9b;
}
.slick-dots li.slick-active button {
  background-color: #164c9b;
}
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: #164c9b;
  color: #fff;
  border-color: #164c9b;
}
.gp-page1 a.on_pages {
  background-color: #164c9b;
}
.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: #164c9b;
}
.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;
  }
}
/*页脚调整效果*/
/* 基础布局 */
.footer {
  position: relative;
  padding: 30px 0 50px;
  /* 上下间距减小 */
  min-height: 200px;
  box-sizing: border-box;
}
/* 友情链接样式 */
.link-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.link-list {
  display: flex;
  /*gap: 15px 30px;*/
  flex-wrap: wrap;
}
.link-item {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
  font-size: 14px;
}
.link-item:hover {
  transform: translateX(5px);
  opacity: 0.9;
}
.link-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.link-item:hover::after {
  transform: scaleX(1);
}
/* 精准定位版权栏 */
.copyright-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}
.copyright-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
/* 右侧图标 */
.social-item {
  margin-bottom: 20px;
}
.social-item img {
  width: 36px;
  transition: transform 0.3s ease;
}
.social-item:hover img {
  transform: translateY(-3px);
}
.social-item p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  font-size: 13px;
}
/*页脚间距*/
.footer_block17 {
  padding: 50px 0 20px !important;
}
/*页脚背景*/
.footer_block17::before {
  height: 60% !important;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/7a7af7ed84734f859784e2a104fcea62.png?pageId=504320f1545e40c69ed3ba0e77332cb7) no-repeat center/cover !important;
}
/*页脚左侧范围*/
.footer_block17 .footer .lt {
  width: 70%;
}
@media screen and (max-width: 1386px) {
  /*页脚左侧范围*/
  /*页脚背景*/
  .footer_block17 .footer .lt {
    width: 50%;
  }
  .footer_block17::before {
    height: 65% !important;
  }
}
@media screen and (max-width: 996px) {
  /*页脚左侧范围*/
  /*页脚背景*/
  .footer_block17 .footer .lt {
    width: 100%;
  }
  .footer_block17::before {
    height: 90% !important;
  }
}
/*a链接*/
.link-item {
  width: 25%;
  /* 每行4个链接 */
  margin: 0 0 12px 0;
  padding-right: 10px;
}
/* 响应式调整：在小于等于996px时恢复默认样式 */
@media (max-width: 996px) {
  .link-item {
    width: 100%;
    padding-right: 0px;
  }
}
/* IE9 特定修复 */
@media screen\0 {
  /* 小屏幕适配 */
  .link-list {
    width: 100%;
    /* 修复IE9 max-width不生效问题 */
  }
  .link-item {
    /* 修复IE9 inline-block间隙问题的另一种方法 */
    float: left;
  }
  .link-item:nth-child(4n+1) {
    clear: left;
    /* 每4个链接清除一次浮动 */
  }
}
@media screen\0 and (max-width: 996px) {
  .link-item {
    width: 100%;
  }
}
/*页脚二维码描边去掉*/
.footer_block17 .footer .rt li img {
  border: 0px solid #fff !important;
}
/*页脚二维码最大宽度*/
.footer_block17 .footer .rt li {
  max-width: 130px;
}
@media (max-width: 996px) {
  /*页脚二维码最大宽度*/
  .footer_block17 .footer .rt li {
    margin: 10px;
    margin-left: 0px !important;
    padding-bottom: 30px;
  }
}
/*页脚logo下间距*/
.footer_block17 .footer .lt .footer_logo {
  margin-bottom: 100px !important;
}
@media (max-width: 996px) {
  /*页脚logo下间距*/
  .footer_block17 .footer .lt .footer_logo {
    margin-bottom: 25px !important;
  }
}
/**/
/**/
/**/
/**/
/*头部第二个logo大小*/
.gp-header3 .gp-top .gp-logo a:nth-child(2) img {
  max-height: 55px !important;
}
/**/
/**/
/**/
/**/
/*二级页侧栏调整*/
.asideList4 .gp-subLeft > ul {
  border-left: 0px solid #164c9b !important;
  margin-left: 10px;
  background-color: #164c9b !important;
}
/*侧栏交互*/
.asideList4 .gp-subLeft > ul > li a.active,
.asideList4 .gp-subLeft > ul > li > a:hover,
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  font-weight: bold;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  border-right: 10px solid rgba(0, 0, 0, 0.5) !important;
}
/*侧栏下划线颜色*/
.asideList4 .gp-subLeft > ul > li > a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.7);
}
/*子栏目下拉箭头*/
.asideList4 .gp-subLeft > ul > li .gp-toggles,
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/*三级栏目底色*/
.asideList4 .gp-subLeft > ul > li .gp-second-nav {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
/*侧栏加伪类图片*/
.asideList4 .gp-subLeft > ul::before {
  content: "";
  display: block;
  width: 150px;
  height: 143px;
  position: absolute;
  background: url(https://demo.gpowersoft.com/editor_saas/api/preview/image/59135d3edbb64f459ae0eeb5c2f1e442.png?pageId=2f2fff09c36b4021a07e321c7e821bc3) no-repeat;
  bottom: 0;
  right: 0;
}

body{}
