/* 强制取消水平滚动 */
html, body {
    overflow-x: hidden; /* 禁止横向滚动 */
    width: 100vw; /* 设置视口宽度 */
}

/* 确保所有元素的宽度都不会超出父容器 */
*,
*::before,
*::after {
    box-sizing: border-box; /* 确保 padding 和 border 在宽度内 */
}
 
/* 确保轮播容器在手机屏上不会溢出 */
.carousel,
.carousel-inner,
.carousel-item {
    width: 100% !important;
}

.item-img{
    margin: 0 auto
}

/* 确保横向排版的图片不会超出视口 */
img {
    max-width: 100%;
    height: auto;
}

.about {
    color: #0b4790;
}

p {
    color: #5d5d5d;
}

.number {
    color: #0d4791;
    font-family: Lato-Light;
    /* 无衬线字体 */
    font-weight: 100;
    font-size: 40px;
}

/* 日期块样式 */
.date-box {
    background-color: #026db1;
    color: #fff;
    width: 120px;
    padding: 10px;
    text-align: center;
}

.date-box h4 {
    font-size: 32px;
    margin: 0;
}

.date-box p {
    margin: 0;
    font-size: 14px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

.tab-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #1fb0e5;
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
}

.more-link {
    color: #1fb0e5;
    text-decoration: none;
    font-weight: bold;
}

.more-link:hover {
    text-decoration: underline;
}

.card-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding-top: 16px;
    padding-left: 18px;
    padding-bottom: 16px;
}

/*.card-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

.card-item a {
    color: #333;
}

.new-badge {
    background-color: #f60;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 10px;
}

/* 轮播指示器位置 */
.carousel-indicators-right {
    position: absolute;
    bottom: -10px;
    right: -250px;
}

.carousel-indicators-right li {
    background-color: #ccc;
}

.carousel-indicators-right .active {
    background-color: #026db1;
}

.date-title-box {
    text-align: center;
}

.date-title-box {
    background-color: #f8f9fd;
}

#newsDateMonth {
    color: #fff;
}
#newsTitle{
    font-size:14px;
}
.company-desc-index-text {
    color: rgba(103, 104, 103, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    line-height: 36px;
    text-align: center;
}
.data-meta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-meta > .left-data-content {
    margin-right: 100px;
}
.desc-index-wrapper {
    background-image: url(/template/1/default/images/indeximages/bg-desc-index.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}
.data-big-size {
    font-family: Lato, Lato;
    font-weight: 300;
    font-size: 48px;
    color: #E96900;
}
.data-small-size {
    overflow-wrap: break-word;
    color: rgba(131, 137, 151, 1);
    font-size: 16px;
    display: block;
}

.top_news_ph{
    display: none;
}

.top_news_ph .top_desp{
    line-height: 25px;
    font-size: 16px;
    color: #454545;
    height: 225px;
}
.top_news_ph .top_desp p{
   text-indent: 2em;
}

.top_news_ww{
    display: flex;
    flex-direction: column;
    padding: 4.375rem 10px  80px 10px;
}

/* 手机端底部的招标计费输入框中的input元素进行上下间隔 */
/* 确保在小屏幕上，轮播的图片宽度占满整个屏幕 */
@media screen and (max-width: 767px) {
    .navbar-toggler{
        padding:0 .75rem !important;
    }

    .top_news_ph{
        display: flex;
        margin: 20px 0;
    }
    .top_news_ww{
        display: none !important;
        padding:unset !important;
    }

    .about {
        text-align: left !important;
    }
    .company-desc-index-text{
        text-align: left;
    }
    .form-group .input-meta {
        margin-bottom: 12px;
    }
    .popup {
        width: 100%;
    }
    .close-btn {
        margin-top: 12px!important;
        margin-left: -12px!important;
    }
    .about-content {
        padding-left: 20px;
        padding-right: 20px ;
    }
    .data-big-size {
        font-size: 46px;
    }
    .cus-content-image > img {
        width: 100%;
    }
    .news > div {
        margin-bottom: 8px;
    }
    .news-image-container img {
         width: 100% !important; /* 强制图片宽度100% */
         height: auto; /* 自动调整高度 */
        padding: 5px;
     }

    /* 确保容器宽度在小屏幕上是100% */
    .carousel-inner, .carousel-item {
        /*height:45vh;*/
        width: 100%;
    }

    /* 确保容器宽度在小屏幕上是100% */
    .carousel-inner, .carousel-item {
        /*height:45vh;*/
        width: 100%;
    }

    /* 取消可能的左右内边距或外边距 */
    .carousel {
        margin: 0 !important;
        padding: 0 !important;
    }
    .card-body .card-inner {
        max-width: 100%;
    }
}
/* ******************************新闻公告************************************ */
/* 设置整个导航背景为 #026db1 */
.news{
    padding-bottom: 80px
}
.news .news-title{
    padding-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
}

.news .nav-tabs {
    background-color: #026db1;
    border: none;
    height: 43px;
}
/* 移除 .nav-link 在 hover 状态下的边框 */
.news .nav-tabs .nav-link {
    border: none !important; /* 确保边框默认不存在 */
}

.news .nav-tabs .nav-link:hover {
    border: none !important; /* 移除 hover 状态下的边框 */
    box-shadow: none !important; /* 移除阴影，确保没有多余的效果 */
}

/* 设置栏目名称为白色，激活状态加粗，并有下划线 */
.news .nav-tabs .nav-link {
    color: white;
    font-weight: normal;
}

/* 激活的栏目加粗并加上下划线 */
.news .nav-tabs .nav-link.active {
    background-color: #026db1;
    border: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    /* border-bottom: 1px solid #68a7d0; */
}

/* 伪元素实现中间两个字下划线效果 */
.news .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0px;
    /* 下划线距离文字的距离 */
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    /* 设置为只覆盖中间部分，适合两个字的宽度 */
    height: 3px;
    background-color: #68a7d0;
}

.news .ml-auto{
    margin-top: 6px;
    
}

.news .more-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: white;
    text-decoration: none;
    margin-right: 12px;
 
}



.card-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 34px 8px 18px;
    transition: box-shadow 0.3s ease; /* 平滑过渡效果 */
    color:#393937;
    line-height: 150%;
     /* 设置背景图片 */
     background-image: url('/template/1/default/images/indeximages/right.png');
    
     /* 背景图片放在右下角 */
     background-position: calc(100% - 10px) calc(100% - 8px);
     
     /* 设置背景图片大小为两个 12px 字的大小 */
     background-size: 24px 24px;
 
     /* 确保背景图片不重复 */
     background-repeat: no-repeat;
}
.card-item a{
    text-decoration: none;
    color:#393937;
    font-size:14px;
}

/* 鼠标移上去时，显示阴影 */
.card-item:hover {
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1), 
    0 2px 15px rgba(0, 0, 0, 0.1), 
    -2px 0 15px rgba(0, 0, 0, 0.1) !important;
        /* 设置背景图片 */
        background-image: url(/template/1/default/images/indeximages/right_act.png);
    
        /* 背景图片放在右下角 */
        background-position: calc(100% - 10px) calc(100% - 8px);
}
 

/*.card-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

.card-item a {
    color: #333;
}

.card-item p {
    margin: 0;
    font-size: 14px;
}

.new-badge{
    font-size:8px;
}

/************************************* 公司业绩 ******************************/

.performance-header{
    font-size: 36px;
    font-weight: bold;
}

.carousel-web{
    display: block;
}

.carousel-ph{
    display: none;
}

.success h5 {
    font-size:16px;
    padding:0px;
    margin: 0px;
}
.success p{
    font-size:14px;
    padding:0px;
    margin: 0px;
}
 

.position-relative{
    position: relative;
}

/* 左箭头的样式，放在最左边图的左侧，垂直居中 */
.carousel-control-prev {
    position: absolute;
    top: 70%; /* 垂直居中 */
    left: -134px !important; /* 将箭头放在最左边图的左侧 */
    transform: translateY(-70%); /* 垂直居中调整 */
    z-index: 1;
}

/* 右箭头的样式，放在最右边图的右侧，垂直居中 */
.carousel-control-next {
    position: absolute;
    top: 70%; /* 垂直居中 */
    right: -134px !important; /* 将箭头放在最右边图的右侧 */
    transform: translateY(-70%); /* 垂直居中调整 */
    z-index: 1;
}

/* 设置箭头图标大小 */
.carousel-control-prev img,
.carousel-control-next img {
    width: 48px;
    height: 48px;
}
@media (max-width: 768px) {
    .carousel-item row img {
        object-fit: cover;
        height: 400px;
    }
    .performance-header{
        font-size: 24px;
    }
    .swiper-wrapper{
        height: unset !important;
    }
    .carousel-web{
        display: none !important;
    }
    .carousel-ph{
        display: block !important;
    }
    /* 调整左箭头在小屏幕上的位置 */
    .carousel-control-prev {
        left: 10px; /* 左箭头距离左侧10px */
    }

    /* 调整右箭头在小屏幕上的位置 */
    .carousel-control-next {
        right: 10px; /* 右箭头距离右侧10px */
    }

    /* 调整箭头图标的大小 */
    .carousel-control-prev img,
    .carousel-control-next img {
        width: 30px;
        height: 30px;
    }

    .news{
        padding-top:unset !important;
        padding-bottom:unset !important;
    }

    .news .news-title{
        padding-bottom: unset !important;
        font-size:20px !important;
    }

    .business-card{
        padding: 0 30px !important;
    }
}

.card{
    transition: box-shadow 0.3s ease; /* 平滑过渡效果 */
}
.card:hover {
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1), 
    0 2px 15px rgba(0, 0, 0, 0.1), 
    -2px 0 15px rgba(0, 0, 0, 0.1) !important;
}

/* 更多按钮的样式 */
.btn-more {
    background-color: #026db1; /* 蓝色背景 */
    color: white; /* 白色字体 */
 
    text-decoration: none;
    padding-left: 24px;
    padding-right: 24px;
    display: inline-block;
    transition: background-color 0.3s ease;
    border-radius: 0;
}

/* 鼠标悬停时的样式 */
.btn-more:hover {
    background-color: #fff; /* 鼠标悬停时更深的蓝色 */
    color: #026db1; /* 白色字体 */
    text-decoration: none;
    border: 1px solid #026db1;
}
/************************************* 业务领域 ******************************/
/* 业务领域 */
/* 业务领域的总体样式 */
.business-area-section {
    background-image: url('/template/1/default/images/indeximages/bg2.png'); /* 背景图片 */
    background-position: top;
    background-repeat: no-repeat; /* 不重复背景图片 */
    width: 100vw; /* 宽度为全屏宽度 */
    height: auto; /* 高度自动根据内容调整 */
    padding: 60px 0 30px 0;
    background-color: #f8f9fd;
}

/* 设置section内的标题样式 */
.business-area-section h2 {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

/* 业务卡片容器，使用 flex 布局保持高度一致 */
.business-row {
    display: flex;
    flex-wrap: wrap;
}

/* 每个业务卡片的默认样式 */
.business-card {
    background-color: #ffffff; /* 默认白色背景 */
    padding: 30px;
    border-radius: 3px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* 确保每个卡片的高度相同 */
    cursor: pointer;
}

/* 标题样式 */
.business-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #026db1; /* 默认蓝色字体 */
    margin-top: 20px;
    position: relative; /* 使下划线相对于标题定位 */
}

/* 下划线的样式 */
.business-card h3::after {
    content: "";
    position: absolute;
    width: 30px; /* 下划线的宽度，适合居中两个字 */
    height: 2px; /* 下划线的高度 */
    background-color: orange; /* 默认橙色 */
    bottom: -10px; /* 下划线距标题文字的距离 */
    left: 50%;
    transform: translateX(-50%); /* 居中下划线 */
    transition: background-color 0.3s ease; /* 平滑过渡 */
}

/* 鼠标悬停时下划线变为白色 */
.business-card:hover h3::after {
    background-color: #fff;
}

/* 列表样式 */
.business-card ul {
    list-style-type: disc;
}

.business-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #026db1; /* 默认蓝色字体 */
    margin-top: 24px;
}

.business-card ul {
    list-style-type: style type dot;
    padding: 10px;
    text-align: left;
}

.business-card ul li {
    color: #5d5d5d; /* 默认灰色字体 */
    margin: 10px 0;
    font-size:14px;
    list-style: disc;
}

/* 鼠标悬停时的样式 */
/* 使用 #026db1 蓝色的投影 */
.business-card:hover {
    background-color: #026db1; /* 背景变为蓝色 */
    color: white; /* 文本变为白色 */
    transform: translateY(-5px); /* 轻微上移 */
    box-shadow: 0 6px 12px rgba(2, 109, 177, 0.5); /* 使用 #026db1 蓝色的阴影，并加一点透明度 */
}

.business-card:hover h3, 
.business-card:hover ul li {
    color: white; /* 鼠标悬停时标题和列表变为白色 */
}
/* 图标部分的样式 */
.business-card .icon img {
    width: 90px;
    height: 90px;
}



@media screen and (max-width: 767px) {
    .business-area-section h2{
        font-size: 24px;
    }
}

/************************************* 公司文化 ******************************/
/* 企业文化总体样式 */
/* --- 保留原样式 --- */
.corporate-culture-section {
    background-image: url("/template/1/default/images/indeximages/bg3.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

#cultureTabs {
    border: 0;
}

.culture-title{
    font-size: 36px;
    font-weight: bold;
}

.culture-tabs {
    display: flex;
    justify-content: center;
    position: relative;
}

/*.culture-tabs::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 50%;*/
/*    border-bottom: 2px solid #dfdfdf;*/
/*    z-index: 1;*/
/*}*/

/* --- 基础样式，未激活状态 --- */
.culture-tabs .nav-link {
    background-color: transparent;
    color: #686868;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

/* --- 鼠标悬停时的 Tab 样式 --- */
.culture-tabs .nav-link.active {
    color: #393a38 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    z-index: 2 !important;
    border: none !important;
    background: none !important;
}

/* --- 鼠标悬停和激活状态的下划线 --- */
.culture-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #026db1;
    z-index: 2;
    transition: width 0.3s ease;
}

/* --- tab 底部默认灰色下划线 --- */
.culture-tabs .cul-nav-item:not(:has(.nav-link.active)) {
    border-bottom: 1px solid rgba(103, 104, 103, 0.21);
}

/* --- tab 内容 --- */
.about-content {
    display: none;
}

/* --- 鼠标悬停时展示对应内容 --- */
.cul-nav-item:active ~ .tab-content .about-content {
    display: none;
}

.cul-nav-item:active[data-target="#vision"] ~ .tab-content #vision,
.cul-nav-item:active[data-target="#development"] ~ .tab-content #development,
.cul-nav-item:active[data-target="#values"] ~ .tab-content #values {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

/* --- 添加淡入动画 --- */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 767px) {
    .culture-title{
        font-size: 24px;
    }

    .corporate-culture-section{
        padding: 30px 0;
    }
}


/************************************* 招标计费 ******************************/
/* 招标计费整体布局 */
.bidding-calculator {
    background-color: #f7f8fc;
    padding: 50px 0;
    font-family: Arial, sans-serif;
}

.bidding-calculator h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.bidding-calculator p {
    font-size: 14px;
    color: #999;
}

.info-icon i {
    font-size: 14px;
    color: #999;
}

/* 表单部分样式 */
.form-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.form-group {
    margin: 0 10px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    color: #333;
}

.form-control::placeholder {
    color: #999;
}

/* 按钮样式 */
.btn-primary {
    background-color: #026db1; /* 蓝色背景 */
    color: white; /* 白色字体 */
    text-decoration: none;
    padding-left: 48px;
    padding-right: 48px;
    display: inline-block;
    transition: background-color 0.3s ease;
    border-radius: 0;
}
.group_2 {
    background-color: rgba(248, 249, 252, 1);
    width: 100vw;
    height: 58px;
    margin-top: 6px;
}
.flex-col {
    display: flex;
    flex-direction: column;
}

.btn-primary:hover {
    background-color: #014a7f;
}

/* 计算结果部分 */
.result {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.result-value {
    font-weight: bold;
    color: #f60;
}

/***********************Footer*************************/
/* 页脚样式 */
.footer {
    background-color: #0b1f3a;
    color: white;
    padding: 40px 0;
}

.footer_ph{
    display: none;
}

.footer h5 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #8e95a5;
    font-size: 14px;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .contact-info {
    list-style: none;
    padding: 0;
}

.footer .contact-info li {
    margin-bottom: 10px;
    color: #8e95a5;
    font-size: 12px;
}

.footer .qrcode {
    text-align: center;
    margin-top: 20px;
}

.footer .qrcode img {
    width: 100px;
    height: 100px;
}

.footer .footer-links {
 
}

.footer .footer-links p {
    font-size: 14px;

    color: #ccc;
}
.footerborder{
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.footer .footer-links a {
    color: #ccc;
    text-decoration: none;
}

.footer .footer-links a:hover {
    text-decoration: underline;
}

.qrcode p{
    padding-top:12px;
    font-size:12px;

}
.percent::after {
    content: "%";
    font-size: 20px;
    font-family: Lato-Light;
    font-weight: 300;
}
.pipeline {
    display: inline-block;
    width: 1px;
    height: 12px;
    /* background: red; */
    background: #515b6f;
    margin: -2px 4px;
}
.close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    margin-top: 24px;
    margin-left: -24px;
}

.index_about {
    height: 320px;
    padding: 20px 0 30px;
    background: #005E9A;
    color: #fff;
}

.index_about .quickNav {
    padding-left: 10px;
    width: 33%;
    float: left;
    position: relative;
    display: inline-block;
}

.index_about .about {
    padding-left: 10px;
    width: 33%;
    float: left;
}

.index_about .contact {
     padding-left: 10px;
     width: 33%;
     float: left;
 }
.index_about h4 strong {
    font-weight: normal;
    float: left;
    color: #FFF;
}

.index_about h4 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #CDC9C5;
    margin-bottom: 10px;
}

.index_about .quickNavButton {
    background-color: transparent;
    border: unset;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
}

#quickNavDropdown {
    position: absolute !important;
    background-color: rgba(128, 128, 128, 1.0) !important;
}

#quickNavDropdown {
    margin-top: 5px;
    height: 200px;
    overflow-y: auto;
    border: unset;
    border-radius: 5px;
    width: fit-content;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    z-index: 1;
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
}

.index_about #quickNavDropdown li {
    height: 25px;
    color: white;
    width: auto;
    padding: 0 10px;
}

.index_about .about h4 {
    margin-bottom: 20px;
}
.index_about h4 {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #CDC9C5;
    margin-bottom: 10px;
}

.index_about .about .intro {
    padding-bottom: 10px;
}

#footer {
    -webkit-transform: translateZ(0px);
    position: relative;
}

#footer {
    width: 100%;
    padding: 30px 0px;
    background: #4c4c4c;
    float: left;
    text-align: center;
}

#footer p{
    font-size: 13px;
    color: #898989;
}

.index_about .contact ul a {
    color: #fff;
    text-decoration: none;
}

#quickNavDropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 639px) {
    .footer{
        display: none !important;
    }
    .footer_ph{
        display: block !important;
    }
    .footer_ph p{
        color: #ffffff;
    }
    .index_about {
        height: unset !important;
        display: flex;
        flex-direction: column;
    }
    .index_about .footNav {
        display: block;
    }
    .index_about .quickNav {
         width: 100%;
         order: 1;
    }
    .index_about .about {
        width: 100%;
        order: 2;
    }
    .index_about .contact {
        width: 100%;
        order: 3;
    }
}