body{
    /*background-color: #000;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    color: #0C2752;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
    color: #0C2752;
}
h1{
    padding: 6px 0;
    color: #0C2752;
    text-transform: none;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.25em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

}
p{
    padding: 10px 0;
    margin: 0;
}
ul li{
    list-style: none;
}
ol, ul {
    padding-left: 0;
}
/*span{*/
/*    color: #666;*/
/*}*/
.s1{
    margin: 10px 0;
}
.y-margin{
    margin: 30px 0;
}
a{
    color: #0C2752;
    text-decoration: none;
}
a:active, a:hover {
    outline-width: 0;
    /*color: rgb(118, 185, 0);*/
}
table{
    margin: 30px 0;
}
footer{
   background-color: #0C2752;
    padding: 40px 0;
    color: #666666;;
}
.btn {
    /*margin-top: 15px;*/
    min-width: 80px;
    text-align: center;
    /*background-color: rgb(118, 185, 0);*/
    border-radius: 0;
}
.btn-outline-success {
    color: #ffffff;
    border-color: rgb(118, 185, 0);
}
/*.btn-outline-success a{*/
/*    color: #000;*/
/*}*/
.btn-outline-success:hover,.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(118, 185, 0);
    border-color: rgb(118, 185, 0);
    text-decoration: none;
}
.btn-outline-success:hover a{
    color: #fff;
    text-decoration: none;
}
img{
    max-width: 100%;
    overflow: hidden;
}
/*span{*/
/*    color: rgb(118, 185, 0);*/
/*}*/
.color-nv{
    color: rgb(118, 185, 0);
}
.rgba3{
    color: rgba(255,255,255,.3);
}
.small{
    font-size: small;
}
.pr a{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #333;
    width: 160px;
}
.pr .col-md-4{
    margin: 20px auto;
}
/*footer span {*/
/*    display: inline-block;*/
/*    margin: 60px 20px;*/
/*    color: #76b900;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/
.wrapper{
    background-image:
            url('../img/bg1.webp'),  /* 第一张图片 */
            url('../img/bg2.webp');  /* 第二张图片 */

    /* 垂直排列：第一张在顶部，第二张在底部 */
    background-position:
            center top,      /* 第一张垂直顶部 */
            center center;   /* 第二张垂直底部 */

    /* 不重复 */
    background-repeat:
            no-repeat,
            no-repeat;

    /* 控制图片大小：contain(完整显示) 或 cover(铺满) 或具体尺寸 */
    background-size:
            contain,
            contain;

    /* 确保背景从顶部开始 */
    background-origin: padding-box;
    /*background-image: url(../img/bg1.webp);*/
    /*background-repeat: no-repeat;*/
    /*background-size:contain;*/
    /*background-position: center top; !* 水平从中间开始，垂直顶部对齐 *!*/
    padding: 50px 0 0 0;
}
.a11{
    background-image: url(../img/a1.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center bottom; /* 水平从中间开始，垂直顶部对齐 */
    padding: 0 0 135px 0;
}
@media (min-width: 2650px) {
    .a11{
        background-size:contain!important;
    }
}
/* 在1024px及以下屏幕的适配 */
@media (max-width: 1600px) {
    .a11 {
        /* 改为contain或自定义尺寸，显示更多图片内容 */
        background-size: 160% auto;  /* 宽度100%，高度自动，显示完整宽度 */
        /* 或者使用 contain 显示完整图片（可能留空） */
        /* background-size: contain; */

        /* 调整垂直位置，优先显示图片上部重要内容 */
        background-position: center bottom;

        /* 可选：减小底部padding，增加图片显示区域 */
        padding-bottom: 80px;
    }
}
.a12{
    padding: 390px 0 0 0;
}
.font-weight-bold{
    font-weight: bold;
}
.a2{
    padding: 200px 0;
}
.a2 p{
    padding-top: 80px;
    color: #3E6199;
    font-size: 1.1rem;
    font-weight: 500;
}
.a2 b{
    color: #0C2752;
}
.a21{
    font-weight: bold;
}
.a3{
    /*background: url(../img/b3.webp) bottom center no-repeat;*/
    /*background-size:cover;*/
    padding: 0 0 50px 0;
}
/* 确保所有图片垂直水平居中 */
.a3 .row {
    min-height: 100px;
}
.a3 .row .col-md-1 img{
    margin-top: -50px;
}
.a3 img {
    /*max-height: 80px;*/
    width: auto;
    vertical-align: middle; /* 确保图片垂直居中 */
}

/* 箭头图片固定高度 */
.a3 .arrow-icon {
    max-height: 30px; /* 箭头图标通常更小 */
}

/* 响应式调整 */
@media (max-width: 768px) {
    .a3 img {
        max-height: 60px;
    }
    .a3 .arrow-icon {
        max-height: 30px;
    }
    .a3 h6 {
        font-size: 14px;
    }
}

/* 确保列垂直居中 */
.a3 [class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a4{

    padding: 100px 0;
}
.a41{
    /* 设置2张背景图片垂直排列，不重复 */
    background-image:
            /*url('../img/bg2.webp'),  !* 第一张图片 *!*/
            url('../img/bg3.webp');  /* 第二张图片 */

    /* 垂直排列：第一张在顶部，第二张在底部 */
    background-position:
            /*center top,      !* 第一张垂直顶部 *!*/
            center bottom;   /* 第二张垂直底部 */

    /* 不重复 */
    background-repeat:
            /*no-repeat,*/
            no-repeat;

    /* 控制图片大小：contain(完整显示) 或 cover(铺满) 或具体尺寸 */
    background-size:
            /*contain,*/
            cover;

    /* 确保背景从顶部开始 */
    background-origin: padding-box;

    padding: 50px 0 650px 0;
}

.a5{
    padding: 100px 0;
}
.a51{
    margin-top: 100px;
}
.a51 a span{
    display: inline-block;
    margin: 60px 20px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.a51 a span:hover{
    color: #76b900;
}
.a51{
    border-top: 1px solid #333;
}
.f1{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 80px 0;
}
.rem5{
    font-size: 5rem;
}

.modal h1,.modal p,.modal label{
    color: #000000;
}
.red{
    color: rgb(185 0 0);
}
/* 标签页整体居中 */
.nav-pills {
    justify-content: center;
    border: none;
}

/* 去除边框线样式 */
.nav-pills .nav-link {
    border: none;
    /*background-color: #f8f9fa; !* 默认背景色 *!*/
    color: #0C2752; /* 文字颜色 */
    padding: 20px 90px;
    margin: 10px 30px; /* 标签之间的间距 */
    border-radius: 5px; /* 圆角 */
    transition: all 0.3s ease; /* 平滑过渡 */
    position: relative;
    overflow: hidden;
}

/* 去除边框线 */
.nav-pills .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/b2.webp') center center no-repeat; /* 默认背景图片 */
    background-size: contain;
    opacity: 0.3; /* 默认透明度 */
    transition: opacity 0.3s ease;
    z-index: 0;
}

/* 鼠标滑过时的样式 */
.nav-pills .nav-link:hover::before {
    opacity: 0.5; /* 悬停时透明度增加 */
    background-image: url('../img/b1.webp'); /* 悬停背景图片 */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0C2752;
    background-color: rgba(0,0,0,0);
}
/* 被点击/激活时的样式 */
.nav-pills .nav-link.active::before {
    opacity: 0.8; /* 激活时透明度更高 */
    background-image: url('../img/b1.webp'); /* 激活背景图片 */
}

/* 确保文字在背景图片之上 */
.nav-pills .nav-link span {
    position: relative;
    z-index: 1;
}

/* 内容区域样式 */
.tab-content {
    margin-top: 20px;
    padding: 50px;
    /*background-color: #f8f9fa;*/
    border-radius: 50px;
}
/* 第4个标签页内容区域的特殊样式 */
#tab4,#tab3,#tab2,#tab1,.a411 {
    /* 1. 渐变背景：从左上角#accbee到右下角#e7f0fd */
    background: linear-gradient(135deg, #accbee 0%, #e7f0fd 100%);

    /* 2. 圆角：4个边都是圆角(可根据需要调整大小) */
    border-radius: 50px;

    /* 3. 虚线边框：使用伪元素实现带圆角的虚线边框 */
    position: relative;
    padding: 50px;
}

/* 使用伪元素创建虚线边框 */
#tab4::before,#tab1::before,#tab2::before,#tab3::before,.a411::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px dashed #6c757d; /* 虚线颜色和粗细 */
    border-radius: 52px; /* 比内容圆角稍大，确保对齐 */
    pointer-events: none; /* 不影响内容交互 */
    z-index: 0;
}

/* 确保内容在边框之上 */
#tab4 h3,
#tab4 p,#tab3 h3,
#tab3 p,#tab2 h3,
#tab2 p,#tab1 h3,
#tab1 p,.a411 h6,
.a411 p {
    position: relative;
    z-index: 1;
}
.a411{

}
.a411 h6{
    background-color: #6393BC;
    color: #ffffff;
    border-radius: 30px;
    padding: 20px;
    width: 240px;
    margin: -80px auto 0 auto;
}
.a412 button{
    font-size: 1.5rem;
    padding: 10px 40px;
    margin-top: 100px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #0C2752;
    color: #ffffff;
}
.table>:not(caption)>*>* {
    color: #0C2752;
}