/* 加载状态样式 */
.loading-container {
    text-align: center;
    padding: 60px 0;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1890ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.about-dengbao .site-heading {
    margin-bottom: 26px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-container {
    text-align: center;
    padding: 60px 0;
    color: #666;
}

/* 静态轮播图样式 */
.hero-static {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.static-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.static-slide:first-child {
    opacity: 1;
}

.tooltips {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: none;
    z-index: 1000;
    white-space: nowrap;
    top: -42px;
    left: 6px;
}

.tooltips::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
}

#tf-about .team-single-area .team-content-top img {
    border-radius: 6px;
}

#tf-about .team-single-area .right-info ul {
    padding-top: 4px;
}

.introduce-words {
    color: #333;
    line-height: 36px;
    font-size: 15px;
    padding-bottom: 35px;
}

.about-dengbao {
    width: 100%;
    background: url(../../images/about-shap-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.culture-box {
    padding: 30px 0 80px 0;
}

.culture-list img {
    width: 26%;
    margin: 0 auto 10px auto;
}

.culture-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.culture-info {
    line-height: 28px;
    font-size: 14px;
    text-align: left;
}

#tf-about .team-single-area .team-content-top {
    bottom: 0px;
    margin-top: 0px;
    padding-bottom: 45px;
}

.positon-bg-full{
    /* background-image: url(@/assets/images/2.png);
    background-size: 100% 30%;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat; */
}
.positon-bg-full .features-style-four-area{
    background: url(../../images/about-shape4.png);
    background-size: 100% 60%;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
    .default-padding-top {
        padding-top: 40px;
    }

    .team-single-area .team-content-top .right-info {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
    }

    .team-single-area .team-content-top .right-info h2 {
        font-size: 20px!important;
        margin-bottom: 5px!important;
    }

    .social.pc-only {
        display: none!important;
    }

    .introduce-words {
        line-height: 28px;
        font-size: 13px;
        padding-bottom: 0px;
    }

    #tf-about .team-single-area .team-content-top {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .culture-box {
        padding: 10px 0 20px 0;
    }

    .culture-list img {
        width: 12%;
    }

    .culture-info {
        font-size: 13px;
        padding: 0 14px;
        line-height: 20px;
    }

    .about-dengbao .site-heading {
        padding-top: 40px !important;
    }

    .feature-style-four {
        padding: 20px 14px;
    }

    .feature-style-four .icon {
        margin: 10px 0;
    }

    .feature-style-four img {
        height: 38px;
    }

    .feature-style-four p {
        font-size: 12px;
        line-height: 20px;
    }

    .feature-style-four h4 {
        font-size: 14px;
    }

    .features-style-four-area .single-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .mo-row-pad {
        margin-right: -10px;
        margin-left: -10px;
    }

    .site-heading {
        margin-bottom: 30px;
    }
}

/* 荣誉资质模块样式 */
.honors-area {
    background: #F7F9F9;
    padding-top: 0px;
}
/* 给背景加一半的底色蓝色 */
.honors-area::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: #0C5E8E;
}

.honor-tabs {
    margin-bottom: 40px;
}

.honor-tab {
    background: #fff;
    border: 2px solid #e9ecef;
    color: #666;
    padding: 12px 24px;
    margin: 0 8px 8px 0;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.honor-tab:hover {
    border-color: #0C5E8E;
    color: #0C5E8E;
}

.honor-tab.active {
    background: #0C5E8E;
    border-color: #0C5E8E;
    color: #fff;
}

.honor-content {
    min-height: 300px;
}

.no-data {
    text-align: center;
    padding: 60px 0;
    color: #999;
}

/* 轮播容器 */
.honor-carousel-container {
    position: relative;
    /* padding: 0 50px; */
}

/* 静态网格（服务端渲染） */
.honor-static-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* 轮播样式 */
.honor-swiper {
    padding-bottom: 40px!important;
}

.honor-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* cursor: pointer; */
    max-height: 299px;
    /* 宽高比 1:1 */
    /* aspect-ratio: 1; */
}

.honor-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.honor-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.honor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .honor-item:hover .honor-image img {
    transform: scale(1.05);
} */

.honor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 144, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.honor-item:hover .honor-overlay {
    opacity: 1;
}

.honor-overlay i {
    color: #fff;
    font-size: 24px;
}

/* 导航按钮 */
.honor-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.honor-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.honor-nav-btn:hover {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}

.honor-nav-btn.honor-prev {
    left: -50px;
}

.honor-nav-btn.honor-next {
    right: -50px;
}

.honor-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.honor-nav-btn .unicode-arrow{
    font-size: 30px;
    position: relative;
    top: -2px;
}

/* 分页器 */
.honor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.honor-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.honor-pagination .swiper-pagination-bullet-active {
    background: #1890ff;
    transform: scale(1.2);
}

/* 弹窗样式 */
.honor-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
}

.modal-content {
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.modal-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f5f5f5;
    color: #666;
}

.modal-body {
    padding: 0 24px 24px;
}

.modal-image {
    text-align: center;
}

.modal-image img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media only screen and (max-width: 1200px) {
    .honor-carousel-container {
        padding: 0 40px;
    }

    .honor-nav-btn.honor-prev {
        left: -40px;
    }

    .honor-nav-btn.honor-next {
        right: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .about-page{
        overflow: hidden;
    }
    .honor-navigation{
        display: none;
    }
    .honor-tabs {
        margin-bottom: 30px;
    }

    .honor-tab {
        padding: 4px 10px;
        font-size: 12px;
        margin: 0;
    }

    .honor-carousel-container {
        padding: 0 30px;
    }

    .honor-nav-btn {
        width: 35px;
        height: 35px;
    }

    .honor-nav-btn.honor-prev {
        left: -32px;
    }

    .honor-nav-btn.honor-next {
        right: -8px;
    }

    .honor-static-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .modal-content {
        margin: 10px;
        max-height: 95vh;
    }

    .modal-header {
        padding: 20px 20px 0;
    }

    .modal-header h3 {
        font-size: 18px;
    }

    .modal-body {
        padding: 0 20px 20px;
    }

    .modal-image img {
        max-height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .about-page{
        overflow: hidden;
    }
    .honor-navigation{
        display: none;
    }
    .honor-carousel-container {
        padding: 0 20px;
    }

    .honor-nav-btn {
        width: 30px;
        height: 30px;
    }

    .honor-nav-btn.honor-prev {
        left: -32px;
    }

    .honor-nav-btn.honor-next {
        right: 8px;
    }

    .honor-static-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .honor-tab {
        padding: 4px 10px;
        font-size: 12px;
        margin: 0;
    }
}