body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #e60012;
  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: #e60012;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #e60012;
}
.slick-dots li.slick-active button {
  background-color: #e60012;
}
.slick-dots li:hover button {
  background-color: #e60012;
}
.slick-dots li.slick-active button {
  background-color: #e60012;
}
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: 96%;
  }
}
/***分页组件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: #e60012;
  color: #fff;
  border-color: #e60012;
}
.gp-page1 a.on_pages {
  background-color: #e60012;
}
.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: #e60012;
}
.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;
  }
}
/*首页标题更*/
.gp-title83 .more a .gpText {
  opacity: 0.7 !important;
  font-size: 14px !important;
}
.gp-title84 .more a {
  font-size: 14px !important;
  color: #757575;
}
/*头部版心*/
.gp-header29 > .gp-container {
  width: 85% !important;
}
@media screen and (max-width: 1830px) {
  /*头部版心*/
  .gp-header29 > .gp-container {
    width: 90% !important;
  }
}
@media screen and (max-width: 1730px) {
  /*头部版心*/
  .gp-header29 > .gp-container {
    width: 95% !important;
  }
}
@media screen and (max-width: 1640px) {
  /*头部版心*/
  .gp-header29 > .gp-container {
    width: 100% !important;
  }
}
/*头部logo*/
.gp-header29 .top .logo1 img {
  max-height: 50px !important;
}
@media screen and (max-width: 1300px) {
  .gp-header29 .top .logo1 img {
    max-height: 45px !important;
  }
}
/*logo右间距*/
@media screen and (max-width: 996px) {
  .gp-header29 .top {
    padding: 0px 40px 0 0 !important;
  }
}
/**/
/**/
/**/
/**/
/*二级页标题更多隐藏*/
.gp-title54 .more {
  display: none !important;
}
/*二级页新闻列表下间距*/
@media screen and (max-width: 750px) {
  .page-list37 li > a .newsImg {
    margin-bottom: 0px !important;
  }
}
/*新闻列表小尺寸上下排列*/
@media screen and (max-width: 600px) {
  /*对应图片撑满*/
  /*摘要上下间距*/
  .page-list37 >ul li > a {
    flex-direction: column;
  }
  .page-list37 >ul li > a .newsText {
    padding: 20px 0 0 0 !important;
  }
  .page-list37 >ul li > a .newsImg {
    width: 100% !important;
  }
  .page-list37 > ul li > a .newsText .textsum {
    margin: 0px 0 20px 0 !important;
  }
}
/*小尺寸面包屑*/
@media screen and (max-width: 997px) {
  /*二级页侧栏间距*/
  .dtbread2 .channelPath2 a {
    color: #757575 !important;
    font-size: 14px !important;
  }
  .asideList16 .gp-subLeft {
    padding: 0px 0px !important;
    z-index: 0 !important;
  }
}
/**/
/**/
/**/
/**/
/*页脚横线隐藏*/
.footer_block33 .line {
  display: none;
}
/*a*/
/*电话和二维码*/
/* 核心：四模块比例分配（可直接修改数值调整）+ flex布局兼容IE9 */
.footer_block33 .footer .footerCon {
  display: -ms-flexbox !important;
  /* IE9兼容flex */
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  *zoom: 1 !important;
  /* IE9清除浮动 */
  /* 模块间距 */
  gap: 15px !important;
  *margin-right: -15px !important;
  /* IE9 gap降级 */
}
/* 1. LOGO模块：占比15%（可调整） */
.footer_block33 .footerCon .footerLogo {
  -ms-flex: 0 0 26% !important;
  flex: 0 0 26% !important;
  width: 26% !important;
  *width: 26% !important;
  /* IE9兼容 */
}
/* 2. 地址模块：占比45%（可调整）+ 竖线间距加大 */
.footer_block33 .footerCon .info {
  -ms-flex: 0 0 60% !important;
  flex: 0 0 60% !important;
  width: 60% !important;
  margin-left: 15px !important;
  /* 新增：左侧间距加大 */
  padding: 0 0 0 30px !important;
  /* 新增：竖线与内容间距加大至30px */
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  *width: 30% !important;
  /* IE9兼容 */
}
.footer_block33 .footer .footerCon .info p {
  margin-right: 20px !important;
}
/* 3. 维修电话模块：占比17%（可调整）+ 文字数字区分+间距优化 */
.footer_block33 .footerCon .footer-contact {
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  width: 20% !important;
  color: #fff !important;
  font-size: inherit !important;
  line-height: 2 !important;
  padding: 0 30px !important;
  /* 新增：竖线与内容间距加大至30px */
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-left: 15px !important;
  /* 新增：左侧间距加大 */
  *width: 20% !important;
  /* IE9兼容 */
  *display: inline-block !important;
}
/* 电话标题左对齐，间距优化 */
.footer_block33 .footerCon .footer-contact .contact-title {
  text-align: left !important;
  margin: 0 0 5px 0 !important;
  /* 新增：标题下方间距 */
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
}
/* 文字+数字区分，整体左对齐 */
.footer_block33 .footerCon .footer-contact .contact-item {
  text-align: left !important;
  /* 新增：改为左对齐 */
  margin: 3px 0 !important;
  /* 新增：条目上下间距 */
  padding: 0 !important;
}
/* 新增：维修电话文字与数字区分样式 */
.footer_block33 .footerCon .footer-contact .contact-item span {
  display: inline-block !important;
  color: #f5f5f5 !important;
  /* 数字浅白，与文字区分 */
  font-weight: 500 !important;
  /* 数字加粗，强化区分 */
  margin-left: 8px !important;
  /* 文字和数字间隔 */
}
/* 4. 二维码模块：占比10%（可调整）+ 右对齐+左侧竖线+间距加大 */
.footer_block33 .footerCon .footer-qrcode {
  -ms-flex: 0 0 13% !important;
  /* 调整：占比改为10% */
  flex: 0 0 13% !important;
  width: 13% !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  /* IE9垂直排列 */
  flex-direction: column !important;
  align-items: flex-end !important;
  /* 新增：996px以上右对齐 */
  -ms-flex-align: center !important;
  padding: 0 0px 0 30px !important;
  /* 新增：竖线与内容间距30px */
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  /* 新增：左侧竖线 */
  margin-left: 15px !important;
  /* 新增：左侧间距加大 */
  *width: 13% !important;
  /* IE9兼容 */
}
/* 二维码容器：110px方形，图片100%显示+右对齐 */
.footer_block33 .footerCon .footer-qrcode img {
  width: 110px !important;
  height: 110px !important;
  display: block !important;
  margin: 0 10px 8px auto !important;
  /* 新增：图片右对齐 */
}
/* 二维码标题：字号与其他文字一致+右对齐 */
.footer_block33 .footerCon .footer-qrcode .qrcode-title {
  color: #fff !important;
  font-size: inherit !important;
  line-height: 2.25 !important;
  margin: 0 !important;
  /* 调整：重置间距 */
  text-align: right !important;
  /* 新增：标题右对齐 */
}
/* 小屏幕适配（996px以下，比例重置+垂直排列） */
@media screen and (max-width: 996px) {
  /* 重置所有模块比例为100%，居中展示 */
  /*logo不是100%*/
  /* 地址/电话模块：移除分隔线+居中 */
  /* 电话模块：小屏统一居中对齐（更舒适） */
  /* 二维码模块：小屏重置为居中 */
  .footer_block33 .footer .footerCon {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 10px 0 !important;
  }
  .footer_block33 .footerCon .info,
  .footer_block33 .footerCon .footer-contact,
  .footer_block33 .footerCon .footer-qrcode {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    *width: 100% !important;
    padding: 0 !important;
    /* 新增：重置内边距 */
    margin-left: 0 !important;
    /* 新增：重置外边距 */
    border-left: none !important;
    /* 新增：重置左侧竖线 */
  }
  .footer_block33 .footerCon .footerLogo {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    width: 50% !important;
    *width: 50% !important;
  }
  .footer_block33 .footerCon .info,
  .footer_block33 .footerCon .footer-contact {
    text-align: center !important;
  }
  .footer_block33 .footerCon .footer-contact .contact-title,
  .footer_block33 .footerCon .footer-contact .contact-item {
    text-align: center !important;
    line-height: 1.8 !important;
  }
  .footer_block33 .footerCon .footer-qrcode {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .footer_block33 .footerCon .footer-qrcode img {
    margin: 0 auto 8px auto !important;
    /* 新增：小屏图片居中 */
  }
  .footer_block33 .footerCon .footer-qrcode .qrcode-title {
    line-height: 1.8 !important;
    margin-top: 5px !important;
    text-align: center !important;
    /* 新增：小屏标题居中 */
  }
}
/* 超小屏适配（768px以下，细节优化） */
@media screen and (max-width: 768px) {
  /* 二维码缩小，适配小屏 */
  /* 统一字号，提升可读性 */
  /*logo不是100%*/
  .footer_block33 .footerCon .footer-qrcode img {
    width: 90px !important;
    height: 90px !important;
  }
  .footer_block33 .footerCon .info p,
  .footer_block33 .footerCon .footer-contact,
  .footer_block33 .footerCon .footer-qrcode .qrcode-title {
    font-size: 12px !important;
  }
  .footer_block33 .footerCon .footerLogo {
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    width: 70% !important;
    *width: 70% !important;
  }
}
/* 修复右侧宽度 + 左右两端对齐 */
.footer_block33 .footerCon {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}
/* 左侧 LOGO 固定宽度不挤压 */
.footer_block33 .footerCon .footerLogo {
  flex: 0 0 auto !important;
  margin-right: 0 !important;
}
/* 右侧快速通道恢复正常宽度，不折叠 */
.footer_block33 .footerCon .info {
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 400px !important;
  margin-left: auto !important;
}
@media screen and (max-width: 996px) {
  .footer_block33 .footerCon .info {
    min-width: auto !important;
  }
  .footer_block33 .footer .footerCon .info p {
    margin-right: 0px !important;
  }
}

body{}
