1| 2| 3| 4| 7| <meta name="keywords" content="今年这些钱你省了吗?"> 8| <meta name="description" content="2022年《政府工作报告》提出,持续激发市场主体活力,实施新的组合式税费支持政策,减税与退税并举。为帮助市场主体增动力、添活力、减压力,今年出台了哪些减税退税政策,都给市场主体和纳税人带来哪些优惠? 9| 10|&nbsp; 11| 12|01:退! 13| 14|&middot;大规模增值税留抵退税 15| 16|&mdash;&mdash;实施大规模增值税留抵退税政策,是今年稳定宏观经济大盘的关键举措。今年以来已有20005亿元增值税留抵"> 17| <style> 18| * { margin: 0; padding: 0; box-sizing: border-box; } 19| body { font-family: 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', sans-serif; line-height: 1.6; color: #333; background: #fff; } 20| a { text-decoration: none; color: inherit; } 21| 22| .header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: white; padding: 1.5rem 0; } 23| .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } 24| .top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; } 25| .logo { display: flex; align-items: center; gap: 1rem; } .logo-left-group { display: flex; align-items: center; gap: 16px; } .brand-text-wrap { display: flex; flex-direction: column; line-height: 1.1; } .logo-svg { height: 60px; width: auto; } .logo-text { font-size: 1.8rem; font-weight: bold; } 26| .contact-info { text-align: center; } 27| .contact-info .tel { font-size: 1.3rem; font-weight: bold; margin-bottom: 0.3rem; } 28| .contact-info .mobile { font-size: 1rem; opacity: 0.9; } 29| .main-nav { background: rgba(255,255,255,0.1); border-radius: 8px; padding: 0.5rem; } 30| .main-nav ul { display: flex; list-style: none; flex-wrap: wrap; justify-content: center; } 31| .main-nav li { margin: 0 0.5rem; } 32| .main-nav a { color: white; padding: 0.6rem 1.2rem; display: block; border-radius: 5px; transition: background 0.3s; font-weight: 500; text-align: center; } 33| .main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,0.2); } 34| 35| .article-container { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; } 36| .back-btn { display: inline-block; margin-bottom: 2rem; padding: 10px 20px; background: #667eea; color: white; border-radius: 8px; font-weight: 500; transition: background 0.3s; } 37| .back-btn:hover { background: #5568d3; } 38| 39| .article-header { margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 2px solid #e9ecef; } 40| .article-title { font-size: 2rem; color: #2c3e50; margin-bottom: 1rem; line-height: 1.4; } 41| .article-meta { color: #6c757d; font-size: 0.95rem; display: flex; gap: 20px; flex-wrap: wrap; align-items: center; } 42| .article-category { display: inline-block; padding: 6px 16px; background: #eef2ff; color: #667eea; border-radius: 20px; font-size: 0.9rem; } 43| 44| .article-content { background: white; line-height: 1.9; color: #495057; font-size: 1.2rem; } 45| .article-content p { margin-bottom: 1.2rem; } 46| .article-content h2 { color: #2c3e50; margin: 2rem 0 1rem; font-size: 1.6rem; } 47| .article-content h3 { color: #2c3e50; margin: 1.5rem 0 0.8rem; font-size: 1.3rem; } 48| .article-content ul, .article-content ol { margin: 1rem 0 1rem 2rem; } 49| .article-content li { margin-bottom: 0.5rem; } 50| .article-content img { display: block !important; margin: 1.5rem auto !important; max-width: 100% !important; height: auto !important; border-radius: 8px; } 51| 52| .article-nav { margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #e9ecef; } 53| .article-nav-title { font-size: 1.1rem; color: #2c3e50; margin-bottom: 1.2rem; font-weight: 600; } 54| .article-nav-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } 55| .article-nav-item { display: block; padding: 1.2rem 1.5rem; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #667eea; transition: all 0.3s; } 56| .article-nav-item:hover { background: #eef2ff; transform: translateX(5px); } 57| .article-nav-item .label { font-size: 0.85rem; color: #6c757d; margin-bottom: 0.5rem; display: block; } 58| .article-nav-item .label.prev { color: #667eea; } 59| .article-nav-item .label.next { color: #764ba2; } 60| .article-nav-item .title { font-size: 1rem; color: #2c3e50; line-height: 1.4; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; } 61| .article-nav-item:hover .title { color: #667eea; } 62| .article-nav-item.disabled { opacity: 0.5; cursor: not-allowed; } 63| .article-nav-item.disabled:hover { background: #f8f9fa; transform: none; } 64| 65| .footer { background: #2c3e50; color: white; text-align: center; padding: 2.5rem 0; margin-top: 3rem; } 66| .footer p { opacity: 0.9; margin-bottom: 0.5rem; } 67| 68| /* 移动端汉堡菜单 - 电脑端默认隐藏 */ .mobile-menu-btn { display: none; background: rgba(255,255,255,0.1); border: none; cursor: pointer; padding: 10px 20px; z-index: 1001; border-radius: 8px; margin: 0.5rem auto; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); } .mobile-menu-btn span { display: block; width: 24px; height: 3px; background: white; margin: 5px 0; transition: all 0.3s; border-radius: 2px; } .mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } .mobile-menu-btn.active span:nth-child(2) { opacity: 0; } .mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); } .mobile-menu-btn:active { background: rgba(255,255,255,0.2); } /* 移动端悬浮汉堡按钮 - 毛玻璃效果 */ .mobile-menu-btn-fixed { display: none; position: fixed; top: 10px; left: 15px; background: rgba(255, 255, 255, 0.35); border: 1px solid rgba(255, 255, 255, 0.5); cursor: pointer; padding: 8px 12px; z-index: 9999; border-radius: 12px; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3); transition: all 0.3s ease; } .mobile-menu-btn-fixed span { display: block; width: 20px; height: 2.5px; background: white; margin: 4px 0; transition: all 0.3s; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .mobile-menu-btn-fixed.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } .mobile-menu-btn-fixed.active span:nth-child(2) { opacity: 0; } .mobile-menu-btn-fixed.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); } .mobile-menu-btn-fixed:hover { background: rgba(255, 255, 255, 0.5); transform: scale(1.05); } .mobile-menu-btn-fixed:active { background: rgba(255, 255, 255, 0.6); transform: scale(0.95); } /* 移动端导航菜单 */ .mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1000; opacity: 0; transition: opacity 0.3s; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); } .mobile-nav-overlay.active { display: block; opacity: 1; } .mobile-nav-menu { position: fixed; top: 0; right: -200px; width: 200px; height: 100vh; background: rgba(30, 60, 114, 0.85); z-index: 1002; transition: right 0.3s ease; box-shadow: -5px 0 25px rgba(0,0,0,0.2); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-left: 1px solid rgba(255, 255, 255, 0.3); } .mobile-nav-menu.active { right: 0; } .mobile-nav-menu .menu-logo { padding: 50px 15px 15px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 8px; } .mobile-nav-menu .menu-logo .ml-content { display: flex; align-items: center; justify-content: center; gap: 10px; } .mobile-nav-menu .menu-logo .ml-text { display: flex; flex-direction: column; align-items: flex-start; } .mobile-nav-menu .menu-logo .ml-sungine { display: block; font-size: 1.1rem; font-weight: 900; color: #ffffff; line-height: 1.1; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .mobile-nav-menu .menu-logo .ml-company { display: block; font-size: 0.85rem; font-weight: 700; color: #ffffff; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.3); margin-top: 2px; } .mobile-nav-menu .menu-logo .ml-icon { width: 35px; height: 35px; flex-shrink: 0; } .mobile-nav-menu ul { list-style: none; padding: 0 10px 20px; } .mobile-nav-menu li { margin: 0; border-bottom: 1px solid rgba(255,255,255,0.2); } .mobile-nav-menu a { display: block; padding: 10px 12px; color: #ffffff; font-size: 0.95rem; font-weight: 500; text-shadow: 0 2px 4px rgba(0,0,0,0.3); transition: all 0.3s; border-radius: 8px; margin: 5px 0; letter-spacing: 0.3px; } .mobile-nav-menu a:hover, .mobile-nav-menu a.active { background: rgba(255,255,255,0.25); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform: translateX(-5px); } .logo { display: flex; align-items: center; } .logo-left-group { display: flex; align-items: center; gap: 16px; } .brand-text-wrap { display: flex; flex-direction: column; line-height: 1.1; } .brand-en { font-family: 'Arial Black', Arial, sans-serif; font-size: 20px; font-weight: 900; color: #FFFFFF; letter-spacing: 0.5px; } .brand-cn { font-family: 'Microsoft YaHei', sans-serif; font-size: 16px; font-weight: 700; color: #FFFFFF; } .brand-sub { font-family: Arial, sans-serif; font-size: 12px; color: #B0B0B0; } .logo-icon { flex-shrink: 0; width: 65px; height: 65px; } .company-name { font-size: 2.5rem; font-weight: bold; color: #FFFFFF; white-space: nowrap; margin-left: 60px; } @media (max-width: 768px) { .top-bar { flex-direction: column; align-items: center; text-align: center; gap: 0.8rem; } .logo { flex-direction: column; gap: 10px; align-items: center; } .logo-left-group { gap: 12px; flex-direction: row; align-items: center; } .brand-text-wrap { display: flex !important; flex-direction: column; align-items: center; } .brand-en { font-size: 1.5rem !important; margin-bottom: 3px; font-weight: 900; } .brand-cn { font-size: 1.2rem !important; font-weight: 700; } .brand-sub { display: none; } .logo-icon { width: 50px; height: 50px; display: block !important; } .company-name { display: block !important; font-size: 1.15rem !important; color: #D4AF37 !important; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px !important; margin: 8px 0 0 !important; } .contact-info { text-align: center; } .contact-info .tel { font-size: 1.1rem !important; } .contact-info .mobile { display: block !important; opacity: 0.9; } .main-nav ul { justify-content: center; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 5px; } .main-nav li { flex-shrink: 0; } .main-nav a { padding: 8px 12px; font-size: 0.9rem; white-space: nowrap; } .article-container { padding: 1.5rem 1rem; } .article-title { font-size: 1.5rem; } .article-content { font-size: 1rem; } .article-nav-grid { grid-template-columns: 1fr; } /* 移动端悬浮汉堡按钮 */ .mobile-menu-btn { display: none; } .mobile-menu-btn-fixed { display: block; } .main-nav { display: none; } } /* 移动端汉堡按钮 */ 87| /* 移动端汉堡按钮 */ .mobile-menu-btn-fixed { position: fixed; top: 10px; left: 15px; z-index: 1000; background: rgba(255, 255, 255, 0.35); border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3); border-radius: 8px; padding: 8px 12px; cursor: pointer; } .mobile-menu-btn-fixed span { display: block; width: 20px; height: 2.5px; background: white; margin: 4px 0; border-radius: 2px; transition: all 0.3s ease; } .mobile-menu-btn-fixed.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); } .mobile-menu-btn-fixed.active span:nth-child(2) { opacity: 0; } .mobile-menu-btn-fixed.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); } /* 移动端导航菜单 */ .mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1001; backdrop-filter: blur(4px); } .mobile-nav-overlay.active { display: block; } .mobile-nav-menu { position: fixed; top: 0; right: -200px; width: 200px; height: 100vh; background: rgba(30, 60, 114, 0.98); backdrop-filter: blur(10px); z-index: 1002; transition: right 0.3s ease; overflow-y: auto; } .mobile-nav-menu.active { right: 0; } /* 菜单顶部 LOGO 区域 */ .menu-logo { padding: 50px 15px 15px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 10px; } .ml-content { display: flex; align-items: center; justify-content: center; gap: 10px; } .ml-text { display: flex; flex-direction: column; align-items: flex-start; } .ml-sungine { font-size: 1.1rem; font-weight: 900; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.3); line-height: 1.1; } .ml-company { font-size: 0.85rem; font-weight: 700; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.3); line-height: 1.2; margin-top: 2px; } .ml-icon { width: 35px; height: 35px; flex-shrink: 0; } .mobile-nav-menu ul { list-style: none; padding: 0; } .mobile-nav-menu li { border-bottom: 1px solid rgba(255,255,255,0.1); } .mobile-nav-menu li a { display: block; padding: 14px 20px; color: white; font-size: 0.95rem; font-weight: 500; transition: background 0.3s; } .mobile-nav-menu li a:hover, .mobile-nav-menu li a.active { background: rgba(255,255,255,0.15); } </style> 88| <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://www.sungine.vip/article/151/" }, "headline": "文章151", "description": "文章151", "author": { "@type": "Organization", "name": "杭州上杰控股集团有限公司" }, "publisher": { "@type": "Organization", "name": "杭州上杰控股集团有限公司", "logo": { "@type": "ImageObject", "url": "https://www.sungine.vip/assets/logo/png/logo.png" } }, "datePublished": "2024-01-01", "dateModified": "2024-01-01" } </script> </head> 89|<body> <!-- 移动端悬浮汉堡按钮 --> <button class="mobile-menu-btn-fixed" onclick="toggleMenu()" aria-label="菜单"> <span></span> <span></span> <span></span> </button> <!-- 移动端导航菜单 --> <div class="mobile-nav-overlay" onclick="toggleMenu()"></div> <div class="mobile-nav-menu"> <!-- 菜单顶部组合 LOGO --> <div class="menu-logo"> <div class="ml-content"> <!-- 文字块:SUNGINE + 上杰控股集团 --> <div class="ml-text"> <span class="ml-sungine">SUNGINE</span> <span class="ml-company">上杰控股集团</span> </div> <!-- 红色图标 --> <svg class="ml-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102 102"> <defs> <linearGradient id="menuRedGrad" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" stop-color="#E31E24"/> <stop offset="100%" stop-color="#C4151B"/> </linearGradient> </defs> <path d="M 0 0 L 68 0 L 102 34 L 34 34 L 34 102 L 0 68 Z" fill="url(#menuRedGrad)" stroke="none"/> </svg> </div> </div> <ul> <li><a href="https://www.sungine.vip/">首页</a></li> <li><a href="https://www.sungine.vip/services.html">主营业务</a></li> <li><a href="https://www.sungine.vip/news.html">行业资讯</a></li> <li><a href="https://www.sungine.vip/tax-news.html">财税知识</a></li> <li><a href="https://www.sungine.vip/honor/">资质荣誉</a></li> <li><a href="https://www.sungine.vip/about.html">关于我们</a></li> <li><a href="https://www.sungine.vip/contact.html">联系我们</a></li> </ul> </div> <script> function toggleMenu() { document.querySelector('.mobile-menu-btn').classList.toggle('active'); document.querySelector('.mobile-menu-btn-fixed').classList.toggle('active'); document.querySelector('.mobile-nav-overlay').classList.toggle('active'); document.querySelector('.mobile-nav-menu').classList.toggle('active'); // 锁定页面,防止滚动 const menuActive = document.querySelector('.mobile-nav-menu').classList.contains('active'); document.body.classList.toggle('menu-open', menuActive); document.body.style.overflow = menuActive ? 'hidden' : ''; } </script> 90| <body> <div class="header"> <div class="container"> <div class="top-bar"> <div class="logo"> <!-- 第一行:SUNGINE 在上,下面 上杰控股集团 | 公司标志 --> <div class="logo-left-group"> <div class="brand-text-wrap"> <span class="brand-en">SUNGINE</span> <span class="brand-cn">上杰控股集团</span> </div> <!-- 红色图标 --> <svg class="logo-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102 102"> <defs> <linearGradient id="redGrad" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" stop-color="#E31E24"/> <stop offset="100%" stop-color="#C4151B"/> </linearGradient> </defs> <path d="M 0 0 L 68 0 L 102 34 L 34 34 L 34 102 L 0 68 Z" fill="url(#redGrad)" stroke="none"/> </svg> </div> <!-- 第二行:公司名 --> <span class="company-name">杭州上杰控股集团有限公司</span> </div> <div class="contact-info"> <div class="tel">📞 咨询热线:400-0571-090</div> <div class="mobile">📱 24 小时服务:18957131588</div> </div> </div> <!-- 移动端汉堡按钮 - 放在导航栏位置(靠左) --> <div style="width: 100%; text-align: left;"> <button class="mobile-menu-btn" onclick="toggleMenu()" aria-label="菜单" style="margin-top: -32px;"> <span></span> <span></span> <span></span> </button> </div> <nav class="main-nav"> <ul> <li><a href="https://www.sungine.vip/">首页</a></li> <li><a href="https://www.sungine.vip/services.html">主营业务</a></li> <li><a href="https://www.sungine.vip/news.html" class="active">行业资讯</a></li> <li><a href="https://www.sungine.vip/tax-news.html">财税知识</a></li> <li><a href="https://www.sungine.vip/honor/">资质荣誉</a></li> <li><a href="https://www.sungine.vip/about.html">关于我们</a></li> <li><a href="https://www.sungine.vip/contact.html">联系我们</a></li> </ul> </nav> </div> </div> 112| 113| <main class="article-container"> 114| <a href="/news.html" class="back-btn">← 返回行业资讯</a> 115| 116| <article> 117| <div class="article-header"> 118| <h1 class="article-title">今年这些钱你省了吗?</h1> 119| <div class="article-meta"> 120| <span class="article-category">行业新闻</span> 121| <span>📅 2022年08月22日</span> 122| </div> 123| 124| <img src="/uploadfile/news/2022822134215694.jpg" alt="今年这些钱你省了吗?" 125| style="max-width: 100%; height: auto; border-radius: 8px; border: 1px solid #e9ecef;" 126| onerror="this.style.display='none'"> 127| 128| </div> 129| 130| <div class="article-content"> 131| <p><span style="font-size:16px"><span style="font-family:system-ui,-apple-system,system-ui,helvetica neue,pingfang sc,hiragino sans gb,microsoft yahei ui,microsoft yahei,arial,sans-serif">2022年《政府工作报告》提出,持续激发市场主体活力,实施新的组合式税费支持政策,减税与退税并举。为帮助市场主体增动力、添活力、减压力,今年出台了哪些减税退税政策,都给市场主体和纳税人带来哪些优惠?</span></span></p> 132| 133|<p> </p> 134| 135|<p><strong><span style="font-size:16px">01:退!</span></strong></p> 136| 137|<p style="text-align:justify"><span style="font-size:16px"><strong>·大规模增值税留抵退税</strong></span></p> 138| 139|<p style="text-align:justify"><span style="font-size:16px">——实施大规模增值税留抵退税政策,是今年稳定宏观经济大盘的关键举措。今年以来已有20005亿元增值税留抵退税款退到纳税人账户,超过去年退税规模的3倍,有效缓解企业资金压力。</span></p> 140| 141|<p><img alt="" src="/upload/202208221343359901.jpeg" style="height:396px; width:600px" /></p> 142| 143|<p style="text-align:justify"><span style="font-size:16px"><strong>扩大留抵退税实施范围。</strong>4月1日起,按月全额退还增值税增量留抵税额政策范围,扩大至符合条件的小微企业和制造业等6个行业企业,这些企业的存量、增量留抵税额均按100%全额退还。自7月1日起,将批发和零售业、住宿和餐饮业等7个行业纳入按月全额退还增量留抵税额、一次性全额退还存量留抵税额政策范围。</span></p> 144| 145|<p style="text-align:justify"><span style="font-size:16px"><strong>加快留抵退税实施进度。</strong>退税进度上,优先安排小微企业,4月份集中退还微型企业存量留抵税额,5、6月份集中退还小型企业存量留抵税额,确保小微企业存量留抵税额6月底前一次性全部退还。在此基础上,大幅提前中型企业、大型企业存量留抵退税实施时间。将中型企业退税由三季度提前到5月1日实施、6月30日前集中退还;大型企业由四季度提前至6月1日实施、6月30日前集中退还,确保政策效应在上半年集中释放。</span></p> 146| 147|<p style="text-align:justify"><span style="font-size:16px"><strong>·出口退税</strong></span></p> 148| 149|<p style="text-align:justify"><span style="font-size:16px">——加大出口退税政策支持力度,助力外贸企业缓解困难。</span></p> 150| 151|