@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 16px;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table {
    border-collapse: collapse;
    border: 1px solid #DDD;
    margin: 20px;
    text-align: center;
    line-height: 40px;
}

th, td {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #DDD;
}

th {
    background-color: #3498db;
    color: white;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    user-select: none;
}

th i {
    margin-left: 5px;
    font-size: 0.8rem;
}

html {
    font-size: 14px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #2252e7 !important;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 容器宽度 */
.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 招标信息 */
.notice-wrap {
    padding-bottom: 60px;
}

/* 栏目标题 */
.notice-title {
    text-align: center;
    margin: 70px 0 60px 0;
}

.notice-title .zh {
    font-size: 30px;
    font-family: 微软雅黑, "microsoft yahei", sans-serif;
    color: #000;
}

.notice-title .en {
    color: rgb(153, 153, 153);
    font-family: verdana, geneva, sans-serif;
    font-size: 14px;
    margin: 20px 0 10px 0;
}

/* 轮播图 */
.banner {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    float: left;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .banner_img, .banner .banner_img img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    background: rgba(31, 45, 61, 0.23);
    height: 36px;
    width: 36px;
    border-radius: 50%;
    transition: all 0.4s ease;
    opacity: 0;
    transform: scale(0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.8rem;
    font-weight: bold;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(31, 45, 61, 0.23);
    transform: scale(1.1);
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
    transform: scale(1);
}

/* 分页 */
.paginator {
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

.paginator .link {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
}

.paginator .link:hover {
    color: #606266 !important;
}

.paginator .link-active:hover {
    color: #ffffff !important;
}

.paginator .link-active {
    background-color: #2252e7;
    color: #ffffff;
}

/* 列表 */
.card {
    background: #ffffff;
    margin-bottom: 50px;
}

.card.main-con {
    min-height: 700px;
}

.list {
    min-height: 500px;
    padding-bottom: 20px;
}

.list .list-item {
    margin-top: 24px;
    font-size: 16px;
}

.list .list-item .new-type {
    margin-right: 13px;
    margin-left: 5em;
}

.list .list-item a {
    display: block;
    overflow: hidden;
    line-height: 1em;
    color: #666666;
    position: relative;
}

.list .list-item a .addtime {
    float: right;
}

.list .list-item a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8em;
}

.view-more {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #D3946F;
}

.view-more a {
    line-height: 37px !important;
    color: #333333;
}

.no-data {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    color: #666;
}

/* 查询中心搜索 */
.search-con {
    display: flex;
    width: 570px;
    height: 40px;
}

.search-con input {
    flex: 1;
    border: 1px solid #2252e7;
    border-radius: 0;
    padding: 0 15px;
    color: #606266;
}

.search-con img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 3px;
}

.search-con input::placeholder {
    font-weight: normal;
    color: #606266;
}

.search-con input:focus {
    outline: 0 solid #2252e7;
}

.search-con button {
    padding: 0 20px;
    border-radius: 0;
    background-color: #2252e7;
    color: white;
    cursor: pointer;
    border: none;
}

/* 头部组件样式 */
.header.fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    min-width: 1200px;
}

.nav-list {
    width: 100%;
    height: auto;
}

.nav-list::after {
    display: block;
    content: "";
    clear: both;
}

.nav-list .setHeight {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-list .setHeight .logo {
    max-height: 65px;
}

.nav-list .setHeight .serve {
    font-weight: bold;
    display: flex;
}

.nav-item.active {
    font-weight: bold;
    font-size: 17px !important;
}

.hd1-c1 {
    width: 100%;
    height: 50px;
    background: #744224;
    position: relative;
    z-index: 999;
}

.hd1-c2 {
    position: relative;
    text-align: center;
}

.hd1-c3 {
    height: 100%;
    padding: 0 42px;
    position: relative;
    display: inline-block;
    margin: 0 -3px;
}

.hd1-c3 > .hd1-c4 a {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.hd1-c3 > .hd1-c4 a:hover {
    color: #ffffff !important;
}

.hd1-c3 > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #005da1;
    display: none;
}

.hd1-c3 > ul li {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hd1-c3 > ul li:last-child {
    border-bottom: 0;
}

.hd1-c3 > ul li div {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    transition: 0.5s;
}

.hd1-c3 > ul li span {
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    position: relative;
}


.hd1-c3:hover .head-po {
    display: block;
}

.head-po {
    display: none;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    padding: 10px 0 0 0;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999999;
    min-width: 149px;
}

.head-fl {
    width: 100%;
    float: left;
}

.head-fl ul {
    margin: 0;
    padding: 0;
}

.head-fl ul li {
    margin-bottom: 14px;
}

.head-fl ul li a {
    display: block; /* 改为块级元素，点击区域更大 */
    font-size: 15px; /* 调整字体大小，更易读 */
    color: #333333; /* 改为深灰色，白色背景上可见 */
    text-decoration: none;
    padding: 4px 0; /* 增加上下内边距，点击区域更大 */
    transition: color 0.2s ease; /* 加过渡，交互更丝滑 */
}

.head-fl ul li a:hover {
    color: #2252e7 !important; /* hover 主色，呼应头部 */
    padding-left: 6px; /* 轻微左移，增加交互感 */
}

/* 下拉菜单项文字 - 统一样式 */
.head-fl ul li a i {
    font-style: normal;
    text-align: left;
}

/* 导航父项 hover 时的状态优化（配合下拉菜单） */
.hd1-c3:hover {
    background: rgba(255, 255, 255, 0.1); /* 父项 hover 加半透明白色背景，提示可点击 */
}

/* 底部组件样式 */
.footer-container {
    width: 100%;
    padding: 43px 0 34px 0;
    background: #744224;
}

.footer-main {
    width: 1200px;
    margin: 0 auto;
}

.footer-top-box {
    display: flex;
    line-height: 24px;
    color: #fff;
    padding-bottom: 23px;
    justify-content: space-between;
}

.footer-top-box .content-box {
    min-width: 230px;
}

.footer-top-box .contact-item {
    text-align: center;
}

.footer-top-box .contact-item img {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
}

.footer-top-box li,
.footer-top-box li a {
    color: #fff;
    line-height: 36px;
    opacity: 0.6;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 13px;
    letter-spacing: 3px;
}

.footer-center-box {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    display: flex;
    padding: 31px 0 21px 0;
}

.footer-center-box .link-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 30px;
    width: 64px;
}

.footer-center-box .link-info {
    flex: 1;
}

.footer-center-box .link-info a {
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 10px;
    opacity: 0.6;
    display: inline-block;
}

.footer-center-box .link-info a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-bottom-box {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 34px;
    opacity: 0.6;
}

.footer-bottom-box span {
    color: #52A5FF;
}

.footer-bottom-box a {
    color: #ffffff !important;
}

.footer-bottom-box a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* 面包屑 */
.breadcrumb-container {
    font-size: 14px;
    line-height: 36px;
    margin: 20px auto;
    padding: 15px 0;
/*    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef8f;*/
}

.breadcrumb-container .position {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-container .position:last-of-type {
    font-weight: normal;
    color: #606266;
}


.breadcrumb-container .position:hover {
    color: #2c7be5;
}

.breadcrumb-container::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #2c7be5;
    vertical-align: middle;
    margin-right: 8px;
}

/* 回到顶部 */
.to-top {
    position: fixed;
    z-index: 999; /* 确保在地图之上 */
    width: 50px;
    height: 50px;
    background: #333; /* 与页面风格适配的背景色 */
    color: white;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none; /* 去除链接下划线 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* 添加过渡效果 */
    transition: opacity 0.3s ease, height 0.3s ease;
}

.to-top img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 确保图片在容器中正确显示 */
}

.to-top:hover {
    opacity: 0.2;
}


/* 全局搜索 */
.site-input-box {
    position: relative;
    margin-left: 20px;
    width: 30px; /* 仅显示图标宽度 */
    height: 30px;
    transition: width 0.3s ease; /* 平滑过渡 */
}

.site-input {
    width: 100%; /* 继承父容器宽度 */
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-left: 15px;
    border: 1px solid #E5E6EB;
    outline: none;
    opacity: 0; /* 默认隐藏输入框 */
    transition: opacity 0.3s ease;
}

.search-icon {
    width: 14px;
    height: 14px;
    background: url('../images/search_icon.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 8px; /* 居中显示图标 */
    cursor: pointer;
}

.search-container {
    margin: 10px 0;
    padding: 10px 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 鼠标滑过容器：展开宽度+显示输入框 */
.site-input-box:hover {
    width: 204px; /* 输入框完整宽度 */
}

.site-input-box:hover .site-input {
    opacity: 1; /* 显示输入框 */
}

.search-content {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.search-content .search-item {
    display: block;
    padding: 14px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.search-content .search-item:hover {
    color: #393eff !important;
}

.search-content .search-item h4 {
    line-height: 40px;
}

.zizhirongyu {
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.zizhirongyu li {
    width: 20%;
    padding: 5px;
    text-align: center;
}

.zizhirongyu li img{
    width: 100%;
    pointer-events: none; /* 禁止点击事件 */
    user-select: none; /* 禁止选中图片 */
    -webkit-user-select: none; /* 兼容webkit浏览器 */
}

.zizhirongyu li .zizhirongyu-text{
    text-align: center;
    line-height: 45px;
    color: #696868;
}


