video{width: 100% !important;height: auto!important;}
        /* 触发元素样式 */
        #met-weixin {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

        /* 弹出框样式 */
        #met-weixin .popover {
            position: absolute;
            background: white;
            border: 1px solid #ccc;
            padding: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            display: none;
            z-index: 1000;
            bottom: 100%;
            /* 弹出框在触发元素上方 */
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 10px;
            /* 与触发元素的间距 */
        }

        /* 鼠标悬停时显示弹出框 */
        #met-weixin:hover .popover {
            display: block;
        }

        /* 图片样式 */
        #met-weixin .popover img {
            display: block;
            width: 150px;
            height: 150px;
        }

 /* 轮播图容器 */
 .home-banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
/* 轮播图内容 */
.banner-inner {
    display: flex;
    transition: transform 0.5s ease;
}
/* 轮播图项 */
.banner-item {
    min-width: 100%;
    box-sizing: border-box;
}
/* 图片样式 */
.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}
/* 轮播图导航按钮 */
.banner-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.banner-control.prev {
    left: 10px;
}
.banner-control.next {
    right: 10px;
}
/* 轮播图指示器 */
.banner-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 10;
}
.banner-indicators span {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}
.banner-indicators span.active {
    background-color: white;
}



/* 通用样式 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 导航栏样式 */
.blank-small {
    height: 20px;
}

/* 商品分类 */
.eyou_cargo {
    margin-bottom: 20px;
}

.eyou-theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.eyou-cap {
    font-size: 18px;
    font-weight: bold;
}

.eyou_switch {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.eyou_switch li {
    margin-right: 15px;
}

.eyou_switch li.active a {
    color: #ff6700;
}

.eyou_matter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.imgshow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.imgshow_project {
    width: calc(25% - 10px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.imgshow-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.imgshow-contain {
    padding: 10px;
}

.price {
    color: #ff6700;
    font-size: 16px;
}

.y_money {
    text-decoration: line-through;
    color: #999;
    margin-left: 5px;
}

.imgshow_cap {
    font-size: 14px;
    margin: 10px 0;
}

.imgshow_curve {
    font-size: 12px;
    color: #666;
}

/* 商城动态 */
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.eyou_mz {
    font-size: 18px;
    font-weight: bold;
}

.col-ff6700 {
    color: #ff6700;
}

/* 商城动态 */
.flex-dir-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 设置间距 */
}

.dynamic-item {
    flex: 1 1 calc(33.333% - 10px); /* 电脑版三列显示，减去间距 */
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

/* 手机版一列显示 */
@media (max-width: 768px) {
    .dynamic-item {
        flex: 1 1 100%; /* 手机版一列显示 */
    }
}

/* 友情链接 */
.eyou_links ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.eyou_links li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.eyou_links img {
    width: 100px;
    height: auto;
}

/* 首页产品列表 */

/* 基础样式 */
.jzy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.jzy-parent-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.jzy-parent-name {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.jzy-sub-categories {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
}

.jzy-sub-category {
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 20px; /* 胶囊样式 */
    transition: background-color 0.3s, color 0.3s;
}

.jzy-sub-category.active {
    background-color: #4CAF50; /* 茶叶绿色 */
    color: white;
    border-color: #4CAF50;
}

.jzy-products-container {
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
}

.jzy-products {
    display: none;
    grid-template-columns: repeat(4, 1fr); /* 电脑版每行 4 个 */
    gap: 20px;
    border-radius: 10px;
}

.jzy-products.active {
    display: grid;
}

.jzy-product {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jzy-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.jzy-product-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.jzy-product-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.jzy-product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.jzy-product-price {
    font-size: 14px;
    color: red; /* 价格设置为红色 */
}

.jzy-product-buy {
    background-color: red; /* 按钮背景设置为红色 */
    color: white;
    border: none;
    padding: 2px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.jzy-product-buy:hover {
    background-color: darkred; /* 悬停时按钮颜色变深 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .jzy-parent-category {
        flex-direction: column; /* 父栏目和子栏目分两行 */
        align-items: flex-start;
    }

    .jzy-sub-categories {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .jzy-products {
        grid-template-columns: repeat(2, 1fr); /* 手机版每行 2 个 */
    }
}

/* 首页关于我们 */
/* 基础样式 */
.about-section {
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}

.about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-background-image {
    width: 100%;
    height: 100%;
}

.about-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9); /* 半透明背景 */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-content {
    flex: 1;
    padding: 40px;
}

.about-title {
    font-size: 32px;
    font-weight: bold;
    color: #4CAF50; /* 茶叶绿色 */
    margin-bottom: 20px;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.about-button {
    background-color: #4CAF50; /* 茶叶绿色 */
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.about-button:hover {
    background-color: #45a049; /* 悬停时颜色变深 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }

    .about-image {
        width: 100%;
    }

    .about-content {
        padding: 20px;
        text-align: center;
    }

    .about-title {
        font-size: 28px;
    }

    .about-text {
        font-size: 14px;
    }

    .about-button {
        width: 100%;
        padding: 15px;
    }
}

/* 首页新闻列表 */
/* 基础样式 */
.news-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 20px;
}

.news-header-title {
    font-size: 18px!important;
    color: #333;
    margin: 0;
}

.news-header-more {
    font-size: 16px;
    color: #4CAF50; /* 茶叶绿色 */
    text-decoration: none;
    transition: color 0.3s;
}

.news-header-more:hover {
    color: #45a049; /* 悬停时颜色变深 */
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 电脑版 2 列 */
    gap: 20px;
}

.news-item {
    display: flex;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-image {
    flex: 0 0 200px; /* 固定图片宽度 */
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-title {
    font-size: 18px; /* 字体稍大 */
    color: #333; /* 标题不加粗 */
    margin-bottom: 10px;
}

.news-text {
    font-size: 14px; /* 字体稍大 */
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

.news-meta {
    font-size: 14px; /* 字体稍大 */
    color: #888;
}

.news-category::after {
    content: "|";
    margin: 0 8px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .news-container {
        grid-template-columns: 1fr; /* 手机版 1 列 */
    }

    .news-item {
        flex-direction: column;
    }

    .news-image {
        display: none; /* 手机版隐藏图片 */
    }

    .news-content {
        padding: 15px;
    }

    .news-text,
    .news-meta {
        display: none; /* 手机版仅显示标题 */
    }

    .news-title {
        font-size: 16px; /* 手机版标题字体为 16px */
        margin-bottom: 0;
    }
}

/* 新闻列表页面 */


h3 {
    margin: 0;
}
P {
    margin-bottom: 0;
}
.ey_news359 {
    height: auto;
    color: #434343;
}
.ey_news359 .news_ny {
    width: 100%;
    padding: 20px 0;
    height:auto; 
    overflow:hidden;
}
.ey_news359 .news_list {
    width: 47%;
    float: left;
    padding: 1.5%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    margin: 1.5%
}
.ey_news359 .e_news_l {
    width: 35%;
    float: left
}
.ey_news359 .e_news_l .img {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.ey_news359 .e_news_l .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}
.ey_news359 .e_news_r {
    width: 62%;
    float: right;
}
.ey_news359 .e_news_r h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;/*显示几行*/
    overflow: hidden;
}
.ey_news359 .e_news_r span {
    padding-top: 5px;
    display: block;
    font-size: 13px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #787878;
}
.ey_news359 .e_news_r p {
    padding-top: 5px;
    color: #626262;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;/*显示几行*/
    overflow: hidden;
}
.ey_news359 .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0;
}
.ey_news359 .ey_page li {
    display: inline-block;
}
.ey_news359 .ey_page a {
    margin: 0px 2px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff
}
.ey_news359 .ey_page a:hover, .ey_news359 .ey_page .active a {
 background-color: #0cab61;
 color: #fff;
 border: 1px solid #0cab61;
 box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
@media (max-width:1199px) {
.ey_news359 .news_list {
    width: 47%;
    padding: 1.5%;
    margin: 1.5%
}
.ey_news359 .e_news_r p {
    padding-top: 10px;
}
.ey_news359 .news_ny {
    padding: 20px 0;
    height:auto; 
    overflow:hidden;
}
}
@media (max-width:991px) {
.ey_news359 .e_news_l {
    width: 40%;
    float: left
}
.ey_news359 .e_news_r {
    width: 57%;
    float: right;
}
.ey_news359 .e_news_r span {
    padding-top: 0;
}
}
@media (max-width:768px) {
.ey_news359 .e_news_l {
    width: 100%;
    float: none
}
.ey_news359 .e_news_r {
    width: 100%;
    float: none;
}
}
@media (max-width:480px) {
.ey_news359 .news_list {
    width: 97%;
    float: none;
    padding: 4%;
    margin: 0 1.5% 25px 1.5%
}
.ey_news359 .e_news_r h3 {
    margin-top: 15px
}
.ey_news359 .e_news_r span {
    padding-top: 5px;
}
}
@media (max-width:768px) {
.ey_news359 .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0
}
.ey_news359 .ey_page a {
    margin: 2px 1px;
    padding: 0px 8px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff;
    display: inline-block
}
.ey_news359 .ey_page a:hover {
 background-color: #0cab61;
 color: #fff;
 padding: 0px 8px;
 border: 1px solid #0cab61;}
.ey_news359 .ey_page span {
 background-color: #0cab61;
 color: #fff;
 padding: 0px 8px;
 border: 1px solid #0cab61;
 display: inline-block;}
}

/* 新闻内页 */
/* 基础样式 */
.news-detail-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    display: flex;
    gap: 20px;
}

.news-detail-sidebar {
    flex: 0 0 250px; /* 侧边栏固定宽度 */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-detail-sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.news-detail-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-detail-sidebar-list li {
    margin-bottom: 10px;
}

.news-detail-sidebar-list li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.news-detail-sidebar-list li a:hover {
    color: #4CAF50; /* 茶叶绿色 */
}

.news-detail-main {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-detail-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.news-detail-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.news-detail-date,
.news-detail-author,
.news-detail-views {
    display: flex;
    align-items: center;
}

.news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.news-detail-content p {
    margin-bottom: 20px;
}

.news-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .news-detail-container {
        flex-direction: column;
    }

    .news-detail-sidebar {
        display: none; /* 手机版隐藏侧边栏 */
    }

    .news-detail-main {
        padding: 15px;
    }

    .news-detail-title {
        font-size: 20px;
    }

    .news-detail-meta {
        flex-direction: column;
        gap: 10px;
    }
}


/* 新闻内页 */
.w1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.nybanner {
    width: 100%;
    position: relative;
    height: 30vw; /* 使用视口单位 */
    max-height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.bg_main {
    padding-bottom: 50px;
    min-height: 640px;
}

.sub_nav {
    height: auto;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sub_nav .fl {
    font-size: 26px;
}

.sub_nav .fl span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.sub_nav .fr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sub_nav .fr li {
    margin: 5px;
}

.sub_nav .fr li a {
    color: #666;
    padding: 0 13px;
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 33px;
    transition: ease-in-out .2s;
}

.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
    background: #0cab61;
    color: #fff;
    border: 1px solid #0cab61;
}

.detail {
    padding-top: 50px;
}

.detail .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.detail .title h1 {
    font-size: 30px;
    font-weight: 100;
}

.detail .title span {
    line-height: 18px;
    font-family: arial;
    color: #959595;
    margin: 0 5px;
}

.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}

.detail .context {
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding: 25px 0;
}

.detail .context img {
    max-width: 100%;
    height: auto;
}

.reLink {
    height: auto;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reLink .nextLink, .detail .reLink .prevLink {
    width: 100%;
    text-align: center;
}

.reLink a {
    transition: all ease 500ms;
}

.reLink a:hover {
    color: #052f67;
}

/* 媒体查询 */
@media (max-width: 768px) {
    .sub_nav .fl {
        font-size: 20px;
    }

    .sub_nav .fl span {
        font-size: 14px;
    }

    .sub_nav .fr li a {
        padding: 0 8px;
        font-size: 14px;
    }

    .detail .title h1 {
        font-size: 24px;
    }

    .detail .title span {
        font-size: 14px;
    }
}