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: #d19c33;
  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;
  }
}
/*头部通用样式*/
.wrapHeader1 {
  z-index: 9988;
  /*background:rgba(0,0,0,0.35);*/
  /* 现代浏览器：水平线性渐变（从左到右） */
  background: linear-gradient(to bottom, #0b264f 10%, rgba(11, 38, 79, 0) 100%);
  /* IE9 专属滤镜：模拟水平渐变（gradientType=1 表示水平） */
  /* startColorstr：起始颜色（#007ff2，不透明） */
  /* endColorstr：结束颜色（#00007ff2，前两位 `00` 表示 alpha 为 0，即完全透明） */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b264f', endColorstr='#0b264f', gradientType=1);
  height: 160px;
}
body.currents .wrapHeader1 {
  background: #164c96;
  height: unset;
}
.wrapHeader1 .gp-top {
  /*max-width:1625px;*/
  background: none;
  margin: 0 auto;
}
.wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav {
  justify-content: space-evenly;
}
.wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li {
  padding: 0 10px;
}
/*导航文字加大*/
.gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
  font-size: 20px !important;
}
/*头部logo底色*/
.gp-header25 .gp-top .gp-logo {
  max-width: 600px !important;
  margin-left: 20px;
}
body .gp-header25.currents .gp-top .gp-logo {
  max-width: 400px !important;
}
@media screen and (max-width:1509px) {
  .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
    font-size: 18px !important;
  }
  .gp-header25 .gp-top .gp-logo {
    max-width: 500px !important;
  }
  .wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li {
    padding: 0 5px;
  }
}
@media screen and (max-width:1341px) {
  .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
    font-size: 16px !important;
  }
  .gp-header25 .gp-top .gp-logo {
    max-width: 400px !important;
  }
}
@media screen and (max-width:1163px) {
  .wrapHeader1 .gp-header25 .gp-top .topRight .gp-nav-wrap .gp-nav > li {
    padding: 0 4px;
  }
}
@media screen and (max-width:1055px) {
  .gp-header25 .gp-top .gp-logo {
    max-width: 300px !important;
  }
  body .gp-header25.currents .gp-top .gp-logo {
    max-width: 300px !important;
  }
}
@media screen and (min-width:996px) {
  .wrapHeader1 {
    position: fixed;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  .wrapHeader1 .gp-header25 {
    background: none;
  }
}
@media screen and (max-width:996px) {
  .wrapHeader1 {
    height: unset !important;
  }
}
body .gp-header25.currents {
  position: static;
  padding: 0px 0;
}
/*底部通用样式*/
.footer_block24 {
  /* background-image: none !important; */
}
.footer_block24 * {
  color: #fff !important;
}
/*二级侧栏标题隐藏*/
@media screen and (min-width:996px) {
  .gpSubLeftTitle {
    display: none;
  }
}
/*首页栏目左右两侧装饰线段*/
.gp-title38 h2:before,
.gp-title38 h2:after {
  /* background-color: #b01709 !important; */
}
/*下拉行高*/
.gp-header25.currents .gp-top .topRight .gp-nav-wrap .gp-nav >li >a {
  line-height: 44px !important;
}
/*三道杠位置*/
@media screen and (max-width: 996px) {
  .gp-header25 .gp-menu {
    top: 0% !important;
    transform: translateY(0%) !important;
  }
}
/*三道杠上间距*/
.gp-header25 .gp-menu .gp-menu-header .gp-menu-header-icon {
  margin: 12px 20px 0 0 !important;
}
/**/
/**/
/**/
/**/
/*页脚背景*/
.footer_block24 {
  /* background: url(../images/6c1a5ba91d484706b1c22dbb85bbf90a.gif) no-repeat center/cover !important; */
}
/*页脚logo居中*/
.footer_block24 .footer .flex .gp-fl .logo {
  padding-right: 0px !important;
}

body{}
