* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0 0 65px 0; /* 为底部移动导航留白 */
    font-family: "微软雅黑", Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #eee;
    font-display: optional;
    -webkit-text-size-adjust: 100%;
}
ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
    border-radius: 4px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}
.f_l,
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix::after,
.clear {
    content: '';
    display: table;
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}

/* ========== 移动优先通用容器 ========== */
.container,
.container8 {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    display: block;
}

/* ========== 移动端头部 (默认汉堡菜单) ========== */
.header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    background: #4A8C4A ;
    z-index: 999;
    display: block;
}
.juzhong {
    border: 0;
    background: #4A8C4A ;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header .logo {
    padding: 5px 3px;
    float: left;
}
.header .logo a {
    display: inline-block;
}
.header .logo a img {
    height: 45px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* 汉堡按钮 */
.sp_nav {
    display: block !important;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    margin: 0;
    float: right;
    top: 15px;
}
.sp_nav span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.sp_nav span:nth-child(1) {
    top: 4px;
}
.sp_nav span:nth-child(2) {
    top: 14px;
}
.sp_nav span:nth-child(3) {
    top: 24px;
}
.sp_nav.sp_nav_se span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.sp_nav.sp_nav_se span:nth-child(2) {
    opacity: 0;
}
.sp_nav.sp_nav_se span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* 移动端菜单面板 */
.header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    padding: 20px;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
    display: block;
}
.header .nav.nav_show {
    transform: translateX(0);
}
.header .nav .nLi {
    float: none;
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
}
.nav .nLi > h3 {
    position: relative;
    padding-right: 48px;
}
.nav .nLi > h3 .sub-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}
.header .nav .nLi h3 a {
    line-height: 48px;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.header .nav .sub {
    position: static;
    display: none;
    background: #fafafa;
    box-shadow: none;
    padding: 0;
    width: 100%;
    height: auto;
}
.header .nav .nLi.open .sub {
    display: block;
}
.header .nav .nLi .sub {
    display: none;
}
.header .nav .sub .sub_menu {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
}
.header .nav .sub .sub_menu .leftImg,
.header .nav .sub .sub_menu .midDiv .msg,
.header .nav .sub .sub_menu .midDiv .wen,
.header .nav .sub .sub_menu .midDiv .btnDiv {
    display: none;
}
.header .nav .sub .sub_menu .midDiv,
.header .nav .sub .sub_menu .list {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header .nav .sub .sub_menu .list li {
    border-bottom: none;
    line-height: 40px;
}
.header .nav .sub .sub_menu .list li a {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
}

/* ========== 轮播图区域 ========== */
.slider_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
}
.slider_banner .swiper-wrapper {
    display: flex;
    height: 100%;
}
.slider_banner .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
.slider_banner .swiper-slide a,
.slider_banner .swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider_banner .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}
.slider_banner .swiper-slide.swiper-slide-active img {
    animation: zoomIn 3s linear forwards;
}
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}
.slider_banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 10;
}
.slider_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
    opacity: 1;
    cursor: pointer;
}
.slider_banner .swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
}
.slider_banner .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}
.slider_banner .info_box {
    display: none;
}

/* ========== 搜索栏区域 ========== */
.rs {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
}
.daoji {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    line-height: 1.4;
    border-radius: 12px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #4A8C4A ;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.daoji .hot {
    float: none;
    font-size: 14px;
    flex: 1;
    white-space: normal;
    word-break: break-word;
}
.daoji .hot a {
    color: #fff;
    padding-right: 10px;
    display: inline-block;
    margin: 5px 8px 5px 0;
    font-size: 13px;
}
.daoji .ss {
    float: none;
    width: 100%;
    margin-top: 5px;
}
.input-r {
    width: 100%;
    float: none;
}
.input-r form {
    display: flex;
    gap: 8px;
    align-items: center;
    background:#fff;
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid #fff;
}
.input-r form input {
    flex: 1;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    color: #333;
    outline: none;
    min-width: 0;
    border-radius: 30px 0 0 30px;
    background: transparent;
    border: none;
}
.input-r form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.input-r form button {
    position: static;
    width: auto;
    min-width: 70px;
    height: 40px;
    background: #4A8C4A ;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    flex-shrink: 0;
}

/* ========== Tab切换 & 通用 ========== */
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

/* ========== 产品中心模块 (移动) ========== */
.product-section {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-bottom: none;
}
.product-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.product-section .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    line-height: 1.4;
}
.product-section .section-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #0073aa;
}
.product-section .section-header .section-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.product-section .product-nav {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}
.product-section .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.product-section .nav-link {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: transparent;
    border-radius: 0;
    white-space: normal;
    position: relative;
    line-height: 1.4;
}
.product-section .nav-link:hover,
.product-section .nav-item.active .nav-link {
    color: #4A8C4A ;
}
.product-section .nav-item.active .nav-link:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4A8C4A ;
}
.product-section .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.product-section .product-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}
.product-section .product-image-wrapper {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-section .product-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-section .product-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    margin: 8px;
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.product-price {
    margin: 8px;
    color: #d80404;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}

/* ========== 优势区域 (移动) ========== */
.advantage-section {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-bottom: none;
    margin-top: 8px;
}
.advantage-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.advantage-section .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.advantage-section .section-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0073aa;
}
.advantage-section .section-header .section-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.advantage-section .advantage-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.advantage-section .advantage-list li {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
}
.advantage-section .advantage-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantage-section .card-image-wrapper {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.advantage-section .card-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
/* 移动端覆盖层始终可见（渐变效果） */
.advantage-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
    padding-bottom: 20px;
}
.advantage-section .overlay-content {
    text-align: center;
    padding: 15px;
    width: 100%;
}
.advantage-section .overlay-content img {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    display: block;
}
.advantage-section .overlay-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 5px;
    line-height: 1.4;
}
.advantage-section .overlay-content p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========== 公司简介 (移动) ========== */
.wm {
    padding: 20px 0;
    background-color: #4A8C4A;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
    margin-top: 3px;
}
.wm .card-content {
    text-align: center;
    margin-bottom: 15px;
}
.card-title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}
.card-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 12px auto 0;
}
.info-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
}
.card-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.card-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
}
.card-right {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-desc {
    margin-bottom: 20px;
}
.card-desc p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    text-align: justify;
    margin: 0;
}
.card-btn a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 21px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ========== 应用领域 (移动) ========== */
.application-section {
    padding: 20px 0;
    background: #fff;
    border-bottom: none;
    margin-top: 8px;
}
.application-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.application-section .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.application-section .section-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0073aa;
}
.application-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.application-list li {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
}
.application-item {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item-image-wrapper {
    width: 100%;
    background-color: #f5f5f5;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.item-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.item-title {
    margin: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* ========== 资质荣誉 (移动) ========== */
.Credentials-section {
    padding: 20px 0;
    background: #fff;
    border-bottom: none;
    margin-top: 8px;
}
.Credentials-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.Credentials-section .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.Credentials-section .section-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0073aa;
}
.Credentials-section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.Credentials-section li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.Credentials-item {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Credentials-item .item-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 600 / 400;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* ========== 新闻模块 (移动) ========== */
.news-module {
    padding: 20px 0;
    background: #fff;
    margin-top: 8px;
}
.news-module .module-header {
    text-align: center;
    margin-bottom: 20px;
}
.news-module .module-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}
.news-module .module-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #4A8C4A ;
}
.news-module .tab-nav {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.news-module .tab-list {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.news-module .tab-link {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    border-bottom: 2px solid transparent;
}
.news-module .tab-link:hover,
.news-module .tab-item.active .tab-link {
    color: #4A8C4A ;
    border-bottom-color: #4A8C4A ;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.carousel-area {
    flex: auto;
    width: 100%;
    min-width: 0;
}
.carousel {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}
.carousel-slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}
.slide-link {
    display: block;
    width: 100%;
    height: 100%;
}
.slide-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), transparent);
    padding: 15px 45px 40px 20px;
    z-index: 12;
}
.slide-caption h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 15;
}
.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}
.dot.active {
    width: 24px;
    border-radius: 4px;
    background: #fff;
}
.news-list-area {
    flex: auto;
    width: 100%;
    background: #fafafa;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.news-list {
    flex: 1;
    padding: 0;
}
.news-item {
    border-bottom: 1px solid #eaeaea;
}
.news-item:last-child {
    border-bottom: none;
}
.news-link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 12px 16px;
    transition: background 0.2s;
}
.news-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    width: 100%;
    margin-bottom: 6px;
}
.hot-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ff6b6b;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 4px;
    flex-shrink: 0;
}
.news-title {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-date {
    font-size: 12px;
    color: #555;
    flex-shrink: 0;
    margin-left: 38px;
    white-space: nowrap;
}

/* ========== 留言区域 (移动) ========== */
.index-about {
    margin-top: 32px;
    background: #4A8C4A ;
}
.wrap {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.about-msg {
    width: 100%;
    float: none;
    margin: -24px auto 30px;
    padding: 20px 16px;
    background: #fff;
    box-shadow: 0 0 40px rgba(3, 3, 3, .1);
    border-radius: 8px;
}
.msg-tit strong {
    display: block;
    text-align: center;
    color: #2D203B;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.about-msg ul li {
    position: relative;
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: 1px solid #DDD;
    display: flex;
    align-items: center;
}
.about-msg ul li img {
    margin-right: 12px;
}
.yanzheng {
    position: absolute;
    right: 1px;
    top: 18px;
    width: 90px;
    height: auto;
}
.about-msg ul li input,
.about-msg ul li textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    background: transparent;
}
.msg-btn {
    margin-top: 30px;
    position: relative;
}
.msg-btn input {
    width: 146px;
    height: 56px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    background: #4A8C4A ;
    border-radius: 30px;
}
.msg-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 146px;
    top: 26px;
    width: 130px;
    height: 2px;
    background: linear-gradient(to right, #342D43 0%, transparent 100%);
}
.about-base {
    display: none;
}

/* ========== 页脚 (移动) ========== */
.foot {
    background-color: #0b0b0b;
    color: #eee;
    padding: 20px 16px;
}
.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.left-fs {
    flex: 1 1 240px;
    min-width: 0;
}
.dizhi{display: flex; flex-direction: column;align-items: flex-start;gap: 10px;}
.left-fs ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: normal;
    word-break: break-word;
    line-height: 28px;
}
.left-fs ul li.oo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: none;
}
.footer-citynav{display: flex; flex-wrap: nowrap;  overflow: hidden;align-items: center;
    margin-top: 10px;}
.footer-citynav a{color: #fff; padding-top: 3px;}
.qunav{ display: flex;flex-wrap: nowrap;overflow: hidden; gap: 10px;}
 .qunav a  { color: #fff;}
.foot .container > dl {
    display: none;
}

.right-dy {
    display: none;
}
.foot p.gx {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #333;
    font-size: 12px;
    color: #aaa;
    clear: both;
    white-space: normal;
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.foot p.gx a {
    color: #aaa;
    padding: 0 5px;
}
.foot p.gx a:hover {
    color: #fff;
}

/* ========== 移动端底部固定导航 ========== */
.sj-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #4A8C4A ;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.2s ease;
    will-change: transform;
    display: block;
}
.sj-fix ul {
    display: flex;
    justify-content: space-around;
    padding: 3px 0;
}
.sj-fix ul li {
    flex: 1;
    text-align: center;
}
.sj-fix ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}
.sj-fix ul li img {
    width: 24px;
    margin: 0 auto 4px;
}

/* ========== 右侧悬浮客服 (移动精简) ========== */
.online_q {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9999;
    transition: .5s;
}
.online_q .btnkf {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    transition: .3s;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.online_q .btn-01,
.online_q .btn-02,
.online_q .btn-03 {
    display: none;
}
.online_q .btn-top {
    padding: 0;
}
.online_q .btnkf span {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
}
#gotop {
    background: #4A8C4A ;
    z-index: 9999;
    transition: opacity 0.3s;
}
#gotop.hide {
    display: none;
}
.online_q .open.pic,
.online_q .open.tel {
    display: none !important;
}

/* ========== 通用布局组件（移动） ========== */
.ban {
    display: block;
    width: 100%;
    height: auto;
}
.ban img {
    display: block;
    width: 100%;
    height: auto;
}
.con-severice {
    width: 100%;
    display: block;
}
.contaniner5,
.contaniner6 {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
}
.contaniner5{padding: 0 20px;padding: 0 10px;}
.contaniner7{display: block;max-width: 1300px;margin: 0 auto;width: 96%;}

.wz {
    display: block;
    width: 100%;
    padding-left: 0;
    line-height: 40px;
    font-size: 12px;
    padding: 8px 0;
    margin: 0 0 8px;
}
.wz p em {
    display: inline-block;
    font-style: normal;
    color: #666;
    font-size: 16px;
}
.wz p a {
    font-size: 16px;
    color: #555;
    padding: 0px 5px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.wz p a:hover {
    color: #4A8C4A ;
}

/* ========== 分类列表页（移动） ========== */
.prolist {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.pro-category {
    order: 1;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    width: 100%;
}
.pro-category > nav > ul {
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 0;
    box-shadow: none;
    position: relative;
}
.pro-category > nav > ul h1 {
    width: 100%;
    background: #f5f5f5;
    height: auto;
    line-height: 1.4;
    color: #4A8C4A ;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    position: relative;
}
.pro-category > nav > ul h1::after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.3s;
    color: #4A8C4A ;
}
.pro-category > nav > ul h4,
.pro-category > nav > ul li:first-child ~ li {
    display: none;
}
.pro-category > nav > ul.expanded h4,
.pro-category > nav > ul.expanded > li:not(:first-child) {
    display: block;
}
.pro-category > nav > ul.expanded h1::after {
    transform: rotate(180deg);
}
.pro-category > nav > ul.expanded {
    column-count: 2;
    column-gap: 16px;
}
.pro-category > nav > ul.expanded h1 {
    column-span: all;
    display: flex;
}
.pro-category > nav > ul.expanded h4 a {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    text-decoration: none;
}
.proright {
    order: 2;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
}
.proright ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
}
.proright ul li {
    width: auto;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0;
}
.pro-pic1 {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f5f5f5;
}
.pro-pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pro-info1 {
    padding: 10px 8px 12px;
}
.pro-info1 a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
}
.pro-info1 a p {
    color: #d80404;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
    display: block;
    font-weight: bold;
    text-align: left;
}
.pagebar {
    padding: 10px;
    overflow: hidden;
    clear: both;
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 100%;
}
.pagination span {
    color: #333;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
}
.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}
.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.text-secondary {
    text-align: center;
    padding: 20px 0;
}

/* 左侧分类（移动端放在底部） */
.proleft {
    order: 3;
    width: 100%;
  border-top: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.proleft .hot-products,
.proleft .hot-news {
    margin-top: 10px;
    background: #fff;
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.proleft .hot-title {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    background-color: #4A8C4A ;
    margin-bottom: 15px;
}
.proleft .hot-list {
    padding: 0 12px;
}
.proleft .hot-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    min-height: 80px;
}
.proleft .hot-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.proleft .hot-img {
    width: 80px;
    aspect-ratio: 3 / 2;
    flex-shrink: 0;
    align-self: flex-start;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}
.proleft .hot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.proleft .hot-info {
    flex: 1;
    min-width: 0;
}
.proleft .hot-info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proleft .hot-price {
    font-size: 13px;
    color: #d80404;
    font-weight: bold;
}

.proleft .news-list {
    padding: 0 12px;
}
.proleft .news-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proleft .news-item:last-child {
    border-bottom: none;
}
.proleft .news-title {
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proleft .news-title a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proleft .news-date {
    font-size: 12px;
    color: #666;
    margin-left: 12px;
    white-space: nowrap;
}

/* ========== 产品详情页（移动） ========== */
.show-pro {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.pro-pic {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 10px;
}
.pro-pic span {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    line-height: 36px;
    padding: 4px 20px;
    margin-left: 0;
    border-radius: 40px 40px 0 0;
    background: linear-gradient(to right, #0C2B47 0%, #F43B47 100%);
    white-space: nowrap;
}
.slideBoxa {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    border-radius: 12px;
}
.slideBoxa .bd {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #eee;
    overflow: hidden;
}
.slideBoxa .bd a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-radius: 12px;
}
.slideBoxa .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.slideBoxa .hd {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}
.slideBoxa .hd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    gap: 5px;
}
.slideBoxa .hd ul li {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    border-radius: 14px;
    font-size: 12px;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slideBoxa .hd ul li.on {
    background: #4A8C4A ;
    color: #fff;
    width: 36px;
}
.pro-pic p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 40px;
    box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}
.pro-pic p i {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0D2B47;
    font-size: 16px;
    font-weight: 500;
}
.pro-pic p i img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.pro-info {
    flex: 0 0 100%;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 10px 0;
}
.pro-info h1 {
    color: #1A2C3E;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
    border-left: 4px solid #4A8C4A ;
    padding-left: 15px;
    word-break: break-word;
}
.pro-info .cpfbsj {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.pro-info p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    word-break: break-word;
}
.pro-info p strong {
    font-weight: 600;
    color: #333;
}
.base-link {
    display: none;
}
.slideTxtBoxa {
    width: 100%;
    padding: 20px 0;
    margin: 8px auto;
    clear: both;
}
.slideTxtBoxa .bd h2 {
    border-left: 5px solid #4A8C4A ;
    color: #4A8C4A ;
    padding-left: 15px;
    font-size: 1.22rem;
    margin: 5px 0 10px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}
.shangxia {
    width: 100%;
    margin: 8px auto 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.shangxia p {
    margin: 0;
    font-size: 14px;
    color: #666;
    max-width: 100%;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shangxia p a {
    color: #4A8C4A ;
    text-decoration: none;
    padding-bottom: 20px;
}
.casexg {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 20px 0;
}
.casexg h3 {
    background-size: 35px;
    line-height: 50px;
    padding-left: 50px;
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.casexg .picList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
}
.casexg .picList li {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.casexg .proimg {
    display: block;
    text-decoration: none;
}
.casexg .proimg .pic {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casexg .proimg .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.casexg .proimg span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 8px 5px 10px;
    padding-top: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    border-top: 1px solid #eee;
    line-height: 1.4;
    box-sizing: border-box;
    word-break: break-word;
}

/* ========== 列表页分类导航 ========== */
.yingyongnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 10px 0;
}
.yingyongnav a {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    transition: all 0.25s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}
.yingyongnav a.on,
.yingyongnav a:hover {
    background: #4A8C4A ;
    color: #fff;
    border-color: #4A8C4A ;
}
.category-h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #4A8C4A ;
    margin: 8px 0 0;
    position: relative;
    padding: 10px 0;
}
.category-h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #4A8C4A ;
    border-radius: 2px;
}
.box-hot {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 15px;
}
.box-hot li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    list-style: none;
}
.box-pic {
    flex-shrink: 0;
    width: 150px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 12px;
    background: #f0f2f5;
}
.box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.box-info {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.box-info a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    transition: color 0.2s;
}
.box-font {
    font-size: 12px;
    line-height: 1.45;
    color: #5a6874;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.box-info span {
    font-size: 11px;
    color: #666;
    border-top: none;
    padding-top: 0;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.box-info span::before {
    content: '📅';
    margin-right: 4px;
}
.tac.text-secondary {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
    font-size: 16px;
    background: #fff;
    border-radius: 24px;
    margin: 20px 0;
}

/* ========== 新闻详情页（移动） ========== */
.leftnew {
    width: 100%;
    float: none;
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    border-radius: 10px;
}
.leftnew h1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A2C3E;
    margin-bottom: 20px;
    line-height: 1.4;
    border-left: 5px solid #4A8C4A ;
    padding-left: 16px;
}
.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EFF3F8;
    font-size: 12px;
    color: #666;
}
.post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.post-meta .date::before {
    content: "📅";
}
.post-meta .author::before {
    content: "✍️";
}
.post-meta .source::before {
    content: "📰";
}
.ab_img {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
    word-break: break-word;
}
.aboutl {
        padding: 1rem;
}
.ab_img > div > :first-child {
    margin-top: 0;
}
.ab_img h2 {
    font-size: 1.25rem;
    margin: 0.75rem 0 0.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #4A8C4A ;
}
.ab_img h3 {
    font-size: 1.125rem;
    margin: 0.75rem 0 0.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #4A8C4A ;
}
.ab_img h4 {
    font-size: 1rem;
    margin: 0.6rem 0 0.3rem;
    font-weight: 600;
    line-height: 1.4;
    color: #4A8C4A ;
}
.ab_img h5,
.ab_img h6 {
    font-size: 0.95rem;
    margin: 0.5rem 0 0.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #4A8C4A ;
}
.ab_img li {
    margin-bottom: 0.3em;
    line-height: 1.5;
}
.list-paddingleft-2 {
    margin: 0.75rem 0 0.75rem 1.8rem;
}
.ab_img ul li {
    list-style-type: disc;
}
.ab_img ol li {
    list-style-type: decimal;
}
.ab_img ol li ol li {
    list-style-type: lower-alpha;
}
.ab_img ul li ul li {
    list-style-type: circle;
}
.ab_img ul li ol li {
    list-style-type: lower-alpha;
}
.ab_img ol li ul li {
    list-style-type: circle;
}
.ab_img ol li::marker,
.ab_img ul li::marker {
    color: #4A8C4A ;
    font-weight: 600;
}
.ab_img img {
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    width: auto !important;
    height: 100% !important;
}
.ab_img strong,
.ab_img b {
    color: #4A8C4A ;
    font-weight: 600;
}
.ab_img em {
    color: #5A6B7A;
}
.ab_img blockquote {
    margin: 1.2em 0;
    padding: 0.8em 1em;
    background: #F8FAFE;
    border-left: 3px solid #4A8C4A ;
    font-style: italic;
    color: #4A627A;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.ab_img blockquote p:last-child {
    margin-bottom: 0;
}
.ab_img table {
    display: block;
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    margin: 1.5em auto;
    border-collapse: collapse;
    font-size: 0.9rem;
    font-family: inherit;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.ab_img th,
.ab_img td {
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}
.ab_img th {
    background-color: #f1f5f9;
    font-weight: 600;
    color: #1e293b;
    border-bottom-width: 2px;
    border-bottom-color: #cbd5e1;
}
.ab_img tbody tr:hover {
    background-color: #f8fafc;
}
.ab_img tbody tr:nth-child(even) {
    background-color: #f9f9fb;
}
.ab_img caption {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #334155;
}
.ab_img a {
    color: #4A8C4A ;
}
.ab_img a :hover {
    color: #666;
}
.rightnew {
    width: 100%;
    float: none;
    background: #fff;
    border-radius: 10px;
    padding: 0 0 24px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 0;
}
.rightnew span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #4A8C4A ;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.sideMenu {
    padding: 0 16px;
}
.sideMenu h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px;
    cursor: pointer;
    transition: color 0.2s;
}
.sideMenu h3 a {
    color: #2C3E50;
    display: inline-block;
    line-height: 1.4;
    padding-bottom: 5px;
}
.recommend-item { 
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 5px 0;
    margin-bottom: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.tuijiana {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF2F6;
    transition: all 0.2s;
}
.tuijiana:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tuijiana .imga {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.tuijiana .info {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #5A6B7A;
}
.tuijiana .info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
}
.sidebar-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #4A8C4A ;
    text-align: center;
    padding: 12px;
    margin: 0 0 20px 0;
    background: linear-gradient(135deg, #F8FAFE 0%, #efeeee 100%);
    position: relative;
    letter-spacing: 1px;
}
.sidebar-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #4A8C4A ;
    margin: 8px auto 0;
    border-radius: 2px;
}
.recommend-content {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EFF3F8;
    transition: all 0.2s ease;
    align-items: center;
}
.recommend-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.recommend-img {
    flex-shrink: 0;
    width: 90px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    background: #F5F7FB;
    transition: transform 0.3s;
}
.recommend-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    display: block;
    transition: transform 0.3s;
}
.recommend-content .info {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}
.recommend-content .info p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    color: #555;
}
.recommend-content .info a {
    color: #4A8C4A ;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

/* ========== 关于我们（移动） ========== */
.tx2.tx1 {
    margin: 1.5rem 0 1.2rem;
    text-align: center;
}
.tx2.tx1 h1 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1A2C3E;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.tx2.tx1 h1 i img {
    width: 1.6rem;
    height: auto;
    vertical-align: middle;
}

/* ========== 联系我们（移动） ========== */
.contact {
    max-width: 1200px;
    padding: 16px;
    margin: 0 auto;
}
.contact h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a2c3e;
    text-align: center;
    margin: 0 0 0.5rem;
}
.contact .subtitle {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 1.5rem;
    font-weight: 400;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
}
.contact-item {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0.8rem;
    text-align: center;
    transition: transform 0.25s ease;
    border: 1px solid #eef2f6;
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
    animation-delay: calc(var(--item-order, 0) * 0.1s);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact-item .img-box {
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
}
.contact-item .img-box img {
    width: 3rem;
    height: auto;
    transition: transform 0.2s;
}
.contact-item span {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5b6e;
    margin-bottom: 0.5rem;
}
.contact-item small {
    display: block;
    font-size: 0.85rem;
    line-height: 1.4;
    word-break: break-word;
    font-weight: 500;
    max-width: 100%;
    overflow-wrap: break-word;
}
.contact-item small[itemprop="telephone"],
.contact-item small[itemprop="email"] {
    color: #0066cc;
}

/* ========== 资质/荣誉列表（移动） ========== */
.zizhi-hot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-top: 15px;
}
.zizhi-hot li {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.zizhi-pic {
    width: 100%;
    overflow: hidden;
    background: #f0f2f5;
}
.zizhi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.zizhi-info {
    padding: 0;
    text-align: center;
}
.zizhi-info a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

/* ========== 城市导航（移动） ========== */
.chengshi {
    margin: 5px 0;
    padding: 0 12px;
    max-width: 1300px;
    margin: 20px auto;
}
.text-chengshi {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-top: 10px;
}
.chengshi_txt {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
}
.chengshi_txt > div {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 16px;
}
.chengshi_txt dl {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}
.chengshi_txt dt {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
}
.chengshi_txt dt a {
    color: #222;
    text-decoration: none;
}
.chengshi_txt dd {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}
.chengshi_txt dd a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    padding: 3px 0;
    position: relative;
}

/* ========================================================================
   ===== 平板 / 小屏桌面 (≥ 769px) ========================================
   ======================================================================== */
@media (min-width: 480px) {
    .advantage-section .advantage-list li {
    width: calc(50% - 16px);}
    .contact-item span {font-size: 0.95rem;}
    .contact-item small {font-size: 0.9rem;}
}
@media (min-width: 768px) {
    body {
        padding-bottom: 0;
        }
    .container,
    .container8 {
        padding: 0 20px;
    }
    .contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.2rem;
    }
    .foot .container > dl:nth-child(3) {
        display: none;
    }
    .foot .right-dy {
        display: none;
    }
    .left-fs ul li.oo {
        display: none;
    }

    .product-section .product-item {
        width: calc(33.333% - 30px);
        margin: 0 15px 30px;
    }
    .advantage-section .advantage-list li {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
    .application-list li {
         width: calc(33.333% - 30px);
        margin: 0 15px 30px;
    }
    .casexg .picList {
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-item span {font-size: 1rem;}
    .contact-item small{font-size: 1rem;}
    
    .zizhi-hot {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .zizhi-hot li {
        padding: 0;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }
    .zizhi-info {
        padding: 10px 20px;
    }
    .zizhi-info a {
        font-size: 18px;
    }
    
    .online_q .btn-01,
    .online_q .btn-02,
    .online_q .btn-03 {
        display: flex;
    }
    .online_q .open.pic,
    .online_q .open.tel {
        display: flex !important;
    }
    .online_q .btnkf {
        width: 50px;
        height: 50px;
    }
    .online_q .btnkf span {
        width: 51px;
        height: 49px;
    }
    .foot p.gx{margin-bottom: 60px;}
    
    .foot .right-dy {
        display: block;
        flex: 0 0 auto;
        min-width: 100px;
        text-align: center;
    }
    .right-dy img {
        width: 100px;
        margin: 0 auto 10px;
        border-radius: 5%;
    }
    .right-dy p {
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
   
}
}
/* ========================================================================
   ===== 桌面端 (≥ 993px) ================================================
   ======================================================================== */
@media (min-width: 993px) {
    .sub-toggle {
        display: none;
    }
    /* 头部变回固定宽屏 */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        height: 100px;
        padding: 5px 0;
        background: rgba(0, 0, 0, 0.55);
        border-radius: 4px;
        z-index: 999;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        }
    .juzhong {
        position: sticky;
        border: 0;
        background: #4A8C4A ;
    }
    .header .logo {
        padding-top: 7px;
        float: left;
    }
    .header .logo a img {
        height: 55px;
        margin-top: 5px;
    }
    .sp_nav {
        display: none !important;
    }
    .header .nav {
            height: 90px;
    z-index: 1;
    float: right;
    position: static;
    transform: none !important;
    width: auto;
    background: transparent;
    box-shadow: none;
    overflow:visible;
    max-width: calc(100% - 180px);
    padding: 20px 20px 0;
      /*  float: right;
        height: 90px;
        transform: translateX(0);
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
        overflow-y: visible;
        left: auto;
        top: auto;
        max-width: calc(100% - 180px);
        white-space: nowrap;*/
    }
    .header .nav .nLi {
        float: left;
        display: inline;
        color: #FFF;
        border-bottom: none;
        position: relative; 
    }
    .nav .nLi > h3{padding-right: 16px;}
    .header .nav .nLi h3 a {
        display: block;
        padding: 0 8px;
        font-size: 16px;
        font-weight: 600;
        /*line-height: 90px;*/
        color: #FFF;
        height: 70px;
    }

.header .nav .nLi:hover .sub {
  display: block;
    
}
.header .nav .nLi h3 a:hover {color: #FF4500 ;}
    .header .nav .sub {
  display: none;
    position: fixed;
    left: 0;
    top: 95px;
    width: 100vw;
    min-height: 350px;
    background: #eee;
    z-index: 9999;
    padding: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .header .nav .sub .sub_menu {
        width: 1200px;
        display: block;
        margin: 0 auto;
        padding-top: 50px;
    }
    .header .nav .sub .sub_menu .leftImg {
        display: block;
        width: 350px;
        margin-right: 40px;
        float: left;
    }
    .header .nav .sub .sub_menu .leftImg img {
        display: block;
        width: 100%;
    }
    .header .nav .sub .sub_menu .midDiv {
        display: block;
        width: 360px;
        margin-right: 70px;
        float: left;
    }
    .header .nav .sub .sub_menu .midDiv .msg {
        display: block;
        padding-top: 20px;
        font-size: 20px;
        color: #333;
    }
    .header .nav .sub .sub_menu .midDiv .wen {
        display: block;
        padding-top: 10px;
        font-size: 16px;
        color: #777;
        line-height: 32px;
    }
    .header .nav .sub .sub_menu .midDiv .btnDiv {
        display: block;
    }
    .header .nav .sub .sub_menu .midDiv .btnDiv a {
        display: block;
        border: 1px #4A8C4A  solid;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        color: #4A8C4A ;
    }
    .header .nav .sub .sub_menu .midDiv .btnDiv a:hover {
        background: #4A8C4A ;
        color: #FFF;
    }
    .header .nav .sub .sub_menu .list {
        display: block;
        width: 300px;
        float: left;
    }
    .header .nav .sub .sub_menu .aa {
        display: block;
        width: 380px;
    }
    .header .nav .sub .sub_menu .aa li {
        display: block;
        float: left;
        width: 50%;
    }
    .header .nav .sub .sub_menu .aa li a {
        padding: 0px 20px;
        display: block;
        font-size: 15px;
        color: #4f4f4f;
        text-align: left;
        line-height: 40px;
        height: 40px;
        margin: 0 auto;
    }
    .header .nav .sub .sub_menu .aa li a:hover {
        background: #4A8C4A ;
        color: #FFF;
    }
    .header .nav .sub .sub_menu .list li {
        font-size: 15px;
    }
    .header .nav .sub .sub_menu .list li a {
        display: inline-block;
        color: #4f4f4f;
        line-height: 40px;
        padding: 0 25px;
    }
    .header .nav .sub .sub_menu .list li a:hover {
        background: #4A8C4A ;
        color: #FFF;
    }
    .slider_banner .info_box {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .proright ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .proright ul li {
        margin: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    .pagebar {padding: 30px;}
    .pro-category > nav > ul {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    .pro-category > nav > ul h1 {
        background: #4A8C4A ;
        color: #fff;
        text-align: center;
        font-size: 24px;
        height: 59px;
        line-height: 59px;
        justify-content: center;
    }
    .pro-category > nav > ul h1::after {
        content: none;
    }
    .pro-category > nav > ul h4,
    .pro-category > nav > ul li:first-child ~ li {
        display: block !important;
    }
    .pro-category > nav > ul.expanded {
        column-count: 1;
    }
    .pro-category > nav > ul.expanded h1 {
        column-span: none;
        display: flex;
        justify-content: center;
    }
    .pro-category > nav > ul h4 a {
        padding: 0 10%;
        font-size: 16px;
    }
    .pro-category > nav > ul.expanded h4 a {font-size: 16px;padding:20px}
    .prolist {
        display: block;
        overflow: hidden;
    }
    .pro-category {
        float: left;
        width: 23%;
        margin-right: 2%;
        border-bottom: none;
        padding-bottom: 0;
        order: 0;
    }
    .proright {
        float: right;
        width: 75%;
        order: 0;
    }
    .proleft {
        float: left;
        width: 23%;
        margin-right: 2%;
        clear: left;
        border-top: none;
        padding-top: 0;
        order: 0;
    }
    .contaniner6 {    display: flex;
   align-items: flex-start;
    gap: 20px;
    padding-left: 20px;
    }
    .leftnew {width: 65%;padding: 30px 32px 48px;border-radius: 20px;}
    .leftnew h1 {font-size: 2rem;}
     .rightnew {width: 35%;}
    .post-meta {font-size:14px;}
     .ab_img p{font-size:16px;}
     .ab_img h3 {font-size:1.25rem;}
     .shangxia {padding-top: 20px;margin: 30px auto 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
     .recommend-content .info p {-webkit-line-clamp: 3;}
     .sidebar-title{font-size:22px;}
    .con-severice{background-color: #ffffff;padding-bottom: 80px;}
    .proleft .hot-products, .proleft .hot-news {margin-top: 30px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
    .proleft .hot-title {font-size: 18px;text-align: center;}
    .advantage-section {margin-top: 0; }
   .news-module {margin-top: 0; }
   .application-section {margin-top: 0; }
   .Credentials-section {margin-top: 0; }
   .news-module {padding:60px 0 100px 0}
   .index-about {margin-top: 0;}
   .casexg h3 {font-size:22px;}
   .slideTxtBoxa .bd h2 {font-size:23px;}
    .slider_banner .swiper-pagination{bottom:50px;}
   
    .info_box .icon{margin-bottom:96px;animation:animi_icon 1s infinite;transition: transform 0.5s;}
    .yingyongnav a {font-size: 15px;}
    .box-hot {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        display: grid;
    }
    .box-hot li {
        flex-direction: column;
        padding: 0;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        gap: 0;
    }
    .box-pic {
        width: 100%;
        aspect-ratio: 3/2;
        border-radius: 20px 20px 0 0;
    }
    .box-info {
        padding: 20px 20px 24px;
    }
    .box-info a {
        font-size: 18px;
    }
    .box-font {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .box-info span {
        font-size: 13px;
        border-top: 1px solid #eee;
        padding-top: 14px;
        margin-top: auto;
    }
    .category-h1 {font-size: 32px;padding-bottom: 15px;margin: 20px 0 30px;}

    /* 桌面搜索栏 */
   
    .daoji {
        position: absolute;
        top: -47px;
        left: 0;
        right: 0;
        width: auto;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #4A8C4A ;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
        color: #fff;
        border-radius: 10px;
        padding: 10px 30px;
        z-index: 8;
        gap: 15px;
    }
    .daoji .hot {
        flex: 1;
        font-size: 16px;
        color: #fff;
        line-height: 1.4;
        word-break: break-word;
        white-space: normal;
    }
    .daoji .hot a {
        color: #fff;
        padding-right: 10px;
        transition: opacity 0.2s;
        display: inline-block;
        margin: 5px 0;
    }
    .daoji .ss {
        flex-shrink: 0;
        width: auto;
        min-width: 260px;
        max-width: 320px;
        width: 30%;
        margin-top: 0;
    }
    .input-r form input {
        background: #fff;
        border: none;
        color: #333;
        height: 44px;
        border-radius: 40px 0 0 40px;
        padding: 0 20px;
    }
    .input-r form input::placeholder {
        color: #aaa;
    }
    .input-r form {
        background: #fff;
        border-radius: 40px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border: 1px solid #e0e0e0;
        overflow: hidden;
    }
    .input-r form button {
        width: 80px;
        height: 44px;
        border-radius: 0 40px 40px 0;
        background: #4A8C4A ;
        font-size: 16px;
        line-height: 44px;
        min-width: 80px;
    }
     .Credentials-section li {
        width:25%;
        padding: 0 12px;
        margin-bottom: 32px;
    }
    .advantage-section, .Credentials-section,.application-section,.product-section {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;}

    .application-section, .advantage-section, .news-module, .wm, .Credentials-section {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;}
    /* 桌面页脚 */
    .foot .container {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        min-width: min-content;
    }
    .left-fs {
        flex: 0 0 auto;
        min-width: 240px;
    }
    .left-fs ul li {
        white-space: nowrap;
        word-break: normal;
        line-height: normal;
    }
    .left-fs ul li.oo {
        display: flex;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }
    .foot .container > dl {
        display: block !important;
        flex: 0 0 auto;
        min-width: 100px;
        border-left: none;
        padding: 0;
        margin: 0;
    }
    .foot .container > dl:nth-child(5) {
        display: none;
    }
    
    
    .foot p.gx {
        padding-top: 30px;
        margin-top: 30px;
        display: block;
        grid-template-columns: none;
        gap: 0;
    }
    .sj-fix {
        display: none !important;
    }
    /* 桌面覆盖层悬停效果 */
    .advantage-section .advantage-card:hover .card-overlay {
        opacity: 1;
        visibility: visible;
    }
    .advantage-section .card-overlay {
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.6);
        align-items: center;
        padding-bottom: 0;
    }
    .advantage-section .overlay-content img {
        width: 48px;
        height: 48px;
        margin-bottom: 15px;
    }
    .advantage-section .overlay-title {
        font-size: 18px;
    }
    .advantage-section .overlay-content p {
        font-size: 16px;
        -webkit-line-clamp: unset;
        display: block;
    }
    .product-section .product-item:hover .product-image-wrapper img {
        transform: scale(1.03);
    }
    .application-item:hover .item-image-wrapper img,
    .Credentials-item:hover .item-image img {
        transform: scale(1.02);
    }
    .base-link {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }
    .base-link .zixuna {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 30px;
        background: #4A8C4A ;
        transition: all 0.3s;
        padding: 5px 10px;
    }
    .base-link .zixuna:hover {
        background: #e43a3a;
        transform: translateY(-2px);
    }
    .base-link .zixuna img {
        width: 22px;
        height: 22px;
    }
    .link-tel {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 5px;
        background: #f0f0f0;
        padding: 8px 18px;
        border-radius: 40px;
        justify-content: center;
    }
    .link-tel em {
        font-size: 12px;
        color: #333;
    }
    .link-tel a {
        font-size: 12px;
        font-weight: bold;
        color: #d80404;
        letter-spacing: 1px;
    }
    .link-tel img {
        width: 24px;
        height: 24px;
    }

    /* 桌面公司简介 */
    .wm .card-content {
        margin-bottom: 40px;
    }
    .card-title {
        font-size: 36px;
    }
    .info-card {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .card-left {
        flex: 0 0 46%;
        max-width: 46%;
    }
    .card-right {
        flex: 1;
        min-width: 280px;
        align-items: flex-start;
    }
    .card-desc p {
        font-size: 16px;
        text-align: left;
    }
    .card-btn a {
        width: 170px;
        height: 42px;
        line-height: 42px;
    }
    .card-img:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    }
    .card-btn a:hover {
        transform: translateY(-2px);
        background-color: #f5f5f5;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    /* 桌面留言 */
    .about-msg {
        float: left;
        width: 42%;
        padding: 30px 4.4% 30px;
        margin-top: -40px;
        position: relative;
        z-index: 2;
    }
    .about-base {
        display: block;
        float: left;
        width: 55%;
        padding-top: 35px;
        margin-left: 3%;
    }
    .about-name span {
        color: #D93743;
        font-size: 36px;
        display: block;
    }
    .about-name img {
        margin-right: 25px;
        display: inline-block;
    }
    .about-base .nr2 {
        font-size: 18px;
        line-height: 30px;
        padding-top: 30px;
        color: #fff;
        width: 100%;
    }
    .yanzheng {
        width: 100px;
        top: 18px;
    }
    .msg-btn input {
        background: #4A8C4A ;
        color: #fff;
        border-radius: 30px;
        font-size: 20px;
    }

    /* 桌面新闻 */
    .content-wrapper {
        flex-direction: row;
        gap: 40px;
        align-items: stretch;
    }
    .carousel-area {
        flex: 1;
        min-width: 0;
    }
    .news-list-area {
        flex: 1;
        background: #fafafa;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }
    .slide-caption h3 {
        font-size: 18px;
        white-space: nowrap;
        display: block;
        -webkit-line-clamp: unset;
    }
    .news-link {
        flex-wrap: nowrap;
        align-items: center;
        padding: 14px 18px;
    }
    .news-content {
        width: auto;
        margin-bottom: 0;
    }
    .news-title {
        white-space: nowrap;
        display: block;
        -webkit-line-clamp: unset;
    }
    .news-date {
        margin-left: 15px;
    }

    /* 桌面产品详情 */
    .show-pro {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3%;
        max-width: 1300px;
        margin: 30px auto 10px;
    }
    .pro-pic {
        flex: 0 0 55%;
        padding-top: 0;
    }
    .pro-pic span {
        margin-left: 13%;
        font-size: 18px;
        padding: 6px 40px;
    }
    .slideBoxa {
        border-radius: 0 20px 20px 0;
    }
    .slideBoxa .bd a {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
    .pro-pic p {
        flex-direction: row;
        gap: 30px;
        padding: 15px 20px;
    }
    .pro-info {
        flex: 0 0 42%;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        border: none;
        margin: 0;
    }
    .pro-info .cpfbsj {padding-bottom: 0; margin-bottom:0;}
    .pro-info h1 {
        font-size: 20px;
    }
    .pro-info p {
        font-size: 15px;
      }
    .shangxia p {
        max-width: 48%;
        white-space: nowrap;
    }
    .casexg .picList {
        grid-template-columns: repeat(4, 1fr);
    }
    .slideTxtBoxa {
        max-width: 1300px;
        padding: 10px 0;
    }

    /* 桌面城市 */
    .chengshi {
        padding: 0 15px;
    }
    .chengshi_txt {
        padding: 30px;
    }

    /* 桌面右侧客服位置微调 */
    .online_q {
        bottom: 150px;
    }
     .foot .container > dl:nth-child(2) {
    display: block;
    flex: 0 0 auto;
    min-width: 100px;
    padding: 0;
    margin: 0;
}
.foot dl dt a {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
    white-space: nowrap;
}
.foot dl dd a {
    color: #ccc;
    font-size: 14px;
    line-height: 1.8;
    white-space: nowrap;
}
}
@media (min-width: 1024px) {.header .logo a img {
    height: 65px;}
    .header .nav .nLi h3 a{font-size:16px;}
    .pro-info1 a span {font-size:16px;}
    .box-hot {    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));gap: 30px;}
    .link-tel a {font-size:14px;}
}
/* ========================================================================
   ===== 大屏桌面 (≥ 1200px) =============================================
   ======================================================================== */
@media (min-width: 1200px) {
    .container,
    .container8 {
        width: 100%;
        padding: 0 20px;
        max-width: 1200px;
    }
    .header .nav .nLi h3 a{font-size:18px}
    .header .nav .sub .sub_menu {
        width: 1200px;
    }
    .product-section .product-item {
        width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
    .advantage-section .advantage-list li {
        width: calc(33.333% - 30px);
        margin: 0 15px 30px;
    }
    .application-list li {
         width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
    .contaniner5 {
        max-width: 1300px;
        padding: 0 20px;
        }
    .contaniner6 {
        max-width: 1300px;
        padding: 0 20px;
    }
    .foot .container > dl:nth-child(5) {
        display: block;
    }
    .product-section .product-title {font-size: 16px; }
    .product-section .nav-link {font-size: 16px; }
    .item-title{font-size: 16px; }
    .news-module .tab-link {font-size: 16px; }
    .news-title {font-size: 15px; }
    .news-date {font-size: 13px; }
    .proleft .hot-info a {font-size: 15px; }
    .proleft .news-title a{font-size: 15px; }
    .link-tel em {font-size: 14px; }
    .pro-info p {font-size: 16px;margin: 10px 0;line-height: 1.6;}
}

/* ========================================================================
   ===== 超大屏桌面 (≥ 1400px) ===========================================
   ======================================================================== */
@media (min-width: 1400px) {
    .container {
        width: 1400px;
        max-width: 1400px;
        padding: 0 15px;
    }
    .container8 {
        width: 1200px;
        max-width: 1200px;
        padding: 0 15px;
    }
    .contaniner5 {
        max-width: 1300px;
    }
    .daoji {
        max-width: 1200px;
    }
}