body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #092c87;
  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: #092c87;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #092c87;
}
.slick-dots li.slick-active button {
  background-color: #092c87;
}
.slick-dots li:hover button {
  background-color: #092c87;
}
.slick-dots li.slick-active button {
  background-color: #092c87;
}
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: #092c87;
  color: #fff;
  border-color: #092c87;
}
.gp-page1 a.on_pages {
  background-color: #092c87;
}
.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: #092c87;
}
.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 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
.a106fad-c32c-41f0-923d-e221b41215f5 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_block6 .footer .lf {
    width: 100% !important;
  }
}
@media screen and (max-width: 320px) {
  .footer_block6 .footer .lf {
    width: 100% !important;
  }
}
/*第二个logo大小*/
.gp-header2 .gp-top .gp-logo a:nth-child(2) img {
  max-height: 76px;
}
/*第一个logo大小*/
.gp-header29 .top .logo1 a img {
  max-height: 66px !important;
}
.gp-header29 .top .logo1 a {
  max-height: 70px !important;
  transition: transform 0.3s ease;
}
.gp-header29.currents .top .logo1 a img {
  max-height: 42px !important;
}
.gp-header29.currents .top .gp-logo {
  padding: 5px 0 15px !important;
}
@media screen and (max-width: 996px) {
  .gp-header29 .top .logo1 a img {
    max-height: 42px !important;
  }
}
/*鼠标移入后logo放大*/
.gp-header29 .top .logo1 a:hover {
  transform: scale(1.1);
}
.gp-header29 .top .logo1 a:hover::after {
  display: none !important;
}
/*头部上下间距*/
.gp-header2 .gp-top,
.gp-header2 .gp-top .gp-search-wrap {
  padding: 10px 0 !important;
}
@media screen and (min-width: 997px) {
  /*头部小标题*/
  /*小标题样式*/
  /*导航位置*/
  /*导航平均分*/
  /*小标题位置*/
  /*logo位置*/
  /*下拉效果*/
  /*导航位置*/
  /*导航平均分*/
  /*logo位置*/
  .gp-header29 .top .topRight .topRight_top .gp-link {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .gp-header29 .top .topRight .topRight_top .gp-link a {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    padding: 0px 10px !important;
    opacity: 0.7;
  }
  .gp-header29 .top {
    flex-direction: column;
  }
  .gp-header29 .top .topRight .nav ul {
    justify-content: space-between !important;
  }
  .gp-header29 .top .topRight .topRight_top {
    margin: -50px 0 20px !important;
  }
  .gp-header29 .top .logo1 {
    margin-top: 20px;
  }
  .gp-header29.currents .top {
    flex-direction: unset;
  }
  .gp-header29.currents .top .topRight .nav ul {
    justify-content: end !important;
  }
  .gp-header29.currents .top .logo1 {
    margin-top: 0px;
  }
}
/*导航下拉*/
.gp-header29 .top .topRight .nav ul li .subNav {
  width: 200px !important;
  margin-left: -100px !important;
}
/**/
/**/
/**/
/**/
/*页脚二维码尺寸*/
.footer_block6 .footer .footerList2 .code2D {
  width: 100px;
}
/*a*/
/*页脚二维码左右排列*/
/* 父容器清除浮动并提供布局环境 */
.footerList2 {
  overflow: hidden;
  /* 清除子元素浮动影响 */
  zoom: 1;
  /* IE9触发hasLayout，解决浮动清除问题 */
  text-align: center;
  /*让子元素水平居中 */
}
/* 子元素使用浮动实现水平排列（兼容IE9） */
.code2D {
  float: left;
  /* 左浮动使元素并排 */
  margin: 0 10px;
  /* 两个容器之间的间距 */
  text-align: center;
  /* 内部内容居中 */
}
/* 移除最后一个元素的右间距，避免多余空间 */
.code2D:last-child {
  margin-right: 0;
}
/* 修复IE9中可能的布局偏移 */
.code2D {
  display: inline;
  /* 触发IE9的inline布局修复 */
  zoom: 1;
  /* 触发hasLayout，确保宽高正常 */
}
/*中间部分占比小一点，左侧宽些*/
.footer_block6 .footer .md {
  width: 30% !important;
}
/*左侧宽些*/
.footer_block6 .footer .lf {
  width: 42% !important;
}
/*右侧占比*/
@media screen and (max-width: 1000px) {
  /*左侧竖线隐藏*/
  .footer_block6 .footer .rt {
    width: 100% !important;
    justify-items: center;
  }
  .footer_block6 .footer .footerList2,
  .footer_block6 .footer .footerList1 {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
  }
  .footer_block6 .footer .footerList {
    border-left: 1px solid rgba(255, 255, 255, 0) !important;
  }
}
@media screen and (max-width: 996px) {
  /*中间部分占比小一点，左侧宽些*/
  /*左侧宽些*/
  .footer_block6 .footer .md {
    width: 50% !important;
  }
  .footer_block6 .footer .lf {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  /*中间部分占比小一点，左侧宽些*/
  /*左侧宽些*/
  .footer_block6 .footer .md {
    width: 100% !important;
    justify-items: center;
  }
  .footer_block6 .footer .lf {
    width: 100% !important;
  }
}
@media screen and (max-width: 444px) {
  .footer_block6 .footer .footerList ul li {
    width: 100% !important;
  }
  .footer_block6 .footer .lf {
    /*justify-items: center;*/
  }
}

body{}
