.width-1400{max-width: 1600px;margin: 0 auto;}
.width-1200{max-width: 1400px;margin: 0 auto;}
.width-1600{max-width: 1400px;margin: 0 auto;}
.flex{display: flex; flex-wrap: wrap;}

.notification{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000b0;
    z-index: 999;
    display: none;
}
.notification>div{
        margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.notification>div span{
    background: #fff;
    color: #3da46c;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 24%;
    top: 18%;
    cursor:pointer; 
}
.web-right{
        position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 99;
}
.web-right ul{}
.web-right ul li{}
.web-right ul li a{
    display: flex;
    background: #3da46c;
    color: #fff;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web-right ul li:last-child a{
    background: #ecb326;
}
.web-right ul li a i{
    display: block;
    font-size: 1.5rem;
}
.header{
    position: fixed;
    z-index: 20;
    width: 100%;
}
/*  文章概要的显示样式*/
        /* 文章目录样式 - 不影响全局样式 */
        .ez-toc-container {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.4;
            margin: 15px 0;
            background: #f8fafc;
            border-radius: 8px;
            padding: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .ez-toc-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e2e8f0;
            color: #2d3748;
        }

        .ez-toc-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .ez-toc-list-level-1 {
            padding-left: 0;
        }

        .ez-toc-list-level-3 {
            padding-left: 16px;
            margin-top: 4px;
        }

        .ez-toc-list-level-3 .ez-toc-heading-level-3 {
            margin-bottom: 4px;
        }

        .ez-toc-page-1 {
            margin-bottom: 6px;
        }

        .ez-toc-link {
            text-decoration: none;
            color: #4a5568;
            display: block;
            padding: 6px 10px;
            border-radius: 4px;
            transition: all 0.2s ease;
            font-size: 0.9rem;
            position: relative;
        }

        .ez-toc-link:hover {
            background-color: #edf2f7;
            color: #2b6cb0;
        }

        .ez-toc-heading-level-2 .ez-toc-link {
            font-weight: 600;
            color: #2d3748;
            font-size: 0.95rem;
            background: #e2e8f0;
            margin-bottom: 4px;
        }

        .ez-toc-heading-level-3 .ez-toc-link {
            font-weight: 400;
            color: #4a5568;
            font-size: 0.85rem;
            padding-left: 20px;
        }

        /* 添加小箭头指示 */
        .ez-toc-heading-level-2 .ez-toc-link::before {
            content: "›";
            font-size: 1rem;
            margin-right: 8px;
            color: #4a90e2;
            transition: transform 0.2s ease;
        }

        .ez-toc-heading-level-2 .ez-toc-link:hover::before {
            transform: rotate(90deg);
        }

        /* 移动端样式 */
        @media (max-width: 768px) {
            .ez-toc-container {
                margin: 12px 0;
                padding: 12px;
            }
            
            .ez-toc-list-level-3 {
                display: none;
            }
            
            .ez-toc-link {
                padding: 8px 10px;
            }
            
            .ez-toc-heading-level-2 .ez-toc-link {
                font-size: 0.95rem;
            }
        }

        /* 小屏幕手机样式 */
        @media (max-width: 480px) {
            .ez-toc-container {
                margin: 10px 0;
                padding: 10px;
            }
            
            .ez-toc-title {
                font-size: 1rem;
                margin-bottom: 10px;
            }
            
            .ez-toc-link {
                padding: 6px 8px;
            }
            
            .ez-toc-heading-level-2 .ez-toc-link {
                font-size: 0.9rem;
            }
        }

        /* 大屏幕样式 */
        @media (min-width: 1200px) {
            .ez-toc-container {
                max-width: 300px;
                position: sticky;
                top: 20px;
            }
        }

/*  end */
.footer-bottom .sc a{}
/* 页面滑动导航栏变动属性 */
.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    background: #fff;
    display: block;
}
@keyframes sticky {
    from {
        opacity: 1;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sticky .head-top .nav ul li a{color:#333333;}
.sticky .head-top .nav ul li .sub-menu a{
    color: #fff;
}
.sticky .head-top .logo img{ filter: none;}



.head-top{justify-content : space-between; } 

/* 导航栏二级菜单 */
.head-top .nav ul li .sub-menu{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0,.5);
    width: 300px;
}
.head-top .nav ul li:hover{
    background-color: rgba(0, 0, 0,.5);
    
}
.head-top .nav ul li:hover a{
    color:#fff;
}
.head-top .nav ul li:hover>.sub-menu{
    display: block;
}
.head-top .nav ul li .sub-menu li{
    position: relative;
}
.head-top .nav ul li .sub-menu a{
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}
.sub-menu li:hover>a{
    background-color: #3DA46C;
}

/* 导航栏三级菜单 */
.head-top .nav ul li .sub-menu li .sub-menu{
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(0, 0, 0,.7);
    display: none;
}
.head-top .nav ul li .sub-menu li:hover > .sub-menu{
    display: block;
}


.head-top .nav ul li a{display: block;padding: 0 1.35em;font-size: 1.2rem;line-height: 5.5rem;font-weight: 600;color: #fff;}
.nav-button{display: none;}
.nav-button .iconfont{
    font-size: 1.5rem;
    color: #fff;
}
.qr-code{    display: flex;}
.qr-code>div{
    position: relative;
    aspect-ratio: 400 / 400;

        max-width: 110px;
    margin-right: 12px;
        margin-top: 1rem;
}
.qr-code img{    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    
}
.qr-code p{

    text-align: center;
}
@media (max-width: 950px) {
    /* ... existing code ... */
    
    /* 修改移动端二级菜单样式 */
    .head-top .nav ul li .sub-menu {
        position: static;
        width: 100%;
        background: #f5f5f5;
        display: none;
        will-change: transform; /* 优化动画性能 */
    }
    
    .head-top .nav ul li .sub-menu li {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .head-top .nav ul li .sub-menu a {
        padding-left: 2rem;
        font-size: 14px;
        color: #333 !important;
    }
    
    /* 添加活跃状态样式 */
    .head-top .nav ul li.menu-active > a {
        color: #3DA46C !important;
        background-color: #f0f0f0;
    }
    
    .head-top .nav ul li .sub-menu li:hover > a {
        color: #3DA46C !important;
        background-color: #e0e0e0;
    }
    
    /* 移除三级菜单的特殊处理 */
    .head-top .nav ul li .sub-menu li .sub-menu {
        display: none !important;
    }
    
    /* 优化动画性能 */
    .head-top .nav ul li .sub-menu {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
}


.sticky .nav-button .iconfont{color:#333;}
.logo{display: flex;align-items: center;}
.head-top .logo img{max-height: 85px;filter: brightness(0) invert(1);}
.banner{width: 100%;overflow: hidden;}
.banner .swiper-pagination{}
/* .banner .banner-text{position: absolute;top: 18%;} */
.banner .banner-text h3{color: #ffffff;font-size: 4rem;line-height: 1;}
.banner .banner-text p{color: #333333;font-size: 2rem;line-height: 3rem;margin-top: 1rem;}
.plan{margin: 3rem 0;}
.plan-list{flex:1; text-align: center;}
.plan-list .num1{color:#3DA46C;    font-size: 2.5rem;font-weight: bold;margin-bottom: 1.2rem;}
.plan-list .num3 span{
    background-color: #3DA46C;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .5rem 2.2rem;
    border-radius: 18px;
    display: inline-block;
}
.solutions{margin-bottom: 3rem;}
.solutions .solutions-left{width: 65%;text-align: center;position: relative;}
.solutions .solutions-right{width: 35%;text-align: center;position: relative;}
.solutions img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.solutions .solutions-right img{height: 100%;}
.solutions .solutions-text{    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    color: #fff;
    justify-content: center;
    align-items: center;
}
.solutions .solutions-text h3{font-size: 2rem;line-height: 5rem;}
.solutions .solutions-text p{}

.case .case-left,.case .case-right{width: 48%; position: relative;}
.case .case-text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.case .case-left img,.case .case-right img{width: 100%;}
.case .width-1400{justify-content : space-between;}
.case h3{font-size: 1.8rem;line-height: 4rem;}
.case p{    line-height: 2rem;font-size:0.8rem}
.case a,.contact a{ 
    background-color: #0095da;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .6rem 4rem;
    border-radius: 18px;
    display: inline-block;
    margin-top: 1rem;
}
.contact{margin-top: 3rem;}
.contact .width-1400{background:url(../images/CONTACT-US.jpg)}
.contact .contact-text{
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding:8rem 0 8rem 5rem;

}
.contact .contact-text h3{font-size: 1.5rem;line-height: 3rem;}
.contact .contact-text p{ line-height: 2rem;font-size: 0.8rem;}

/* 覆盖原来的底部样式 */
        /* Enhanced Footer Styles */
        footer {
            background: linear-gradient(135deg, #004a80, #00aaff, #004a80);
            padding: 50px 0 20px;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            position: relative;
            overflow: hidden;
            background-size: 400% 400%;
            animation: gradientShift 15s ease infinite;
        }

        /* Animated background */
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* Background decoration elements */
        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(0, 170, 255, 0.1) 0%, transparent 50%);
            z-index: 0;
        }

        /* Footer container */
        .width-1400 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            z-index: 1;
            position: relative;
        }

        /* Footer sections with enhanced hover effects */
        .footer-product {
            flex: 1;
            min-width: 250px;
            margin: 10px;
            padding: 25px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            transition: all 0.4s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }

        .footer-product::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s ease;
        }

        .footer-product:hover::before {
            left: 100%;
        }

        .footer-product:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            background-color: rgba(255, 255, 255, 0.15);
        }

        /* Section titles with enhanced styling */
        .footer-product h3 {
            font-size: 1.3em;
            margin-bottom: 20px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-product h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: #ffd700;
            transition: width 0.3s ease;
        }

        .footer-product:hover h3::after {
            width: 100%;
        }

        .footer-product h3 i {
            margin-right: 10px;
            font-size: 1.2em;
            color: #ffd700;
        }

        .footer-product h3:hover {
            color: #ffd700;
        }

        /* Footer links with enhanced hover effects */
        .footer-product ul {
            list-style: none;
            padding: 0;
        }

        .footer-product ul li {
            margin: 15px 0;
            font-size: 1em;
            display: flex;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .footer-product ul li:hover {
            transform: translateX(5px);
        }

        .footer-product a {
            text-decoration: none;
            color: #fff;
            font-size: 0.95em;
            font-weight: 300;
            letter-spacing: 0.5px;
            position: relative;
            transition: color 0.3s ease, padding-left 0.3s ease;
            display: flex;
            align-items: center;
        }

        .footer-product a i {
            margin-right: 8px;
            font-size: 0.8em;
            transition: transform 0.3s ease;
        }

        .footer-product a:hover i {
            transform: rotate(15deg);
        }

        .footer-product a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: #ffd700;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .footer-product a:hover {
            color: #ffd700;
            padding-left: 5px;
        }

        .footer-product a:hover::after {
            transform: scaleX(1);
        }

        /* Contact info styles with icons */
        .footer-product li {
            font-size: 1em;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
        }

        .footer-product li i {
            margin-right: 10px;
            color: #ffd700;
            min-width: 20px;
            text-align: center;
        }

        .footer-product li a {
            color: #fff;
            transition: color 0.3s ease;
        }

        .footer-product li a:hover {
            color: #ffd700;
        }

        /* Animation for fading in */
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Media Queries for mobile responsiveness */
        @media (max-width: 768px) {
            .footer {
                flex-direction: column;
                align-items: center;
            }

            .footer-product {
                min-width: 100%;
                margin-bottom: 20px;
            }

            .footer-product h3 {
                font-size: 1.2em;
            }

            .footer-product a {
                font-size: 0.9em;
            }

            .footer-product li {
                font-size: 0.9em;
            }

        }

        @media (max-width: 480px) {
            .footer {
                padding: 30px 20px;
            }

            .footer-product h3 {
                font-size: 1.1em;
            }

            .footer-product a {
                font-size: 0.85em;
            }

            .footer-product li {
                font-size: 0.85em;
            }

        }


/* end 覆盖原来的底部样式 */
footer{
    background: linear-gradient(to right,#232526,#414345);
    color: #f3f3f3;
    text-align: center;
    padding: 5rem 0;
    /* margin-top: 5rem; */
}

.footer-logo img{max-height: 100px;filter: brightness(0) invert(1)}
.footer{
    display: flex;flex-wrap: wrap;justify-content: space-between;
}
.footer .footer-logo{
    text-align: center;
    width: 30%;
}

.footer .footer-logo p{
    text-align: left;
}
.footer .footer-Contact{
    width: 45%;

}
.footer-bottom .sc{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-bottom .sc a{}
.footer .footer-Contact a{
    width: 45px;
    height: 45px;
    background-color: #f3f3f3;
    border-radius: 50%;
    margin: .5rem;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footer>div{width: 20%;text-align: left;line-height: 2;padding-right: 2rem;}
.footer>div:last-child{width:30%;padding-right: 0;}
.footer-product h3{font-size: 1.5rem;}
/* .footer>div:last-child{
    width: 25%;
} */
.footer a{color: #f3f3f3;    font-size: 14px;}
@media (max-width: 1200px){
    footer{padding:2rem;}
    .footer>div:nth-child(-n+2){width: 45%;}
    .head-top .nav ul li a{
        font-size: 1.2rem;
        padding: 0 .8em;
    }
    .blog-banner .banner-title h1{font-size: 1.8rem;}
    .ny-banner .banner-title h1{font-size: 1.8rem;}
    .ny-banner .banner-title h2{font-size: 1.8rem;}
    .blog-banner+.section-bg{
        padding: 0 !important;
    }
    .section-bg {
        padding: 2rem 1rem !important;
    }
}
@media (max-width: 950px) {
    body, html { font-size: 14px; overflow-x:hidden;}
    .head-top{width: 100%;max-height: 50px;}
    .head-top .logo{display: block;    padding-left: 1%;    line-height: 40px; }
    .head-top .logo img{max-height: 40px;}
    .head-top .nav{position: absolute;width: 100%;z-index: 100;background: #f5f5f5;top: 43px;display: none;bottom: 0;}
    .head-top .nav ul{display: block;background: #fff;padding-bottom: 2rem;}
    .nav-button { display: block; cursor:pointer;  font-size: 2rem; line-height: 6.25rem;padding-right: 1%;    line-height: 40px;}
    .head-top .nav ul li{border-top: 1px solid #ddd;}
    .head-top .nav ul li a{font-size: 1rem;line-height: 3rem;color: #333333;}
    .head-top .nav ul li:hover .sub-menu{display: none;}
    .swiper-button-next, .swiper-button-prev {display: none;}
    .banner .banner-text h3{font-size: .8rem;}
    .banner .banner-text p{display: none;}
    .ny-banner-center p{padding-left: 1rem;}
    .plan-list .num1{font-size: 1.5rem;}
    .plan-list .num2{margin-bottom: .7rem;}
    .plan-list .num3 span{font-size: .8rem;padding: .5rem 1.5rem;}
    .plan { margin: 2rem 0; }
    .solutions .solutions-left,.solutions .solutions-right{width:95%;}
    .solutions .solutions-left{margin-bottom: 1rem;}
    .solutions .solutions-text h3{line-height: 2.8rem;font-size: 1.2rem;}
    .solutions .width-1400{justify-content: center;}

    .case .case-left,.case .case-right{width: 95%;}
    .case .case-left{margin-bottom: 1rem;}
    .case .width-1400{justify-content:center;}
    .case p{display: none;}
    .case h3{font-size: 1.2rem;}
    .case a{font-size: .8rem;}
    .contact .width-1400{ width: 95%;}
    .contact .contact-text h3{font-size: 1rem; line-height: 2rem;}
    .contact .contact-text{padding: 2rem 1rem;}

    footer{padding: 2rem;margin-top: 2rem;}
    .footer>div:nth-child(-n+2) {width: 100%;}
    .footer .footer-logo img{max-height: 100px;}
    .footer .footer-Contact,.footer .footer-Contact .sc{width: 100%;}
    .footer .footer-Contact{margin-top: 1rem;}
    .footer .footer-logo img {max-height: 50px;}
    .footer .footer-product{
            width: 100% !important;
    }

    .ny-banner .banner-title h1{font-size: 1.5rem;}
    .ny-banner .banner-title h2{font-size: 1.5rem;}
}


/* 关于我们 */
.ny-banner{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    min-height: 600px;
    display: flex;
}
.ny-banner .banner-title{
    font-size: 2.5rem;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
	font-weight:700
}
.ny-bg{
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    /* max-height: 500px; */
}
.ny-banner-center{ color: #fff; height: 100%;position: relative;}
.ny-banner-center p{ width: 100%;color: #f5f5f5;position: absolute;bottom: 1rem;}
.ny-banner-center p a{color:#f5f5f5;}
.about-1{
    display: flex;  
    flex-wrap: wrap;  
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
  }
 .about-1>div{width:50%;}
 .about-1>h1{
    width: 100%;
    font-size: 2rem;
    color: #ecb326;
    text-transform: uppercase;
    text-align: center;
 }
 .about-1 .about-left{padding: 2rem;}
 .about-1 .about-left h2 {
    color: #3DA46C;
    margin: 2rem 0;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.about-1 .about-left>div{ line-height: 2rem;font-size: 1.2rem;text-align: justify;}
.about-1 .about-img{overflow: hidden;}
.about-1 .about-img img{
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 2rem;
}
/* .about-right{
    width: 50%;
    padding:0 3rem;
    font-size: 1.2rem;
    line-height: 4rem;
    display: flex;
    align-self:center;
} */


.about-1 .about-plan{
    width: 100%;
    background-color: #fff;
    margin-top: 2rem;
}

.section-bg{background: #f5f5f5;padding: 5rem 0}
/* .about-left>p{color: #ecb326;text-transform: uppercase;} */


/* 联系页面主体样式 */

/* Contact Page Overall Styles - 整个联系页面样式 */
.contact-main {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 40px 0;
    box-sizing: border-box;
}

.new-contact-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* 顶部联系信息样式 - 修复布局 */
.contact-top {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #e8f0fe;
}

.contact-top h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #4299e1, #667eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-top hr {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4299e1, #667eea);
    border: none;
    border-radius: 2px;
    margin: 0 auto 30px;
}

.contact-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PC端固定4列 */
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.contact-top li {
    padding: 20px;
    background: #f7fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

.contact-top li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(66, 153, 225, 0.15);
    border-color: #4299e1;
}

.contact-top strong {
    color: #2d3748;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-top a {
    color: #4299e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-top a:hover {
    color: #3182ce;
    text-decoration: underline;
}

.contact-top li:not(:has(a)) {
    color: #4a5568;
    font-size: 0.95rem;
}

/* 行业信息区块样式 - PC端5列布局 */
.industry-info {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8f0fe;
}

.industry-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a365d;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.industry-info h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #4299e1, #667eea);
    border-radius: 2px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* PC端5列布局 */
    gap: 20px;
}

.category-item {
    background: #f7fafc;
    border-radius: 12px;
    padding: 30px 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.category-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4299e1, #667eea);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(66, 153, 225, 0.2);
    border-color: #4299e1;
}

.category-item:hover::before {
    transform: scaleX(1);
}

.category-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.category-item i {
    font-size: 2.5rem;
    color: #4299e1;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s ease;
}

.category-item:hover i {
    transform: scale(1.1);
}

.category-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.category-item:hover .category-title {
    color: #4299e1;
}

.category-description {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* 地图容器样式 */
.map-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8f0fe;
    height: 400px;
    overflow: hidden;
}

.map-container iframe {
    border-radius: 8px;
    border: none;
}

/* 联系页面表单宽度覆盖 */
.contact-page-form .form-creation {
    max-width: none !important;
    width: 100%;
}

.contact-page-form .gform-body {
    max-width: 1200px;
    margin: 0 auto;
}

/* 响应式设计 - 平板设备 */
@media screen and (max-width: 1024px) {
    .new-contact-center {
        padding: 0 16px;
        gap: 32px;
    }
    
    .contact-top,
    .industry-info {
        padding: 32px 24px;
    }
    
    .contact-top h2 {
        font-size: 2.2rem;
    }
    
    .industry-info h2 {
        font-size: 1.8rem;
    }
    
    /* 平板端：联系信息2列，产品分类3列 */
    .contact-top ul {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .category-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .category-item {
        padding: 25px 18px;
    }
}

/* 响应式设计 - 移动设备 */
@media screen and (max-width: 768px) {
    .contact-main {
        padding: 20px 0;
    }
    
    .new-contact-center {
        padding: 0 12px;
        gap: 24px;
    }
    
    .contact-top,
    .industry-info {
        padding: 24px 20px;
        border-radius: 12px;
    }
    
    .contact-top h2 {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    
    /* 移动端：单列布局 */
    .contact-top ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .contact-top li {
        padding: 16px;
        min-height: 70px;
    }
    
    .industry-info h2 {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }
    
    .category-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .category-item {
        padding: 24px 20px;
    }
    
    .map-container {
        height: 300px;
        padding: 16px;
    }
}

/* 响应式设计 - 小屏移动设备 */
@media screen and (max-width: 480px) {
    .contact-main {
        padding: 16px 0;
    }
    
    .new-contact-center {
        padding: 0 8px;
        gap: 20px;
    }
    
    .contact-top,
    .industry-info {
        padding: 20px 16px;
        border-radius: 8px;
    }
    
    .contact-top h2 {
        font-size: 1.5rem;
    }
    
    .industry-info h2 {
        font-size: 1.3rem;
    }
    
    .category-item {
        padding: 20px 16px;
    }
    
    .category-item i {
        font-size: 2rem;
    }
    
    .map-container {
        height: 250px;
        padding: 12px;
    }
}

/* 中等屏幕优化 (1024px-1200px) */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .category-list {
        grid-template-columns: repeat(4, 1fr); /* 中等屏幕4列 */
    }
    
    .category-item {
        padding: 25px 15px;
    }
    
    .category-title {
        font-size: 1rem;
    }
    
    .category-description {
        font-size: 0.8rem;
    }
}

/* 大屏幕优化 (1440px+) */
@media screen and (min-width: 1440px) {
    .new-contact-center {
        max-width: 1400px;
    }
    
    .category-list {
        gap: 24px;
    }
    
    .category-item {
        padding: 35px 25px;
    }
}

/* 高对比度模式支持 */
@media (prefers-contrast: high) {
    .contact-top,
    .industry-info,
    .map-container {
        border: 2px solid #000000;
    }
    
    .contact-top li,
    .category-item {
        border: 2px solid #000000;
    }
    
    .contact-top h2,
    .industry-info h2 {
        background: none;
        -webkit-text-fill-color: initial;
        color: #000000;
    }
}

/* 减少动画模式支持 */
@media (prefers-reduced-motion: reduce) {
    .contact-top li,
    .category-item,
    .category-item i {
        transition: none;
    }
    
    .contact-top li:hover,
    .category-item:hover {
        transform: none;
    }
}

/* 深色模式支持 */
@media (prefers-color-scheme: dark) {
    .contact-main {
        background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    }
    
    .contact-top,
    .industry-info,
    .map-container {
        background: #2d3748;
        border-color: #4a5568;
    }
    
    .contact-top h2,
    .industry-info h2 {
        color: #e2e8f0;
    }
    
    .contact-top li {
        background: #4a5568;
        border-color: #718096;
    }
    
    .contact-top strong {
        color: #e2e8f0;
    }
    
    .contact-top li:not(:has(a)) {
        color: #cbd5e0;
    }
    
    .category-item {
        background: #4a5568;
        border-color: #718096;
    }
    
    .category-title {
        color: #e2e8f0;
    }
    
    .category-description {
        color: #cbd5e0;
    }
}

/* 打印样式 */
@media print {
    .contact-main {
        background: #ffffff !important;
        padding: 20px 0;
    }
    
    .contact-top,
    .industry-info,
    .map-container {
        box-shadow: none;
        border: 1px solid #000000;
        background: #ffffff !important;
    }
    
    .contact-top h2,
    .industry-info h2 {
        background: none !important;
        -webkit-text-fill-color: initial !important;
        color: #000000 !important;
    }
    
    .map-container {
        height: 300px;
    }
    
    .category-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}




/* end */
/* 公司轮播图 */
.swiper-container-about{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}


.swiper-container-Mission{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/banner1.jpg);
}
.about-Business-list{display: flex;flex-wrap: wrap;   justify-content : space-between;}
.about-Business-list .about-Business-list-t{width: 32%;overflow: hidden;}
.about-Business-list .about-Business-img{position: relative;}
.about-Business-list .about-Business-list-t img{width: 100%;}
.about-Business-list .about-Business-img div{
    position: absolute;
    display: flex;
    align-items : center;  
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.about-h2{
    width: 100%;
    text-align: center;
    padding: 3rem 0;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: var(--primary-color);
}
.about-Business-list .about-Business-img div h3{
    color: #ffff;
    width: 100%;
}
.about-Business-list .about-Business-text{
    background: #fff;
    padding: 2rem;
    line-height: 2rem;
    padding-bottom: 2rem;
    border-radius: 5px;
    height: 100%;
}
.about-Business-list .about-Business-text p{font-size: .8rem;}
.about-Business-list strong{color: #3DA46C;}
.mission .flex p{
    font-size: 1.2rem;
    padding:2.5rem;
}

/* 我们的使命 */

.mission-section .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mission-section .mission-content {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.mission-section .mission-text {
    flex: 1;
}

.mission-section h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.mission-section .mission-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.mission-section .mission-list {
    list-style-type: none;
    padding: 0;
}

.mission-section .mission-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.mission-section .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.mission-section .innovation-icon {
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z'%3E%3C/path%3E%3C/svg%3E");
}

.mission-section .quality-icon {
    background-color: var(--secondary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
}

.mission-section .global-icon {
    background-color: var(--accent-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9'%3E%3C/path%3E%3C/svg%3E");
}

.mission-section .mission-image {
    flex: 1;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.mission-section .mission-image:hover {
    transform: scale(1.03);
}

.mission-section .mission-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius);
}

.mission-section .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(76, 175, 80, 0.8);
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: var(--transition);
}

.mission-section .mission-image:hover .image-overlay {
    transform: translateY(0);
}

.mission-section .mission-footer {
    text-align: center;
    margin-top: 3rem;
}

.mission-section .mission-footer p {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .mission-section .mission-content {
        flex-direction: column;
    }

    .mission-section .mission-image {
        margin-top: 2rem;
    }

    .mission-section h1 {
        font-size: 2rem;
    }

    .mission-section .mission-description {
        font-size: 1rem;
    }

    .mission-section .mission-footer p {
        font-size: 1rem;
    }

}



.about-Mission{display: flex;width: 35%;    background: #3DA46C;color: #fff;   padding: 6rem 2rem;}
.about-Mission .Mission-null{width: 100%;}
.about-Mission .Mission-null ul li{font-size: 1.8rem;padding-left: 1rem;line-height: 2.5;cursor:pointer;}
.Mission-text{     display: flex; flex-wrap: wrap; align-items : center;  width: 65%; color:#fff}
.padding-top0{padding-top: 0;}
.Mission-hover{background: #ffffff5c;}
.swiper-container-Mission .swiper-wrapper .swiper-slide{
    padding: 0 4rem;
    line-height: 3rem;
    font-size: 1.6rem;
}
.about-contact {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.about-contact .about-contact-list{width: 22%;position: relative;overflow: hidden;}
.about-contact .about-contact-list img{width: 100%;    height: 100%;}
.about-contact .about-contact-list>div{
    position: absolute;
    left: 0;bottom: 0;top: 0;right: 0;
    display: flex;
    justify-content:center;  
    align-items : center;
    flex-direction: column;
    color: #fff;
}
.about-contact .about-contact-list>div P{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
}
.about-contact .about-contact-list>div a{
    border: 1px solid #fff;
    padding: .4rem 4rem;
    font-size: .9rem;
    color: #fff;
}

.about-contact .about-contact-list:hover img{
    transition: transform 0.5s ease-out;
    transform: scale(1.2);
}


/* 解决方案 */
.product-list-box{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    width: 100%; 
}

.product-list{width:23%;background: #fff;margin-bottom: 2rem;padding-bottom: 1rem;transition:box-shadow 0.3s ease-in-out;}
.product-list:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-list img{width: 100%;max-height: auto;}
.product-list h3{font-size: 1rem;line-height: 3rem;font-size: 1rem; line-height: 2rem;padding: 1rem;}
.product-list span{
    padding: .5rem 1rem;
    color: #3DA46C;
    background: #3DA46C;
    color: #ffff;
    margin-left: 1rem;
    font-size: .8rem;
}


.sol-promise .flex{
    justify-content: space-between;
}
.sol-promise .flex h2{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    font-size: 3rem;
}
.sol-promise .flex>div{
    width: 30%;
    text-align: center;
    padding: 1rem;

}
.sol-promise .flex>div img{
    max-width: 20%;
}
.sol-promise .flex>div h3{
    font-size: 1.5rem;
    padding: 1rem 0;
}
.sol-contact{
    display: flex;
    justify-content: flex-end;
    background: url(../images/solutions/sbanner1.jpg) no-repeat center center;
}
@media (max-width: 1200px){
    .sol-contact .contact-center .contact-form{
        margin: 0 auto;
    }
    .about-1{
        flex-direction: column;
    }
    .about-1>div{width: 100%;}
}
/* 关于我们和解决方案页适配 */
@media (max-width: 950px) {
    /* 关于我们 */
    .ny-banner{min-height: 250px;}
    .product-list{width: 45%;}
    .section-bg{padding: 1rem 1rem;}
    
    .about-1 .about-left {padding: 1rem;}
    .about-1 .about-left h2{margin: 1rem 0;font-size: 2rem;}
    .about-1 .about-left>div{line-height: 2rem;}
    .about-Business-list .about-Business-list-t{width: 100%; margin-bottom: 1rem;}
    .about-Business-title{font-size: 1.8rem;}
    .about-Mission{width: 100%;padding: 1rem 1rem;}
    .Mission-text{width: 100%;}
    .about-Mission .Mission-null ul li{font-size: 1rem;}
    .swiper-container-Mission .swiper-wrapper .swiper-slide{font-size: 1rem;line-height: 2; padding: 2rem;}
    .about-contact .about-contact-list{width: 100%; margin-bottom: 1rem;}
    .case-list ul li{width: 100%;}

    .about-plan .plan .flex{
        flex-direction: column;
    }
    .about-plan .plan .flex>div{
        width: 100%;
        padding: 1rem;
    }
    .about-plan .plan .flex>div p{
        font-size: 2rem;
    }
    /* 解决方案 */
    .sol-promise .flex h2{
        font-size: 2rem;
    }
    .sol-promise .flex>div h3{
        font-size: 1rem;
    }
    .sol-promise .flex>div img{
        max-width: 70%;
    }

}

/* 解决方案详情页 */
.solution-top-content{
    display: flex; 
    flex-wrap: wrap; 
    justify-content:space-between; 
    background: #fff; 
    width: 100%; 
    padding: 25px;}
.solution-top-content .product-top-right{width: 49%;}
.solution-top-content .product-top-right img{width: 100%;height: 100%;object-fit: cover; object-position: center;}
.solution-top-content .product-top-left{width: 49%;padding: 2rem;}
.section-sol .product-top-left p{
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.section-sol div h2{
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
    padding: 2rem 0;
    margin: 0;
}
.section-sol .product-top-right img{
    width: auto!important; 
}
.section-sol div h3{
    color: #333;
    font-weight: 600;
    text-align: center;
}
.section-sol>div>img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.section-sol .sol-detail>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5rem;
    box-sizing: border-box;

}
.sol-detail p{
    font-size: 1.1rem;
    color: #7a7a7a;
    padding-bottom: .5rem;
}
.sol-detail>div>div{
    width: 28%;
    
}
.sol-detail .sol-adv>div{
    width: 18%;
    border-radius: 15px;
    border: 2px solid #ececec;
    padding: 1rem;
    box-sizing: border-box;
}
.sol-detail .sol-adv>div:hover{
    background-color: #3DA46C;
    color: #fff;
}
.sol-detail .sol-adv div img{
    width: 30%;
    height: 50%;
    display: block;
    margin: 0 auto;
}
.sol-detail .sd-top-middle{
    width: 40%;
}
.sol-detail .sd-top-middle img{
    width: 100%;
    background-size: cover
}
.sol-detail .sol-detail-bottom{
    display: flex;
    justify-content: center !important;
}
.sol-detail .sol-detail-bottom img{
    display: block;
    margin: 0 auto;
    border-radius: 25px;
}
.sol-detail .sol-detail-bottom ul{
    padding: 1rem 0;
}
.sol-detail .sol-detail-bottom ul li{
    font-size: 1.1rem;
    color: #7a7a7a;
    padding-bottom: .5rem;
}
@media (max-width: 1200px){
    .sol-detail .sol-adv>div{
        width:44%;
        margin-bottom: 1rem;
    }

}
@media (max-width: 950px) {
    .solution-top-content .product-top-left{width: 100%;}
    .solution-top-content .product-top-right{width: 100%;padding: 1rem;}
    .section-products .solution-top-content{
        width: 100%; 
        justify-content:space-between; 
    }
    .section-sol .sol-detail>div{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .section-sol div h2{
        font-size: 2.2rem;
    }
    .sol-detail>div>div{
        width: 100%;
        margin: 0 auto;
    }
    .sol-detail .sol-adv>div{
        width: 100%;
    }
    .sol-detail .sd-top-middle{
        width: 100%;
    }
    .section-sol .product-top-right img{
        width: 100% !important;
    }
}
/*表单二次  创作 含弹出表单，侧边栏表单 */
/* 表单样式 - 统一版本 */
.form-creation * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* 表单容器样式 */
.form-creation {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* 表单标题样式 */
.form-creation .form-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

/* 表单字段列表样式 */
.form-creation .gform_fields {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* 表单字段项样式 */
.form-creation .gfield {
    padding: 0 15px 25px;
    width: 100%;
}

/* 标签样式 */
.form-creation .gfield_label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #34495e;
    margin-bottom: 8px;
}

/* 必填字段标记 */
.form-creation .gfield_required {
    color: #e74c3c;
}

/* 输入框容器 */
.form-creation .ginput_container {
    width: 100%;
}

/* 输入框和选择框基础样式 */
.form-creation input[type="text"],
.form-creation input[type="email"],
.form-creation select,
.form-creation textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #dce4ec;
    border-radius: 8px;
    font-size: 15px;
    color: #2c3e50;
    transition: all 0.3s ease;
    background-color: #fff;
}

/* 输入框焦点状态 */
.form-creation input[type="text"]:focus,
.form-creation input[type="email"]:focus,
.form-creation select:focus,
.form-creation textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
}

/* 文本区域样式 */
.form-creation textarea {
    resize: vertical;
    min-height: 120px;
}

/* 提交按钮样式 */
.form-creation .gform-footer {
    text-align: center;
    margin-top: 10px;
}

.form-creation .gform_button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.form-creation .gform_button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.form-creation .gform_button:active {
    transform: translateY(0);
}

/* 表单底部文本样式 */
.form-creation .form-footer-text {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
    line-height: 1.5;
    color: #7f8c8d;
}

.form-creation .form-footer-text a {
    color: #3498db;
    text-decoration: none;
}

.form-creation .form-footer-text a:hover {
    text-decoration: underline;
}

.form-creation .vic-e-form-field__description {
    display: block;
    margin-top: 10px;
    font-style: italic;
    color: #95a5a6;
}

/* 特殊选择框样式 */
.form-creation select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 45px;
}

/* 验证错误样式 */
.form-creation .gfield_error input,
.form-creation .gfield_error select,
.form-creation .gfield_error textarea {
    border-color: #e74c3c;
}

.form-creation .validation_message {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
}

/* 弹出表单特有样式 */
.pform-center {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.pform {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    animation: modalFadeIn 0.3s ease-out;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pform-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #7f8c8d;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
}

.pform-close:hover {
    color: #e74c3c;
    background: rgba(255, 255, 255, 1);
    transform: rotate(90deg);
}

.pform .form-creation {
    padding: 40px 30px 30px;
    max-height: calc(90vh - 60px);
    overflow-y: auto;
}

/* 响应式设计 */
/* 桌面端布局调整 */
@media (min-width: 768px) {
    .form-creation .gf_left_half,
    .form-creation .gf_right_half {
        width: 50%;
    }
    
    .form-creation .gf_full {
        width: 100%;
    }
}

/* 平板端布局调整 */
@media (max-width: 767px) {
    .form-creation {
        padding: 20px;
        margin: 10px;
    }
    
    .form-creation .gform_fields {
        margin: 0;
    }
    
    .form-creation .gfield {
        padding: 0 0 20px;
    }
    
    .pform-center {
        padding: 15px;
    }
    
    .pform .form-creation {
        padding: 30px 20px 20px;
    }
}

/* 小屏幕手机布局调整 */
@media (max-width: 480px) {
    .form-creation {
        padding: 15px;
        margin: 5px;
    }
    
    .form-creation .form-title {
        font-size: 20px;
    }
    
    .form-creation input[type="text"],
    .form-creation input[type="email"],
    .form-creation select,
    .form-creation textarea {
        padding: 10px 12px;
        font-size: 16px; /* 防止iOS缩放 */
    }
    
    .form-creation .gform_button {
        width: 100%;
        padding: 16px;
    }
    
    .pform-center {
        padding: 10px;
    }
    
    .pform .form-creation {
        padding: 25px 15px 15px;
    }
    
    .pform-close {
        top: 10px;
        right: 15px;
        width: 25px;
        height: 25px;
        font-size: 18px;
    }
}


/* end */
/* 点击弹出表单 */
        /* 弹出表单容器样式 */
        .pform-center {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            overflow-y: auto;
            align-items: center;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
        }

        /* 弹出表单主体 */
        .pform {
            position: relative;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            width: 100%;
            max-width: 850px;
            margin: 0 auto;
            animation: modalFadeIn 0.3s ease-out;
            max-height: 90vh;
            overflow-y: auto;
        }

        /* 弹出动画 */
        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* 关闭按钮样式 */
        .pform-close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #7f8c8d;
            cursor: pointer;
            z-index: 10;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.8);
        }

        .pform-close:hover {
            color: #e74c3c;
            background: rgba(255, 255, 255, 1);
            transform: rotate(90deg);
        }

        /* 表单内容区域 */
        .pform .form-creation {
            padding: 40px 30px 30px;
            max-height: calc(90vh - 60px);
            overflow-y: auto;
        }

        /* 基础重置 - 仅影响表单区域 */
        .form-creation * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
            /* 表单容器样式 */
        .form-creation {
            max-width: 800px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 12px;
        }
        
        /* 表单标题样式 */
        .form-creation .form-title {
            font-size: 24px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 25px;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #eaeaea;
        }
        
        /* 表单字段列表样式 */
        .form-creation .gform_fields {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        
        /* 表单字段项样式 */
        .form-creation .gfield {
            padding: 0 15px 25px;
            width: 100%;
        }
        
        /* 标签样式 */
        .form-creation .gfield_label {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #34495e;
            margin-bottom: 8px;
        }
        
        /* 必填字段标记 */
        .form-creation .gfield_required {
            color: #e74c3c;
        }
        
        /* 输入框容器 */
        .form-creation .ginput_container {
            width: 100%;
        }
        
        /* 输入框和选择框基础样式 */
        .form-creation input[type="text"],
        .form-creation input[type="email"],
        .form-creation select,
        .form-creation textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1.5px solid #dce4ec;
            border-radius: 8px;
            font-size: 15px;
            color: #2c3e50;
            transition: all 0.3s ease;
            background-color: #fff;
        }
        
        /* 输入框焦点状态 */
        .form-creation input[type="text"]:focus,
        .form-creation input[type="email"]:focus,
        .form-creation select:focus,
        .form-creation textarea:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
        }
        
        /* 文本区域样式 */
        .form-creation textarea {
            resize: vertical;
            min-height: 120px;
        }
        
        /* 提交按钮样式 */
        .form-creation .gform-footer {
            text-align: center;
            margin-top: 10px;
        }
        
        .form-creation .gform_button {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 14px 35px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        }
        
        .form-creation .gform_button:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
        }
        
        .form-creation .gform_button:active {
            transform: translateY(0);
        }
        
        /* 表单底部文本样式 */
        .form-creation .form-footer-text {
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid #eaeaea;
            font-size: 13px;
            line-height: 1.5;
            color: #7f8c8d;
        }
        
        .form-creation .form-footer-text a {
            color: #3498db;
            text-decoration: none;
        }
        
        .form-creation .form-footer-text a:hover {
            text-decoration: underline;
        }
        
        .form-creation .vic-e-form-field__description {
            display: block;
            margin-top: 10px;
            font-style: italic;
            color: #95a5a6;
        }
        
        /* 桌面端布局调整 */
        @media (min-width: 768px) {
            /* 半宽字段布局 */
            .form-creation .gf_left_half,
            .form-creation .gf_right_half {
                width: 50%;
            }
            
            .form-creation .gf_full {
                width: 100%;
            }
        }
        
        /* 平板端布局调整 */
        @media (max-width: 767px) {
            .pform-center {
                padding: 15px;
            }
            
            .pform .form-creation {
                padding: 30px 20px 20px;
            }
            
            .form-creation .gform_fields {
                margin: 0;
            }
            
            .form-creation .gfield {
                padding: 0 0 20px;
            }
        }
        
        /* 小屏幕手机布局调整 */
        @media (max-width: 480px) {
            .pform-center {
                padding: 10px;
            }
            
            .pform .form-creation {
                padding: 25px 15px 15px;
            }
            
            .form-creation .form-title {
                font-size: 20px;
            }
            
            .form-creation input[type="text"],
            .form-creation input[type="email"],
            .form-creation select,
            .form-creation textarea {
                padding: 10px 12px;
                font-size: 16px; /* 防止iOS缩放 */
            }
            
            .form-creation .gform_button {
                width: 100%;
                padding: 16px;
            }
            
            .pform-close {
                top: 10px;
                right: 15px;
                width: 25px;
                height: 25px;
                font-size: 18px;
            }
        }
        
        /* 特殊选择框样式 */
        .form-creation select {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 15px center;
            background-size: 16px;
            padding-right: 45px;
        }
        
        /* 验证错误样式 */
        .form-creation .gfield_error input,
        .form-creation .gfield_error select,
        .form-creation .gfield_error textarea {
            border-color: #e74c3c;
        }
        
        .form-creation .validation_message {
            color: #e74c3c;
            font-size: 13px;
            margin-top: 5px;
        }    


/* 针对侧边栏中的表单进行调整 */
.blog_sidebar .form-creation {
    max-width: 100%;  /* 使表单宽度适应容器 */
}

/* 表单字段布局调整：竖向排列 */
.blog_sidebar .form-creation .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 增加字段之间的间距 */
}

/* 保证表单字段宽度占满容器 */
.blog_sidebar .form-creation .gfield {
    width: 100%;
    padding: 0 0 15px;
}

/* 输入框和选择框样式 */
.blog_sidebar .form-creation input[type="text"],
.blog_sidebar .form-creation input[type="email"],
.blog_sidebar .form-creation select,
.blog_sidebar .form-creation textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px; /* 调整字体大小适应窄屏 */
}

/* 提交按钮样式 */
.blog_sidebar .form-creation .gform_button {
    width: 100%;  /* 按钮适应表单宽度 */
    padding: 12px 0;
    font-size: 16px; /* 调整按钮大小 */
}

/* 异常或验证样式调整 */
.blog_sidebar .form-creation .gfield_error input,
.blog_sidebar .form-creation .gfield_error select,
.blog_sidebar .form-creation .gfield_error textarea {
    border-color: #e74c3c;
}

.blog_sidebar .form-creation .validation_message {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

/* 小屏幕下调整表单字体和按钮尺寸 */
@media (max-width: 480px) {
    .blog_sidebar .form-creation input[type="text"],
    .blog_sidebar .form-creation input[type="email"],
    .blog_sidebar .form-creation select,
    .blog_sidebar .form-creation textarea {
        font-size: 13px; /* 小屏幕下调整字体大小 */
        padding: 8px;    /* 小屏幕下减少 padding */
    }

    .blog_sidebar .form-creation .gform_button {
        padding: 10px 0;
        font-size: 14px; /* 调整按钮大小 */
    }
}

/* END */

/* 其他表单 */
/* 底部表单 */
.footer-Contact .contact-form{
    width: 80%;
    margin: 0 auto;
}
.footer-Contact .contact-form div{
    width: 45%;
}
.footer-Contact .contact-form input{  width: 100%;  padding: .5rem 0;border-radius: 5px;}
.footer-Contact .contact-form textarea{width: 100%; padding: .5rem;border-radius: 2px;min-height: 80px;}
.footer-Contact .contact-form p{margin-top: .5rem;}




/*proudct*/
.p-body{
    background: #f5f5f5;
    padding: 5rem 0;
}

.section-products{
    max-width: calc(1400px + 3rem);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* start - nocode */
.product-top-content{display: flex; flex-wrap: wrap; justify-content:space-between; background: #fff; width: 75%; padding: 25px;}
.product-top-content .product-top-left{width: 49%;}
.product-top-content .product-top-left img{width: 100%;height: 100%;object-fit: cover; object-position: center;}
.product-top-content .product-top-right{width: 49%;padding: 2rem;}
.product-top-right h1{line-height: 2rem;font-size: 1.6rem;padding-bottom: 1rem;margin-bottom: 1rem;}
.product-top-right ul{    margin: 2rem 0;}
.product-top-right ul li{margin-bottom: 1rem;}
.product-top-right ul li i.iconfont{
    color: #3DA46C;
    margin-right: 1rem;
    font-size: 1.5rem;
}
.product-top-right p{line-height: 2rem; }
.product-top-right p img{   width: 2rem;border-radius: 50%;margin-right: .5rem;}
.product-top-right p span{font-size: 1.5rem;}
.product-top-right p p{}   
.product-top-right p a{background: #3DA46C;color: #fff; padding: 1rem 1.2rem;display: inline-block;    margin: 1rem 0;}
.product-top-right p a i{font-size: 1.2rem;margin-right: .2rem;}
.product-content{padding: 1rem 2.5rem;line-height: 2; width: 100%;}
.product-content h2{margin: 1rem 0;color: #3DA46C;}
.product-content h3{margin-bottom: 1rem;color: #3DA46C;}
.product-content img{max-width: 100%;    height: auto;}
.product-content .contact-center ul{
    width: 100%;
    list-style: none;
    padding: 1rem 0;
    font-weight: 600;
}
/* end */


.product-content .contact-form{
    border-radius: 8px;
}
.product-content table{width: 100%;text-align: center;border-collapse: collapse;line-height: 3rem;}
.product-content table thead{ background: #3DA46C;color: #fff;}
.product-content table thead tr th{border: 1px solid #ddd;padding: 0 5px;}
.product-content table tr td{border: 1px solid #ddd;}
.product-content .wp-block-table{ overflow-x: auto;padding-bottom: 5px;}
.product-content .contact-form{width: 100%;}
.product-content .contact-form div:nth-child(1),.product-content .contact-form div:nth-child(2),.product-content .contact-form div:nth-child(3),.product-content .contact-form div:nth-child(4){width: 49%;}
.product-content .contact-form div:nth-child(5),.product-content .contact-form div:nth-child(6){width: 100%;}
.product-content .contact-form form{    display: flex;flex-wrap: wrap;justify-content: space-between;}
@media (max-width: 950px) {
    .product-top-content .product-top-left{width: 100%;}
    .product-top-content .product-top-right{width: 100%;padding: 1rem;}
    .product-top-right h1{line-height: 2;font-size: 1rem;}
    .product-content{padding: 1rem .8rem;}
    .product-content table thead tr th,.product-content table thead tr td{font-size: 0.8rem;    white-space: nowrap;}
    .product-content table tr td{font-size: 0.8rem;}
    .product-content table{line-height: 1.5rem;}
    figure.wp-block-table table{line-height: 1.5rem !important;}
    .section-products{
        flex-direction: column-reverse;
    }
    .section-products .product-top-content{
        width: 100%;
    }
}





/*案例*/
.case-category{}
/* .case-category ul{display: flex;flex-wrap: wrap; justify-content : space-between; }
.case-category ul li{width: 24%; background: #fff; text-align: center;margin-bottom: 1.2rem;} */
.case-category ul li:last-child:nth-child(4n - 1){ 
    /**最后一行，要么3个元素，要么7个元素  (最后一行还剩1个空间)**/  
    /* margin-right: calc(24% * 1 + 4%/3*1 );     */
    /* 24%:列的宽  1:还剩1空间     4%:间隙宽100%-4列*24%=4%;  */
}
.case-category ul li:last-child:nth-child(4n - 2){ 
    /**最后一行，要么2个元素，要么6个元素  (最后一行还剩1个空间) */
     /* margin-right: calc(24% * 2 + 4%/3*2 );  */
    /*24%:列的宽  2:还剩2列空间    4%:间隙总宽 / 3：间隙个数（一般总列数减一）  2：还剩2列空间间隙  */
}
/* .case-category ul li img{width: 100%;}
.case-category ul li h3{  
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 2rem;
} */
@media (max-width: 950px) {
    .case-category ul li{width: 100%;}
}

/*古腾堡*/
/*公共*/
:root{
    --blue: #3DA46C;
    --white:#ffffff;
    --gap:1.5rem;
    --primary-color: #3DA46c;
    --secondary-color: #2196F3;
    --accent-color: #9C27B0;
    --text-color: #333;
    --background-color: #f0f0f0;
    --card-background: #ffffff;
    --border-radius: 15px;
    --transition: all 0.3s ease;
}

/*标题*/
h1.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}
h2.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}
h3.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}
h4.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}
h5.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}
h6.wp-block-heading {
    color: var(--blue);
    text-transform: uppercase;
}

/*列表*/
ul.wp-block-list{list-style: inside; margin: 10px;}
ul.wp-block-list li{}
ul.wp-block-list li a{}

ol.wp-block-list{list-style: auto;    padding-left: 1.5rem;}
ol.wp-block-list li{}
ol.wp-block-list a{}
/*表格*/
figure.wp-block-table{margin-bottom: var(--gap);}
.has-fixed-layout{}
figure.wp-block-table table{width: 100%;text-align: center;border-collapse: collapse;line-height: 3rem;}
figure.wp-block-table table thead{ background: var(--blue); color:var(--white);}
figure.wp-block-table table thead tr{}
figure.wp-block-table table thead tr th{}
figure.wp-block-table table tbody tr{}
figure.wp-block-table table tbody tr td{}


/*图库*/
.wp-block-gallery {gap: var(--gap);}
.wp-block-image{margin-bottom: var(--gap);}
.has-nested-images {}
.columns-default {}
.is-cropped {}
.wp-block-gallery-1 {}
.is-layout-flex {display: flex;flex-wrap: wrap;}
.editor-styles-wrapper .is-layout-flex {flex-wrap: wrap;align-items: center;}
.wp-block-gallery-is-layout-flex{}
.wp-block-gallery.has-nested-images figure.wp-block-image{
    position: relative;
}


.columns-2 figure.wp-block-image {
    flex: 1 1 calc(100% / 2 - var(--gap)); /* 每个子元素占 50% 宽度，减去间距 */
    max-width: calc(100% / 2); /* 确保最大宽度与 flex 一致 */
   
}

.columns-3 figure.wp-block-image {
    flex: 1 1 calc(100% / 3 - 2 * var(--gap)); /* 每个子元素占 33.33% 宽度，减去间距 */
    max-width: calc(100%); /* 确保最大宽度与 flex 一致 */
 
}

.columns-4 figure.wp-block-image{
    flex: 1 1 calc(100% / 4 - 3 * var(--gap)); /* 每个子元素占 25% 宽度，减去间距 */
    max-width: calc(100% / 4 ); /*确保最大宽度与 flex 一致 */   
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform;
}

/*图片*/
figure.wp-block-image{}
figure.wp-block-image img{max-width: 100%;height: auto;}
figure.size-full{}
figure.is-resized{}


/*排版*/
.alignleft{text-align: left; justify-content : flex-start;  }
.alignright{text-align: right;  justify-content : flex-end;}
.aligncenter{text-align: center;   justify-content:center;  }

/*媒体文本*/
.wp-block-media-text{display: flex;flex-wrap: wrap;}
.wp-block-media-text>figure.wp-block-media-text__media{width: 50%;}
.wp-block-media-text>div.wp-block-media-text__content{width: 50%;padding: 2rem;}

@media (max-width: 950px) {
    .wp-block-media-text>figure.wp-block-media-text__media{width: 100%;}
    .wp-block-media-text>div.wp-block-media-text__content{width: 100%;padding: 1rem;}
}

/*news-list-box*/
.news-list-box{
    display: flex;
    flex-wrap: wrap;
    justify-content : space-between;
}
.news-description{
    min-height: 180px;
}
.news-description span{
    color: #666;
    line-height: 2rem;
    font-size: 1rem;
}
.news-description h1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
}
.news-description p{
    font-size: 1rem;
    margin: .8rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-description .post-tags{
    width: 100%;
    
}
.news-list-box img{width: 100%;height: 100%;object-fit: cover; object-position: center; }
.news-description{ background: #fff; padding: 2rem;}
.news-list-box .news-list-right{max-width: 75%;}
.news-list-box .news-list-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content : space-between;
     margin-bottom: 2rem; 
}
.news-list-box .news-list-right .news-img{width: 20%;}
.news-list-box .news-list-right .news-img img{
    
}
.news-list-box .news-list-right .news-description{width: 80%;}

.news-content{
    background: #ffff;
    padding: 3rem 8rem;
    line-height: 2;
}
.news-content hr{
    margin: 1.5rem 0 3rem;
}
.news-content .crumbs{
    text-align: left;
 
}
.news-content .crumbs a{
    color: #333;
}
.news-content .crumbs a:last-child{
    color: #555555;
    font-weight: 400;
}

.news-content>p{margin: 1rem 0; font-weight: 400;color:#333}
.news-content h1{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 2.5rem 0;
}
.news-content h2{
    color: #3DA46C;
    margin: 2rem 0 .5rem;
}
.news-content a{
    color: #3DA46C;
    font-weight: bold;
    
}
.news-content a:hover{
    color: #00d35f;
}
/* 提高转化，国家区域 */
/* 针对 .blog-introduce 模块的样式 */
.blog-introduce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, 
        #f8f9fa 0%, 
        #e9ecef 25%, 
        #dee2e6 50%, 
        #ced4da 75%, 
        #adb5bd 100%); /* 中性灰色渐变 */
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    animation: float 6s ease-in-out infinite;
}

/* 添加流光边框效果 - 中性色系 */
.blog-introduce::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #495057, 
        #6c757d, 
        #adb5bd, 
        #ced4da, 
        #dee2e6, 
        #495057);
    background-size: 400% 400%;
    border-radius: 17px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: gradientShift 3s ease infinite;
}

.blog-introduce:hover::before {
    opacity: 1;
}

/* 添加背景粒子效果 - 中性色系 */
.blog-introduce::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(73, 80, 87, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(108, 117, 125, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(173, 181, 189, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 60% 60%, rgba(206, 212, 218, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(222, 226, 230, 0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 13px;
}

.blog-introduce:hover::after {
    opacity: 1;
}

/* 添加纹理效果 */
.blog-introduce {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        linear-gradient(135deg, 
            #f8f9fa 0%, 
            #e9ecef 25%, 
            #dee2e6 50%, 
            #ced4da 75%, 
            #adb5bd 100%);
}

/* 浮动动画 */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* 渐变背景动画 */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* 鼠标悬停时模块的动画效果 */
.blog-introduce:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(73, 80, 87, 0.15);
    background: linear-gradient(135deg, 
        #e9ecef 0%, 
        #dee2e6 25%, 
        #ced4da 50%, 
        #adb5bd 75%, 
        #6c757d 100%);
}

/* 针对 .blog-introduce-nation 样式 */
.blog-introduce-nation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #495057;
    position: relative;
    z-index: 1;
}

/* 让SVG图标动起来 - 改为中性色 */
.blog-introduce-nation svg {
    margin-left: 12px;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    filter: drop-shadow(0 2px 4px rgba(73, 80, 87, 0.2));
    fill: #495057;
}

/* 鼠标悬停时SVG图标的旋转效果 */
.blog-introduce-nation:hover svg {
    transform: rotate(360deg) scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(33, 37, 41, 0.3));
    fill: #212529;
}

/* 文字样式 */
.blog-introduce-nation span {
    font-size: 16px;
    color: #495057;
    line-height: 1.6;
    max-width: 90%;
    word-wrap: break-word;
    transition: all 0.4s ease;
    position: relative;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(206, 212, 218, 0.5);
}

/* 鼠标悬停时文字的效果 */
.blog-introduce-nation:hover span {
    color: #212529;
    background: rgba(255, 255, 255, 0.95);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(73, 80, 87, 0.15);
    border: 1px solid rgba(173, 181, 189, 0.6);
}

/* 文字发光效果 - 中性色 */
@keyframes textGlow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(73, 80, 87, 0.2);
    }
    50% {
        text-shadow: 0 0 15px rgba(73, 80, 87, 0.4), 0 0 20px rgba(73, 80, 87, 0.3);
    }
}

.blog-introduce-nation:hover span {
    animation: textGlow 2s ease-in-out infinite;
}

/* 添加纹理动画 */
@keyframes textureMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.blog-introduce:hover {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.25) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.25) 0%, transparent 20%),
        linear-gradient(135deg, 
            #e9ecef 0%, 
            #dee2e6 25%, 
            #ced4da 50%, 
            #adb5bd 75%, 
            #6c757d 100%);
    background-size: 200% 200%;
    animation: textureMove 8s ease-in-out infinite;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .blog-introduce {
        padding: 15px;
        animation: float 8s ease-in-out infinite;
        background: linear-gradient(135deg, 
            #f8f9fa 0%, 
            #e9ecef 30%, 
            #dee2e6 70%, 
            #ced4da 100%);
    }

    .blog-introduce-nation {
        font-size: 14px;
    }

    .blog-introduce-nation span {
        font-size: 14px;
        padding: 6px 10px;
    }
}

/* 小屏设备（如手机）适配 */
@media (max-width: 480px) {
    .blog-introduce {
        padding: 12px;
        margin: 10px;
        animation: float 10s ease-in-out infinite;
        background: linear-gradient(135deg, 
            #f8f9fa 0%, 
            #e9ecef 40%, 
            #dee2e6 80%, 
            #ced4da 100%);
    }

    .blog-introduce-nation {
        flex-direction: column;
        align-items: center;
    }

    .blog-introduce-nation svg {
        margin: 10px 0;
        transform: scale(1.2);
    }

    .blog-introduce-nation span {
        text-align: center;
        font-size: 14px;
        padding: 8px;
    }
}

/* 减少动画偏好用户的动画 */
@media (prefers-reduced-motion: reduce) {
    .blog-introduce,
    .blog-introduce-nation svg,
    .blog-introduce-nation span {
        animation: none;
        transition: none;
    }
}
/* end */
/* 针对 .blog-nation-but 按钮的样式，使用更具体的选择器以避免被 .news-content a 覆盖 */
.blog-introduce-nation .blog-nation-but {
    display: inline-block;
    margin-left: 25px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; /* 去除下划线 */
    border-radius: 25px; /* 圆角按钮 */
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; /* 平滑的过渡效果 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 为按钮增加阴影 */
    background-color: transparent; /* 去除背景 */
}

/* 鼠标悬停时按钮的效果 */
.blog-introduce-nation .blog-nation-but:hover {
    color:#6C757D; /* 鼠标悬停时文字颜色 */
    transform: translateY(-2px); /* 鼠标悬停时按钮微微浮动 */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); /* 鼠标悬停时增强阴影 */
}

/* 在按钮上显示光标 */
.blog-introduce-nation .blog-nation-but:hover {
    cursor: pointer;
}

/* 响应式设计：在小屏幕上按钮适配 */
@media (max-width: 768px) {
    .blog-introduce-nation .blog-nation-but {
        font-size: 14px; /* 调整按钮文字大小 */
        padding: 8px 15px; /* 减小按钮内边距 */
        margin-top: 10px;
    }
}

/* 小屏设备（如手机）适配 */
@media (max-width: 480px) {
    .blog-introduce-nation .blog-nation-but {
        font-size: 14px;
        padding: 8px 15px;
        margin-left: 0; /* 在小屏设备上取消按钮的左侧间距 */
        width: 100%; /* 按钮宽度为100% */
        text-align: center; /* 按钮文字居中 */
        margin-top: 10px;
    }
}

/*end  */

/* bolg详情页主体内容部分的二次展示改版 */

/* 博客内容区域基础样式 - 紧凑版 */
.blog-content-revised {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
  font-size: 18px;
  max-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

/* 段落样式 - 减少间距 */
.blog-content-revised p {
  margin-bottom: 1.2em;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4a5568;
/*   text-align: justify; */
}

/* 特殊处理包含图片的段落 */
.blog-content-revised p:has(img) {
  text-align: center;
  margin: 1.5rem 0;
}

/* 标题样式 - 减少上下间距 */
.blog-content-revised h1,
.blog-content-revised h2,
.blog-content-revised h3,
.blog-content-revised h4,
.blog-content-revised h5,
.blog-content-revised h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  color: #1a202c;
  position: relative;
  padding-left: 2.5rem;
}

.blog-content-revised h1 {
  font-size: 2.8rem;
  border-bottom: 3px solid #3498db;
  padding-bottom: 0.5rem;
}

.blog-content-revised h1:before {
  content: "📌";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}

.blog-content-revised h2 {
  font-size: 2rem;
  border-left: 5px solid #2ecc71;
  padding-left: 1rem;
  margin-left: 0.5rem;
  background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
  padding: 0.8rem 1rem 0.8rem 2.5rem;
  border-radius: 8px;
}

.blog-content-revised h2:before {
  content: "🔍";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}

.blog-content-revised h3 {
  font-size: 1.5rem;
  border-left: 4px solid #f39c12;
  padding-left: 1rem;
  margin-left: 0.5rem;
  background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);
  padding: 0.7rem 1rem 0.7rem 2.2rem;
  border-radius: 6px;
}

.blog-content-revised h3:before {
  content: "✨";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.blog-content-revised h4 {
  font-size: 1.6rem;
  border-left: 4px solid #9b59b6;
  padding-left: 1rem;
  margin-left: 0.5rem;
  background: #f8f0ff;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 4px;
}

.blog-content-revised h4:before {
  content: "📝";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}

.blog-content-revised h5 {
  font-size: 1.4rem;
  border-left: 3px solid #e74c3c;
  padding-left: 1rem;
  margin-left: 0.5rem;
}

.blog-content-revised h5:before {
  content: "→";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #e74c3c;
}

.blog-content-revised h6 {
  font-size: 1.2rem;
  border-left: 2px solid #7f8c8d;
  padding-left: 1rem;
  margin-left: 0.5rem;
  color: #5d6d7e;
}

.blog-content-revised h6:before {
  content: "•";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #7f8c8d;
}

/* 链接样式 */
.blog-content-revised a {
  color: #3498db;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px dotted #3498db;
  padding: 0 2px;
  font-weight: 600;
}

.blog-content-revised a:hover {
  color: #2980b9;
  border-bottom: 2px solid #2980b9;
  background-color: #ebf5fb;
  border-radius: 3px;
}

/* 图片样式 - 减少间距 */
.blog-content-revised img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  border: 1px solid #e2e8f0;
}

.blog-content-revised img:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* 图片说明文字样式 - 减少间距 */
.blog-content-revised img + em,
.blog-content-revised p:has(img) + p em,
.blog-content-revised p:has(img) em {
  display: block;
  text-align: center;
  font-style: italic;
  color: #718096;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  background: #f7fafc;
  border-radius: 6px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* 列表样式 - 减少间距 */
.blog-content-revised ul,
.blog-content-revised ol {
  margin: 1.2rem 0;
  padding-left: 2.5rem;
  background: #f8fafc;
  border-radius: 8px;
  padding: 1rem 1rem 1rem 2.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.blog-content-revised li {
  margin-bottom: 0.6rem;
  line-height: 1.5;
  padding-left: 0.5rem;
}

.blog-content-revised ul li {
  position: relative;
  list-style-type: none;
}

.blog-content-revised ul li:before {
  content: "▸";
  color: #3498db;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 1.1rem;
}

.blog-content-revised ol {
  counter-reset: item;
}

.blog-content-revised ol li {
  counter-increment: item;
  position: relative;
}

.blog-content-revised ol li:before {
  content: counter(item) ".";
  color: #e74c3c;
  font-weight: bold;
  position: absolute;
  left: -2.5rem;
  font-size: 1.1rem;
}

/* 强调文本样式 */
.blog-content-revised strong {
  font-weight: 700;
  color: #2c3e50;
  background: linear-gradient(transparent 60%, #ffeaa7 60%);
  padding: 0 2px;
}

.blog-content-revised em {
  font-style: italic;
  color: #5d6d7e;
  background: #f8f9fa;
  padding: 0 4px;
  border-radius: 3px;
}

/* 引用块样式 - 减少间距 */
.blog-content-revised blockquote {
  border-left: 5px solid #3498db;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.blog-content-revised blockquote:before {
  content: '"';
  font-size: 5rem;
  color: #3498db;
  opacity: 0.2;
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  font-family: Georgia, serif;
  line-height: 1;
}

/* 表格样式 - 减少间距 */
.blog-content-revised table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  font-size: 0.95rem;
}

.blog-content-revised .table-wrapper table,
.blog-content-revised .table-wrapper-custom table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.blog-content-revised table thead,
.blog-content-revised .table-wrapper table thead,
.blog-content-revised .table-wrapper-custom table thead {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
}

.blog-content-revised table th,
.blog-content-revised .table-wrapper table th,
.blog-content-revised .table-wrapper-custom table th {
  padding: 0.8rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 2px solid #2980b9;
}

.blog-content-revised table td,
.blog-content-revised .table-wrapper table td,
.blog-content-revised .table-wrapper-custom table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
}

.blog-content-revised table tbody tr:nth-child(even),
.blog-content-revised .table-wrapper table tbody tr:nth-child(even),
.blog-content-revised .table-wrapper-custom table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.blog-content-revised table tbody tr:hover,
.blog-content-revised .table-wrapper table tbody tr:hover,
.blog-content-revised .table-wrapper-custom table tbody tr:hover {
  background-color: #edf2f7;
  transition: background-color 0.2s ease;
}

/* 表格容器样式 - 减少间距 */
.blog-content-revised .table-wrapper,
.blog-content-revised .table-wrapper-custom {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 10px;
/*   box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
  -webkit-overflow-scrolling: touch; /* 改善移动端滚动体验 - 新增 */
}

/* 移动端优化 */
@media (max-width: 768px) {
  .blog-content-revised {
    font-size: 16px;
    padding: 1.2rem;
  }
  
  .blog-content-revised h1 {
    font-size: 2rem;
    padding-left: 2.2rem;
  }
  
  .blog-content-revised h1:before {
    font-size: 1.5rem;
  }
  
  .blog-content-revised h2 {
    font-size: 1.7rem;
    padding-left: 2rem;
  }
  
  .blog-content-revised h2:before {
    font-size: 1.4rem;
  }
  
  .blog-content-revised h3 {
    font-size: 1.5rem;
    padding-left: 1.8rem;
  }
  
  .blog-content-revised h3:before {
    font-size: 1.2rem;
  }
  
  .blog-content-revised h4 {
    font-size: 1.3rem;
    padding-left: 1.6rem;
  }
  
  .blog-content-revised h4:before {
    font-size: 1rem;
  }
  
  .blog-content-revised blockquote {
    padding: 1.2rem;
  }
  
  .blog-content-revised ul,
  .blog-content-revised ol {
    padding-left: 2rem;
  }
  
  /* 移动端表格优化 - 增强版 */
  .blog-content-revised table,
  .blog-content-revised .table-wrapper table,
  .blog-content-revised .table-wrapper-custom table {
    font-size: 0.85rem;
    min-width: 600px; /* 确保表格有最小宽度以便水平滚动 */
  }
  
  .blog-content-revised table th,
  .blog-content-revised .table-wrapper table th,
  .blog-content-revised .table-wrapper-custom table th {
    padding: 0.6rem 0.6rem;
  }
  
  .blog-content-revised table td,
  .blog-content-revised .table-wrapper table td,
  .blog-content-revised .table-wrapper-custom table td {
    padding: 0.5rem 0.6rem;
  }
  
  /* 表格包装容器在移动端的优化 - 新增 */
  .blog-content-revised .table-wrapper,
  .blog-content-revised .table-wrapper-custom {
    margin: 1.2rem 0;
    border-radius: 8px;
  }
}

/* 小屏幕手机优化 */
@media (max-width: 480px) {
  .blog-content-revised {
    font-size: 15px;
    padding: 1rem;
  }
  
  .blog-content-revised h1 {
    font-size: 1.7rem;
    padding-left: 2rem;
  }
  
  .blog-content-revised h1:before {
    font-size: 1.3rem;
  }
  
  .blog-content-revised h2 {
    font-size: 1.5rem;
    padding-left: 1.8rem;
  }
  
  .blog-content-revised h2:before {
    font-size: 1.2rem;
  }
  
  .blog-content-revised h3 {
    font-size: 1.3rem;
    padding-left: 1.6rem;
  }
  
  .blog-content-revised h3:before {
    font-size: 1rem;
  }
  
  .blog-content-revised h4 {
    font-size: 1.2rem;
    padding-left: 1.4rem;
  }
  
  .blog-content-revised h4:before {
    font-size: 0.9rem;
  }
  
  .blog-content-revised ul,
  .blog-content-revised ol {
    padding-left: 1.5rem;
  }
  
  .blog-content-revised ol li:before {
    left: -2rem;
  }
  
  .blog-content-revised blockquote {
    padding: 1rem;
  }
  
  .blog-content-revised blockquote:before {
    font-size: 4rem;
    top: -1rem;
    left: 0.5rem;
  }
  
  /* 小屏幕表格优化 - 增强版 */
  .blog-content-revised table,
  .blog-content-revised .table-wrapper table,
  .blog-content-revised .table-wrapper-custom table {
    font-size: 0.8rem;
    min-width: 500px;
  }
  
  .blog-content-revised table th,
  .blog-content-revised .table-wrapper table th,
  .blog-content-revised .table-wrapper-custom table th {
    padding: 0.5rem 0.4rem;
  }
  
  .blog-content-revised table td,
  .blog-content-revised .table-wrapper table td,
  .blog-content-revised .table-wrapper-custom table td {
    padding: 0.4rem 0.4rem;
  }
  
  /* 小屏幕表格包装容器优化 - 新增 */
  .blog-content-revised .table-wrapper,
  .blog-content-revised .table-wrapper-custom {
    margin: 1rem 0;
    border-radius: 6px;
  }
}

/* 大屏幕优化 */
@media (min-width: 1200px) {
  .blog-content-revised {
    max-width: 900px;
    margin: 0 auto;
  }
}

/* 超大屏幕优化 */
@media (min-width: 1441px) {
  .blog-content-revised {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 19px;
  }
}

/* end */

.news-content .blog-content>ul{
    list-style: disc;
    margin: 20px 0;
}
.news-content .blog-content p{
    margin: .5em 0;
}
.news-content .blog-content img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
    margin: 1rem 0;
}
.news-content .blog-content table{
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
}
.news-content .blog-content table td,.news-content .blog-content table th{
    padding: 10px;
    border-right: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
}

/* 博客作者介绍 */
.news-content .blogauthor{
    width: 100%;
    margin: 4rem 0;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 0.5rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1)
}
.news-content .blogauthor h4{
    width: 100%;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.5rem;
}
.news-content .blogauthor .author-img{
    width: 100px;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
}
.news-content .blogauthor .author-img img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.news-content .blogauthor .author-name{
    width:60%;
    padding: 0 2rem;
}
.news-content .blogauthor .author-name h5{
    font-size: 1.2rem;
}
.news-content .blogauthor .author-name p{
    font-size: .9rem
}
.news-content .blogauthor .author-desc{
    width: 100%;
    font-size: 1rem;
    color: #7a7a7a;
    padding: 1rem 0;
}
/* 底部huijue solar 介绍*/
/* 新改的 */
        /* 基础样式 - 仅影响.trust-desc模块 */
        .trust-desc {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            max-width: 1200px;
            margin: 30px auto;
            padding: 40px;
            background: linear-gradient(135deg, #ffffff 0%, #f8fdf8 100%);
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
            color: #333;
            line-height: 1.6;
        }

        /* 顶部装饰条 */
        .trust-desc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #2c8c3c, #4caf50, #8bc34a);
        }

        /* 标题样式 */
        .trust-desc h4 {
            font-size: 2rem;
            color: #2c5530;
            margin-bottom: 20px;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
        }

        .trust-desc h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #4caf50, #8bc34a);
            border-radius: 2px;
        }

        /* 段落样式 */
        .trust-desc p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            color: #555;
        }

        /* 列表样式 */
        .trust-desc ul {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
        }

        .trust-desc ul li {
            padding: 15px 20px 15px 60px;
            margin-bottom: 15px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            position: relative;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }

        .trust-desc ul li:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            border-left: 4px solid #4caf50;
        }

        /* 列表图标 */
        .trust-desc ul li::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background: #f0f7f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #4caf50;
        }

        .trust-desc ul li:nth-child(1)::before {
            content: '\f0ac';
        }

        .trust-desc ul li:nth-child(2)::before {
            content: '\f0d1';
        }

        .trust-desc ul li:nth-child(3)::before {
            content: '\f7d9';
        }

        /* 强调文本 */
        .trust-desc strong {
            color: #2c5530;
            font-weight: 600;
        }

        /* 结尾段落样式 */
        .trust-desc p:last-of-type {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2c5530;
            text-align: center;
            padding: 20px;
            background: #f0f7f0;
            border-radius: 10px;
            margin-bottom: 0;
        }

        /* 响应式设计 */
        @media (max-width: 1200px) {
            .trust-desc {
                margin: 30px 20px;
            }
        }

        @media (max-width: 768px) {
            .trust-desc {
                padding: 30px 25px;
                margin: 20px 15px;
            }
            
            .trust-desc h4 {
                font-size: 1.7rem;
            }
            
            .trust-desc p {
                font-size: 1rem;
            }
            
            .trust-desc ul li {
                padding: 12px 15px 12px 50px;
            }
            
            .trust-desc ul li::before {
                left: 15px;
                width: 25px;
                height: 25px;
            }
        }

        @media (max-width: 480px) {
            .trust-desc {
                padding: 25px 20px;
                margin: 15px 10px;
            }
            
            .trust-desc h4 {
                font-size: 1.5rem;
            }
            
            .trust-desc p {
                font-size: 0.95rem;
            }
            
            .trust-desc ul li {
                padding: 10px 12px 10px 45px;
                font-size: 0.9rem;
            }
            
            .trust-desc ul li::before {
                left: 12px;
                width: 22px;
                height: 22px;
                font-size: 0.8rem;
            }
            
            .trust-desc p:last-of-type {
                font-size: 1.1rem;
                padding: 15px;
            }
        }

/* end */
/* 表单增强信任 */
/* 主要容器样式 */
.form-enhance {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    color: #333;
}

/* 标题样式 */
.form-enhance h4 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* 信任增强描述 */
.contact-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
    text-align: center;
}
/* end */

.news-content .hjs-desc{
    margin: 4rem 0;
}

.news-content .hjs-desc p{
    color: #7a7a7a;
}
.news-content .hjs-desc h4,.news-content .hjs-desc+div h4{
    font-size: 1.5rem;
    color: #3DA46C;
    text-align: center;
}
/* 目录 */
#ez-toc-container {
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 柔和的阴影效果 */
    border-radius: 8px; /* 圆角 */
    background-color: #fff; /* 白色背景 */
}

.news-content-top{
    text-align: left;  
}
.news-content-top span{
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    margin-right: 1rem;
    line-height: 3rem;
}


.news-body{
    display: flex;
    flex-wrap: wrap;
    justify-content : space-between; 
}
.news-content-left{width: 78%;}
.news-content-right{width: 20%;}
.news-content-right .product-content{
    padding: 1rem 1rem;
} 
.news-content-right .product-content h4{
    text-align: center;
    font-size: 1.5rem;
    padding-top: .5rem;
}
.news-content-right .product-content .case-list ul li{
    width: 100%;
    margin-bottom: 2rem;
    
}

.news-content-right  .product-content .contact-form{
    padding: 1rem;
}
/* 博客侧边栏Latest Blogs */
/* 容器样式：为整个case-list提供基础样式 */
.case-list {
  padding: 1.5rem;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1200px; /* 限制最大宽度 */
  margin: 0 auto; /* 居中显示 */
  overflow-x: hidden; /* 防止横向滚动 */
}

/* 列表项（li）的基础样式 */
.case-list ul {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center; /* 居中显示项目 */
}

/* 单个项（li）的卡片样式 */
.case-list li {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 320px; /* 限制最大宽度，避免溢出 */
  flex: 1 1 240px; /* 每个卡片的基础宽度 */
  box-sizing: border-box; /* 防止盒模型宽度计算错误 */
}

/* 每个卡片上的图片 */
.case-list li img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 保证图片填充卡片 */
  border-bottom: 2px solid #e2e8f0; /* 图片与文字之间的分割线 */
}

/* 卡片内文字部分 */
.case-list li p {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  line-height: 1.5;
  transition: color 0.3s ease;
}

/* 卡片的悬停效果 */
.case-list li:hover {
  transform: translateY(-10px); /* 向上抬升的效果 */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); /* 增强阴影效果 */
}

/* 卡片上的链接：移除下划线，添加悬停效果 */
.case-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 列表项文本颜色在悬停时改变 */
.case-list li:hover p {
  color: #3498db; /* 悬停时文本颜色 */
}

/* 响应式设计：大屏幕PC端 */
@media (min-width: 1200px) {
  .case-list ul {
    justify-content: flex-start; /* 大屏幕时左对齐 */
  }

  .case-list li {
    max-width: 350px; /* 增大卡片宽度 */
  }

  .case-list li p {
    font-size: 1.1rem; /* 增加字体大小 */
  }
}

/* 中等屏幕尺寸（例如常见的笔记本电脑，屏幕宽度在768px到1200px之间） */
@media (max-width: 1200px) and (min-width: 768px) {
  .case-list ul {
    justify-content: center; /* 居中显示项目 */
  }

  .case-list li {
    max-width: 280px; /* 稍微减少卡片宽度 */
  }

  .case-list li p {
    font-size: 1rem; /* 中等屏幕上使用默认字体 */
  }
}

/* 小屏幕设备（平板，手机竖屏） */
@media (max-width: 768px) {
  .case-list ul {
    justify-content: center; /* 居中显示项目 */
  }

  .case-list li {
    max-width: 240px; /* 再次减少卡片宽度 */
  }

  .case-list li p {
    font-size: 0.95rem; /* 在小屏幕上稍微缩小字体 */
  }
}

/* 极小屏幕设备（如手机）优化：垂直排列和适应尺寸 */
@media (max-width: 480px) {
  .case-list ul {
    justify-content: center; /* 居中显示项目 */
  }

  .case-list li {
    max-width: 100%; /* 单列显示，占满整个屏幕宽度 */
  }

  .case-list li p {
    font-size: 0.9rem; /* 更小的字体 */
  }
}

/* 中小尺寸设备：如宽度介于600px~768px之间的设备（手机横屏或小型平板） */
@media (max-width: 768px) and (min-width: 600px) {
  .case-list ul {
    justify-content: flex-start; /* 左对齐 */
  }

  .case-list li {
    max-width: 280px; /* 增加一些列宽 */
  }

  .case-list li p {
    font-size: 1rem; /* 稍微增大字体 */
  }
}

/* end */

/* 博客侧边栏新表单样式 */
#contact-module {
/*     background: linear-gradient(145deg, #ffffff, #f0f0f0); */
    padding: 16px;
    margin: 20px 0px;
/*     box-shadow: 8px 8px 16px #e6e6e6, -8px -8px 16px #ffffff; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
 /* 针对移动端设备，调整 margin */
@media (max-width: 768px) {
    #contact-module {
/*         margin: 12px;  */
		/* 更小的 margin 适合移动端 */
        padding: 10px; /* 可以根据需要调整 padding */
    }
}
#contact-module:hover {
    transform: translateY(-5px);
/*     box-shadow: 12px 12px 20px #e6e6e6, -12px -12px 20px #ffffff; */
  }
  
#contact-module .contact-button {
    display: block;
    background: #3DA46C;
    color: white;
    text-decoration: none;
    padding: 8px 2px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
#contact-module .contact-button:hover {
    background: #2f8054;
    transform: scale(1.02);
  }
  
#contact-module  .contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: 0.5s;
  }
  
#contact-module .contact-button:hover::before {
    left: 100%;
  }

/* 侧边联系方式 */
/* 联系模块整体样式 - 自适应宽度 */
#contact-module {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: fit-content; /* 让模块宽度适应内容 */
  max-width: 100%; /* 确保不超过容器宽度 */
}

#contact-module::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #3DA46C);
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

#contact-module:hover::before {
  transform: scaleX(1);
}

#contact-module:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* 联系图标样式 - 自适应宽度 */
.contact-icon {
  display: inline-flex; /* 使用inline-flex让宽度自适应内容 */
  align-items: center;
  gap: 1rem;
  color: #555;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  width: auto; /* 宽度自适应 */
  flex-shrink: 0; /* 防止被压缩 */
}

.contact-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transition: left 0.5s ease;
	overflow:hidden;
}

.contact-icon:hover::after {
  left: 100%;
}

.contact-icon:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.contact-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #3498db;
  transition: all 0.3s ease;
  flex-shrink: 0; /* 防止图标被压缩 */
}

.contact-icon:hover svg {
  transform: scale(1.2);
  fill: #2980b9;
}

.cont-button a {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.2rem 0;
  display: block;
  white-space: nowrap;
  font-size: 1rem; /* 限制字体大小 */
  line-height: 1.4;
}

.cont-button a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3498db;
  transition: width 0.3s ease;
}

.cont-button a:hover::after {
  width: 100%;
}

.cont-button a:hover {
  color: #2980b9;
}

/* 联系按钮样式 */
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  white-space: nowrap;
  width: auto; /* 按钮宽度自适应 */
}

.contact-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.contact-button:hover::before {
  left: 100%;
}

.contact-button:hover {
  background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.contact-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

/* 响应式设计 - 自适应宽度 */
/* PC端特定样式 - 严格限制a标签字体大小 */
@media (min-width: 992px) {
  .cont-button a {
    font-size: 16px !important; /* 使用像素单位确保精确控制 */
    line-height: 1.4;
  }
}

/* 大屏幕PC端 (1200px以上) */
@media (min-width: 1200px) {
  #contact-module {
    padding: 2rem;
  }
  
  .contact-icon {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
  
  .contact-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .cont-button a {
    font-size: 10px !important; /* 确保在大屏幕上也是固定大小 */
  }
  
  .contact-button {
    font-size: 18px;
    padding: 14px 28px;
  }
}

/* 中等屏幕尺寸 (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-module {
    padding: 1.8rem;
  }
  
  .contact-icon {
    font-size: 1rem;
    padding: 0.9rem 1.3rem;
  }
  
  .contact-icon svg {
    width: 2.2rem;
    height: 2.2rem;
  }
  
  .cont-button a {
    font-size: 16px !important; /* 中等屏幕也固定大小 */
  }
  
  .contact-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* 平板尺寸 (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  #contact-module {
    padding: 1.5rem;
    gap: 1.2rem;
  }
  
  .contact-icon {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    gap: 0.9rem;
  }
  
  .contact-icon svg {
    width: 2rem;
    height: 2rem;
  }
  
  .cont-button a {
    font-size: 0.95rem;
  }
  
  .contact-button {
    font-size: 15px;
    padding: 10px 20px;
  }
}

/* 手机尺寸 (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  #contact-module {
    padding: 1.2rem;
    gap: 1rem;
    width: 100%; /* 手机端使用全宽 */
    max-width: 100%;
  }
  
  .contact-icon {
    font-size: 0.95rem;
    padding: 0.7rem 1rem;
    gap: 0.8rem;
    width: 100%; /* 手机端使用全宽 */
    justify-content: flex-start; /* 内容左对齐 */
  }
  
  .contact-icon svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  
  .cont-button a {
    font-size: 0.9rem;
  }
  
  .contact-button {
    font-size: 14px;
    padding: 10px 18px;
    width: 100%; /* 手机端按钮全宽 */
    justify-content: center;
  }
}

/* 小手机尺寸 (575px以下) */
@media (max-width: 575px) {
  #contact-module {
    padding: 1rem;
    gap: 0.8rem;
    width: 100%; /* 小手机使用全宽 */
    max-width: 100%;
  }
  
  .contact-icon {
    font-size: 0.9rem;
    padding: 0.6rem 0.9rem;
    gap: 0.7rem;
    width: 100%; /* 小手机使用全宽 */
    justify-content: flex-start;
  }
  
  .contact-icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  
  .cont-button a {
    font-size: 0.85rem;
  }
  
  .contact-button {
    font-size: 13px;
    padding: 8px 16px;
    width: 100%; /* 小手机按钮全宽 */
    justify-content: center;
  }
}

/* 超小屏幕特殊处理 (400px以下) */
@media (max-width: 400px) {
  #contact-module {
    padding: 0.8rem;
  }
  
  .contact-icon {
    padding: 0.5rem 0.7rem;
    gap: 0.5rem;
  }
  
  .contact-icon svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  
  .cont-button a {
    font-size: 0.8rem;
  }
}

/* end */

/*分页*/
.paging{ 
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100% !important;
  
    align-items: center;
    padding: 1rem;
}
.paging a{  
    font-size: .8rem;
    display: block !important;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 1rem;
    padding: 0.2rem .8rem;
    margin-bottom: 0 !important;
    margin: 0 .5rem;
}

@media (max-width: 1200px) {
    .news-content-left{width: 100%;}
    .news-content-right{width: 1000%;}
    .news-list-right{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .news-list-right>a{
        width: 44%;
    }
    .news-list-box .news-list-right .news-img{width: 100%;height:auto;overflow: hidden;}
    .news-list-box .news-list-right .news-img img{
        max-width: 100%;
        object-fit: cover;
    }
    .news-list-left{margin-bottom: 2rem;}
    .news-list-box .news-list-left,.news-list-box .news-list-right,.news-list-box .news-list-right div,.news-list-box .news-list-right .news-description{width: 100%;height: auto;}
    .news-content {padding: 5rem;}
    .news-content h1{font-size: 1.2rem;}
    .news-list-blog .iblog-aside{
        width: 100%;
    }
}
@media (max-width: 950px){
    .news-content {padding: 1.5rem;}
    .news-list-box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .news-list-box .paside{
        max-width: 100%;
    }
    .news-list-right>a{
        width: 100%;
    }
}

/*隐私*/

.footer-bottom{
    background-color: #333333;
    color: #f3f3f3;
    padding: 1rem 0;
    font-size: .8rem;
}
.footer-bottom .privacy .sc a{
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.footer-bottom .privacy .sc a svg{
    width: 16px;
}
.privacy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.privacy-policy a{
    color: #f3f3f3;
    font-size: .8rem;
    padding: 0 .5rem;
}
@media (max-width: 950px) {
.privacy  {padding: 0rem 1rem;}
.privacy,.privacy-policy{width: 100%;}
}





/* 产品分类页 */
.pro-main .case-category{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 产品分类页右侧 */
.pro-main .case-category .p-cat{
    width: 75%;
}

.pro-main .case-category .p-cat>div{
    width: 100%;
}
/* 产品分类列表 */
.pro-main .case-category .p-cat ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1rem;
}
.pro-main .case-category .p-cat ul.desc-ai li{background: #3da46c;}
.pro-main .case-category .p-cat ul.desc-ai li a{background: #3da46c;
    color: #fff;
    padding: 12px 0;
    display: block;}
.p-cat ul li{
    width: 23%; 
    background: #fff; 

    text-align: center;
    margin-bottom: 2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius:8px;
}
.p-cat ul li a{display:block;padding:1rem;overflow:hidden;    }

.p-cat ul h3{
    font-size: 1.2rem;
    line-height: 2rem;
	font-weight:normal;
	border-top:1px solid #f1f1f1;
	padding-top:1rem;
	transition: all 0.3s ease;
}
.p-cat ul li a:hover h3{
	color:#3DA46C;
		transition: all 0.3s ease;
}

.p-cat ul li a img{
    width: 100%;
		transition: all 0.3s ease;
}
.p-cat ul li a:hover img{
scale: 1.05;
transition: all 0.3s ease;
}
/* 产品分类文案介绍 */
.pro-main .case-category .p-cat .p-desc{
    background-color: #fff; 
    padding: 20px; 
    border-radius: 5px; 
    margin-bottom: 20px; 
}
.pro-main .case-category .p-cat .p-desc p{
    color: #333;
    font-size: 1rem;
    padding-bottom: 1rem;
}
.pro-main .case-category .p-introduce{
    width: 75%;
    margin-left: auto;
    padding: 2rem 1rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    background: #fff;
    margin-top: 1rem;
}
.pro-main .case-category .p-introduce p{
    padding-bottom: 1rem;
}
.pro-main .case-category .p-introduce ul{
    list-style: disc;
    padding-left: 2rem;
	    display: block;
}
.pro-main .case-category .p-introduce ul li{
    list-style: circle;
	  width: auto;
    box-shadow: none;
    text-align: left;
    margin-bottom: auto;
    border-radius: 0;
}

.pro-main .case-category .p-introduce h2{
    padding: 1rem 0;
    color: #3DA46C;
}
.pro-main .case-category .p-introduce h3{    margin-bottom: 1rem;}
.pro-main .case-category .p-introduce h4{    margin-bottom: 0.8rem;}
.pro-main .case-category .p-introduce .we-introduce{
    padding: 2rem 0;
}
.pro-main .case-category .p-introduce .we-introduce h2{
    color: #3DA46C;
    font-size: 2rem;
}
.pro-main .case-category .p-introduce img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.pro-main .case-category table{
            width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    color: #333;
}
.pro-main .case-category table tr td{
    padding: 5px;
}
/* 产品分类功能样式 */
.iproduct-aside,.iblog-aside{
    background-color: #fff;
    width: 300px;
    padding: 10px;

}
.iproduct-aside h2,.iblog-aside h2{
    text-align: center;
}
.iproduct-aside ul,.iblog-aside ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
/* Learn more: Q&A li */
/* 只针对.product-sidebar-menu 和 .iblog-aside 中的 li 元素样式 */
.product-sidebar-menu li,
.iblog-aside ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 0.8rem;  /* 每个列表项之间增加间距 */
  transition: all 0.3s ease;
}

/* 侧边栏链接样式 */
.product-sidebar-menu li a,
.iblog-aside ul li a {
  color: #2c3e50;  /* 深色文本 */
  text-decoration: none;
  font-size: 1.1rem;  /* 增大字体 */
  font-weight: 600;  /* 加粗 */
  display: block;
  padding: 0.8rem 1.2rem;
  background-color: #f7fafc;  /* 浅背景色 */
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  /* 添加阴影 */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* 鼠标悬停效果 */
.product-sidebar-menu li a:hover,
.iblog-aside ul li a:hover {
  background-color: #3498db;  /* 背景色改变 */
  color: white;  /* 文字变白 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  /* 更强的阴影效果 */
}

/* 活跃状态样式 */
.product-sidebar-menu li a.active,
.iblog-aside ul li a.active {
  background-color: #2980b9;  /* 更深的蓝色 */
  color: white;  /* 文字白色 */
  font-weight: 700;  /* 强调选中的链接 */
}

/* 为列表项增加边框和分隔线（可选） */
.product-sidebar-menu li:not(:last-child),
.iblog-aside ul li:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;  /* 底部分隔线 */
  padding-bottom: 0.8rem;  /* 为分隔线提供间隔 */
}

/* 侧边栏容器样式（可选） */
.product-sidebar-menu,
.iblog-aside ul {
  padding: 1.2rem;  /* 内边距 */
  background-color: #ffffff;  /* 背景色 */
  border-radius: 12px;  /* 圆角 */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);  /* 添加阴影 */
  margin: 0;  /* 清除默认外边距 */
  list-style: none;  /* 移除默认的列表样式 */
}

/* 响应式设计 - 小屏幕优化 */
@media (max-width: 768px) {
  .product-sidebar-menu li,
  .iblog-aside ul li {
    margin-bottom: 1rem;
  }

  .product-sidebar-menu li a,
  .iblog-aside ul li a {
    font-size: 1rem;  /* 调整字体大小 */
    padding: 0.8rem;  /* 减少内边距 */
  }
}

/* end */
.iproduct-aside ul .active > a {
    font-weight: bold;
}

/* 产品分类页分页页码 */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    width: auto;
    display: inline;
    margin: 0 5px;
}

.pagination a,
.pagination span {
    color: #333;
    float: left;
    padding: 8px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 2px;
    max-width: 55px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination .current {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:active {
    transform: scale(0.95);
}

/* 产品页底部呼吁 */
.appeal{
    width: 100%;
    background: url(../images/environmental-protection.webp) center center no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1200px) {
    .pro-main .case-category{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .pro-main .case-category :nth-child(1) { order: 2; }
    .pro-main .case-category :nth-child(2) { order: 1; }
    .pro-main .case-category :nth-child(3) { order: 3; }
    .pro-main .case-category .p-cat{
        width:100%;
    }
    .pro-main .case-category .p-introduce{
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }
    .appeal{
        height: 300px;
        font-size: 1.5rem;
    }
    body > div.section-bg.pro-main > div > div.p-introduce > p:nth-child(9) > img{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 950px) {
    .p-cat ul li{
        width: 48%; 
    }
    .appeal{
        height: 200px;
        font-size: 1.2rem;
    }

}


/* 博客侧边栏 */

.sidebar-tag-list {
    list-style-type: none;
    padding-left: 0;
}

.sidebar-tag-list a {
    text-decoration: none;
    color: #333;
    margin:0 5px;
}

.sidebar-tag-list a:hover {
    text-decoration: underline;
}
.post-tags {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}




/* 侧边栏外观 */
/* 产品分类以及详情侧边栏 */
.paside{
    max-width: 20%;
    margin-right: 2.5rem;
/*     background-color: #fff; */
}
.paside .iproduct-aside{
    width: 100%;
}
.paside h2,.paside h3{
      text-align: center;
    padding: 0.5rem;
    background: #3DA46C;
    color: #fff;
    line-height: 2;
}
.paside h3{
    text-align: center;
    padding-top: .5rem;
}
/* 产品分类以及详情侧边栏 表单 */
.paside .product-content  {
    padding: 0;
    border-radius:0;
}
.paside .product-content .contact-form{
    padding: 1rem;
}
.paside .product-content .contact-form form{
    display: block;
}
.paside .product-content .contact-form form div{
    width: 100%;
}
/* 产品分类以及详情侧边栏 文章标签 */
.paside .iblog-aside{
    width: 100%;
}
.paside .iblog-aside a{
        background: #ddd;
    padding: 5px;
    display: inline-block;
    margin: 3px;
    border-radius: 5px;
    font-size: 14px;
	transition: all 0.3s ease;
}
.paside .iblog-aside a:hover{
    color: #fff;
        background: #3DA46C;
	transition: all 0.3s ease;
}
@media (max-width: 1200px) {
        /* 产品侧边栏分类页适配 */
        .paside{
            max-width: 100%;
            margin: 0 auto;
        }

        /* 产品详情页侧边栏适配 */
        .section-products{
            flex-direction: column-reverse;

        }
        .section-products .paside,.section-products .product-top-content{
            width: 100%;
        }
        
        .web-right{bottom: 0;left: 0;}
.web-right ul {
    display: flex;
}
.web-right ul li {
    width: 50%;
}
.web-right ul li a{width: 100%;border-radius: 0;height: 50px;}
.web-right ul li a i {
    display: block;
    font-size: 1rem;
}
}

/* 产品分类展开功能外观 */
.product-sidebar-menu {
    list-style-type: none;
    padding-left: 0;
}

.product-sidebar-menu .sub-menu {
    list-style-type: none;
    padding-left: 20px;
}
.product-sidebar-menu .sub-menu li:hover{
    background-color: #3DA46C;
    padding: .3rem;
}
.product-sidebar-menu .sub-menu li:hover a{
    color: #fff;
}
.product-sidebar-menu .current-item a {
    font-weight: bold;
   
}

.product-sidebar-menu .has-children > a::after {
    content: ' ▼';
    font-size: 0.8em;
}
.product-sidebar-menu .has-children a{
     display: block;
    padding: 0.8rem 1.2rem;
}


/* 博客banner */
.blog-banner{
    background-image: url(../images/single-blog.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    min-height: 400px;
    display: flex;
}


.blog-banner .banner-title{
    font-size: 1rem;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-bg{
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;

}
.blog-banner-center{ color: #fff; height: 100%;position: relative;}
.blog-banner-center p{ width: 100%;color: #f5f5f5;position: absolute;bottom: 1rem;}
.blog-banner-center p a{color:#f5f5f5;}


.banner-title h1{
    font-weight: 700;
    font-size: 2.5rem;
}
@media (max-width: 950px) {
    .blog-banner{min-height: 140px;}
    .blog-banner .banner-title h1{font-size: 1.2rem;}

	.blog-bg{padding: 3.5rem 0 2rem;}
}



/* 主页 */
/* 统一样式 */
.index-title{
    padding: 6rem 1rem;
}
.index-title h2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 1rem;
}
.index-title h3{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 4rem;
    text-align: center;
    padding-bottom: 1rem;
    color: #838383;
    font-weight: 400;
}
.imore{
    text-align: center;
    margin-top: 3rem;
}

.imore a{
    font-size: 1.2rem;
    font-weight: 600;
}
.imore a:hover{
    color: #3DA46C;
    transition:color 0.5s ease;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 6rem 1rem;
}
.container h1 {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.container .green-text {
    color: #3DA46C;
}
.container .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem 0 4rem;
}
.container .card-grid .card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
   width: 100%;
	border-radius:8px;
}
.container .card-grid .card img{
    width: 100%;
}
.container .card-grid .card:hover {
    transform: translateY(-0.25rem);
   box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.container .card-grid .card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}
.container .card-grid .card div{
    position: relative;
    aspect-ratio: 400 / 200; 
    background: #ddd;
}
.container .card-grid .card div img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，裁剪以填充容器 */
    object-position: center; /* 图片居中显示 */
}
.container .card-grid .card p {
    color: #666;
    margin-bottom: 1rem;
}
.container .card-grid .card a {
    color: #3DA46C;
    text-decoration: none;
    font-weight: bold;
}
.container .custom-solutions {
    background-color: #3DA46C;
    color: white;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
}
.container .custom-solutions h3 {
    font-size: 1.5rem;
	padding:0;

}
.container .custom-solutions p {
    margin-bottom: 1.5rem;
}
.container .custom-solutions .btn {
	display:table;
	margin:0 auto;
    background-color: white;
    color: #3DA46C;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.container .custom-solutions .btn:hover {
    background-color: #f3f4f6;
}



/* 产品模块 */

.index-products .index-products-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.index-products .index-products-list>div{
     width: 23%;
    background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.index-products .index-products-list>div a{display:block;padding:1rem;}
.index-products .index-products-list>div a img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
		transition:all ease 0.3s
    
}
.index-products .index-products-list>div a:hover img{
	scale: 1.05;
	transition:all ease 0.3s
}
.index-products .index-products-list>div .products-description{
    padding: 1rem;
	border-top: 1px solid #f1f1f1;
}
.index-products .index-products-list>div .products-description h4{
    font-size: 1.2rem;
	 font-weight: normal;
    padding-bottom: 1rem;
		transition:all ease 0.3s
}
.index-products .index-products-list>div a:hover .products-description h4{
	color:#3DA46C;
		transition:all ease 0.3s;
}
.index-products .index-products-list>div .products-description a{
    color: #fff;
    padding: 5px 10px;
    border: 1px solid;
    background: linear-gradient(to left, rgb(44, 141, 44), rgb(7, 180, 7));
    position: relative;
	display:table;
}


.index-products .index-products-list>div .products-description a::before{
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    bottom: -4px;
    left: 4px;
    z-index: -1;
    border: 1px solid #3DA46C;
}

/* 解决方案 */
.index-solutions{
 
}
.index-solutions>div{
    width: 45%;
    padding-top: 1rem;
}
.index-solutions .isolutions-left h4{
    font-size: 1.2rem;
    padding: 1rem 0;
}
.index-solutions .isolutions-left p{
    font-weight: 600;
}

.index-solutions .isolutions-right img{
    border-radius: 15px;
    float: right;
    max-width: 100%;
    object-fit: contain;
}
/* 为什么选择我们 */
.index-why{
    width: 100%;
    padding: 5rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(141deg, #48484a 0%, #000 100%);
}

/* 公司介绍 */
.index-company{
    width: 100%;
    padding: 5rem 0;
    /*background: url(../images/ibanner1.webp) rgba(0, 0, 0, .5)  no-repeat center center;*/
    background-color: #3DA46C;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
    flex-wrap: wrap;
}
.index-company h2{font-size:2.5rem;line-height:4rem;}
@media (max-width: 950px) {
.index-company h2{font-size:2rem;line-height:2.5rem;}	
}
.index-company .plan{
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.index-company .plan div{
    width: 25%;
}
.index-company .plan div p{
    font-size: 2rem;
    font-weight: 600;
}
.index-company .plan div p+p{
    font-size: 1.5rem;
}
.index-company .plan a{
    background: #fff;
    color: #3da46c;
    display: block;
    margin-top: 2rem;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
}
/* 我们的使命 */
.index-missions{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding: 6rem 0; */
}
.index-missions>div{
    width: 45%;
}
.index-missions .missions-left img{
    border-radius: 15px;
}
.index-missions .missions-right{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
        width: 100%;
}
.index-missions .missions-right h2{
    padding: 0;
    text-align: right;
}
.index-missions .missions-right p{
    font-size: 1.1rem;
    padding: 2rem 0;
    font-weight: 600;
}
.index-missions .missions-right a{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding:.5rem 1rem;
    border-radius: 15px;
    background-color: #3DA46C;
}

/* 项目展示 与 主页博客*/
/* 共同样式 */
.index-project,.index-blog{
    padding: 6rem 0;
}
.index-project h2,.index-blog h2{
    /* text-align: center;
    font-size: 4rem;
    line-height: 4rem;
    padding-top: 1rem; */
}
.index-project h3,.index-blog h3{
    /* font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    padding-bottom: 1rem;
    color: #e7e7e7; */
}
/* 项目展示轮播 */
.index-certifi{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
}
.certifi-display {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.certifi-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 60s linear infinite;
}

.certifi-scroll img {
    height: 350px; /* 根据需要调整高度 */
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* 主页博客显示 */
.index-blog-list{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.index-blog-list>div{
    width: 24%;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
}
.index-blog-list>div>a{
        display: block;
    position: relative;
    aspect-ratio: 400 / 260;
    background: #ddd;
    overflow: hidden;
}
.index-blog-list>div a img{
  width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，裁剪以填充容器 */
    object-position: center; /* 图片居中显示 */
}
.index-blog-list>div a img:hover{
    background-color: rgba(0, 0, 0, .5);
}
.index-blog-list>div .blog-description{
    padding: 1rem;
    min-height: 200px;
}

.index-blog-list>div .blog-description span{
    padding-bottom: 2rem;
    display: block;
    width: 100%;
}

.index-blog-list>div div a{
    padding:.5rem 1rem;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #3DA46C;
}
/* 主页适配 */
@media (max-width: 1200px){
    body>.index-title{
        max-width: 95% !important;
        margin: 0 auto;
    }
    .index-missions .missions-left img{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .index-project.index-title{
        max-width: 100% !important;
    }
}
@media (max-width: 950px) {
    .index-title{
        padding: 3rem 0;
    }
    .index-title h2{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .index-title h3{
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .container h1 {
        font-size: 1.8rem;
    }
    .container .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* 产品模块 */
    .index-products .index-products-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-products .index-products-list>div{
       width: 49%;
    margin-bottom: 1rem;
    }
    .isolutions-box{flex-wrap:wrap;}
    .isolutions-list{width: 100% !important;}
    .index-products .index-products-list>div .products-description h4{
        font-size: .8rem;
    }
    .index-products .index-products-list>div  .products-description a{
        font-size: .9rem;
    }
    /* 解决方案模块 */
    .index-solutions{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .index-solutions>div{
        width: 90%;
    }
    .index-solutions .isolutions-right img{
        float: none;
    }
    /* 为什么选择 */
    .index-why{

        padding: 1rem 1.2rem;
    }
    /* 公司介绍 */
    .index-company{

    }
    .index-company .plan{
        flex-wrap: wrap;
    }
    .index-company .plan div{
        width: 50%;
        padding: 1rem 0;
        box-sizing: border-box;
    }
    .index-company .plan div p{
        font-size: 1.2rem;
    }
    .index-company .plan div p+p{
        font-size: 1rem;
    }  
    /* 使命 */
    .index-missions{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .index-missions>div{
        width: 90%;
    }
    .index-missions .missions-left img{
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    .index-missions .missions-right{
        padding: 1rem 0;
    }
    /* 项目展示 */
    .certifi-scroll img{
        height: 200px;
    }
    /* 博客 */
    .index-blog-list{
        justify-content: space-around;
    }
    .index-blog-list>div{
        width: 90%;
        margin-bottom: 1.5rem;
    }
}

/* 标签页样式 */
.section-bg .tag-header { 
    width: 100%;
    background-color: #ffffff; 
    padding: 40px; 
    border-radius: 5px; 
    margin-bottom: 20px; 
}
.section-bg .tag-header h2{
    padding-top: 1rem;
}

.section-bg .tag-header p{
    font-size: 1.1rem;
    line-height: 2rem;
}
.section-bg .tag-header .desc-ai{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.section-bg .tag-header .desc-ai li{
    width: 24%;
    border: 1px solid #999;
    padding: 5px 5px;
    text-align: center;
}
.section-bg .tag-artcle{
    width: 100%;
    background-color: #ffffff;
    padding: 20px; 
    border-radius: 5px; 
    margin-bottom: 20px; 
}
.section-bg .tag-artcle h2{
    padding-top: 1rem;
}
.section-bg .tag-artcle h3{
    padding-top: 1rem;
}
.section-bg .tag-artcle p{
    font-size: 1.1rem;
    line-height: 2rem;
    padding: .5rem;
}
.section-bg .tag-artcle ul{
    list-style: outside;
    padding: 20px; 
}
.tag-bottom{
    width: 100%;
}
.tag-bottom .tag-bottom-top{
    width: 100%;
    height: 400px;
    background: url(../images/tagblog.webp) no-repeat center center;
    background-size:cover;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tag-bottom .tag-bottom-top p{
    padding: 1.5rem 0;
}
.tag-bottom .tag-bottom-top button{
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}
.tag-bottom .tag-bottom-top button a{
    border: 2px solid #000;
    color: #fff;
    padding: .5rem;
    font-size: 16px;
}

.tag-bottom .tag-bottom-top button a:hover{
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #fff;
}
.tag-bottom .tag-bottom-bottom{
    width: 1600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem 8rem 1rem;
}
.tag-bottom .tag-bottom-bottom>div:not(:last-child){
    width: 100%;
    padding: 5rem 0;
    display: flex;
    flex-wrap: wrap;
}
.tag-bottom .tag-bottom-bottom .tag-bottom-left-video{
    justify-content: space-between;
}
.tag-bottom .tag-bottom-bottom .tag-bottom-left-video iframe{
    width: 45%;
}
.tag-bottom-left-video div{
    width: 45%;
    padding: 1rem;
    background-color: #fafafa;
    color: #666;
}

.tag-bottom .tag-bottom-bottom .tag-bottom-left-blog{
    width: 100%;
    justify-content: space-between;
}
.tag-bottom .tag-bottom-bottom .tag-bottom-left-blog .product-list{
    width: 20%;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
}
.tag-bottom .tag-bottom-bottom .we-introduce{
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.tag-bottom .tag-bottom-bottom .we-introduce h2{
    padding: 1rem 0;
    font-size: 2rem;
}
.tag-bottom .tag-bottom-bottom .we-introduce h3{
    padding: 1rem 0;
    font-size:1.6rem;
}
.tag-bottom .tag-bottom-bottom .we-introduce img{
}

.tag-bottom .tag-bottom-bottom .tag-form{
    overflow: hidden;
    width: 100%;
    background-color: #3DA46C;
    margin: 0 auto;
    padding: 2rem 5rem;
}

/* 标签页适配 */
@media (max-width: 1600px) {
    .tag-bottom .tag-bottom-top{
        max-height: 200px;
    }
    .tag-bottom .tag-bottom-top p{
        padding: .5rem 0;
    }
    .tag-bottom-bottom{
        max-width: 100%;
    }
    .tag-bottom .tag-bottom-bottom .tag-form{
        padding: 1rem;
    }
    .width-1400{
        padding: 0 50px;
    }
}
@media (max-width: 950px) {
    .tag-bottom .tag-bottom-bottom>div:not(:last-child){
        padding: 1rem 0;
    }
    .tag-bottom .tag-bottom-top{max-height: 200px;}

    .tag-bottom .tag-bottom-bottom .tag-bottom-left-video iframe{
        width: 100%;
        margin: 0 auto;
    }
    .tag-bottom-left-video div{
        width: 100%;
    }
    .tag-bottom .tag-bottom-bottom .tag-bottom-left-blog .product-list{
        width: 99%;
        margin: 0 auto;
    }
    .section-bg .tag-header .desc-ai{

        justify-content: space-around;

    }   
    .section-bg .tag-header .desc-ai li{
        width: 50%;
    }
    .width-1400{
        padding: 0 20px;
    }

}

/*faq-kwh wh ah mah转换计算器样式*/
        .converter-container {
            padding: 15px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f9f9f9;
            max-width: 400px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .converter-title {
            margin: 0 0 15px 0;
            color: #333;
            text-align: center;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #666;
        }

        .converter-input {
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 100%;
            box-sizing: border-box;
        }

        .calculate-button {
            padding: 8px 15px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .calculate-button:hover {
            background-color: #45a049;
        }

        .result-display {
            margin-top: 15px;
            padding: 10px;
            border-radius: 4px;
            text-align: center;
            font-weight: bold;
        }

        .error-text {
            color: #f44336;
        }



.submit-contact {
    transition: all 0.3s ease;
}

.submit-contact:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #cccccc;
}

/*常见问题的tab切换标签*/

        .section-bg .faq-tabs .faq-item {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 10px;
        }

        .section-bg .faq-tabs .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            background-color: #f4f4f4;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .section-bg .faq-tabs .faq-question:hover {
            background-color: #e7e7e7;
        }

        .section-bg .faq-tabs .faq-answer {
            display: none;
            padding: 15px;
            background-color: #ffffff;
        }

        .section-bg .faq-tabs .faq-item.active .faq-answer {
            display: block;
        }

        .section-bg .faq-tabs .faq-toggle {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .section-bg .faq-tabs .faq-item.active .faq-toggle {
            transform: rotate(180deg);
        }

        .section-bg .faq-tabs strong {
            color: #2c3e50;
        }


/* 博客页插入产品介绍 */
#product-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
    padding-left:16px;
    display: flex;
    max-width: 600px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

#product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  #product-card  .product-image {
    width: 200px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
  }

  #product-card .product-info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  #product-card .product-title {
    color: #333333;
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  #product-card .product-description {
    color: #666666;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
  }

  #product-card .button-container {
    display: flex;
    justify-content: space-between;
  }

  #product-card .button {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 0.9em;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: center;
    flex: 1;
    margin: 0 5px;
  }

  #product-card .button-primary {
    background-color: #3DA46C;
    color: #ffffff;
  }

  #product-card .button-primary:hover {
    background-color: #2f8054;
  }

  #product-card .button-secondary {
    background-color: #f0f0f0;
    color: #333333;
  }

  #product-card .button-secondary:hover {
    background-color: #e0e0e0;
  }

  @media (max-width: 600px) {
    #product-card {
      flex-direction: column;
      max-width: 400px;
      padding:0;
    }

    #product-card .product-image {
      width: 100%;
      height: 200px;
      border-radius: 8px 8px 0 0;
      object-fit: contain;
    }

    #product-card .product-info {
      padding: 15px;
    }

    #product-card .product-title {
      font-size: 1.3em;
    }

    #product-card .product-description {
      font-size: 0.8em;
    }

    #product-card .button-container {
      flex-direction: column;
      gap: 10px;
    }

    #product-card .button {
      width: 100%;
      margin: 5px 0;
    }
  }


 /* 文章插入产品模块 */
  #advanced-product-module.product-module {
      font-family: 'Arial', sans-serif;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin: 40px 0;
      padding: 20px;
      max-width: 800px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #advanced-product-module.product-module:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  #advanced-product-module .product-slider-container {
      overflow: hidden;
      margin-bottom: 20px;
  }

  #advanced-product-module .product-slider {
      display: flex;
      transition: transform 0.3s ease;
      width: 100%;
  }

  #advanced-product-module .product-slide {
      flex: 0 0 25%;
      padding: 0 10px;
      box-sizing: border-box;
  }

  #advanced-product-module .product-image {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 4px;
  }

  #advanced-product-module .product-title {
      font-size: 0.9em;
      margin-top: 10px;
      text-align: center;
      color: #333;
  }

  #advanced-product-module .slider-controls {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
  }

  #advanced-product-module .slider-arrow {
      background-color: #3DA46C;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 4px;
      font-size: 1.2em;
  }

  #advanced-product-module .button-container {
      display: flex;
      justify-content: space-between;
  }

  #advanced-product-module .button {
      padding: 10px 20px;
      border-radius: 4px;
      font-size: 0.9em;
      text-decoration: none;
      transition: background-color 0.3s ease;
      text-align: center;
      flex: 1;
      margin: 0 5px;
  }

  #advanced-product-module .button-primary {
      background-color: #3DA46C;
      color: #ffffff;
  }

  #advanced-product-module .button-primary:hover {
      background-color: #2f8054;
  }

  #advanced-product-module .button-secondary {
      background-color: #f0f0f0;
      color: #333333;
  }

  #advanced-product-module .button-secondary:hover {
      background-color: #e0e0e0;
  }

  @media (max-width: 768px) {
      #advanced-product-module .product-slide {
          flex: 0 0 50%;
      }
      .width-1400{
        padding: 0 10px;
    }
  }

  @media (max-width: 480px) {
      #advanced-product-module .product-slide {
          flex: 0 0 100%;
      }

      #advanced-product-module .button-container {
          flex-direction: column;
      }

      #advanced-product-module .button {
          margin: 5px 0;
      }
      .width-1400{
        padding: 0 10px;
    }
  }


/* .blog-content ul{
    list-style:disc inside;
} */
.blog-content ol{
    list-style:decimal inside;
}
.blog-content li{
     margin-bottom: 0.5em;
}


/* 通用表格容器样式 */
        .table-wrapper {
            max-width: 100%;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            box-sizing: border-box;
        }

        /* 通用表格样式 */
        .table-wrapper-custom table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }

        /* 通用表头样式 */
        .table-wrapper-custom th {
            background-color: #2c3e50;
            color: white;
            font-weight: 600;
            text-align: left;
            padding: 16px 12px;
            font-size: 16px;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }

        .table-wrapper-custom th:last-child {
            border-right: none;
        }

        /* 通用单元格样式 */
        .table-wrapper-custom td {
            padding: 14px 12px;
            border-bottom: 1px solid #e0e0e0;
            color: #333;
            line-height: 1.5;
            border-right: 1px solid #e0e0e0;
        }

        .table-wrapper-custom td:last-child {
            border-right: none;
        }

        /* 通用行交替背景色 */
        .table-wrapper-custom tr:nth-child(even) {
            background-color: #f8f9fa;
        }

        /* 通用悬停效果 */
        .table-wrapper-custom tr:hover {
            background-color: #e8f4fd;
            transition: background-color 0.3s ease;
        }

        /* 移动端适配 */
        @media (max-width: 768px) {
            .table-wrapper {
                padding: 10px;
            }
            
            /* 移动端表格容器 */
            .table-wrapper-custom {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            }
            
            /* 移动端表格样式 */
            .table-wrapper-custom table {
                min-width: 600px; /* 确保表格内容不会被压缩 */
                margin-bottom: 0;
            }
            
            .table-wrapper-custom th,
            .table-wrapper-custom td {
                padding: 12px 8px;
                font-size: 14px;
            }
        }

        /* 超小屏幕适配 */
        @media (max-width: 480px) {
            .table-wrapper-custom th,
            .table-wrapper-custom td {
                padding: 10px 6px;
                font-size: 13px;
            }
            
            .table-wrapper-custom table {
                min-width: 550px;
            }
        }

.new_introduce{
	margin-top：30px;
}



























