.navgationDiv{display:none;}
.bannerLunbo{width:100%;height:100%;}

.view-more-btn{font-family: var(--font-family) !important;font-size:14px;}
.news-content-title-text a{font-size: 35px;font-weight: bold;text-align: left;}
/* 修复添加a标签后的悬停效果 */
.four-module a .module-item {
  color: inherit;
  text-decoration: none;
}

.four-module a:hover .module-item {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.four-module a:hover .module-item .icon {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.four-module a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

.four-module a:focus {
  outline: none;
}



 /* 调整贷款产品轮播区域的尺寸，让视觉更舒适且保持3个元素可见 */
.section-topics .loan-product-list { width: 62%; margin-top:80px;}
.section-topics .loan-product-swiper { max-width: 1100px; height: 400px; }
             
.section-topics .loan-product-image img { width: 100%; max-width: 100%; }

.spshubiao {
    position: absolute;
    right: 40px;
    top: 70%;
    z-index: 1000;
}
.yddaecundan , .ydcunchudaikuan{width:100%;}


/* 右侧固定菜单栏 */
.right-menu {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8); /* Fallback for browsers without backdrop-filter */
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  width: 60px;
  min-height: 280px;
}



/* 右侧菜单项样式 */
.right-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 8px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: relative;
  overflow: visible;
  width: 60px;
  height: 65px;
}



/* 右侧菜单图标样式 */
.right-menu-item img {
  width: 30px;
  height: auto;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}

.right-menu-item:hover img {
  transform: scale(1.1);
}

/* 右侧菜单文字样式 */
.right-menu-item span {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
  white-space: normal;
  max-width: none;
  overflow: visible;
  text-overflow: none;
  word-wrap: break-word;
}



/* 网银登录弹出框样式 */
.bank-login-popup {
  position: absolute;
  right: 100%;
  top: 100%;
  transform: translateY(-50%);
  background: rgba(245, 245, 245, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10001;
  pointer-events: none;
  margin-right: 15px;
}

/* JavaScript控制的显示状态 */
.bank-login-popup.show-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-10px);
  pointer-events: auto;
}

/* 网银登录弹出框箭头 */
.bank-login-arrow {
  position: absolute;
  right: -20px;
  top: 30%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 8px solid #1346a0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* 弹出框内容 */
.popup-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 登录选项 */
.login-option {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* 登录按钮 */
.login-button {
  background: #2c5aa0;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-button a{
  background: #2c5aa0;
  color: white;
}

.login-button:hover {
  
  transform: translateY(-1px);
}

/* 登录链接 */
.login-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
}

.link-item {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-item:hover {
  color: #2c5aa0;
}

.separator {
  color: #ccc;
  margin: 0 2px;
}

/* 微信公众号二维码弹出框 */
.wechat-qr-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid #e0e0e0;
}

#wechat-item:hover .wechat-qr-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-5px);
}

/* 弹出框箭头 */
.popup-arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.popup-arrow::before {
  content: '';
  position: absolute;
  right: 1px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid #e0e0e0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

/* 二维码内容 */
.qr-content {
  text-align: center;
}

.qr-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.qr-code {
  margin-bottom: 15px;
}

.qr-code img {
  width: 120px;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.qr-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* 公众号弹出框箭头 */
.wechat-qr-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 8px solid #1346a0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.mobile-menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--gray-700);
  border-radius: 1px;
  transition: var(--transition-fast);
  opacity: 1;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}


.phone-qr-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 1px solid #e0e0e0;
}

#phone-item:hover .phone-qr-popup,
#phone-item:focus .phone-qr-popup,
#phone-item:focus-within .phone-qr-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-5px);
}

.phone-qr-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 8px solid #1346a0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.qr-content--two {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left:10px;
}

.qr-links {
  text-align: center;
}

.qr-links .link-item {
  font-size: 14px;
}



/*底部导航*/

.footer-integrated {
  background-color: #14439a;
  color: white;
  padding: 15px 0 10px;
  margin-top: 0px;
  width: 100%;
  flex-shrink: 0;
}

.footer-integrated .footer-container {
  width: 80%;
  margin: 0 auto;
  padding: 0 0;
}

.footer-integrated .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:1200px;
  margin: 0 auto;
}

/* 左侧银行信息 */
.footer-integrated .footer-left {
  width: 33%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-integrated .footer-logo-img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 15px;
}

.footer-integrated .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.footer-integrated .contact-icon {
  width: 10px;
  height: 15px;
}

.footer-integrated .contact-icon-phone {
  width: 12px;
  height: 10px;
}

.footer-integrated .contact-text {
  font-size: 14px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.footer-integrated .contact-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

/* 中间导航链接 */
.footer-integrated .footer-center {
  display: flex;
  flex-wrap: wrap;
  width: 47%;
  justify-content: flex-start;
  gap: 24px; /* 新内容：两列之间增加间距 */
  align-items: flex-start;
}


/* 根据当前内容密度进行细化：第一列（关于邢银）更窄，第二列（投诉与建议+友情链接）更宽，让中间区域更紧凑 */
.footer-integrated .footer-center .footer-nav-section:first-child {
  flex: 1 1 calc(24% - 40px); /* 24% 基础宽度减去左边距16px和列间距24px，避免因总宽度增加导致换行 */
  min-width: 140px;
  margin-left: 20px; /* 增加左边距，仅作用于“关于邢银”列 */
}

.footer-integrated .footer-center .footer-nav-section:last-child {
  flex: 1 1 60%;
  min-width: 300px;
}

.footer-integrated .footer-nav-section h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-integrated .footer-nav-section .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.footer-integrated .footer-nav-section .footer-nav-list li {
  margin-bottom: 8px;
  width: 50%;
  display: flex;
  align-items: center;
}

.footer-integrated .nav-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 6px;
}

.footer-integrated .footer-nav-section a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-integrated .footer-nav-section a:hover {
  opacity: 0.8;
}

.footer-integrated .friend-links-dropdown {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
  font-size: 14px;
}

/* 右侧存款保险和二维码 */
.footer-integrated .footer-right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-integrated .footer-right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.footer-integrated .deposit-img {
  width: 180px;
  height: 80px;
  object-fit: contain;
}

.footer-integrated .footer-qrcode {
  text-align: center;
  margin-top:25px;
  margin-left:10px;
}
.footer-integrated .footer-qrcode:first-child{
  margin-left:0px;

}

.footer-integrated .qrcode-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background-color: white;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.footer-integrated .qrcode-text {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

/* 版权信息 */
.footer-integrated .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding:10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-integrated .footer-copyright span {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
}
.footbg{
  width:100%;
  height:auto;
}
.footbg img{
  width:100%;
}

.friend-links-container{
  /* 新内容：与当前两列布局保持统一的垂直间距 */
  margin-top:12px;
}
.footer-integrated .friend-links-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-integrated .friend-links-container h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

/* 友情链接样式 */
.footer-friend-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-friend-link label {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.friend-links-dropdown {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  min-width: 150px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  height: 32px;
  /* 自定义下拉箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
}

.friend-links-dropdown:hover {
  border-color: #007bff;
}

.friend-links-dropdown:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.friend-links-dropdown option {
  padding: 6px;
  background-color: #fff;
  color: #333;
}
.deposit-insurance{
 margin-left:20px;
}
.azewm{
  margin-left:10px;
}
.pgewm{
  margin-left:10px;
}