@charset "utf-8";
/* ========== Reset ========== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
a{color:#666;text-decoration:none}
a:hover{text-decoration:none;color:#669934}
a:focus{outline:none}
input,button,textarea,select{font-family:inherit;font-size:inherit}
p img{max-width:100%}

/* ========== Utilities ========== */
.clearfix:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.clearfix{zoom:1}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.container{margin-left:auto;margin-right:auto;width:1200px}

/* ========== Base ========== */
body{background:#fff;overflow-x:hidden;color:#333;font-size:14px;font-family:"Microsoft YaHei","微软雅黑",sans-serif;position:relative;min-width:1200px;width:100%}
h1{font-size:28px}
h2{font-size:24px}
h3{font-size:20px}
h4{font-size:16px}

/* ========== Image Fallback ========== */
.img-fallback{background:linear-gradient(135deg,#669934,#f9a50e);display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;color:#fff;font-size:14px;border-radius:8px;text-align:center;padding:10px}

/* ========== Top Bar ========== */
.top-bar{height:51px;border-bottom:1px solid #e6e6e6;position:relative;z-index:9;background:#fff}
.top-bar .fl{height:51px;line-height:51px;font-size:14px;color:#333}
.top-bar .fl a{color:#669934;font-weight:bold}
.top-bar .fr{padding-top:16px}
.top-bar .fr li{float:left;height:19px;line-height:19px;padding-left:24px;margin-left:24px;border-left:1px solid #d2d2d2;position:relative}
.top-bar .fr li:first-child{border-left:none}
.top-bar .fr li a{font-size:14px}
.top-bar .fr li a:hover{color:#669934}
.top-bar .fr li .qr-popup{display:none;width:120px;height:120px;position:absolute;left:-5px;top:18px;padding-top:16px;z-index:999;background:#fff;border:1px solid #e6e6e6}
.top-bar .fr li .qr-popup img{display:block;width:120px;height:120px}
.top-bar .fr li:hover .qr-popup{display:block}

/* ========== Logo Section ========== */
.logo-section .container{height:129px;position:relative}
.logo-link{position:absolute;left:0;top:25px;display:flex;align-items:center;text-decoration:none}
.logo-icon{width:60px;height:60px;flex-shrink:0}
.logo-icon svg{display:block;width:60px;height:60px}
.logo-text{margin-left:15px}
.logo-text .brand-name{font-size:24px;font-weight:bold;color:#333;display:block;margin-bottom:5px;white-space:nowrap}
.logo-text .brand-slogan{font-size:13px;color:#666;letter-spacing:3px;display:block}
.hotline{position:absolute;right:0;top:15px;background:#669934;border-radius:8px;padding:10px 20px 10px 50px;color:#fff;min-width:250px}
.hotline .hotline-label{font-size:13px;display:block;margin-bottom:3px}
.hotline .hotline-number{font-size:26px;font-family:Arial,sans-serif;font-weight:bold;display:block;letter-spacing:1px}

/* ========== Main Navigation ========== */
.main-nav{height:60px;width:100%;z-index:10;background:#669934;position:relative}
.main-nav .container{position:relative}
.nav-list{width:100%}
.nav-list>li{font-size:15px;float:left;position:relative}
.nav-list>li>a{display:block;height:60px;line-height:60px;color:#fff;font-size:16px;padding:0 44px;border-left:1px solid #61b112;transition:background 0.3s}
.nav-list>li:first-child>a{border-left:none}
.nav-list>li:hover>a,.nav-list>li.active>a{background:#f9a50e;color:#fff}
.nav-list .sub-menu{display:none;position:absolute;top:60px;left:0;background:#fff;min-width:160px;border:1px solid #eee;z-index:100;box-shadow:0 3px 8px rgba(0,0,0,.12)}
.nav-list>li:hover .sub-menu{display:block}
.nav-list .sub-menu li a{display:block;padding:10px 20px;color:#333;font-size:14px;border-bottom:1px solid #f0f0f0;transition:all 0.3s}
.nav-list .sub-menu li a:hover{color:#669934;background:#f7f7f7;padding-left:25px}
.mobile-menu-btn{display:none;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:36px;height:36px;cursor:pointer;background:none;border:none;z-index:20}
.mobile-menu-btn span{display:block;width:26px;height:3px;background:#fff;margin:5px auto;border-radius:2px;transition:all 0.3s}

/* ========== Search Bar ========== */
.search-bar{height:48px;background:#f9f9f9;border-bottom:1px solid #eee}
.search-bar .container{display:flex;align-items:center;height:48px}
.search-bar .hot-words{margin-right:20px}
.search-bar .hot-words a{margin-right:18px;font-size:14px;color:#333}
.search-bar .hot-words a:first-child{color:#333;font-weight:bold}
.search-bar .hot-words a:hover{color:#669934}
.search-box{margin-left:auto;display:flex}
.search-box input{width:303px;height:30px;line-height:30px;padding-left:10px;border:1px solid #e8e7e7;color:#999;border-radius:5px 0 0 5px;outline:none;font-size:14px}
.search-box input:focus{border-color:#f9a50e}
.search-box .search-btn{width:74px;height:32px;background:#f9a50e;color:#fff;line-height:32px;border-radius:0 5px 5px 0;cursor:pointer;text-align:center;border:none;font-size:14px;transition:background 0.3s}
.search-box .search-btn:hover{background:#669934}

/* ========== Hero Banner ========== */
.hero-banner{overflow:hidden;width:100%;position:relative}
.hero-banner .banner-slides{position:relative;height:550px;overflow:hidden}
.hero-banner .banner-slide{position:absolute;top:0;left:0;width:100%;height:550px;opacity:0;transition:opacity 0.8s ease}
.hero-banner .banner-slide.active{opacity:1}
.hero-banner .banner-slide img{width:100%;height:550px;object-fit:cover;display:block}
.hero-banner .banner-dots{width:100%;position:absolute;left:0;bottom:35px;text-align:center;z-index:998}
.hero-banner .banner-dots span{display:inline-block;width:60px;height:2px;background:#ccc;margin:0 5px;cursor:pointer;vertical-align:middle}
.hero-banner .banner-dots span.cur{background:#669934}
.hero-banner .banner-prev,.hero-banner .banner-next{display:none;position:absolute;top:50%;margin-top:-29px;width:58px;height:58px;cursor:pointer;z-index:999;background-size:contain;background-repeat:no-repeat;background-position:center;border:none;font-size:24px;color:#fff;background:rgba(0,0,0,0.3);border-radius:50%}
.hero-banner .banner-prev{left:5%}
.hero-banner .banner-next{right:5%}
.hero-banner:hover .banner-prev,.hero-banner:hover .banner-next{display:block}
.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2}
.banner-overlay .banner-text{text-align:center;color:#fff}
.banner-overlay .banner-text h2{font-size:48px;text-shadow:2px 2px 8px rgba(0,0,0,0.5);margin-bottom:15px}
.banner-overlay .banner-text p{font-size:22px;text-shadow:1px 1px 4px rgba(0,0,0,0.5)}

/* ========== Section Title ========== */
.section-title{padding-top:48px;text-align:center;margin-bottom:5px;font-weight:normal;font-size:35px}
.section-title em{display:inline-block;vertical-align:middle;width:480px;height:1px;background:linear-gradient(to right,transparent,#ccc,transparent)}
.section-title span{display:inline-block;vertical-align:middle;font-size:35px;width:230px;color:#333}
.section-title b{color:#669934;font-size:35px}
.section-en{text-align:center;margin-bottom:38px;font-size:16px;text-transform:uppercase;color:#666}

/* ========== Product Section ========== */
.product-section{padding-bottom:50px}
.product-layout{display:flex;gap:22px;align-items:flex-start}
.product-sidebar{width:242px;padding:15px 5px;background:#669934;border-radius:7px;flex-shrink:0}
.product-sidebar h3{padding-top:5px;text-align:center;margin-bottom:12px}
.product-sidebar h3 span{display:block;font-size:22px;color:#fff;margin-bottom:3px}
.product-sidebar h3 i{display:block;font-size:14px;color:#fff;text-transform:uppercase;font-style:normal}
.sidebar-box{padding:10px 15px 1px 15px;background:#fff;border-radius:7px}
.cat-group{margin-bottom:3px}
.cat-group .cat-title{height:30px;line-height:30px;text-indent:18px;font-size:15px;font-weight:bold;background:#6d6b6c;border-radius:5px;margin-bottom:6px}
.cat-group .cat-title a{color:#fff}
.cat-group ul li{height:28px;line-height:28px;text-indent:20px;font-size:13px;border-top:1px dashed #dbdad9}
.cat-group ul li:first-child{border-top:none}
.cat-group ul li:hover a{color:#669934}
.cat-group:hover .cat-title{background:#f9a50e}
.product-scroll{width:936px}
.product-scroll .scroll-top{height:99px;background:#669934;overflow:hidden;border-radius:10px;margin-bottom:20px}
.product-scroll .scroll-top ul li{height:99px;line-height:99px;padding-left:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-scroll .scroll-top ul li b{font-size:24px;color:#fff}
.product-scroll .scroll-top ul li a{color:#fff;font-size:20px}
.product-grid{display:flex;flex-wrap:wrap;gap:9px;width:936px}
.product-card{width:calc((100% - 18px) / 3);margin-bottom:30px}
.product-card dt{border:1px solid #eee;margin-bottom:15px;overflow:hidden}
.product-card dt img{display:block;width:100%;height:220px;object-fit:cover;transition:all 0.5s}
.product-card dd.card-title{font-size:14px;margin-bottom:10px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card dd.card-title a{color:#333}
.product-card dd.card-cat{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:180px;height:20px;margin:auto;font-size:13px;color:#999}
.product-card:hover dt img{transform:scale(1.1)}
.product-card:hover dd.card-title a{color:#669934}

/* ========== Product Advantage (cpys) ========== */
.product-advantage{padding:0 0 50px;background:#f7f7f7}
.advantage-tabs{text-align:center;margin-bottom:29px}
.advantage-tabs li{display:inline-block;width:210px;height:59px;background:#6d6b6c;line-height:59px;color:#fff;font-size:18px;border-radius:7px;margin:0 40px;cursor:pointer}
.advantage-tabs li.cur{background:#f9a50e}
.advantage-content .tab-pane{display:none;position:relative}
.advantage-content .tab-pane.cur{display:block}
.tab-pane .pane-layout{display:flex;gap:45px;align-items:flex-start;background:#fff;padding:40px 45px}
.tab-pane .pane-img{flex-shrink:0}
.tab-pane .pane-img img{display:block;width:486px;height:323px;object-fit:cover;border:1px solid #ccc}
.tab-pane .pane-text{width:575px}
.tab-pane .pane-text h3{font-size:24px;color:#669934;margin-top:30px}
.tab-pane .pane-text p{font-size:16px;color:#666;margin-top:20px;line-height:28px}

/* ========== Case Section (yyal) ========== */
.case-section{padding-bottom:45px}
.case-carousel{position:relative}
.case-carousel .case-prev,.case-carousel .case-next{display:block;width:45px;height:45px;cursor:pointer;position:absolute;top:178px;font-size:30px;color:#999;background:none;border:none;z-index:10}
.case-carousel .case-prev{left:-45px}
.case-carousel .case-next{right:-45px}
.case-carousel .case-prev:hover,.case-carousel .case-next:hover{color:#669934}
.case-track{position:relative;overflow:hidden}
.case-track ul{position:relative;display:flex;transition:transform 0.5s}
.case-card{flex-shrink:0;width:380px;margin-left:30px}
.case-card:first-child{margin-left:0}
.case-card dl{background:#e5e5e5;padding-bottom:15px}
.case-card dt{overflow:hidden;margin-bottom:10px}
.case-card dt img{display:block;width:380px;height:290px;object-fit:cover;transition:all 0.5s}
.case-card dd.card-title{text-align:center;font-size:22px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.case-card dd.card-title a{color:#333}
.case-card dd.card-count{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#666;font-size:14px}
.case-card:hover dt img{transform:scale(1.1)}
.case-card:hover dl{background:#f9a50e;color:#fff}
.case-card:hover dd.card-title a{color:#fff}
.case-card:hover dd.card-count{color:#fff}

/* ========== Competitive Advantage ========== */
.competitive-section{background:#f0f0f0;padding-bottom:50px}
.competitive-bg{max-width:1200px;margin:0 auto;position:relative;padding:40px 0}
.competitive-item{margin-bottom:40px;display:flex;align-items:flex-start;gap:20px}
.competitive-item .item-number{display:flex;align-items:center;gap:15px;min-width:400px}
.competitive-item .item-num{width:70px;height:70px;background:#669934;border-radius:50%;line-height:70px;text-align:center;font-size:36px;color:#fff;font-family:"宋体",serif;flex-shrink:0}
.competitive-item .item-title{font-size:22px;color:#669934;margin-bottom:8px}
.competitive-item .item-subtitle{font-size:14px;color:#999}
.competitive-item .item-desc{font-size:15px;line-height:26px;color:#666;padding-left:25px;border-left:3px solid #669934;margin-top:10px}
.competitive-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 80px}

/* ========== About Section (Homepage) ========== */
.about-section{background:#669934;padding-bottom:40px}
.about-section .section-title{color:#fff}
.about-section .section-title span{color:#fff}
.about-section .section-title b{color:#fff}
.about-section .section-en{color:rgba(255,255,255,0.8)}
.about-tabs{text-align:center;margin-bottom:15px}
.about-tabs li{display:inline-block;width:210px;height:59px;background:rgba(0,0,0,0.3);line-height:59px;color:#fff;font-size:18px;border-radius:7px;margin:0 20px;cursor:pointer}
.about-tabs li.cur{background:#f9a50e}
.about-content .tab-pane{display:none;position:relative}
.about-content .tab-pane.cur{display:block}
.about-intro{display:flex;gap:30px;align-items:flex-start}
.about-intro-left{width:522px;height:375px;position:relative;flex-shrink:0}
.about-intro-left img{width:494px;height:347px;object-fit:cover;border:8px solid rgba(255,255,255,0.3);border-radius:10px}
.about-intro-right{flex:1}
.about-intro-right .intro-title{font-size:20px;margin-bottom:20px;font-weight:bold;color:#fff}
.about-intro-right .intro-text{line-height:26px;color:rgba(255,255,255,0.9)}
.about-intro-right .view-more{display:inline-block;margin-top:20px;padding:10px 30px;background:#f9a50e;color:#fff;border-radius:5px;font-size:14px;transition:background 0.3s}
.about-intro-right .view-more:hover{background:#e89500}
.about-partners{display:flex;flex-wrap:wrap;gap:0;justify-content:center}
.about-partners .partner-item{width:300px;height:100px;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;transition:all 0.5s}
.about-partners .partner-item:hover{transform:scale(1.03);box-shadow:0 0 10px rgba(0,0,0,0.15);z-index:2;position:relative}
.about-partners .partner-item img{max-width:230px;max-height:80px;object-fit:contain}
.about-partners .partner-item span{font-size:18px;font-weight:bold;color:#333}
.cert-gallery{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.cert-card{width:250px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.cert-card img{width:250px;height:200px;object-fit:cover}
.cert-card p{text-align:center;padding:12px;font-size:14px;color:#333}
.factory-gallery{display:flex;gap:30px;overflow:hidden}
.factory-card{flex-shrink:0;width:380px;position:relative;overflow:hidden}
.factory-card img{width:380px;height:300px;object-fit:cover;transition:all 0.5s;display:block}
.factory-card p{position:absolute;left:0;bottom:0;width:100%;height:62px;line-height:62px;text-align:center;color:#fff;background:rgba(0,0,0,0.5)}
.factory-card:hover img{transform:scale(1.1)}
.factory-card:hover p{background:#f9a50e}

/* ========== Testimonial Section ========== */
.testimonial-section{padding-bottom:40px}
.testimonial-bg{position:relative;padding-top:30px}
.testimonial-bg .testimonial-prev,.testimonial-bg .testimonial-next{display:block;width:45px;height:45px;cursor:pointer;position:absolute;font-size:30px;color:#999;background:none;border:none;z-index:10}
.testimonial-bg .testimonial-prev{left:-45px;top:200px}
.testimonial-bg .testimonial-next{right:-45px;top:200px}
.testimonial-track{position:relative;overflow:hidden}
.testimonial-track ul{position:relative;display:flex;transition:transform 0.5s}
.testimonial-card{flex-shrink:0;width:285px;margin-left:20px}
.testimonial-card:first-child{margin-left:0}
.testimonial-card dt{overflow:hidden;margin-bottom:21px}
.testimonial-card dt img{display:block;width:285px;height:220px;object-fit:cover;transition:all 0.5s}
.testimonial-card dd.card-title{margin-bottom:16px;font-size:14px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.testimonial-card dd.card-title a{color:#333}
.testimonial-card dd.card-text{line-height:20px;color:#666;font-size:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.testimonial-card:hover dt img{transform:scale(1.1)}
.testimonial-card:hover dd.card-title a{color:#669934}

/* ========== Service Process ========== */
.service-section{background:#2a2a2a;padding-bottom:55px;background-size:cover;background-position:center}
.service-section .section-title{color:#fff}
.service-section .section-title span{color:#fff}
.service-section .section-title b{color:#fff}
.service-section .section-en{color:rgba(255,255,255,0.7)}
.service-steps{margin-bottom:40px;display:flex;justify-content:center}
.service-steps li{float:left;width:200px;text-align:center;position:relative}
.service-steps li:not(.step-last)::after{content:"→";position:absolute;right:-15px;top:40px;font-size:24px;color:#669934}
.service-steps li .step-icon{width:100px;height:100px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:40px;color:#669934}
.service-steps li .step-icon svg{width:60px;height:60px;fill:#669934}
.service-steps li i{display:block;font-size:18px;color:#fff;font-style:normal}

/* ========== News Section ========== */
.news-section{padding-bottom:50px}
.news-layout{display:flex;gap:55px}
.news-left{width:500px;padding-top:13px}
.news-left .news-featured-img{width:500px;margin-bottom:15px;overflow:hidden}
.news-left .news-featured-img img{display:block;width:500px;height:245px;object-fit:cover;transition:all 0.5s}
.news-left .news-featured-img:hover img{transform:scale(1.05)}
.news-left ul li{overflow:hidden;height:43px;line-height:43px;border-bottom:1px dashed #e2e2e2}
.news-left ul li a{float:left;width:360px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-left ul li span{float:right;color:#999;font-size:13px}
.news-left ul li:hover a{color:#73a146}
.news-right{width:545px;padding-left:75px;border-left:1px solid #73a146;padding-top:13px}
.news-tabs{height:45px;border-bottom:1px solid #73a146;display:flex;align-items:flex-end;margin-bottom:0}
.news-tabs li{float:left;width:114px;height:45px;line-height:45px;border-radius:5px 5px 0 0;text-align:center;font-size:16px;font-weight:bold;cursor:pointer}
.news-tabs li a{display:block;height:45px;color:#333}
.news-tabs li.cur{background:#61B112}
.news-tabs li.cur a{color:#fff}
.news-more{margin-left:auto;height:45px;line-height:45px;text-transform:uppercase;color:#333;font-size:14px}
.news-more em{color:#ddd;font-size:20px}
.news-tab-content .tab-pane{display:none}
.news-tab-content .tab-pane.cur{display:block}
.news-item{padding-left:139px;position:relative;height:84px;margin-top:24px}
.news-item dt{width:116px;height:84px;position:absolute;left:0;top:0;background:#ddd;text-align:center;border-radius:5px;transition:background 0.3s}
.news-item dt b{display:block;font-size:30px;padding-top:13px;margin-bottom:6px;color:#333}
.news-item dt i{display:block;font-style:normal;color:#666}
.news-item dd.item-title{font-size:16px;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-item dd.item-title a{color:#333}
.news-item dd.item-desc{line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:48px;color:#666}
.news-item:hover dt{background:#f9a50e;color:#fff}
.news-item:hover dt b,.news-item:hover dt i{color:#fff}
.news-item:hover dd.item-title a{color:#61B112}

/* ========== Links Section ========== */
.links-section{background:#fff;height:80px;margin-top:10px;display:flex;align-items:center}
.links-section .container{display:flex;align-items:center}
.links-section h4{font-size:14px;float:left;font-weight:normal;line-height:20px;margin-right:20px}
.links-section h4 span{font-size:26px;font-family:"Times New Roman",serif;display:block;margin-top:4px;color:#669934}
.links-list{display:flex;align-items:center;flex-wrap:wrap}
.links-list a{border-right:1px dotted #222;padding:0 20px;font-size:14px}

/* ========== Footer ========== */
.site-footer{background:#242424}
.footer-top{padding:25px 0 30px 0;border-bottom:1px solid #797979;display:flex;justify-content:space-between}
.footer-col{margin-left:80px}
.footer-col:first-child{margin-left:0}
.footer-col li{margin-bottom:16px}
.footer-col li a{color:#fff;font-size:14px}
.footer-col li a:hover{color:#73a146}
.footer-col li:first-child{margin-bottom:20px;font-weight:bold;font-size:18px}
.footer-qr{text-align:center;color:#fff}
.footer-qr dt{overflow:hidden;margin-bottom:10px}
.footer-qr dt img{display:block;width:97px;height:97px;margin:0 auto}
.footer-qr dd{font-size:14px}
.footer-contact{margin-left:auto}
.footer-contact li{margin-bottom:15px;color:#fff;font-size:16px}
.footer-contact li.phone{font-size:28px;color:#669934;font-weight:bold}
.footer-contact li a.btn{display:inline-block;height:45px;width:186px;line-height:45px;text-align:center;font-size:14px;font-weight:bold;color:#669934;background:#fff;border-radius:5px;transition:all 0.3s}
.footer-contact li a.btn:hover{background:#73a146;color:#fff}
.footer-copyright{height:53px;line-height:53px;text-align:center;color:#fff;font-size:13px}
.footer-copyright a{color:#fff}
.footer-copyright a:hover{color:#73a146}

/* ========== Back to Top ========== */
.back-to-top{position:fixed;bottom:80px;right:20px;width:43px;height:43px;cursor:pointer;z-index:999;display:none;background:#669934;border-radius:5px;border:none;color:#fff;font-size:20px;transition:background 0.3s}
.back-to-top:hover{background:#f9a50e}
.back-to-top svg{width:20px;height:20px;fill:#fff;margin:auto;display:block;margin-top:11px}

/* ========== Inner Page Banner ========== */
.inner-banner{width:100%;height:400px;position:relative;overflow:hidden}
.inner-banner img{width:100%;height:400px;object-fit:cover;display:block}
.inner-banner .banner-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center}
.inner-banner .banner-mask h1{color:#fff;font-size:36px;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}

/* ========== Breadcrumb Bar ========== */
.breadcrumb-bar{height:70px;line-height:70px;background:#f7f7f7;border-bottom:1px solid #eee}
.breadcrumb-bar .container{display:flex;justify-content:space-between;align-items:center}
.breadcrumb-title{display:flex;align-items:center;gap:15px}
.breadcrumb-title h1{font-size:24px;color:#333;font-weight:bold}
.breadcrumb-title i{font-style:normal;font-size:14px;color:#999;text-transform:uppercase}
.breadcrumb-path{font-size:14px;color:#666}
.breadcrumb-path a{color:#666}
.breadcrumb-path a:hover{color:#669934}
.breadcrumb-path span{margin:0 8px;color:#ccc}

/* ========== Inner Content ========== */
.inner-content{padding:40px 0 60px;min-height:400px}
.inner-content .container{width:1200px}

/* ========== Product List Page ========== */
.product-list{display:flex;flex-wrap:wrap;gap:20px}
.product-list-card{width:280px;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all 0.3s}
.product-list-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1);transform:translateY(-3px)}
.product-list-card a{display:block;text-decoration:none}
.product-list-card img{width:280px;height:220px;object-fit:cover;display:block;transition:all 0.5s}
.product-list-card:hover img{transform:scale(1.05)}
.product-list-card .card-info{padding:15px}
.product-list-card .card-info h3{font-size:16px;color:#333;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-list-card .card-info p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ========== Product Detail Page ========== */
.detail-section{padding:40px 0}
.detail-top{display:flex;gap:40px;margin-bottom:40px}
.detail-img{flex-shrink:0}
.detail-img img{width:500px;height:400px;object-fit:cover;border:1px solid #eee;border-radius:8px}
.detail-info{flex:1}
.detail-info h1{font-size:28px;color:#333;margin-bottom:15px}
.detail-info .detail-desc{font-size:16px;color:#666;line-height:28px;margin-bottom:20px}
.detail-params{margin-top:20px}
.detail-params h2{font-size:20px;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #669934}
.detail-params table{width:100%;border-collapse:collapse}
.detail-params th{background:#669934;color:#fff;padding:12px 15px;text-align:left;font-weight:normal;font-size:14px}
.detail-params td{padding:12px 15px;border-bottom:1px solid #eee;font-size:14px;color:#666}
.detail-params tr:nth-child(even) td{background:#f9f9f9}
.detail-features{margin-top:30px}
.detail-features h2{font-size:20px;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #669934}
.detail-features ul{padding:0}
.detail-features ul li{padding:10px 0 10px 30px;font-size:15px;color:#666;position:relative;line-height:24px}
.detail-features ul li::before{content:"✓";position:absolute;left:0;color:#669934;font-weight:bold;font-size:18px}
.related-products{margin-top:40px;padding-top:30px;border-top:1px solid #eee}
.related-products h2{font-size:22px;color:#333;margin-bottom:20px}
.related-grid{display:flex;gap:20px}
.related-card{width:280px;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all 0.3s}
.related-card:hover{box-shadow:0 4px 15px rgba(0,0,0,0.1)}
.related-card img{width:280px;height:200px;object-fit:cover;display:block}
.related-card h3{padding:12px 15px;font-size:15px;color:#333;text-align:center}
.related-card:hover h3{color:#669934}

/* ========== News List Page ========== */
.news-list .news-list-card{display:flex;gap:25px;padding:25px 0;border-bottom:1px dashed #e2e2e2;transition:all 0.3s}
.news-list .news-list-card:hover{background:#f9f9f9}
.news-list .news-list-card .card-img{flex-shrink:0;overflow:hidden;border-radius:5px}
.news-list .news-list-card .card-img img{width:240px;height:160px;object-fit:cover;display:block;transition:all 0.5s}
.news-list .news-list-card:hover .card-img img{transform:scale(1.05)}
.news-list .news-list-card .card-body{flex:1}
.news-list .news-list-card .card-body h3{font-size:18px;color:#333;margin-bottom:10px;transition:color 0.3s}
.news-list .news-list-card:hover .card-body h3{color:#669934}
.news-list .news-list-card .card-body .card-date{font-size:13px;color:#999;margin-bottom:10px}
.news-list .news-list-card .card-body .card-summary{font-size:14px;color:#666;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-list .news-list-card .card-body .card-link{display:inline-block;margin-top:12px;color:#669934;font-size:14px;transition:color 0.3s}
.news-list .news-list-card .card-body .card-link:hover{color:#f9a50e}

/* ========== News Detail Page ========== */
.article-section{padding:40px 0}
.article-header{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}
.article-header h1{font-size:26px;color:#333;margin-bottom:10px}
.article-header .article-date{font-size:14px;color:#999}
.article-body{line-height:28px;color:#555;font-size:15px}
.article-body p{margin-bottom:20px;text-indent:2em}
.article-body img{max-width:100%;border-radius:5px;margin:15px 0;display:block}
.article-nav{margin-top:40px;padding-top:20px;border-top:1px solid #eee;display:flex;justify-content:space-between}
.article-nav a{font-size:14px;color:#666;max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.3s}
.article-nav a:hover{color:#669934}

/* ========== About Page ========== */
.about-page-section{padding:40px 0}
.company-intro{margin-bottom:50px}
.company-intro p{font-size:15px;line-height:28px;color:#555;margin-bottom:15px;text-indent:2em}
.timeline-section{margin-bottom:50px}
.timeline-section h2{font-size:24px;color:#333;margin-bottom:30px;padding-left:15px;border-left:4px solid #669934}
.timeline{position:relative;padding-left:40px}
.timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#669934}
.timeline-item{position:relative;margin-bottom:30px}
.timeline-item .timeline-year{position:absolute;left:-40px;top:0;width:30px;height:30px;background:#669934;border-radius:50%;color:#fff;text-align:center;line-height:30px;font-size:12px}
.timeline-item .timeline-content{background:#f7f7f7;padding:20px;border-radius:8px;margin-left:10px}
.timeline-item .timeline-content h3{font-size:18px;color:#669934;margin-bottom:8px}
.timeline-item .timeline-content p{font-size:14px;color:#666;line-height:24px}
.culture-section{margin-bottom:50px}
.culture-section h2{font-size:24px;color:#333;margin-bottom:30px;padding-left:15px;border-left:4px solid #669934}
.culture-grid{display:flex;gap:25px}
.culture-card{flex:1;background:#f7f7f7;padding:30px;border-radius:8px;text-align:center;transition:all 0.3s}
.culture-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,0.1)}
.culture-card .culture-icon{font-size:40px;margin-bottom:15px}
.culture-card h3{font-size:20px;color:#669934;margin-bottom:12px}
.culture-card p{font-size:14px;color:#666;line-height:24px}
.team-section{margin-bottom:40px}
.team-section h2{font-size:24px;color:#333;margin-bottom:30px;padding-left:15px;border-left:4px solid #669934}
.team-grid{display:flex;gap:25px;flex-wrap:wrap}
.team-card{width:180px;text-align:center}
.team-card img{width:180px;height:180px;object-fit:cover;border-radius:50%;margin-bottom:12px;border:3px solid #f0f0f0;transition:border-color 0.3s}
.team-card:hover img{border-color:#669934}
.team-card h3{font-size:16px;color:#333;margin-bottom:5px}
.team-card p{font-size:13px;color:#999}

/* ========== Contact Page ========== */
.contact-section{padding:40px 0}
.contact-info-list{display:flex;gap:25px;margin-bottom:40px}
.contact-info-item{flex:1;background:#f7f7f7;padding:30px;border-radius:8px;text-align:center;transition:all 0.3s}
.contact-info-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.contact-info-item .info-icon{font-size:36px;color:#669934;margin-bottom:15px}
.contact-info-item .info-icon svg{width:40px;height:40px;fill:#669934}
.contact-info-item h3{font-size:16px;color:#333;margin-bottom:8px}
.contact-info-item p{font-size:14px;color:#666;line-height:24px}
.contact-form{background:#f7f7f7;padding:40px;border-radius:10px}
.contact-form h2{font-size:22px;color:#333;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #669934}
.contact-form .form-group{margin-bottom:20px}
.contact-form label{display:block;font-size:14px;color:#333;margin-bottom:8px;font-weight:bold}
.contact-form input,.contact-form textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px;font-size:14px;color:#333;transition:border-color 0.3s}
.contact-form input:focus,.contact-form textarea:focus{border-color:#669934;outline:none}
.contact-form textarea{height:150px;resize:vertical}
.contact-form .submit-btn{display:inline-block;padding:12px 50px;background:#669934;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background 0.3s}
.contact-form .submit-btn:hover{background:#f9a50e}

/* ========== Fade In Animation ========== */
.fade-in{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* ========== Responsive ========== */
@media screen and (max-width:1200px){
  .container{width:96%;padding:0 2%}
  .product-sidebar{width:220px}
  .product-scroll{width:calc(100% - 240px)}
  .product-grid .product-card{width:calc((100% - 18px)/3)}
  .product-card dt img{width:100%;height:auto}
  .case-card{width:calc((100% - 60px)/3)}
  .case-card dt img{width:100%;height:auto}
}
@media screen and (max-width:1024px){
  .product-layout{flex-direction:column}
  .product-sidebar{width:100%}
  .product-scroll{width:100%}
  .product-grid .product-card{width:calc((100% - 9px)/2)}
  .competitive-grid{grid-template-columns:1fr}
  .news-layout{flex-direction:column}
  .news-left,.news-right{width:100%;padding-left:0;border-left:none}
  .about-intro{flex-direction:column}
  .about-intro-left{width:100%;height:auto}
  .about-intro-left img{width:100%;height:auto}
  .footer-top{flex-wrap:wrap}
  .footer-col{margin-left:30px;margin-bottom:20px}
}
@media screen and (max-width:768px){
  body{min-width:auto}
  .container{width:100%;padding:0 15px}
  .top-bar{display:none}
  .logo-section .container{height:auto;padding:15px 0}
  .logo-link{position:static}
  .logo-text .brand-name{font-size:18px}
  .hotline{position:static;margin-top:15px;min-width:auto}
  .main-nav{position:relative}
  .nav-list{display:none;position:absolute;top:60px;left:0;width:100%;background:#669934;z-index:100}
  .nav-list.open{display:block}
  .nav-list>li{float:none;width:100%;border-bottom:1px solid rgba(255,255,255,0.1)}
  .nav-list>li>a{border-left:none;padding:0 20px}
  .mobile-menu-btn{display:block}
  .search-bar{display:none}
  .hero-banner .banner-slides{height:300px}
  .hero-banner .banner-slide{height:300px}
  .hero-banner .banner-slide img{height:300px}
  .banner-overlay .banner-text h2{font-size:24px}
  .banner-overlay .banner-text p{font-size:14px}
  .section-title{font-size:24px;padding-top:30px}
  .section-title span{font-size:24px;width:auto}
  .section-title em{width:80px}
  .section-title b{font-size:24px}
  .section-en{font-size:13px;margin-bottom:20px}
  .product-grid .product-card{width:100%}
  .product-card dt img{width:100%;height:auto}
  .product-card dd.card-cat{width:auto}
  .tab-pane .pane-layout{flex-direction:column;padding:20px}
  .tab-pane .pane-img img{width:100%;height:auto}
  .tab-pane .pane-text{width:100%}
  .advantage-tabs li{width:150px;height:45px;line-height:45px;font-size:14px;margin:0 5px}
  .case-card{width:100%;margin-left:0}
  .case-card dt img{width:100%;height:auto}
  .testimonial-card{width:100%;margin-left:0}
  .testimonial-card dt img{width:100%;height:auto}
  .service-steps{flex-wrap:wrap}
  .service-steps li{width:33%;margin-bottom:20px}
  .service-steps li::after{display:none}
  .about-tabs li{width:120px;height:45px;line-height:45px;font-size:14px;margin:0 5px}
  .about-intro{flex-direction:column}
  .about-intro-left{width:100%;height:auto}
  .about-intro-left img{width:100%;height:auto}
  .detail-top{flex-direction:column}
  .detail-img img{width:100%;height:auto}
  .news-list .news-list-card{flex-direction:column}
  .news-list .news-list-card .card-img img{width:100%;height:auto}
  .contact-info-list{flex-direction:column}
  .culture-grid{flex-direction:column}
  .team-grid{justify-content:center}
  .related-grid{flex-direction:column}
  .related-card{width:100%}
  .product-list-card{width:100%}
  .product-list-card img{width:100%;height:auto}
  .footer-top{flex-direction:column;padding:20px}
  .footer-col{margin-left:0;margin-bottom:20px}
  .footer-contact{margin-left:0}
  .links-section{height:auto;padding:15px 0}
  .links-list a{padding:5px 10px;font-size:12px}
  .inner-banner{height:250px}
  .inner-banner img{height:250px}
  .breadcrumb-bar{height:auto;padding:10px 0}
  .breadcrumb-bar .container{flex-direction:column;gap:5px}
  .breadcrumb-title h1{font-size:18px}
}
