/* ========================================== */
/*               【普通样式 - 公共】             */
/* ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




.tophead {
    transition: all .5s;
}

/* 顶部蓝色条 */
.top-bar {
    background-color: #0071bc;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.top-bar .social-icons a {
    margin-left: 5px;
    font-size: 16px;
    margin-top: 5px;
}
.btn-default span {
    text-transform: uppercase;
}
.social-icons {
    justify-content: flex-end;
}

/* 导航栏 */
.navbar {
    margin: 0;
    border: none;
    height: 80px;
    border-radius: 0;
}

.topnav {
    height: 100%;
    transition: all .5s;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.navbar-default .navbar-nav>li>a {
    padding: 15px;
    margin: 0px 10px;
    font-size: 18px;
    /* font-weight: 500; */
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #0071bc;
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #333;
}

.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #0071bc;
}

/* 联系按钮 */
.btn-contact {
    background-color: #0071bc;
    color: white;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn-contact:hover {
    background-color: #005a96;
    color: white;
    text-decoration: none;
}

/* Swiper 轮播 */
.swiper-container.idxbanner {
    width: 100%;
    height: 56vh;
}

.swiper-container.idxbanner .swiper-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-container.idxbanner .swiper-slide .slide-content {
    position: absolute;
    left: 0%;
    padding: 50px 10% 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0), rgba(0, 0, 0, 0));
}

.swiper-container.idxbanner .swiper-slide h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
}

.swiper-container.idxbanner .swiper-slide h1 p {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiper-container.idxbanner .swiper-slide h1 span {
    color: #0071bc;
}

.swiper-container.idxbanner .swiper-slide .features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.swiper-container.idxbanner .swiper-slide .features p {
    margin: 10px 0;
    font-size: 16px;
}

.swiper-container.idxbanner .swiper-slide .features p::before {
    content: "✓";
    color: #0071bc;
    font-weight: bold;
    margin-right: 10px;
}

.btn-know-more {
    background-color: #0071bc;
    color: white;
    padding: 12px 30px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn-know-more:hover {
    background-color: #005a96;
    color: white;
    text-decoration: none;
}

.idxtopban .swiper-button-next::after,
.idxtopban .swiper-button-prev::after {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

/* ==========================
       【普通样式 - 全部整合在一起】
       ========================== */

.section-padding {
    padding: 60px 0;
}

h1,
h2,
h3 {
    font-weight: bold;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #0077b6;
    transition: all 0.3s ease;
    z-index: 9;
}

.play-btn:hover {
    background: rgba(0, 123, 255, 0.8);
    color: #fff;
}

.stats-list {
    list-style: none;
    padding-left: 0;
}

.stats-list li {
    margin: 0 0px;
    color: #4E4E4E;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.stats-list li i {
    color: #0077b6;
    margin-right: 10px;
}

.section-title-blue {
    color: #0077b6;
    margin-bottom: 20px;
}

.about-us-link {
    text-align: right;
    margin-top: 30px;
}

.about-us-link a {
    color: #0077b6;
    font-size: 20px;
    text-decoration: none;
}

.about-us-link a:hover {
    text-decoration: underline;
}

.lead {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #4E4E4E;
}

.idxabouttit {
    margin-bottom: 10px;
}

.idxabouttit2 {
    margin-top: 40px;
}

.idxabrdesc p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #4E4E4E;
}

.idxabrtit {
    margin-bottom: 10px;
}


/* ========== 通用CSS ========== */

.idxabswiper {
    position: relative;
}

.idxabswiper .swiper-container {
    width: 100%;
    /* height: 500px; */
    margin: 0 auto;
}

.idxabswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idxabswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 自定义分页器样式 */
.idxabswiper .swiper-pagination {
    width: 100%;
    padding: 20px 0px;
}

.idxabswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background-color: #ddd;
    opacity: 1;
}

.idxabswiper .swiper-pagination-bullet-active {
    background-color: #007aff;
}

/* 自定义左右箭头样式 */
.idxabswiper .swiper-button-next,
.idxabswiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #333;
}

.idxabswiper .swiper-button-next::after,
.idxabswiper .swiper-button-prev::after {
    font-size: 20px;
}


.idxabswiper .swiper-button-next:hover,
.idxabswiper .swiper-button-prev:hover {
    background-color: #007aff;
    color: #fff;
}


.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}


.fixednav.tophide {
    top: -200px;
}


/* idxicolist */
.idxiconlist {
    padding: 10px 0px;
    margin-top: 80px;
    background-color: #f5f5f5;
}

.section-container {
    padding: 30px 0;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #17a2b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 24px;
    color: #17a2b8;
}

.feature-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.feature-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* 全局基础样式 */
.idxmchsbox {
    position: relative;
    padding-bottom: 60px;
}

.section-title2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin: 40px 0;
    color: #000;
}

/* 幻灯片容器 */
.tech-swiper {
    padding: 0 20px;
}

/* 卡片样式 */
.tech-card {
    text-align: center;
    /* padding: 0 15px; */
}

.tech-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 4px;
}

.tech-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.tech-card p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
    font-family: "Inter", Sans-serif;
    margin: 0;
}

/* Swiper 导航按钮 */
.idxmchsbox .swiper-button-prev,
.idxmchsbox .swiper-button-next {
    color: #0077b6;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.idxmchsbox .swiper-button-prev:after,
.idxmchsbox .swiper-button-next:after {
    font-size: 18px;
}

/* 分页指示器 */
.idxmchsbox .swiper-pagination {
    width: 100%;
    margin-top: 20px;
}

.idxmchsbox .swiper-pagination-bullet {
    background: #0077b6;
    margin: 0px 5px;
    opacity: 0.5;
}

.idxmchsbox .swiper-pagination-bullet-active {
    opacity: 1;
}

.idxwhowe {
    padding: 0px 5%;
    background-color: #f5f5f5;
}

.serve-section {
    padding: 30px 0;
}

.section-heading {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

.section-description {
    font-size: 1.3rem;
    font-family: "Inter", Sans-serif;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-link {
    font-size: 1.5rem;
    color: #008CBA;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-link:hover {
    color: #006687;
    text-decoration: none;
}

/* 卡片公共样式 */
.card-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    transition: all .5s;
    height: 100%;
}

.slide-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

.slide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-list p {
    font-size: 1.4rem;
    margin-bottom: 6px;
    color: #555;
    font-family: "Inter", Sans-serif;
    padding-left: 20px;
    position: relative;
}

.slide-list p::before {
    content: "•";
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* 桌面端网格布局（和设计图一致） */
.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card-grid .card-col {
    width: calc(50% - 15px);
}

.card-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}


.idxproto {
    padding: 60px 0px 30px;
}

.main-heading {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

/* Swiper 容器 */
.idxproto .swiper-container {
    width: 100%;
    padding: 20px 0 50px;
}

/* 卡片样式 */
.case-card {
    text-align: left;
    width: 100%;
    /* padding: 0 15px; */
}

.case-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
}

.case-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.case-card ul {
    list-style: none;
    padding-left: 0;
}

.case-card p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #555;
    font-family: "Inter", Sans-serif;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.case-card p strong {
    padding-right: 3px;
}

/* 实心小圆点样式 */
.case-card p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #555;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Swiper 导航按钮 */
.idxproto .swiper-button-next,
.idxproto .swiper-button-prev {
    color: #0077b6;
}

.idxproto .swiper-button-next::after,
.idxproto .swiper-button-prev::after {
    font-size: 28px;
    font-weight: bold;
}

.idxproto .swiper-pagination-bullet-active {
    background: #0077b6;
}



.idxfaqs {
    background-color: #f5f5f5;
}

.container-custom {
    padding: 50px 15px;
}

.section-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.faq-column,
.form-column {
    flex: 1;
    min-width: 300px;
}

.main-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* FAQ 手风琴样式 */
.faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.faq-question.active {
    background-color: #d9603b;
    color: #fff;
}

.faq-question i {
    transition: transform 0.3s;
}

.faq-question.active i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 15px;
    background-color: #fff;
    display: none;
    border-top: 1px solid #ddd;
}


/* 表单样式 */
.inquiry-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}

.form-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    min-width: 200px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: auto;
}

.file-upload {
    margin: 15px 0;
    /* border: 1px solid #ddd; */

}

.file-note {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.confidential-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.captcha-wrapper {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-submit {
    background-color: #0088cc;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    float: right;
}

.btn-submit:hover {
    background-color: #006699;
}


.idxfooter {}

/* 页脚背景 */
.footer-section {
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/footbg.webp');
    background-size: cover;
    background-position: center;
    padding: 60px 0 20px;
    color: #fff;
}

.footer-section .container {
    width: 90%;
}

.footer-section .social-icons {
    justify-content: flex-start;
}

/* Logo区域 */
.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-height: 60px;
    margin-bottom: 15px;
}

.footer-logo img.footlogoimg {

    filter: brightness(1%) invert(1);
}

.footer-logo p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #ccc;
}

.certification-badges {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.badge {
    width: 100px;
    height: 100px;
    padding: 0px;
    /* background: #ffd700; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.badge img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0px;
}

.social-icons {
    display: flex;
    /* justify-content: flex-start; */
    gap: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #d9603b;
}

/* 列标题 */
.footer-column h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #d9603b;
}

/* 联系信息 */
.contact-info p {
    margin-bottom: 15px;
    color: #ccc;
    line-height: 1.6;
}

.contact-info a {
    color: #d9603b;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.map-container {
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    overflow: hidden;
}

/* 版权信息 */
.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    margin-top: 40px;
    color: #999;
}

.copyright a {
    color: #d9603b;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

.neibanner img {
    width: 100%;
}

/* ===================== 普通基础样式（整合在一起） ===================== */
.tp_about-section {
    margin: 0 auto;
    padding: 60px 0px 0px;
    color: #333;
    line-height: 1.7;
}

.tp_about-title {
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
    line-height: 1.2;
}

.tp_about-text {
    font-size: 1.6rem;
    margin: 0 0 25px;
    line-height: 1.7;
    color: #444;
}

.tp_about-text .tp_highlight {
    color: #007cb0;
    font-weight: 600;
    text-decoration: none;
}

.tp_about-text .tp_highlight:hover {
    text-decoration: underline;
}

/* ===================== 响应式样式（整合在一起） ===================== */
@media (max-width: 992px) {
    .tp_about-section {
        padding: 50px 20px;
    }

    .tp_about-title {
        font-size: 2.3rem;
    }

    .tp_about-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .tp_about-section {
        padding: 40px 15px;
    }

    .tp_about-title {
        font-size: 2rem;
    }

    .tp_about-text {
        font-size: 1.05rem;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    .tp_about-section {
        padding: 30px 10px;
    }

    .tp_about-title {
        font-size: 1.7rem;
    }

    .tp_about-text {
        font-size: 1rem;
        line-height: 1.6;
    }
}


/* ========== 普通样式（非响应式） ========== */
.tp_stats-section {
    padding: 0px 0 60px;
    background-color: #ffffff;
}

.tp_stats-item {
    text-align: center;
    padding: 20px;
}

.tp_stats-number {
    font-size: 6rem;
    font-weight: 700;
    color: #0077b6;
    /* 你图中的蓝色 */
    margin-bottom: 10px;
    line-height: 1.2;
}

.tp_stats-label {
    font-size: 1.6rem;
    color: #666666;
    text-transform: capitalize;
}

/* ========== 响应式样式（整合在一起） ========== */
@media (max-width: 1199.98px) {
    .tp_stats-number {
        font-size: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    .tp_stats-section {
        padding: 50px 0;
    }

    .tp_stats-number {
        font-size: 3rem;
    }

    .tp_stats-label {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .tp_stats-section {
        padding: 40px 0;
    }

    .tp_stats-number {
        font-size: 2.5rem;
    }

    .tp_stats-label {
        font-size: 1rem;
    }

    .tp_stats-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .tp_stats-section {
        padding: 30px 0;
    }

    .tp_stats-number {
        font-size: 2.2rem;
    }

    .tp_stats-label {
        font-size: 0.95rem;
    }
}


.teamworkp {
    background-color: #f5f5f5;
    padding: 40px 0px;
}

.tpt_section-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 2.6rem;
    text-align: center;
}

.tpt_subtitle {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.2rem;
}

.tpt_intro-text {
    color: #666;
    line-height: 1.8;
    font-size: 1.4rem;
}

.tpt_department-card {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    margin-bottom: 2.4rem;
    background-color: #f5f5f5;
    text-align: center;
}

.tpt_card-icon {
    font-size: 2.5rem;
    color: #0077b6;
    margin-bottom: 1rem;
}

.tpt_card-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.2rem;
}

.tpt_card-text {
    color: #666;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: left;
}

/* ===================== 响应式 CSS ===================== */
@media (max-width: 991.98px) {
    .tpt_section-title {
        font-size: 2rem;
    }

    .tpt_subtitle {
        font-size: 1.3rem;
    }

    .tpt_intro-text,
    .tpt_card-text {
        font-size: 1rem;
    }

    .tpt_department-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .tpt_section-title {
        font-size: 1.8rem;
    }

    .tpt_row {
        flex-direction: column;
    }

    .tpt_col {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .tpt_department-card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .tpt_section-title {
        font-size: 1.5rem;
    }

    .tpt_subtitle {
        font-size: 1.2rem;
    }

    .tpt_intro-text,
    .tpt_card-text {
        font-size: 0.95rem;
    }

    .tpt_department-card {
        padding: 1.2rem;
    }
}


/* ======================== 普通 CSS ======================== */
.tpc_section {
    padding: 5rem 0;
}

.tpc_section_title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
    text-align: left;
}

.tpc_section_subtitle {
    font-size: 2.4rem;
    color: #0077b6;
    text-align: left;
    margin-bottom: 1.5rem;
}

.tpc_section_desc {
    color: #666;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 3rem;
}

.tpc_card {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 4rem 2.5rem;
    height: 100%;
    margin-bottom: 3rem;
    transition: all 0.3s;
}

.tpc_card:hover {
    border-color: #0077b6;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.tpc_icon {
    font-size: 28px;
    color: #0077b6;
    margin-bottom: 1rem;
}

.tpc_card_title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #222;
    margin: 2rem 0px;
}

.tpc_card_tag {
    display: inline-block;
    color: #0077b6;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.tpc_card_text {
    color: #666;
    line-height: 1.7;
    font-size: 1.4rem;
}

/* ======================== 响应式 CSS ======================== */
@media (max-width: 991px) {
    .tpc_section {
        padding: 3.5rem 0;
    }

    .tpc_section_title {
        font-size: 1.75rem;
    }

    .tpc_card {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .tpc_section {
        padding: 2.5rem 0;
    }

    .tpc_section_title {
        font-size: 1.5rem;
    }

    .tpc_section_subtitle {
        font-size: 1.1rem;
    }

    .tpc_icon {
        font-size: 24px;
    }

    .tpc_card_title {
        font-size: 1.15rem;
    }
}


/* ==================== 通用样式 ==================== */
.tpg_certifications-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.tpg_section-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.tpg_section-subtitle {
    font-size: 2rem;
    color: #0077b6;
    margin-bottom: 25px;
    font-weight: 500;
}

.tpg_section-desc {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.7;
    max-width: 800px;
}

.teamglobalbox {
    padding: 0px 3%;
    width: 100%;
}

/* Swiper 容器 */
.tpg_certifications-swiper {
    padding: 20px 0 40px;
}

.tpg_certification-card {
    text-align: center;
    padding: 30px 10px;
    border-radius: 12px;
    border: 2px solid #0077b6;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tpg_certification-card.tpg_black-bg {
    background-color: #222222;
    border-color: #222222;
}

.tpg_iso-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.tpg_certification-number {
    font-size: 2rem;
    font-weight: 700;
    color: #0077b6;
    margin-bottom: 15px;
}

.tpg_black-bg .tpg_certification-number {
    color: #cccccc;
}

.tpg_certification-name {
    font-size: 1.2rem;
    color: #0077b6;
    font-weight: 500;
}

.tpg_black-bg .tpg_certification-name {
    color: #ffffff;
}

/* Swiper 导航按钮 */
.tpg_certifications-swiper .swiper-button-next,
.tpg_certifications-swiper .swiper-button-prev {
    color: #0077b6;
}

.tpg_certifications-swiper .tpgswippagination {
    bottom: -5px;
}

.tpg_certifications-swiper .swiper-pagination-bullet-active {
    background-color: #0077b6;
}

/* ==================== 响应式样式 ==================== */
@media (max-width: 991px) {
    .tpg_section-title {
        font-size: 2rem;
    }

    .tpg_section-subtitle {
        font-size: 1.1rem;
    }

    .tpg_certification-number {
        font-size: 1.7rem;
    }

    .tpg_certification-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .tpg_certifications-section {
        padding: 40px 0;
    }

    .tpg_section-title {
        font-size: 1.7rem;
    }

    .tpg_section-subtitle {
        font-size: 1rem;
    }

    .tpg_section-desc {
        font-size: 0.95rem;
    }

    .tpg_certification-card {
        padding: 25px 15px;
    }

    .tpg_iso-logo {
        width: 100px;
    }

    .tpg_certification-number {
        font-size: 1.5rem;
    }

    .tpg_certification-name {
        font-size: 1rem;
    }
}

.tpg_certifications-swiper .swiper-button-next::after,
.tpg_certifications-swiper .swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}

.footform {
    border-top: 1px solid #ced4da;
}

/* =====================================
       普通样式（统一加 tpf_ 前缀）
    ===================================== */
.tpf_quote-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.tpf_quote-banner {
    /* background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80') center center / cover no-repeat; */
    min-height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0.375rem 0 0 0.375rem;
}

.tpf_quote-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 0, 0, 0.55); */
    border-radius: inherit;
}

.tpf_banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px;
}

.tpf_banner-content img {
    width: 100%;
}

.tpf_banner-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.tpf_banner-content p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.tpf_banner-content a {
    color: #4299e1;
    font-weight: 600;
    text-decoration: none;
}

.tpf_quote-form {
    /* padding: 30px; */
    padding-top: 20px;
    background-color: #fff;
    border-radius: 0 0.375rem 0.375rem 0;
}

.tpf_form-group {
    margin-bottom: 20px;
}

.tpf_form-label {
    font-weight: normal;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 2rem;
}

.tpf_form-label span {
    color: #0071bc;
}

.tpf_form-control,
.tpf_form-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1.4rem;
}

.tpf_form-control:focus,
.tpf_form-select:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tpf_phone-group {
    position: relative;
}

.tpf_phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.tpf_phone-country-code {
    padding: 10px 12px;
    border-right: 1px solid #ced4da;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tpf_phone-country-code img {
    width: 20px;
    height: auto;
}

.tpf_phone-input {
    flex: 1;
    border: none;
    padding: 10px 12px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.tpf_phone-input:focus {
    outline: none;
}

.tpf_upload-note {
    font-size: 1.6rem;
    color: #6c757d;
    margin-top: 6px;
}

.tpf_textarea {
    min-height: 150px;
    resize: vertical;
}

.tpf_submit-btn {
    background-color: #0071bc;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 0.25rem;
    font-size: 2rem;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
    margin-top: 50px;
}

.tpf_submit-btn:hover {
    background-color: #0071bc;
}

/* =====================================
       响应式样式（统一加 tpf_ 前缀）
    ===================================== */
@media (max-width: 991.98px) {
    .tpf_quote-banner {
        border-radius: 0.375rem 0.375rem 0 0;
        min-height: 350px;
    }

    .tpf_quote-form {
        border-radius: 0 0 0.375rem 0.375rem;
    }

    .tpf_banner-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .tpf_quote-section {
        padding: 30px 0;
    }

    .tpf_quote-form {
        padding: 20px;
    }

    .tpf_banner-content h2 {
        font-size: 1.5rem;
    }

    .tpf_banner-content p {
        font-size: 1rem;
    }
}


/* ========== 普通CSS（非响应式部分） ========== */
.eql_advanced {
    padding: 40px 0px 0px;
}

.eql_breadcrumb {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 4rem;
}

.eql_breadcrumb a {
    color: #666666;
}

.eql_breadcrumb a:hover {
    text-decoration: none;
    color: #0071bc;
}



.eql_title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.eql_description {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #6c757d;
    text-align: justify;
}

/* ========== 响应式CSS（整合在一起） ========== */
@media (max-width: 1200px) {
    .eql_title {
        font-size: 3rem;
    }

    .eql_description {
        font-size: 1.15rem;
    }
}

@media (max-width: 992px) {
    .eql_title {
        font-size: 2.5rem;
    }

    .eql_description {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .eql_breadcrumb {
        font-size: 0.9rem;
    }

    .eql_title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .eql_description {
        font-size: 1rem;
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
    .eql_breadcrumb {
        font-size: 0.85rem;
    }

    .eql_title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .eql_description {
        font-size: 0.95rem;
        text-align: left;
    }
}


/* 基础样式 */
.adc_section {
    padding: 60px 0;
}

.adc_section .container {

    padding-top: 50px;
    border-top: 1px solid #cccccc;
}

.adc_title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.adc_icon {
    font-size: 2.5rem;
    color: #0071bc;
}

.adc_description {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666;
}

/* 响应式样式 */
@media (max-width: 991.98px) {
    .adc_section {
        padding: 40px 0;
    }

    .adc_title {
        font-size: 2.5rem;
    }

    .adc_description {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .adc_section {
        padding: 30px 0;
    }

    .adc_title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .adc_description {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .adc_icon {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .adc_title {
        font-size: 1.75rem;
    }

    .adc_description {
        font-size: 1rem;
    }
}

/* 通用样式 */
.cnc_accordion-container {
    /* max-width: 1100px; */
    margin: 0px auto;
    padding: 0 15px;
}

.cnc_accordion-item {
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cnc_accordion-header {
    margin: 0;
}

.cnc_accordion-button {
    width: 100%;
    padding: 12px 15px;
    text-align: left;
    border: none;
    background-color: #fff;
    font-size: 2rem;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.cnc_accordion-button.collapsed {
    background-color: #fff;
}

.cnc_accordion-button:not(.collapsed) {
    background-color: #e66c3c;
    color: #fff;
    border-color: #e66c3c;
}

.cnc_accordion-button::before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.cnc_accordion-button:not(.collapsed)::before {
    content: "−";
}

.cnc_accordion-body {
    padding: 10px;
    border: 1px dashed #ddd;
    display: none;
}

.cnc_accordion-body.active {
    display: block;
}

.cnc_equipment-content {
    display: flex;
    gap: 30px;
    padding: 20px 40px;
    align-items: center;
    background-color: #f5f5f5;
}

.cnc_equipment-img {
    width: 45%;
    max-width: 450px;
}

.cnc_equipment-img img {
    width: 100%;
    height: auto;
    display: block;
}

.cnc_equipment-text {
    width: 55%;
    padding-left: 3%;
}

.cnc_equipment-text h3 {
    color: #0071bc;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.cnc_equipment-text p {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

.advamrtop {
    margin-top: 80px;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .cnc_equipment-content {
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    .cnc_equipment-img,
    .cnc_equipment-text {
        width: 100%;
        max-width: 100%;
    }

    .cnc_accordion-button {
        font-size: 16px;
        padding: 10px 12px;
    }

    .cnc_equipment-text h3 {
        font-size: 18px;
    }

    .cnc_equipment-text p {
        font-size: 13px;
    }

    .tpf_form-label {
        font-size: 1.6rem;
    }

    .tpf_upload-note {
        font-size: 1.4rem;
    }
}


.quacontop {
    padding: 20px 0px;
}

.quacontoplist .cnc_equipment-content {
    background-color: #ffffff;
    align-items: flex-start;
}

.quacontoplist .cnc_equipment-text {
    padding-top: 10px;
}


/* 通用样式（带 faq_ 前缀） */
.faq_section {
    padding: 40px 0;
    background-color: #ffffff;
}

.faq_card {
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    transition: all .5s;
    min-height: 200px;
}

.faq_card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.faq_question {
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.faq_answer {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* 响应式适配 */
@media (max-width: 767.98px) {
    .faq_section {
        padding: 20px 0;
    }

    .faq_card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .faq_question {
        font-size: 15px;
    }

    .faq_answer {
        font-size: 13px;
    }
}

.prolistpage {
    padding-bottom: 3rem;
}

/* ========== 基础样式 ========== */
.prl_section-title {
    color: #007bbd;
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 4rem;
}

.prl_service-card {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
    border-radius: 0px 8px 8px 0px;
    transition: all .5s;
    overflow: hidden;
}

.prl_service-image {
    width: 30%;
    object-fit: cover;
}

.prl_service-content {
    width: 70%;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prl_service-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    color: #222;
}

.prl_service-desc {
    font-size: 1.5rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.prl_know-more {
    align-self: flex-end;
    color: #007bbd;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    gap: 0.3rem;
}

.prl_know-more i {
    margin-left: 5px;
}

.prl_know-more:hover {
    color: #005689;
}

.prl_service-card:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.prl_service-card:hover .prl_service-image {
    transform: scale(1.05);
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
    /* background-color: #f8f9fa; */
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    font-weight: 500;
}

.custom-file-upload:hover {
    background-color: #e9ecef;
}

.file-names {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
}

.country-autocomplete {
    position: relative;
}

.country-list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.country-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.country-item:hover {
    background-color: #f8f9fa;
}
.neifile_upload {
    width: 100%;
    border: 1px solid #ced4da;

}

.neifile_upload  .custom-file-upload {
    margin: 10px 0px 0px 10px;
}
/* ========== 响应式样式 ========== */
@media (max-width: 768px) {
    .prl_service-card {
        flex-direction: column;
    }

    .prl_service-image {
        width: 100%;
        height: 200px;
    }

    .prl_service-content {
        width: 100%;
    }

    .prl_know-more {
        align-self: flex-start;
    }

    .prl_service-content {
        padding: 10px;
    }
}


/* 通用样式 */
.ptp_section {
    padding: 0px 0 60px;
}

.ptp_img_wrapper {
    overflow: hidden;
    border-radius: 4px;
}

.ptp_img_wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.ptp_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ptp_title {
    color: #0c67ab;
    font-size: 3.8rem;
    margin: 1rem 0px 2.5rem;
}

.ptp_text {
    color: #666;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

/* 响应式样式 */
@media (max-width: 991.98px) {
    .ptp_section {
        padding: 40px 0;
    }

    .ptp_img_wrapper {
        margin-bottom: 30px;
    }

    .ptp_content_wrapper {
        text-align: center;
    }

    .ptp_title {
        font-size: 2rem;
    }

    .ptp_text {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .ptp_section {
        padding: 30px 0;
    }

    .ptp_title {
        font-size: 1.75rem;
    }

    .ptp_text {
        line-height: 1.6;
    }
}

.indusptop {
    padding-bottom: 30px;
}

.indusptop .tp_about-text {
    color: #818181;
}

/* indus swiper */
.indusswuper {
    background-color: #f5f5f5;
}

.ius_section-wrapper {
    padding: 60px 0;
}


.ius_section-wrapper .container {
    width: 97%;
}

.ius_intro-block {
    padding: 0 15px;
}

.ius_main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0071bc;
    margin-bottom: 20px;
}

.ius_intro-text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #838383;
}

/* Swiper 轮播样式 */
.ius_swiper-container {
    padding-bottom: 50px;
}

.ius_slide-item {
    border-radius: 8px;
    overflow: hidden;
}

.ius_slide-image {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.ius_slide-image img {
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.ius_slide-content {
    padding: 25px 0px;
    text-align: left;
    background: none;
}

.ius_slide-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0071bc;
    margin-bottom: 15px;
}

.ius_slide-subtitle {
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
}

.ius_slide-desc {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #929292;
}

/* Swiper 导航按钮 */
.ius_swiper-button-prev,
.ius_swiper-button-next {
    color: #0071bc;
    left: -5px;
    top: 40%;
}

.ius_swiper-button-next {
    left: unset;
    right: -5px;
}

.ius_swiper-pagination-bullet-active {
    background: #0071bc;
}

.ius_swiper-button-next:after,
.ius_swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #929292;
}

/* 响应式适配 */
@media (max-width: 991.98px) {
    .ius_main-title {
        font-size: 2rem;
    }

    .ius_intro-text {
        font-size: 1rem;
    }

    .ius_slide-title {
        font-size: 1.3rem;
    }

    .ius_slide-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .ius_section-wrapper {
        padding: 40px 0;
    }

    .ius_intro-block {
        margin-bottom: 40px;
    }

    .ius_main-title {
        font-size: 1.8rem;
    }

    .ius_slide-image {
        height: 180px;
    }

    .ius_slide-content {
        padding: 20px;
    }
}


/* 全局自定义样式（类名统一加ilb_前缀） */
.induslistbox {
    padding: 60px 0px;
}

/* 标题样式 */
.ilb_section-title {
    padding-top: 6rem;
    font-size: 3.8rem;
    font-weight: 700;
    color: #0071bc;
    margin-bottom: 1rem;
}

/* 描述文本样式 */
.ilb_section-desc {
    font-size: 1.6rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* 卡片容器样式 */
.ilb_card {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 3rem;
    height: 100%;
    transition: all 0.3s ease;
}

.ilb_card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* 图标样式 */
.ilb_icon {
    font-size: 2.8rem;
    color: #0071bc;
    margin-bottom: 1rem;
}

/* 卡片小标题样式 */
.ilb_card-title {
    font-size: 2rem;
    font-weight: 600;
    color: #212529;
    margin: 2rem 0px;
}

/* 卡片副标题样式 */
.ilb_card-subtitle {
    font-size: 1.8rem;
    font-weight: normal;
    color: #0071bc;
    margin-bottom: 0.75rem;
}

/* 响应式栅格间距优化 */
.ilb-grid-col {
    margin-bottom: 2rem;
}

/* 响应式媒体查询（整合所有响应式样式） */
@media (max-width: 575.98px) {

    /* 超小屏幕：单列布局 */
    .ilb_section-title {
        font-size: 1.5rem;
    }

    .ilb_card {
        padding: 1rem;
    }

    .ilb_icon {
        font-size: 1.5rem;
    }

    .ilb_card-title {
        font-size: 1.1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    /* 小屏幕：双列布局 */
    .ilb_section-title {
        font-size: 1.6rem;
    }

    .ilb_card {
        padding: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* 中屏幕：三列布局 */
    .ilb_section-title {
        font-size: 1.7rem;
    }
}


.aboutpagecon {
    padding-bottom: 50px;
}

/* ========== 普通自定义样式（pwb_ 前缀） ========== */
.pwb_container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.pwb_section-title {
    font-size: 3rem;
    font-weight: 600;
    color: #111;
    margin: 2.5rem 0;
}

.pwb_section-title:first-of-type {
    margin-top: 0;
}

.pwb_intro-text,
.aboutpageconbox p,
.pwb_body-text {
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
}

/* ========== 响应式自定义样式（pwb_ 前缀） ========== */
@media (max-width: 768px) {
    .pwb_container {
        padding: 2rem 1rem;
    }

    .pwb_section-title {
        font-size: 1.4rem;
    }

    .pwb_intro-text,
    .pwb_body-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .pwb_container {
        padding: 1.5rem 0.75rem;
    }

    .pwb_section-title {
        font-size: 1.25rem;
    }

    .pwb_intro-text,
    .pwb_body-text {
        font-size: 0.9rem;
    }
}



/* 自定义容器样式 */
.nsl_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem;
}

/* 卡片主体样式 */
.nsl_card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.nsl_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

/* 卡片图片容器 */
.nsl_card_img_wrap {
    height: 180px;
    overflow: hidden;
}

.nsl_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nsl_card:hover .nsl_card_img {
    transform: scale(1.05);
}

/* 卡片内容样式 */
.nsl_card_body {
    padding: 1.25rem;
}

.newslistbox {
    margin-bottom: 20px;
}

/* 标题样式 */
.nsl_card_title {
    font-size: 1.8rem;
    font-weight: normal;
    color: #212529;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 元信息样式 */
.nsl_card_meta {
    font-size: 1.4rem;
    color: #b8b8b8;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nsl_meta_item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* 描述文本样式 */
.nsl_card_text {
    font-size: 1.5rem;
    color: #989898;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 阅读更多按钮 */
.nsl_btn_more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: normal;
    color: #0071bc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nsl_btn_more:hover {
    color: #0071bc;
}

/* 分页样式 */
.nsl_pagination {
    display: flex;
    justify-content: center;
}

.nsl_pagination ul li:first-child,
.nsl_pagination ul li:last-child {
    display: none;
}

.nsl_page_item {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    margin: 0 0.25rem;
    font-weight: 500;
}

.nsl_page_active {
    background-color: #0071bc;
    color: #fff;
}

/* 响应式适配 */
@media (max-width: 767.98px) {
    .nsl_card_img_wrap {
        height: 220px;
    }

    .nsl_container {
        padding: 1.5rem 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nsl_card_img_wrap {
        height: 160px;
    }
}


/* 普通样式（非响应式部分） */
.ndp_blog-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.newsdetailp_l {
    padding-right: 5%;
}

.ndp_blog-meta span {
    margin-right: 2rem;
    font-size: 1.4rem;
}

.ndp_blog-meta span i {
    color: #0071bc;
    margin-right: 5px;
}

.ndp_blog-title {
    font-size: 3.8rem;
    font-weight: 700;
    margin: 7rem 0px 4rem;
    line-height: 1.4;
    color: #111;
}

.ndp_blog-content p {
    color: #444;
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.ndp_section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #111;
}

.ndp_data-list {
    list-style: disc;
    padding-left: 1.5rem;
    color: #444;
    line-height: 1.7;
}

.ndp_monitor-img {
    width: 100%;
    margin: 2rem 0;
    border-radius: 4px;
}

.ndp_sidebar-section {
    margin-bottom: 2rem;
}

.newsder_share {
    padding: 1.8rem 0px;
    border-top: 1px solid #eee;
}

.newsder_share span {
    font-size: 1.5rem;
}

.ndp_share-icons a {
    color: #6c757d;
    margin-left: 0.75rem;
    font-size: 1.6rem;
    text-decoration: none;
}

.ndp_share-icons a i {
    color: #0071bc;
    margin-left: 1rem;
}

.ndp_more-posts h5 {
    font-size: 2rem;
    font-weight: normal;
    margin: 6rem 0px 3rem;
    color: #111;
}

.ndp_post-item {
    display: flex;
    margin-bottom: 2.6rem;
}

.ndp_post-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    margin-right: 0.75rem;
    border-radius: 2px;
}

.ndp_post-title {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.ndp_post-title:hover {
    color: #0071bc;
}

.ndp_contact-form {
    border-top: 5px solid #0071bc;
    padding: 4rem 2rem;
    border-radius: 0px;
    margin-top: 8rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ndp_contact-form h4 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #666666;
}

.ndp_contact-form .form-control {
    margin-bottom: 2rem;
    height: 4.5rem;
    padding: 1rem;
    border-radius: 0px;
    border: 1px solid #eee;
}

.ndp_send-btn {
    background-color: #0071bc;
    color: white;
    border: none;
    padding: 1.5rem 5rem;
    float: right;
    margin-top: 5rem;
}

.ndp_send-btn:hover {
    background-color: #0071bc;
}

.blogprev {
    padding: 5rem 0px 10rem;
}

.blogprev a {
    justify-content: flex-start;
}

.blogprev a i {
    font-weight: bolder;
}

.blogprev_tit {
    padding-left: 3%;
}

.blogprev_tit span {
    color: #999;
}

.blogprev_tit p {
    color: #666;
    font-size: 1.8rem;
}

/* 响应式样式（整合在一起） */
@media (max-width: 991.98px) {
    .ndp_blog-title {
        font-size: 1.75rem;
    }

    .ndp_sidebar {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .ndp_blog-title {
        font-size: 1.5rem;
    }

    .ndp_section-title {
        font-size: 1.25rem;
    }

    .ndp_contact-form {
        padding: 1.5rem;
    }
}


/* 通用样式（非响应式部分） */
.ctap_contact-section {
    padding: 40px 0;
}

.ctap_contact-title {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}

.ctap_contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #666;
}

.ctap_contact-icon {
    font-size: 1.5rem;
    color: #0071bc;
    margin-right: 15px;
    margin-top: 3px;
    min-width: 24px;
    text-align: center;
}

.ctap_contact-text {
    line-height: 1.6;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .ctap_contact-section {
        padding: 25px 0;
    }

    .ctap_contact-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .ctap_contact-item {
        font-size: 1rem;
    }

    .ctap_contact-icon {
        font-size: 1.25rem;
        margin-right: 10px;
    }
}

.searchpagelist {
    padding-bottom: 60px;
}

/* ========== 普通样式（自定义） ========== */
.nsl_section {
    margin-bottom: 4rem;
}

.nsl_heading {
    color: #0071bc;
    /* 截图中的粉红色调 */
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.nsl_description {
    color: #444;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0;
}

/* ========== 响应式样式 ========== */
@media (max-width: 768px) {
    .nsl_heading {
        font-size: 2rem;
    }

    .nsl_description {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .nsl_heading {
        font-size: 1.75rem;
    }

    .nsl_description {
        font-size: 0.95rem;
    }
}

.searchbox {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    /* 模糊程度 */
    display: none;
}

.searchboxitem {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.searchboxform {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
    position: relative;
    width: 60vw;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.searchboxform input {
    width: 80%;
    height: 100%;
}

.searchboxform button {
    width: 20%;
    height: 100%;
    background: none;
    border: 0px;
    text-align: right;
}

.searchboxform button i {
    font-size: 2.5rem;
    color: #0071bc;
}

.searchboxclose {
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer;
}

.searchboxclose i {
    font-size: 3rem;
    color: #ffffff;
}

.pr_whatsapp {
    position: fixed;
    right: 50px;
    top: 40vh;
    z-index: 9999;
}

.pr_whatsappbox {
    width: 60px;
    height: 60px;
    background-color: #00a73d;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}
.pr_whatsappbox img {
    filter: brightness(1%) invert(1);
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.pr_whatsappdesc {
    position: absolute;
    top: 40px;
    left:-280%;
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 4px;
}

.pr_whatsappdesc p {
    font-size: 12px; 
    color: #6d6d6d;
}

.pr_whatsappdesccn {
    left: -225%;
}