body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #044b88;
  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: #044b88;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #044b88;
}
.slick-dots li.slick-active button {
  background-color: #044b88;
}
.slick-dots li:hover button {
  background-color: #044b88;
}
.slick-dots li.slick-active button {
  background-color: #044b88;
}
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 a:not([href]) {
  color: #ccc;
}
.gp-page1 a a:not([href]):hover {
  background: none;
  color: #ccc;
  border: 1px solid #ccc;
}
.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: #044b88;
  color: #fff;
  border-color: #044b88;
}
.gp-page1 a.on_pages {
  background-color: #044b88;
}
.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: #044b88;
}
.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;
  }
}
/*导航置顶*/
.pid-a1d629f3-0fc6-4e6e-be2b-db4d699f5a29 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
/* 现代浏览器 + IE10+ */
.pid-a1d629f3-0fc6-4e6e-be2b-db4d699f5a29 {
  background: transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* 老webkit兼容 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  /* IE9 专用渐变滤镜 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2000000', endColorstr='#00000000', GradientType=0);
}
/*顶部横条底色*/
.gp-header30 .gp-top,
.gp-header30 .gp-menu {
  background: transparent !important;
}
/*导航颜色*/
.gp-header30 .gp-nav-wrap .gp-nav > li > a {
  color: #fff !important;
  font-weight: bold;
}
/*导航投影*/
.gp-header30 .gp-nav-wrap .gp-nav {
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.7));
}
/*小标题*/
.gp-header30 .gp-top {
  opacity: 0.6;
}
/*搜索文字*/
.gp-header30 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  display: none;
}
/*搜索宽度*/
.gp-header30 .gp-top .gp-search-wrap .gp-search {
  width: 42px !important;
  border-radius: 50% !important;
  margin-left: 0px !important;
}
.gp-header30 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  width: 100% !important;
}
/*logo上间距*/
.gp-header30 .gp-nav-wrap .gp-logo {
  margin-top: -40px !important;
}
.gp-header30.currents .gp-nav-wrap .gp-logo {
  margin-top: -10px !important;
}
@media screen and (max-width: 1180px) {
  .gp-header30.currents .gp-nav-wrap .gp-logo {
    padding-bottom: 16px !important;
  }
  .gp-header30 .gp-nav-wrap .gp-logo {
    margin-top: -38px !important;
  }
}
/*头部下划*/
.gp-header30.currents .gp-nav-wrap .gp-nav > li > a {
  height: 0 !important;
  line-height: 10px !important;
}
/*头部右间距*/
@media screen and (max-width: 996px) {
  .gp-header30 .gp-nav-wrap .gp-logo {
    margin-right: 50px !important;
  }
  .gp-header30 .gp-menu .gp-menu-header .gp-menu-header-icon {
    margin: 11px 20px 0 0 !important;
  }
}
/*首页第二个 后加的更多样式*/
.gp-more8 a {
  border: 1px solid transparent !important;
  padding: 8px 10px 10px 40px !important;
}
.gp-more8 a div {
  display: none;
}
.gp-more8 {
  position: relative;
}
.gp-more8 a::before {
  content: "";
  display: block;
  width: 167px;
  height: 37px;
  position: absolute;
  top: 0;
  left: calc(50% - 68px);
  background: url(../images/btn_bg.png) no-repeat center center;
  z-index: 0;
}
/*首页图标高度*/
.gp-title114 h2 span {
  height: 125% !important;
  top: unset !important;
  bottom: 0 !important;
}
/*栏目标题小尺寸*/
@media screen and (max-width: 996px) {
  .gp-title114 h2 span {
    height: 70px !important;
  }
  .gp-title114 h2 div:nth-child(1) {
    font-size: 30px !important;
  }
  .gp-title114 h2 { }
}
/*栏目标题小尺寸*/
@media screen and (max-width: 767px) {
  .gp-title114 h2 span {
    height: 60px !important;
  }
  .gp-title114 h2 div:nth-child(1) {
    font-size: 22px !important;
  }
  .gp-title114 h2 div:nth-child(2) {
    font-size: 14px !important;
  }
  .gp-title114 h2 { }
}
/**/
/**/
/**/
/**/
/*二级页banner原有面包屑隐藏*/
.dtbread1 .gp-container .channel .channelPath,
.dtbread1 .gp-container .sidebar,
.dtbread1 .subBanner::after {
  display: none !important;
}
/*二级页一级标*/
.dtbread1 .gp-container .channel {
  margin-bottom: 0px !important;
  max-width: 230px;
  background: #044b88;
  padding: 19px 23px;
  justify-content: center;
  border-left: 4px solid #d1905a;
}
.dtbread1 .gp-container .channel .channelName {
  font-size: 26px !important;
  line-height: 40px;
}
/*标题左侧装饰*/
.dtbread1 .gp-container {
  position: relative;
}
.dtbread1 .gp-container .channel::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url() left center no-repeat rgba(255, 255, 255, 0.1);
  z-index: 0;
  left: 4px;
  top: 32%;
}
/*标题左下装饰竖线*/
.dtbread1 .gp-container .channel::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 58px;
  background: #044b88;
  z-index: 0;
  left: 0px;
  top: 100%;
  opacity: 0.1;
}
@media screen and (max-width: 996px) {
  .dtbread1 .gp-container .channel::after {
    display: none;
  }
}
/*面包屑样式*/
.gp-bread6 {
  background: #eee;
  text-align: right;
  padding: 14px;
  color: #757575 !important;
  margin: 10px 0 0;
}
/*二级页文字列表页*/
.page-list31 .block-list li a {
  box-shadow: 0 5px 5px transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border-left: 10px solid rgba(0, 0, 0, 0.07);
}
.page-list31 .block-list li:nth-child(2n) a {
  background: #f5f5f5;
  border: 0px solid rgba(0, 0, 0, 0.07);
  border-left: 10px solid rgba(0, 0, 0, 0.07);
}
/*二级页侧栏更多隐藏*/
.gp-title36 .more {
  display: none;
}
.gp-title36 {
  border-bottom: 1px solid rgba(4, 75, 136, 0.4) !important;
}
/*二级页侧栏样式*/
.asideList16 .gp-subLeft {
  background: #eee;
  border-left: 4px solid #044b88;
  padding: 0 6px 1px 0px !important;
}
.asideList16 .gp-subLeft > ul > li {
  background: #fff;
  margin-bottom: 6px !important;
}
.asideList16 .gp-subLeft > ul > li a {
  /*padding: 17px 0px 17px 40px !important;*/
  /*padding:17px 20px 17px !important;*/
}
/*侧栏箭头*/
.asideList16 .gp-subLeft > ul > li .gp-toggles {
  right: 0px !important;
}
.asideList16 .gp-subLeft > ul > li .gp-toggles::before {
  /*padding-right: 40px !important;*/
  position: absolute;
  top: 2px !important;
  right: 20px;
}
.asideList16 .gp-subLeft > ul > li a::after {
  content: "";
  position: absolute;
  width: 0px !important;
  height: 0px !important;
  right: -22px !important;
  top: 40% !important;
  border-top: 7px solid transparent;
  /* 三角形高度 = 15+15=30px */
  border-right: 12px solid #eee;
  /* 三角形宽度=20px，颜色=蓝色 */
  border-bottom: 7px solid transparent;
}
/*侧栏交互*/
.asideList16 .gp-subLeft > ul > li a.active,
.asideList16 .gp-subLeft > ul > li a:hover {
  border-left: 9px solid #044b88;
  margin: 0 !important;
  font-weight: bold;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  width: calc(100% + 6px);
  background: #fff;
  padding-left: 30px !important;
}
.asideList16 .gp-subLeft > ul > li a:hover::after,
.asideList16 .gp-subLeft > ul > li a.active::after {
  border-right: 12px solid #d1905a;
  /* 三角形宽度=20px，颜色=蓝色 */
  /*right:-6px !important;*/
  transition: all 500ms ease;
  /* all=所有属性，1s=1秒，ease=缓动效果 */
  -webkit-transition: all 500ms ease;
  /* webkit内核兼容 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* 初始透明度100% */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  /* IE9专属 */
  right: 0 !important;
}
/**/
/**/
/**/
/**/
/*页脚底色*/
.footer_block45 {
  background: #044b88 !important;
}
/*页脚logo*/
.footer_block45 .footer_logo img {
  width: auto !important;
  max-height: 50px;
}
.footer_block45 .footer_logo {
  text-align: center;
}
/*重复的部分*/
.footer_block45 .footer_bottom .footer_logo_wrap,
.footer_block45 .footer_bottom .footer_nav,
.footer_block45 .footer_bottom .footer_logo_wrap,
.footer_block45 .footer_bottom .footer_bottom {
  display: none !important;
}
.footer_block45 .footer_bottom {
  padding: 16px 0;
}
.footer_block45 .footer_top {
  padding: 50px 0 0 !important;
}
/*栏目下间距*/
.footer_block45 .footer_nav {
  padding: 65px 0 50px !important;
}
@media screen and (max-width: 1360px) {
  .footer_block45 .footer_bottom {
    padding: 6px 0 !important;
  }
}
@media screen and (max-width: 996px) {
  /*栏目下间距*/
  .footer_block45 .footer_bottom {
    padding: 1px 0 15px !important;
  }
  .footer_block45 .footer_nav {
    padding: 45px 0 50px !important;
  }
}
@media screen and (max-width: 768px) {
  /*栏目下间距*/
  .footer_block45 .footer_bottom {
    padding: 10px 0 3px !important;
  }
  .footer_block45 .footer_nav {
    padding: 25px 0 20px !important;
  }
}
/*a*/
/*页脚logo及两侧链接*/
/* 原有代码全部保留，仅新增/修改以下部分 */
/* 1. 中间logo自适应缩小（1200px以上），避免挤占空间 */
.footer_block45 .footer_logo_center .logo1 img {
  max-width: 300px !important;
  /* 限定logo最大宽度，自适应缩小 */
  width: 100% !important;
  height: auto !important;
  /* 保持比例，不拉伸 */
  display: block !important;
  margin: 0 auto !important;
  /* 居中显示 */
}
/* 2. 联系方式文字强制折行+宽度约束，避免溢出 */
.footer_block45 .contact-text {
  max-width: 300px !important;
  /* 限定文字最大宽度，强制折行 */
  margin: 10px auto 0 !important;
  /* 水平居中 */
  word-wrap: break-word !important;
  /* IE9兼容折行 */
  word-break: break-all !important;
  /* 强制折行，不溢出 */
  color: rgba(255, 255, 255, 0.7);
}
.footer_block45 .link-item:hover span {
  font-weight: bold;
}
/* 3. 1200px以上：两侧链接适度缩尺，减少空间占用（无裁剪） */
@media screen and (min-width: 1200px) {
  .footer_block45 .footer_logo_left,
  .footer_block45 .footer_logo_right {
    gap: 8px !important;
    /* 从10px缩到8px，减少横向占用 */
    *margin: 0 8px 0 0 !important;
    /* IE9兼容 */
  }
}
/* 原有代码（logo布局/小屏适配等）全部保留，无需修改 */
/* logo区域左中右布局（兼容IE9+1200px以上严格版心适配） */
.footer_block45 .footer_logo_wrap {
	padding: 1.5em 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  /*margin: 0 auto 12px !important;*/
  /*width: 100% !important;*/
  /*max-width: 1200px !important;*/
  /**width: expression(document.body.clientWidth > 1200 ? "1200px" : "100%");*/
  *zoom: 1 !important;
  /*padding: 0 15px !important;*/
  box-sizing: border-box !important;
}
/* 左侧/右侧链接组：997px以上水平排列（123一行），间距10px */
.footer_block45 .footer_logo_left,
.footer_block45 .footer_logo_right {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  gap: 10px !important;
  *margin: 0 10px 0 0 !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
/* 单个链接样式：110px正方形 + 图标在上文字在下 + 顶部对齐+16px上间距 */
.footer_block45 .link-item {
  width: 110px !important;
  height: 110px !important;
  color: #fff !important;
  text-decoration: none !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  padding: 16px 8px 8px 8px !important;
  box-sizing: border-box !important;
  *display: block !important;
  *text-align: center !important;
  text-align: center !important;
}
/* 图标容器：36x36固定尺寸，不随文字缩放 */
.footer_block45 .link-icon {
  width: 80px;
  height: 80px;
  margin: 0 0 8px 0 !important;
  flex-shrink: 0 !important;
}
.footer_block45 .link-icon img {
  display: block !important;
  flex-shrink: 0 !important;
}
/* 中间logo+联系方式 */
.footer_block45 .footer_logo_center {
  text-align: center !important;
  flex-shrink: 0 !important;
}
/* 1200px以下适配：logo第一行，左侧第二行，右侧第三行 */
@media screen and (max-width: 1200px) {
  .footer_block45 .footer_logo_wrap {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 20px !important;
    max-width: 100% !important;
    *width: 100% !important;
  }
  .footer_block45 .footer_logo_left,
  .footer_block45 .footer_logo_right {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 15px !important;
    margin: 0 !important;
  }
}
/* 997px适配（精准断点缩小链接尺寸） */
@media screen and (max-width: 997px) {
  .footer_block45 .link-item {
    width: 95px !important;
    height: 95px !important;
  }
  .footer_block45 .link-icon {
    width: 60px !important;
    height: 60px !important;
  }
}
/* 小屏适配（768px以下，手机端最优体验） */
@media screen and (max-width: 768px) {
  .footer_block45 .link-item {
    width: 85px !important;
    height: 85px !important;
    font-size: 12px !important;
    padding: 10px !important;
  }
  .footer_block45 .link-icon {
    margin-bottom: 5px !important;
  }
  .footer_block45 .contact-text {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}
/* 超小屏（480px以下，极致适配） */
@media screen and (max-width: 480px) {
  .footer_block45 .footer_logo_left,
  .footer_block45 .footer_logo_right {
    gap: 10px !important;
  }
}

body{}
