{"id":30,"date":"2026-09-20T21:58:19","date_gmt":"2026-09-20T13:58:19","guid":{"rendered":"https:\/\/huant.ltd\/?page_id=30"},"modified":"2026-09-20T22:06:58","modified_gmt":"2026-09-20T14:06:58","slug":"home-englihs","status":"publish","type":"page","link":"https:\/\/huant.ltd\/index.php\/en\/home-englihs","title":{"rendered":"Home-Englihs"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ============================================================\n   \u8f89\u53bf\u5e02\u6d39\u62d3\u79d1\u6280\u6709\u9650\u516c\u53f8 - \u9996\u9875\u6837\u5f0f\n   ============================================================ *\/\n\n\/* ---------- \u52a8\u753b ---------- *\/\n@keyframes htFadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes htFloat {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-14px); }\n}\n\n.ht-fade { opacity: 0; }\n.ht-fade.ht-show { animation: htFadeUp .8s ease forwards; }\n.ht-fade.ht-show.d1 { animation-delay: .15s; }\n.ht-fade.ht-show.d2 { animation-delay: .3s; }\n.ht-fade.ht-show.d3 { animation-delay: .45s; }\n\n\/* ---------- \u901a\u7528 ---------- *\/\n.ht-section { padding: 100px 24px; }\n.ht-container { max-width: 1200px; margin: 0 auto; }\n.ht-section-title { text-align: center; margin-bottom: 64px; }\n.ht-eyebrow { font-size: 14px; letter-spacing: 3px; margin: 0 0 10px; font-family: sans-serif; }\n.ht-h2 { font-size: 38px; margin: 0; font-family: sans-serif; font-weight: 800; }\n.ht-divider { width: 56px; height: 4px; margin: 20px auto 0; border-radius: 2px; }\n.ht-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }\n.ht-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 64px; align-items: center; }\n.ht-grid-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 48px; }\n\n\/* ---------- \u9996\u5c4f Banner ---------- *\/\n.ht-hero {\n  min-height: 90vh;\n  display: flex;\n  align-items: center;\n  padding: 80px 24px;\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #4c1d95 100%);\n}\n.ht-hero::before {\n  content: '';\n  position: absolute;\n  top: -120px; right: -120px;\n  width: 480px; height: 480px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(96,165,250,.35), transparent 70%);\n}\n.ht-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -80px;\n  width: 380px; height: 380px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(167,139,250,.3), transparent 70%);\n}\n.ht-hero-inner { position: relative; z-index: 1; }\n.ht-hero-eyebrow { color: #93c5fd; font-size: 16px; letter-spacing: 4px; margin: 0 0 16px; }\n.ht-hero h1 { color: #fff; font-size: 52px; line-height: 1.25; margin: 0 0 20px; font-weight: 800; }\n.ht-hero-desc { color: #cbd5e1; font-size: 18px; line-height: 1.9; max-width: 620px; margin: 0 0 40px; }\n.ht-hero-desc strong { color: #fff; }\n.ht-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }\n.ht-hero-stats { display: flex; gap: 48px; margin-top: 64px; flex-wrap: wrap; }\n.ht-stat-num { color: #fff; font-size: 32px; font-weight: 800; }\n.ht-stat-label { color: #94a3b8; font-size: 14px; }\n\n\/* ---------- \u6309\u94ae ---------- *\/\n.ht-btn-primary {\n  display: inline-block;\n  background: linear-gradient(135deg, #3b82f6, #8b5cf6);\n  color: #fff;\n  padding: 14px 36px;\n  border-radius: 999px;\n  text-decoration: none;\n  font-size: 16px;\n  font-weight: 600;\n  box-shadow: 0 8px 24px rgba(59,130,246,.4);\n  transition: transform .3s, box-shadow .3s;\n}\n.ht-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(59,130,246,.55); }\n.ht-btn-outline {\n  display: inline-block;\n  border: 1px solid rgba(255,255,255,.5);\n  color: #fff;\n  padding: 14px 36px;\n  border-radius: 999px;\n  text-decoration: none;\n  font-size: 16px;\n  transition: background .3s;\n}\n.ht-btn-outline:hover { background: rgba(255,255,255,.12); }\n\n\/* ---------- \u6838\u5fc3\u4e1a\u52a1\u5361\u7247 ---------- *\/\n.ht-services { background: #f8fafc; }\n.ht-services .ht-eyebrow { color: #2563eb; }\n.ht-services .ht-h2 { color: #0f172a; }\n.ht-divider.blue-purple { background: linear-gradient(90deg, #3b82f6, #8b5cf6); }\n\n.ht-card {\n  background: #fff;\n  border-radius: 20px;\n  padding: 40px 32px;\n  box-shadow: 0 4px 20px rgba(0,0,0,.05);\n  transition: transform .3s, box-shadow .3s;\n}\n.ht-card:hover { transform: translateY(-8px); }\n.ht-card.card-blue:hover  { box-shadow: 0 16px 40px rgba(37,99,235,.15); }\n.ht-card.card-purple:hover { box-shadow: 0 16px 40px rgba(139,92,246,.15); }\n.ht-card.card-green:hover { box-shadow: 0 16px 40px rgba(16,185,129,.15); }\n\n.ht-card-icon {\n  width: 64px; height: 64px;\n  border-radius: 16px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 30px;\n  animation: htFloat 4s ease-in-out infinite;\n}\n.ht-icon-blue   { background: linear-gradient(135deg, #3b82f6, #60a5fa); }\n.ht-icon-purple { background: linear-gradient(135deg, #8b5cf6, #c084fc); animation-delay: .5s; }\n.ht-icon-green  { background: linear-gradient(135deg, #10b981, #34d399); animation-delay: 1s; }\n\n.ht-card h3 { font-size: 22px; color: #0f172a; margin: 24px 0 12px; }\n.ht-card p { color: #64748b; font-size: 15px; line-height: 1.9; margin: 0; }\n\n\/* ---------- \u5173\u4e8e\u6211\u4eec ---------- *\/\n.ht-about { background: #fff; }\n.ht-about .ht-eyebrow { color: #2563eb; }\n.ht-about .ht-h2 { color: #0f172a; }\n.ht-about-text { color: #475569; font-size: 16px; line-height: 2; margin: 0 0 16px; }\n.ht-about-text.last { margin-bottom: 32px; }\n.ht-value-list { display: flex; flex-direction: column; gap: 14px; }\n.ht-value-item { display: flex; align-items: center; gap: 12px; }\n.ht-check { color: #2563eb; font-size: 20px; }\n.ht-value-text { color: #334155; font-size: 15px; }\n\n.ht-vision-card {\n  background: linear-gradient(135deg, #1e3a8a, #4c1d95);\n  border-radius: 24px;\n  padding: 48px 40px;\n  color: #fff;\n}\n.ht-vision-card h3 { font-size: 24px; margin: 0 0 32px; font-weight: 700; }\n.ht-vision-text { font-size: 17px; line-height: 2.1; margin: 0 0 32px; color: #e0e7ff; }\n.ht-vision-meta {\n  border-top: 1px solid rgba(255,255,255,.2);\n  padding-top: 28px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n}\n.ht-vision-label { font-size: 15px; color: #93c5fd; margin-bottom: 6px; }\n.ht-vision-value { font-size: 15px; }\n\n\/* ---------- \u8054\u7cfb\u6211\u4eec ---------- *\/\n.ht-contact {\n  background: linear-gradient(135deg, #0f172a, #1e3a8a);\n  text-align: center;\n}\n.ht-contact-inner { max-width: 760px; margin: 0 auto; }\n.ht-contact .ht-eyebrow { color: #93c5fd; }\n.ht-contact .ht-h2 { color: #fff; margin-bottom: 16px; }\n.ht-contact-desc { color: #cbd5e1; font-size: 16px; line-height: 1.9; margin: 0 0 40px; }\n\n.ht-contact-item {\n  background: rgba(255,255,255,.08);\n  border: 1px solid rgba(255,255,255,.12);\n  border-radius: 16px;\n  padding: 28px 20px;\n}\n.ht-contact-icon { font-size: 28px; margin-bottom: 12px; }\n.ht-contact-label { color: #93c5fd; font-size: 14px; margin-bottom: 6px; }\n.ht-contact-value { color: #fff; font-size: 15px; }\n\n\/* ---------- \u54cd\u5e94\u5f0f ---------- *\/\n@media (max-width: 640px) {\n  .ht-hero h1 { font-size: 36px; }\n  .ht-h2 { font-size: 30px; }\n  .ht-hero-stats { gap: 32px; }\n}\n<\/style>\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Huishi Huantuo Technology Co., Ltd.<\/title>\n  <link rel=\"stylesheet\" href=\"huantuo_style.css\">\n<base target=\"_blank\">\n<\/head>\n<body>\n\n  <!-- ===== Hero ===== -->\n  <section id=\"ht-top\" class=\"ht-hero\">\n    <div class=\"ht-container ht-hero-inner\">\n      <p class=\"ht-eyebrow ht-hero-eyebrow ht-fade ht-show\">HUANTUO TECHNOLOGY<\/p>\n      <h1 class=\"ht-fade ht-show d1\">Innovation Driven by Code,<br>Future Powered by Intelligence<\/h1>\n      <p class=\"ht-hero-desc ht-fade ht-show d2\">\n        Huishi Huantuo Technology Co., Ltd. specializes in <strong>software development<\/strong>,\n        <strong>AI research<\/strong>, and <strong>cutting-edge technology exploration<\/strong>.\n        With technology at our core and innovation as our spirit, we deliver high-quality\n        digital solutions for every industry.\n      <\/p>\n      <div class=\"ht-hero-btns ht-fade ht-show d3\">\n        <a href=\"#ht-services\" class=\"ht-btn-primary\">Explore Our Business<\/a>\n        <a href=\"#ht-contact\" class=\"ht-btn-outline\">Contact Us<\/a>\n      <\/div>\n      <div class=\"ht-hero-stats\">\n        <div>\n          <div class=\"ht-stat-num\" data-count=\"50\">0<\/div>\n          <div class=\"ht-stat-label\">+ Projects Delivered<\/div>\n        <\/div>\n        <div>\n          <div class=\"ht-stat-num\" data-count=\"20\">0<\/div>\n          <div class=\"ht-stat-label\">+ Tech Experts<\/div>\n        <\/div>\n        <div>\n          <div class=\"ht-stat-num\" data-count=\"99\">0<\/div>\n          <div class=\"ht-stat-label\">% Client Satisfaction<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== Core Business ===== -->\n  <section id=\"ht-services\" class=\"ht-section ht-services\">\n    <div class=\"ht-container\">\n      <div class=\"ht-section-title\">\n        <p class=\"ht-eyebrow\">OUR BUSINESS<\/p>\n        <h2 class=\"ht-h2\">Core Business<\/h2>\n        <div class=\"ht-divider blue-purple\"><\/div>\n      <\/div>\n      <div class=\"ht-grid-3\">\n        <!-- Software Development -->\n        <div class=\"ht-card card-blue ht-fade\">\n          <div class=\"ht-card-icon ht-icon-blue\">\ud83d\udcbb<\/div>\n          <h3>Software Development<\/h3>\n          <p>Full-stack custom development of web applications, mobile apps, enterprise management systems, and mini-programs \u2014 from requirement analysis to deployment and maintenance.<\/p>\n        <\/div>\n        <!-- AI Research -->\n        <div class=\"ht-card card-purple ht-fade d1\">\n          <div class=\"ht-card-icon ht-icon-purple\">\ud83e\udd16<\/div>\n          <h3>AI &amp; Machine Learning Research<\/h3>\n          <p>Deep expertise in machine learning, natural language processing, computer vision, and large language model applications \u2014 exploring real-world AI value across industries.<\/p>\n        <\/div>\n        <!-- Emerging Tech -->\n        <div class=\"ht-card card-green ht-fade d2\">\n          <div class=\"ht-card-icon ht-icon-green\">\ud83d\udd2c<\/div>\n          <h3>Emerging Technology Research<\/h3>\n          <p>Continuous research into big data, cloud computing, blockchain, and IoT \u2014 building forward-looking technical capability for the future.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== About Us ===== -->\n  <section id=\"ht-about\" class=\"ht-section ht-about\">\n    <div class=\"ht-container ht-grid-2\">\n      <div class=\"ht-fade\">\n        <p class=\"ht-eyebrow\">ABOUT US<\/p>\n        <h2 class=\"ht-h2\">About Huantuo<\/h2>\n        <p class=\"ht-about-text\" style=\"margin-top:24px;\">\n          Huishi Huantuo Technology Co., Ltd. is a technology-driven company based in Huishi City,\n          Henan Province, China. &#8220;Huan&#8221; comes from the Huan River, the river of our hometown;\n          &#8220;Tuo&#8221; means pioneering and forging ahead \u2014 rooted at home, looking to the future.\n        <\/p>\n        <p class=\"ht-about-text last\">\n          Our team brings together passionate engineers and researchers who keep pushing the\n          boundaries of software engineering and artificial intelligence \u2014 creating value for\n          our clients and contributing to society through technology.\n        <\/p>\n        <div class=\"ht-value-list\">\n          <div class=\"ht-value-item\">\n            <span class=\"ht-check\">\u2714<\/span>\n            <span class=\"ht-value-text\">Technology First \u2014 Sustained R&amp;D investment to stay ahead<\/span>\n          <\/div>\n          <div class=\"ht-value-item\">\n            <span class=\"ht-check\">\u2714<\/span>\n            <span class=\"ht-value-text\">Innovation Driven \u2014 Encourage exploration and pursue excellence<\/span>\n          <\/div>\n          <div class=\"ht-value-item\">\n            <span class=\"ht-check\">\u2714<\/span>\n            <span class=\"ht-value-text\">Customer Oriented \u2014 Solving real problems is our top priority<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ht-vision-card ht-fade d1\">\n        <h3>Our Vision<\/h3>\n        <p class=\"ht-vision-text\">To become the most innovative technology company in our region, empowering every industry with advanced AI and software technologies.<\/p>\n        <div class=\"ht-vision-meta\">\n          <div>\n            <div class=\"ht-vision-label\">Mission<\/div>\n            <div class=\"ht-vision-value\">Make the world more efficient with technology<\/div>\n          <\/div>\n          <div>\n            <div class=\"ht-vision-label\">Spirit<\/div>\n            <div class=\"ht-vision-value\">Flowing forward like the Huan River<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ===== Contact ===== -->\n  <section id=\"ht-contact\" class=\"ht-section ht-contact\">\n    <div class=\"ht-container ht-contact-inner\">\n      <p class=\"ht-eyebrow\">CONTACT US<\/p>\n      <h2 class=\"ht-h2\">Let&#8217;s Work Together<\/h2>\n      <p class=\"ht-contact-desc\">Whether you need software development or AI technology collaboration, we&#8217;d love to hear from you.<\/p>\n      <div class=\"ht-grid-contact\">\n        <div class=\"ht-contact-item\">\n          <div class=\"ht-contact-icon\">\ud83d\udccd<\/div>\n          <div class=\"ht-contact-label\">Address<\/div>\n          <div class=\"ht-contact-value\">Huishi City, Xinxiang, Henan, China<\/div>\n        <\/div>\n        <div class=\"ht-contact-item\">\n          <div class=\"ht-contact-icon\">\u2709\ufe0f<\/div>\n          <div class=\"ht-contact-label\">Email<\/div>\n          <div class=\"ht-contact-value\">contact@huant.ltd<\/div>\n        <\/div>\n        <div class=\"ht-contact-item\">\n          <div class=\"ht-contact-icon\">\ud83c\udf10<\/div>\n          <div class=\"ht-contact-label\">Website<\/div>\n          <div class=\"ht-contact-value\">www.huant.ltd<\/div>\n        <\/div>\n      <\/div>\n      <a href=\"mailto:contact@huant.ltd\" class=\"ht-btn-primary\">Get in Touch<\/a>\n    <\/div>\n  <\/section>\n\n  <script src=\"huantuo_script.js\"><\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Huishi Huantuo Techn [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":2,"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":41,"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/pages\/30\/revisions\/41"}],"wp:attachment":[{"href":"https:\/\/huant.ltd\/index.php\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}