.container {
  width: 1465px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sqsmc{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 10px;
}
.qskwm{
    width: 100%;
    text-align: center;
    color: #798696;
    font-size: 16px;
}
/* 头部区域 */
.header {
  margin-bottom: 30px;
}
.header-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.header-line {
    width: 5px;
    height: 24px;
    background-color: #2a5abb;
    border-radius: 3px;
    display: flex;
}
.header-title-text {
    font-size: 30px;
    color: #2a5abb;
    font-weight: bold;
    display: flex;
}
.header-subtitle {
  font-size: 14px;
  color: #434343;
  margin-left: 30px;
}
/* 导航标签 */
.nav-tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}
.nav-tab {
  font-size: 20px;
  color: #272727;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  transition: color 0.3s;
}
.nav-tab:hover {
  color: #333;
}
.nav-tab.active {
  color: #333;
  font-weight: 500;
}
.nav-more {
  margin-left: auto;
  font-size: 14px;
  color: #434343;
  text-decoration: none;
}
.nav-more:hover {
  color: #4a9eff;
}
.feature-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
  margin-left: 40px;
  transition: all 0.4s;
}
.nrikwb{
  font-size: 24px;
}
.feature-card:hover .feature-icon {
  margin-left: -100px;
  transition: all 0.4s;
  margin-right: 80px;
}
.feature-card:hover .feature-text {
  color: #ffffff;
  font-size: 30px;
  margin-top: -10px;
  transition: all 0.4s;
}
.feature-card:hover .feature-text .feature-text-desc{
  color: #ffffff;
  transition: all 0.4s;
  font-size: 16px;
}
.feature-text-desc{
  font-size: 14px;
  color: #818181;
}
/* 内容区域 */
.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}
.main-content {
  display: flex;
  flex-direction: column;
}
.c img {
  object-fit: cover !important;
}
/* 服务卡片 */
.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.card-image {
  width: 100%;
  height: 210px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
  padding: 20px;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #021939;
    margin-bottom: 15px;
    margin-top: 5px;
}
.card-description {
    font-size: 16px;
    color: #798695;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 200;
}
.card-btn {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: background-color 0.3s;
    background: linear-gradient(34deg, #316cfc 0%, #6793f5 100%);
}
.card-btn:hover {
  background-color: #357abd;
}
/* 右侧边栏 */
.sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.feature-card {
  position: relative;
  z-index: 9;
  background-color: #f8f9fa;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 2px 10px #e1e0e0;
}
.feature-card a{
  display: flex;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: url(../images/c3.png) no-repeat center;
  background-size: 100% 100%;
}
.hhh {
  display: grid;
  align-items: center;
  grid-template-columns: 4fr 1.5fr;
  background-image: url(../images/finance/bj2.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 41px auto 80px;
}
.hhh > div:nth-child(2) {
  margin-left: 20px;
}
.hhh .nav-tabs {
  gap: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 5px solid #5386fb;
}
.hhh .nav-tabs button {
  border-radius: 6px 6px 0 0;
  padding: 8px 20px;
}
.hhh .nav-tabs button.active {
  color: #fff;
  background-color: #5386fb;
}
.hhh .content-wrapper {
  display: block;
  border:1px solid #ededed;
  border-top:none
}
.hhh .content-wrapper .p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 20px;
  font-size: 16px;
  border-top: 1px solid #ededed;;
}
.hhh .content-wrapper .p:nth-child(even) {
  background-color: #f5f5f5;
}
.hhh .content-wrapper .p > div:nth-child(2) {
  color: #999;
  font-size: 14px;
}
.hhh .header {
  display: flex;
}
.hhh .header .header-title {
  margin-bottom: 0;
}
.hhh .header .header-subtitle {
  display: flex;
  margin-bottom: 4px;
  align-items: end;
}
.container.hhhooo {
  background: linear-gradient(to bottom, #edf4fd, #c4d6f0);
    width: 100%;
    padding: 78px 30px;
    font-weight: bold;
}
.hhhooo .header {
  display: flex;
}
.hhhooo .header .header-title {
  margin-bottom: 0;
}
.hhhooo .header .header-subtitle {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.hhhooo .nav-tabs .nav-tab.active {
  color: #336efc;
  border-bottom: none;
}
.hhhooo .nav-tabs .nav-tab.active::after {
  display: none !important;
}
.hhhooo {
  margin-top: 21px;
  width: 100% !important;
  border-radius: 0;
  background-color: #d8e7f9;
}
.hhhooo > div {
  width: 1465px;
  padding: 30px;
  border-radius: 12px;
  margin: 31px auto;
  background-color: #fff;
}
.ellipsis{
  color: #798695;
  height: 45px;
  line-height: 45px;
}
.kwbbjs{
  width: 1465px;
    margin: 0 auto 20px;
    background: url(../images/policy/yy2.png) no-repeat;
    background-size: 100% 100%;
    background-color: #e9f0ff;
    justify-content: space-between;
    padding: 50px;
    box-shadow: 0 2px 15px #00000036;
    border-radius: 20px;
}
.kwhbw{
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px #e1e0e0;
}

.wqq2:hover {
  background-image:  url(../images/eqww.png);
  background-size: 100% 100%;
}
.waikb{
    gap: 20px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 80px 0 40px;
    background: linear-gradient(to bottom, #fffafa, #e9ebef);
}
.kbkbbcpyem{
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kwb{
  display: block;
  padding: 30px 40px;
  border-radius: 18px;
}
.cdcpkk{
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.laiknakn{
  width: 24%;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.laiknakn:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.laiknakn img {
    width: 100%;
    height: 170px;
  }
.cptitil{
  text-align: center;
  height: 45px;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
}
.daanniu{
    width: fit-content;
    margin: auto;
    margin-top: 29px;
    border-radius: 13px;
    color: #fff;
    text-align: center;
    padding: 8px 88px;
    font-size: 20px;
    background: linear-gradient(to left, #326dfc, #6692f5);
}