.index_main {
    width: 1440px;
    margin: 0 auto
}

img {
    display: block;
    width: 100%
}

.index_head {
    width: 1440px;
    margin: 0 auto;
    height: 72px;
    line-height: 72px;
    padding-left: 64px;
    box-sizing: border-box
}

.index_head_main {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    z-index: 9;
    position: fixed;
    left: 0%;
    top: 0
}

.fixed_head {
    position: fixed;
    background: #fff
}

.fixed_head .index_head_ul > li > a {
    color: #000
}

.swiper-container {
    width: 100%
}

.flex {
    display: flex;
    align-items: center
}

.flexBetween {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flexAround {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.index_head_icon {
    display: inline-block;
    width: 232px;
    margin-right: 190px
}

.index_head_ul > li {
    margin-right: 50px
}

.index_head_ul > li > a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative
}

.index_head_ul > li > a > em {
    position: absolute;
    width: 80%;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -40%;
    bottom: 3px;
    display: none
}

#logoFixed {
    display: none
}

.fixed_head #logoFixed {
    display: block
}

.fixed_head #logo {
    display: none
}

.index_head_ul > li > a.active {
    font-weight: bold
}

.index_head_ul > li > a.active em {
    display: block
}

.fixed_head .index_head_ul > li > a.active {
    color: #B79479;
    font-weight: bold
}

.fixed_head .index_head_ul > li > a > em {
    background: #B79479
}

.index_gsgs, .index_team, .common_haveBg {
    width: 100%;
    background: #fff;
    padding: 78px 0
}
.common_haveBg1 {
    width: 100%;
    background: #fff;
    padding: 10px 0
}
.index_content {
    width: 1200px;
    margin: 0 auto
}

.index_gsgs_img {
    display: inline-block;
    width: 506px
}

.index_gsgs_font {
    width: 614px
}

.index_gsgs_font > h1 {
    margin-bottom: 36px;
    font-size: 30px;
    color: #19254A
}

.index_gsgs_font > p {
    font-size: 15px;
    color: #363636;
    margin-bottom: 36px
}

.index_gsgs_font > a {
    display: block;
    font-size: 16px;
    color: #B79479
}

.index_fea {
    width: 100%
}

.content_title {
    font-size: 30px;
    color: #19254A;
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold
}

.content_title3 {
    font-size: 30px;
    color: #19254A;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 40px;
    font-weight: bold
}

.index_fea_ul > li {
    width: 325px;
    text-align: center
}

.index_fea_ul > li > img {
    display: block;
    width: 129px;
    margin: 0 auto
}

.index_fea_ul1 > li > img {
    width: 214px;
}

.index_fea_ul > li > h2 {
    font-size: 20px;
    margin: 20px 0;
    color: #5E3756;
    font-weight: bold
}

.index_fea_ul > li > p {
    font-size: 15px;
    color: #363636;
    text-align: left;
    line-height: 24px;
    height: 124px
}

.index_fea_ul > li > a {
    display: block;
    font-size: 16px;
    color: #B79479;
    margin-top: 16px
}

.index_fea_content {
    padding: 80px 0
}

.index_fea_content1 {
    padding-top: 0
}

.index_team_ul > li {
    width: 325px;
    box-sizing: border-box;
    text-align: center;
}

.index_team_ul > li > img {
    width: 110px;
    margin: 0 auto;
}

.index_team_ul > li > h1 {
    font-size: 20px;
    color: #363636;
    margin: 24px 0;
    text-align: center;
    text-align: center;
}

.index_team_ul > li > p {
    font-size: 15px;
    color: #363636;
    text-align: center;
}

.index_team_ul > li > a {
    display: block;
    font-size: 16px;
    color: #B79479;
    margin-top: 24px
}

.index_zxdt_ul > li {
    background: #fff;
    width: 282px
}

.index_zxdt_ul > li > a {
    display: block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 24px;
    cursor: pointer;
    position: relative
}

.li_over {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    display: none
}

.index_zxdt_ul > li > a:hover .li_over {
    display: block
}

.li_over_content {
    position: relative
}

.li_mask {
    width: 100%;
    background: rgba(25, 37, 74, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.li_over_content > h1 {
    position: absolute;
    left: 24px;
    top: 24px;
    right: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.li_over_content > p {
    font-size: 14px;
    color: #DADADA;
    width: 100%;
    position: absolute;
    bottom: 24%;
    left: 24px;
}

.li_over_content > img {
    width: 282px;
    height: 220px;
    object-fit: cover;
    object-position: center
}

.li_over_content > label {
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #5e5e5e;
    cursor: pointer
}

.index_zxdt_content {
    padding: 80px 0
}

.index_itemLi_title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px
}

.index_itemLi_content {
    font-size: 14px;
    color: #666
}

.look_more {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #B79479;
    margin-top: 96px
}

.index_xkz {
    width: 100%;
    background: #fff;
    padding: 100px 0
}

.index_xkz_ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* 确保所有项目高度一致 */
}

.index_xkz_ul > li {
    width: calc(20% - 20px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_xkz_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 180px; /* 设置最小高度以确保对齐 */
    margin-bottom: 24px;
}

.index_xkz_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.index_xkz_hzz {
    position: absolute;
    display: block;
    left: 35%;
    top: 25%;
    width: 30%;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg)
}

.index_xkz_hzz_1 {
    position: absolute;
    display: block;
    left: 35%;
    top: 30%;
    width: 30%;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg)
}

.aboutUs_qyzz_ul > li .index_xkz_hzz {
    width: 14%;
    left: 44%
}

.index_xkz_ul > li > h1 {
    font-size: 20px;
    color: #363636;
    margin-bottom: 16px;
    width: 100%;
}

.index_xkz_ul > li > p {
    font-size: 15px;
    color: #363636;
    width: 100%;
    margin-top: auto; /* 将文字推到底部对齐 */
}

.index_bottom {
    width: 100%;
    background: #141D3B;
    padding: 80px 0
}

.index_bottom_left > span {
    display: block;
    width: 190px;
    margin-bottom: 32px
}

.index_bottom_left > p {
    font-size: 12px;
    color: #C8C8C8;
    margin-bottom: 24px;
    line-height: 24px;
}

.index_bottom_left > p > b {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #fff;
}

.index_bottom_left > p > label {
    text-decoration: underline
}

.bottom_right_ul > li {
    width: 135px;
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff
}

.bottom_right_ul > li > img {
    display: block;
    margin-bottom: 10px
}

.index_bottom_copy {
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: 2px solid #2C344F;
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px
}

.common_banner {
    width: 100%;
    position: relative
}

.common_banner > p {
    position: absolute;
    font-size: 64px;
    color: #fff;
    left: 9%;
    top: 36%;
    font-weight: bold
}

.aboutUs_tab_container {
    background: #D7CCB9;
    width: 100%
}

.aboutUs_tab > li {
    height: 54px;
    line-height: 54px;
    width: 25%
}

.aboutUs_tab > li > a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    position: relative
}

.aboutUs_tab > li > a > em {
    width: 72px;
    height: 3px;
    background: #19254A;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -36px;
    display: none
}

.aboutUs_tab > li > a.active > em {
    display: block
}

.aboutUs_gsjj {
    width: 100%;
    background: #fff;
    padding: 112px 0
}

.aboutUs_main {
    width: 1110px;
    margin: 0 auto
}

.aboutUs_title {
    font-size: 30px;
    color: #19254A;
    font-weight: bold;
    margin-bottom: 36px;
    text-align: center
}

.aboutUs_main > p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.aboutUs_qyzz {
    background: none
}

.aboutUs_qyzz_ul > li {
    width: 50%;
    text-align: center;
    position: relative
}

.aboutUs_qyzz_img {
    display: block;
    width: 214px;
    margin: 0 auto
}

.aboutUs_qyzz_ul > li > h1 {
    font-size: 20px;
    color: #363636;
    margin: 24px 0
}

.aboutUs_qyzz_ul > li > p {
    font-size: 16px;
    color: #363636
}

.aboutUs_qyzz_font {
    font-size: 15px;
    margin-top: 40px
}

.aboutUs_qywh > h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: bold
}

.aboutUs_qywh > p {
    font-size: 18px;
    margin-bottom: 80px;
    text-align: center
}

.aboutUs_qywh > img {
    width: 768px;
    margin: 0 auto
}

.aboutUs_chengjiu {
    width: 100%;
    background: none;
    padding: 112px 0
}

.aboutUs_chengjiu_content > img {
    width: 858px;
    margin: 0 auto
}

.aboutUs_down {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #A999FF;
    padding-bottom: 12px
}

.fixed_tab {
    position: fixed;
    width: 100%;
    left: 0;
    top: 72px;
    z-index: 7;
    background: #D7CCB9
}

#fixed_tab {
    display: none
}

.product_cfgl .index_gsgs_img {
    width: 630px
}

.product_cfgl .index_gsgs_font {
    width: 426px;
    line-height: 26px
}

.common_noBg {
    width: 100%;
    padding: 98px 0
}

.product_ul_li1 {
    width: 370px;
    line-height: 26px;
    font-size: 15px;
    color: #363636
}

.product_ul_li1 > img {
    display: block;
    margin-top: 25px;
}

.product_ul_li2 {
    width: 656px
}

.product_content_left {
    font-size: 15px;
    color: #363636;
    width: 438px;
    line-height: 26px
}

.product_content_right {
    width: 617px
}

.jrkj_content {
    width: 828px;
    margin: 0 auto;
}

.jrkj_content_left {
    width: 342px
}

.jrkj_content_right {
    width: 374px
}

.jrkj_content_left > h1 {
    font-size: 20px;
    color: #5E3756;
    margin-bottom: 30px;
    font-weight: bold
}

.jrkj_content_left > p {
    font-size: 15px;
    color: #363636;
    line-height: 26px;
    margin-bottom: 30px
}

.jrkj_content_left > a {
    display: block;
    font-size: 16px;
    color: #B79479;
    cursor: pointer
}

.contractUs_main {
    width: 1220px;
    margin: 0 auto;
    background: #F6F6F6;
    position: relative;
    z-index: 2;
    padding: 89px 84px;
    box-sizing: border-box;
    margin-top: -100px;
    padding-bottom: 0
}

.contractUs_main > li {
    width: 486px;
    float: left;
    margin-bottom: 80px
}

.contractUs_main > li a {
    display: block
}

.contractUs_main > li:nth-child(2n) {
    float: right
}

.service_team {
    width: 848px;
    margin: 0 auto
}

.service_team_item {
    display: block;
    width: 384px
}

.service_team_item > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    padding: 0 32px;
    background: #D7CCB9 url('../images/contractUs/icon_contractUs.png') 90% center no-repeat;
    background-size: 20px;
    font-size: 15px;
    color: #333
}

.swiper-pagination-bullet-active {
    background: #fff !important
}

.swiper-button-prev, .swiper-button-next {
    background-size: 18px
}

.swiper-slide a {
    display: block;
    position: relative
}

.banner_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 888;
    background: rgba(25, 37, 74, 0.3)
}

.banner_font {
    position: absolute;
    width: 80%;
    left: 8%;
    top: 23%;
    z-index: 999
}

.banner_font h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 79px
}

.banner_font p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px
}

.banner_font a {
    display: block;
    font-size: 16px;
    color: #fff
}

.aboutUs_tab {
    width: 946px;
    margin: 0 auto
}

.top_mask {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 88;
    display: none
}

.top_code {
    position: fixed;
    width: 274px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #363636;
    left: 50%;
    margin-left: -137px;
    top: 20%;
    z-index: 99;
    display: none
}

.top_code > p {
    text-align: center;
    font-size: 16px;
    padding: 20px 0
}

.product_tab {
    width: 678px;
    margin: 0 auto
}

.company_list, .company_table {
    width: 1200px;
    margin: 0 auto
}

.company_list p {
    font-size: 20px;
    color: #19254A;
    text-align: center;
    margin-bottom: 50px
}

.company_table table {
    width: 100%
}

.company_table table tbody, .company_table table tbody tr {
    width: 100%
}

.company_table th {
    border: 1px solid #A5A5A5;
    text-align: center;
    font-size: 14px;
    color: #141D3B;
    padding: 10px 0
}

.company_table td {
    border: 1px solid #A5A5A5;
    text-align: center;
    font-size: 14px;
    padding: 10px 0
}

.content_title2 {
    text-align: center;
    color: #19254A;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px
}

.company_table_title {
    background: #c03343;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    color: #fff;
    width: 1200px
}

.company_table1 {
    margin-bottom: 50px
}

.companyNews_main {
    background: #fff;
    box-sizing: border-box;
    padding: 32px
}

.companyNews_list > li {
    border-bottom: 1px solid #E7E7E7
}

.companyNews_list > li > a {
    padding: 15px 0;
    font-size: 14px;
    color: #000;
    width: 100%
}

.pagination_list {
    text-align: right;
    margin-top: 26px
}

.pagination_list .active {
    background: #D7CCB9;
    border: 1px solid #D7CCB9
}

.page-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    margin-left: 8px;
    background: #fff;
    cursor: pointer
}

.detail_title {
    text-align: center;
    font-size: 30px;
    margin: 40px 0
}

.detail_date {
    text-align: center;
    font-size: 18px;
    margin: 20px 0
}

.detail_img {
    width: 50%;
    margin: 0 auto
}

.detail_container {
    padding-bottom: 40px
}

.content_title1 {
    margin-bottom: 96px
}

.fixed_right {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: fixed;
    right: 2%;
    bottom: 5%;
    text-align: center;
    z-index: 999;
    background: #fff;
    border-radius: 6px
}

.fixed_right_main {
    width: 64px;
    height: 64px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding-top: 10px
}

.fixed_right img {
    display: block;
    width: 24px;
    margin: 0 auto
}

.fixed_right label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px
}

.fixed_right .wechatImg {
    width: 162px;
    border: 1px solid #dcdcdc;
    position: absolute;
    right: 80%;
    bottom: 0;
    display: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.fixed_right:hover .wechatImg {
    display: block
}

.financialTechnology {
    padding-bottom: 0;
}

.financialTechnology1 {
    padding-bottom: 80px;
}

.index_bottom_left > a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px;
}

.index_bottom_left > a label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.index_bottom_left > a img {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.zcgl_content1 {
    width: 1010px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.zcgl_content1 > img {
    width: 482px;
}

.zcgl_content1_right {
    width: 418px;
}

.zcgl_content1_right > p {
    font-size: 15px;
    color: #363636;
    line-height: 23px;
    margin-bottom: 45px;
}

.zcgl_content1_right > img {
    width: 363px;
}

.zcgl_content2 {
    width: 1176px;
    margin: 0 auto;
}

.zcgl_content2_ul {
    width: 282px;
}

.zcgl_content2_ul > li {
    font-size: 16px;
    color: #fff;
    background: #19254A;
    height: 177.9px;
    box-sizing: border-box;
    padding-top: 48px;
    text-align: center;
    cursor: pointer;
}

.zcgl_content2_ul > li > img {
    width: 38px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.zcgl_content2 > img {
    width: 894px;
}

.zcgl_content2_ul > li.active {
    background: linear-gradient(left, #B79479, #D7CCB9);
    background: -webkit-linear-gradient(left, #B79479, #D7CCB9);
}

.company_list {
    width: 1200px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    border-top: 2px solid #333; /* 上方实线 */
    border-bottom: 2px solid #333; /* 下方实线 */
}

.company_list .info-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company_list .info-text-list li {
    display: flex;
    border-bottom: 1px dashed #ccc; /* 行虚线 */
    text-align: center; /* 文字居中 */
}

.company_list .info-text-list li:last-child {
    border-bottom: none; /* 最后一行不要虚线 */
}

.company_list .info-text-list li span {
    flex: 1;
    padding: 10px 5px;
    border-right: 1px dashed #ccc; /* 列虚线 */
}

.company_list .info-text-list li span:last-child {
    border-right: none; /* 最后一列不要右虚线 */
}

.bottom-other-info {
    margin-top: 50px;
    padding-left: 0px;

    ul {
        list-style: none;

        li {
            margin-bottom: 20px;
            font-size: 20px;
            color: #000;

            .other-title {
                font-weight: bold;
            }
        }
    }
}

.detail-info {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.detail-info span {
    font-weight: bold;
    color: #c33; /* 强调的部分用红色 */
}

.logo-img {
    width: 35%;
    height: auto;
    display: block;
    margin-left: 0;
}

.title {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #707070;
    margin: 5px 0;
}
/* 图片放大模态框样式 */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 80vh;
    object-fit: contain;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.3s;
}

@keyframes zoom {
    from {transform:scale(0.8)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
}

.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
#partner-insurers {
    scroll-margin-top: 80px; /* 根据实际头部高度调整 */
}

