*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background: #F9FAFF;
  text-rendering: optimizeSpeed;
}
ol,
ul {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
a {
  color: inherit;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, opacity 0.24s ease;
}
a:hover,
a:focus {
  color: #005BAB;
}
button,
input,
textarea,
select {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  color: inherit;
  outline: none;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* 清除浮动 */
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-one,
.overflow-one-static {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
.overflow-line-1,
.overflow-line-2,
.overflow-line-3,
.overflow-line-4,
.overflow-line-static-1,
.overflow-line-static-2,
.overflow-line-static-3,
.overflow-line-static-4,
.overflow-max-1,
.overflow-max-2,
.overflow-max-3,
.overflow-max-4,
.overflow-max-static-1,
.overflow-max-static-2,
.overflow-max-static-3,
.overflow-max-static-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.overflow-line-1,
.overflow-line-static-1 {
  -webkit-line-clamp: 1;
  height: 26px;
}
.overflow-line-2,
.overflow-line-static-2 {
  -webkit-line-clamp: 2;
  height: 52px;
}
.overflow-line-3,
.overflow-line-static-3 {
  -webkit-line-clamp: 3;
  height: 78px;
}
.overflow-line-4,
.overflow-line-static-4 {
  -webkit-line-clamp: 4;
  height: 104px;
}
.overflow-max-1,
.overflow-max-static-1 {
  -webkit-line-clamp: 1;
  max-height: 26px;
}
.overflow-max-2,
.overflow-max-static-2 {
  -webkit-line-clamp: 2;
  max-height: 52px;
}
.overflow-max-3,
.overflow-max-static-3 {
  -webkit-line-clamp: 3;
  max-height: 78px;
}
.overflow-max-4,
.overflow-max-static-4 {
  -webkit-line-clamp: 4;
  max-height: 104px;
}
@media (max-width: 767.98px) {
  .overflow-one {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
  .overflow-line-1,
  .overflow-line-2,
  .overflow-line-3,
  .overflow-line-4,
  .overflow-max-1,
  .overflow-max-2,
  .overflow-max-3,
  .overflow-max-4 {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    max-height: none;
    line-height: 1.6;
  }
}
@keyframes ciacFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  opacity: 1;
  transform: translateY(0);
  animation: ciacFadeUp 0.6s ease both;
}
.animate-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1440px) and (max-width: 1699.98px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@keyframes mobileNavDrop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 1440px) and (max-width: 1699.98px) {
  .header-inner {
    width: auto;
    max-width: calc(100% - 80px);
  }
  .site-logo img {
    width: 500px;
    height: auto;
  }
  .site-nav li {
    margin-left: 30px;
  }
  .site-nav a {
    font-size: 17px;
  }
  .header-search {
    width: 220px;
    margin-left: 28px;
  }
  .header-search input {
    width: 176px;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .section-title p {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 7px;
  }
  .news-section,
  .industry-home,
  .supply-home,
  .partners-home {
    padding: 68px 0 62px;
  }
  .home-news-grid {
    grid-template-columns: 650px minmax(0, 1fr);
    column-gap: 52px;
  }
  .headline-card .swiper,
  .headline-image {
    width: 650px;
  }
  .headline-card .swiper {
    height: 540px;
  }
  .headline-image {
    height: 430px;
  }
  .headline-card .swiper-pagination {
    top: 386px !important;
  }
  .headline-info {
    padding-top: 24px;
  }
  .home-news-list li {
    grid-template-columns: 82px minmax(0, 1fr) 180px;
    column-gap: 20px;
    padding: 28px 0;
  }
  .home-news-list::after,
  .home-news-list li::after {
    left: 84px;
  }
  .home-news-list li::before {
    left: 84px;
  }
  .home-news-list .news-text::before {
    left: -19px;
  }
  .home-news-list .news-thumb {
    width: 180px;
    height: 119px;
  }
  .home-news-list .news-text h3 {
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 29px;
    max-height: 58px;
  }
  .news-more {
    margin-top: 42px;
  }
  .achievement-home {
    padding: 58px 0 66px;
  }
  .achievement-layout {
    grid-template-columns: 23.125fr 42.5fr 29.375fr;
    gap: 34px;
    margin-top: 42px;
  }
  .tech-tabs,
  .tech-tabs li,
  .tech-feature,
  .tech-side-list {
    width: 100%;
  }
  .tech-tabs {
    height: 520px;
  }
  .tech-tabs li {
    height: 104px;
  }
  .tech-tabs button {
    padding: 0 26px;
    font-size: 20px;
  }
  .tech-tabs button img {
    margin-right: 22px;
  }
  .tech-panel {
    grid-template-columns: 42.5fr 29.375fr;
    gap: 34px;
  }
  .tech-feature img {
    height: 392px;
  }
  .tech-feature-body {
    height: 128px;
    padding: 26px 28px 20px;
  }
  .tech-side-list {
    height: 520px;
    padding: 24px 28px 18px;
  }
  .tech-side-list li {
    height: 146px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tech-side-list h3 {
    font-size: 19px;
  }
  .tech-side-list p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 27px;
    max-height: 54px;
  }
  .tech-side-list time {
    margin-top: 12px;
    font-size: 15px;
  }
  .industry-tabs ul {
    margin-top: 46px;
    height: 190px;
  }
  .industry-tabs button {
    height: 190px;
    padding-top: 5px;
    font-size: 21px;
  }
  .industry-tabs img {
    width: 96px;
    height: 96px;
  }
  .industry-tabs li.active img {
    width: 108px;
    height: 108px;
  }
  .industry-panels {
    margin-top: 34px;
  }
  .industry-panel {
    grid-template-columns: 650px minmax(0, 1fr);
    gap: 34px;
  }
  .industry-lead {
    height: 430px;
  }
  .industry-news {
    gap: 28px;
  }
  .industry-news li a {
    height: 201px;
    padding: 28px 22px 22px;
  }
  .industry-news h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 29px;
    height: 58px;
  }
  .industry-news p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.55;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 23.25px;
    max-height: 46.5px;
  }
  .industry-news time {
    margin-top: 12px;
    font-size: 14px;
  }
  .supply-accordion {
    gap: 16px;
    height: 500px;
  }
  .supply-item {
    width: 86px;
    min-width: 86px;
  }
  .supply-item.active {
    width: calc(100% - 408px);
  }
  .supply-label {
    flex-basis: 86px;
    width: 86px;
    font-size: 24px;
  }
  .supply-label img {
    width: 58px;
    height: 104px;
  }
  .supply-main {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 34px;
  }
  .supply-feature {
    grid-template-columns: 44% 1fr;
  }
  .supply-feature img {
    width: 100%;
    height: 242px;
  }
  .supply-feature div {
    min-width: 0;
    padding: 34px 32px;
  }
  .supply-links {
    gap: 0 32px;
  }
  .supply-links li a {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
  }
  .partners-home {
    padding-bottom: 68px;
  }
  .partner-grid {
    margin-top: 44px;
  }
  .partner-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .partner-grid li.partner-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .partner-grid li.partner-box a {
    height: 138px;
  }
  .partner-grid img {
    max-height: 72px;
  }
  .inner-partners .partner-grid {
    gap: 32px;
  }
  .inner-partners .partner-grid li {
    height: 144px;
  }
  .inner-partners .partner-grid img {
    max-height: 76px;
  }
  .banner-box .box-img img {
    height: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .subnav-row.has-subnav::before {
    width: calc((100% - 1180px) / 2 + 330px);
    max-width: 58%;
  }
  .subnav {
    padding-right: 58px;
  }
  .subnav::after {
    right: -44px;
    border-right-width: 44px;
  }
  .subnav ul {
    gap: 38px;
  }
  .subnav a {
    font-size: 20px;
  }
  .crumb {
    font-size: 14px;
  }
  .bread-crumbs .bread-item {
    font-size: 14px;
  }
  .crumb em {
    margin: 0 12px;
  }
  .header-inner {
    width: auto;
    max-width: calc(100% - 72px);
  }
  .site-logo img {
    width: 450px;
    height: auto;
  }
  .site-nav li {
    margin-left: 22px;
  }
  .site-nav a {
    font-size: 16px;
  }
  .header-search {
    width: 190px;
    margin-left: 22px;
  }
  .header-search input {
    width: 146px;
    padding: 0 10px;
  }
  .banner-box .box-img img {
    height: 500px;
  }
  .hero-title {
    top: 238px;
  }
  .hero-title img {
    width: 520px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .section-title p {
    margin-top: 11px;
    font-size: 15px;
    letter-spacing: 6px;
  }
  .news-section,
  .industry-home,
  .supply-home,
  .partners-home {
    padding: 56px 0;
  }
  .home-news-grid {
    grid-template-columns: 520px minmax(0, 1fr);
    column-gap: 36px;
  }
  .headline-card .swiper,
  .headline-image {
    width: 520px;
  }
  .headline-card .swiper {
    height: 468px;
  }
  .headline-image {
    height: 338px;
  }
  .headline-card .swiper-pagination {
    top: 296px !important;
  }
  .headline-info {
    padding-top: 22px;
  }
  .headline-copy h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 27px;
    max-height: 27px;
  }
  .headline-copy p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
  }
  .home-news-list li {
    grid-template-columns: 76px minmax(0, 1fr) 142px;
    column-gap: 16px;
    padding: 24px 0;
  }
  .home-news-list::after,
  .home-news-list li::after {
    left: 78px;
  }
  .home-news-list li::before {
    left: 78px;
  }
  .home-news-list .news-text::before {
    left: -15px;
    top: 5px;
    height: 22px;
  }
  .home-news-list .news-thumb {
    width: 142px;
    height: 94px;
  }
  .home-news-list .news-text h3 {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px;
  }
  .home-news-list .news-text p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
  }
  .news-more {
    margin-top: 36px;
  }
  .achievement-layout {
    margin-top: 38px;
    grid-template-columns: 260px minmax(0, 1fr) 360px;
    gap: 26px;
  }
  .achievement-home {
    min-height: 0;
    padding: 54px 0 60px;
  }
  .tech-tabs,
  .tech-tabs li {
    width: 260px;
  }
  .tech-tabs {
    height: 492px;
  }
  .tech-tabs li {
    height: 98.4px;
  }
  .tech-tabs button {
    padding: 0 16px;
    font-size: 17px;
  }
  .tech-tabs button img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .tech-tabs button em {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
  .tech-feature {
    width: 100%;
  }
  .tech-feature img {
    height: 364px;
  }
  .tech-feature-body {
    height: 128px;
    padding: 24px;
  }
  .tech-feature-body h3,
  .tech-side-list h3 {
    font-size: 18px;
  }
  .tech-feature-body p,
  .tech-side-list p {
    font-size: 15px;
  }
  .tech-side-list {
    width: 360px;
    height: 492px;
    padding: 22px 24px 18px;
  }
  .tech-side-list li {
    height: 140px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tech-side-list time {
    margin-top: 10px;
    font-size: 14px;
  }
  .tech-panels {
    grid-column: 2 / 4;
  }
  .tech-panel {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 26px;
  }
  .industry-tabs ul {
    margin-top: 40px;
    height: 158px;
  }
  .industry-tabs button {
    height: 158px;
    padding-top: 5px;
    font-size: 18px;
  }
  .industry-tabs img {
    width: 78px;
    height: 78px;
    margin-bottom: 16px;
  }
  .industry-tabs li.active img {
    width: 88px;
    height: 88px;
    margin-bottom: 10px;
  }
  .industry-panel {
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 24px;
  }
  .industry-lead {
    height: 364px;
  }
  .industry-news {
    gap: 20px;
  }
  .industry-news li a {
    height: 172px;
    padding: 22px 18px 18px;
  }
  .industry-news li a::before {
    width: 80px;
    height: 5px;
  }
  .industry-news h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 27px;
    height: 54px;
  }
  .industry-news p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22.5px;
    max-height: 45px;
  }
  .industry-news time {
    margin-top: 10px;
    font-size: 14px;
  }
  .supply-accordion {
    gap: 12px;
    height: 430px;
  }
  .supply-item {
    width: 72px;
    min-width: 72px;
  }
  .supply-item.active {
    width: calc(100% - 336px);
  }
  .supply-label {
    flex-basis: 72px;
    width: 72px;
    font-size: 20px;
  }
  .supply-label img {
    width: 48px;
    height: 84px;
    margin-bottom: 22px;
  }
  .supply-main {
    flex: 1 1 auto;
    width: calc(100% - 72px);
    min-width: 0;
    padding: 26px;
  }
  .supply-feature {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .supply-feature img {
    width: 300px;
    height: 188px;
  }
  .supply-feature div {
    padding: 24px 26px;
  }
  .supply-feature h3 {
    font-size: 20px;
  }
  .supply-feature p {
    margin-top: 14px;
    font-size: 15px;
  }
  .supply-feature time {
    margin-top: 18px;
  }
  .supply-links {
    gap: 0 22px;
    padding-top: 16px;
  }
  .supply-links li a {
    height: 46px;
    line-height: 46px;
    font-size: 17px;
  }
  .subnav-row.has-subnav::before {
    width: calc(40px + 350px);
    max-width: 58%;
  }
  .subnav {
    padding-right: 66px;
  }
  .subnav ul {
    gap: 46px;
  }
  .subnav a {
    font-size: 21px;
  }
  .product-card img {
    height: 260px;
  }
  .partner-grid {
    margin-top: 38px;
  }
  .partner-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .partner-grid li.partner-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .partner-grid li.partner-box a {
    height: 138px;
  }
  .partner-grid img {
    max-height: 64px;
  }
  .inner-partners .partner-grid {
    gap: 28px;
  }
  .inner-partners .partner-grid li {
    height: 132px;
  }
  .inner-partners .partner-grid img {
    max-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header {
    height: 88px;
  }
  .header-main {
    margin-top: 0;
  }
  .header-inner {
    max-width: 92%;
    align-items: center;
  }
  .site-logo {
    padding-top: 16px;
  }
  .site-logo img {
    width: 440px;
    height: auto;
  }
  .top-link,
  .site-nav,
  .header-search {
    display: none;
  }
  .mobile-tools {
    display: flex;
    gap: 10px;
    padding-top: 20px;
  }
  .menu-toggle,
  .mobile-search-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  }
  .menu-toggle.is-open,
  .mobile-search-btn:active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.72);
  }
  .site-nav.is-open {
    display: block;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 82px;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    background: rgba(0, 71, 145, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(0, 36, 84, 0.24);
    backdrop-filter: blur(6px);
    z-index: 30;
    animation: mobileNavDrop 0.24s ease both;
  }
  .site-nav.is-open ul {
    display: block;
    padding: 8px;
  }
  .site-nav.is-open li {
    margin: 0;
    border-bottom: 0;
  }
  .site-nav.is-open li + li {
    margin-top: 2px;
  }
  .site-nav.is-open a {
    padding: 0 18px;
    border-radius: 10px;
    line-height: 48px;
    font-size: 17px;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }
  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus {
    background: rgba(255, 255, 255, 0.12);
    opacity: 1;
    transform: translateX(3px);
  }
  .section-title h2 {
    font-size: 32px;
  }
  .section-title p {
    font-size: 16px;
    letter-spacing: 6px;
  }
  .news-section,
  .achievement-home,
  .industry-home,
  .supply-home,
  .partners-home {
    padding: 58px 0;
  }
  .hero-title {
    top: 220px;
  }
  .hero-title img {
    width: 520px;
  }
  .home-news-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .headline-card .swiper,
  .headline-image {
    width: 100%;
  }
  .headline-card .swiper {
    height: 520px;
  }
  .headline-image {
    height: 380px;
  }
  .headline-card .swiper-pagination {
    top: 336px !important;
  }
  .headline-copy h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 27px;
    max-height: 27px;
  }
  .headline-copy p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25.6px;
    max-height: 51.2px;
  }
  .home-news-list li {
    grid-template-columns: 90px 1fr 180px;
    padding: 26px 0;
  }
  .home-news-list .news-thumb {
    width: 180px;
    height: 119px;
  }
  .home-news-list .news-text h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    max-height: 56px;
  }
  .home-news-list .news-text p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25.6px;
    max-height: 51.2px;
  }
  .achievement-layout {
    margin-top: 38px;
    grid-template-columns: 1fr 1fr;
  }
  .tech-panels {
    grid-column: 1 / -1;
  }
  .tech-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .tech-tabs {
    width: 100%;
    height: auto;
    grid-column: 1 / -1;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: transparent;
  }
  .tech-tabs::-webkit-scrollbar {
    display: none;
  }
  .tech-tabs .swiper-wrapper {
    display: flex;
  }
  .tech-tabs li {
    width: 250px;
    height: 86px;
  }
  .tech-tabs button {
    padding: 0 18px;
    font-size: 18px;
  }
  .tech-tabs button img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
  .tech-tabs button em {
    display: none;
  }
  .tech-feature,
  .tech-side-list {
    width: 100%;
  }
  .tech-feature img {
    height: 300px;
  }
  .tech-feature-body {
    height: 118px;
    padding: 22px 24px;
  }
  .tech-feature-body h3,
  .tech-side-list h3 {
    font-size: 18px;
  }
  .tech-feature-body p,
  .tech-side-list p {
    font-size: 16px;
  }
  .tech-side-list {
    height: auto;
  }
  .tech-side-list li {
    height: auto;
    min-height: 136px;
  }
  .industry-tabs ul {
    margin-top: 36px;
    display: flex;
    gap: 0;
    height: 130px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #f2f3fa;
  }
  .industry-tabs ul::-webkit-scrollbar {
    display: none;
  }
  .industry-tabs li {
    flex: 0 0 200px;
  }
  .industry-tabs button,
  .industry-tabs li.active button {
    height: 130px;
    padding-top: 2px;
    font-size: 16px;
    line-height: 1.25;
  }
  .industry-tabs img,
  .industry-tabs li.active img {
    width: 66px;
    height: 66px;
    margin-bottom: 12px;
  }
  .industry-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .industry-lead {
    height: 380px;
  }
  .industry-lead-body h3 {
    font-size: 20px;
  }
  .industry-lead-body p,
  .industry-news p {
    font-size: 16px;
  }
  .industry-news {
    gap: 24px;
  }
  .industry-news li a {
    height: auto;
    min-height: 178px;
  }
  .industry-news h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 29px;
    height: 58px;
  }
  .supply-accordion {
    flex-direction: column;
    height: auto;
    gap: 14px;
    overflow: visible;
  }
  .supply-item,
  .supply-item.active {
    width: 100%;
    min-width: 0;
    display: block;
  }
  .supply-label {
    width: 100%;
    height: 78px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 28px;
    font-size: 20px;
  }
  .supply-label img {
    width: 52px;
    height: 70px;
    margin: 0 20px 0 0;
  }
  .supply-label span {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .supply-main {
    display: none;
    width: 100%;
    flex-basis: auto;
    padding: 28px;
  }
  .supply-item.active .supply-main {
    display: block;
  }
  .supply-feature {
    grid-template-columns: 320px 1fr;
  }
  .supply-feature img {
    width: 320px;
    height: 212px;
  }
  .supply-feature div {
    padding: 24px;
  }
  .supply-feature h3 {
    font-size: 18px;
  }
  .supply-feature p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25.6px;
    max-height: 76.8px;
  }
  .supply-links li a {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
  }
  .partner-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid {
    gap: 28px;
  }
  .product-card .card-img {
    aspect-ratio: 4 / 3;
  }
  .product-card img {
    width: 100%;
    height: 100%;
  }
  .partner-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .partner-grid li.partner-box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .partner-grid li.partner-box a {
    height: 90px;
  }
  .partner-grid img {
    max-height: 68px;
  }
  .inner-partners .partner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .inner-partners .partner-grid li {
    height: 112px;
  }
  .inner-partners .partner-grid img {
    max-height: 70px;
  }
  .inner-banner {
    height: 380px;
    padding-top: 168px;
  }
  .inner-banner h1 {
    font-size: 42px;
  }
  .inner-banner p {
    margin-top: 16px;
    font-size: 18px;
  }
  .subnav-row,
  .subnav-row.has-subnav {
    height: auto;
    background: #F9FAFF;
  }
  .has-subnav {
    margin-top: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .subnav-row.has-subnav::before {
    display: none;
  }
  .subnav-row .container {
    display: block;
    height: auto;
  }
  .subnav {
    min-width: 0;
    height: auto;
    padding: 0 24px;
    background: #1f82c5;
  }
  .subnav::after {
    display: none;
  }
  .subnav ul {
    height: auto;
    min-height: 68px;
    gap: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .subnav ul::-webkit-scrollbar {
    display: none;
  }
  .subnav a {
    font-size: 18px;
    line-height: 68px;
  }
  .crumb {
    height: 56px;
    justify-content: flex-start;
    padding: 0;
    font-size: 14px;
  }
  .bread-crumbs .bread-item {
    font-size: 14px;
  }
  .news-list a {
    grid-template-columns: 200px 82px minmax(0, 1fr);
    gap: 24px;
    min-height: 172px;
    padding: 24px;
  }
  .news-list li.no-image a {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    min-height: 150px;
    padding-left: 32px;
  }
  .news-list img {
    width: 200px;
    height: 132px;
  }
  .news-list .datebox strong {
    font-size: 40px;
  }
  .news-list .datebox span {
    font-size: 16px;
  }
  .news-list h2,
  .achievement-list h2,
  .download-card h2,
  .product-card h2,
  .text-list li a {
    font-size: 18px;
  }
  .news-list p,
  .achievement-list p,
  .download-card p,
  .article-content,
  .single-panel p,
  .details-page .main-cont,
  .duty-table table,
  .contact-info li {
    font-size: 16px;
  }
  .news-list p,
  .achievement-list p,
  .download-card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25.6px;
    max-height: 51.2px;
  }
  .article-panel,
  .single-panel,
  .contact-panel,
  .duty-table {
    padding: 42px 34px;
  }
  .article-title h2,
  .details-page .detail-top .title-s {
    font-size: 24px;
  }
  .filter-row {
    grid-template-columns: 110px 100px 1fr;
    gap: 20px;
  }
  .filter-row strong,
  .filter-row .active-filter,
  .filter-row a {
    font-size: 16px;
  }
  .achievement-list a {
    grid-template-columns: 220px 1fr;
    gap: 28px;
    min-height: 172px;
    padding: 24px;
  }
  .achievement-list li.no-image a {
    min-height: 148px;
    padding-left: 32px;
  }
  .achievement-list img {
    width: 220px;
    height: 145px;
  }
  .item-contact {
    gap: 32px;
  }
  .detail-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 26px 34px;
    gap: 18px 34px;
  }
  .detail-section-title {
    font-size: 22px;
  }
  .download-card {
    grid-template-columns: 150px 1fr;
    gap: 28px;
    height: auto;
    min-height: 226px;
    padding: 18px;
  }
  .download-card.no-image {
    min-height: 180px;
    padding: 28px 32px;
  }
  .download-card img {
    width: 150px;
    height: 195px;
  }
  .download-card h2 {
    margin-top: 8px;
  }
  .download-meta {
    padding-top: 18px;
    margin-bottom: 0;
  }
  .text-list-wrap {
    padding: 34px 40px;
  }
  .text-list li a {
    min-height: 82px;
  }
  .product-card h2 {
    height: 72px;
    line-height: 72px;
  }
  .article-content img {
    width: 86%;
  }
  .download-list {
    grid-template-columns: 1fr;
  }
  .contact-map {
    grid-template-columns: 320px 1fr;
  }
  .contact-info {
    min-height: 420px;
  }
  .contact-map .map-img {
    height: 420px;
  }
  .banner-box .box-img img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    padding-top: 5px;
    height: 70px;
  }
  .header-main {
    margin-top: 0;
  }
  .header-inner {
    max-width: 100%;
    padding: 0 15px;
    align-items: center;
  }
  .site-logo {
    padding-top: 12px;
  }
  .site-logo img {
    width: 270px;
    height: auto;
  }
  .header-right {
    display: block;
    margin-left: 15px;
  }
  .top-link,
  .site-nav,
  .header-search {
    display: none;
  }
  .mobile-tools {
    display: flex;
    gap: 8px;
    padding-top: 12px;
  }
  .menu-toggle,
  .mobile-search-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  }
  .menu-toggle.is-open,
  .mobile-search-btn:active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.72);
  }
  .site-nav.is-open {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 76px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    background: rgba(0, 71, 145, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 36, 84, 0.24);
    backdrop-filter: blur(6px);
    z-index: 30;
    animation: mobileNavDrop 0.24s ease both;
  }
  .site-nav.is-open ul {
    display: block;
    padding: 8px;
  }
  .site-nav.is-open li {
    margin: 0;
    border-bottom: 0;
  }
  .site-nav.is-open li + li {
    margin-top: 2px;
  }
  .site-nav.is-open a {
    padding: 0 14px;
    border-radius: 9px;
    line-height: 44px;
    font-size: 16px;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }
  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus {
    background: rgba(255, 255, 255, 0.12);
    opacity: 1;
    transform: translateX(3px);
  }
  .mobile-search-modal {
    padding: 76px 15px 0;
  }
  .mobile-search-box {
    padding: 18px 16px;
    border-radius: 12px;
  }
  .mobile-search-head strong {
    font-size: 18px;
  }
  .banner-box .box-img img {
    height: 300px;
  }
  .banner-box .box-text {
    padding: 10px 15px 40px 15px;
  }
  .banner-box .box-text a {
    font-size: 18px;
    line-height: 1.4;
  }
  .hero .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 6px !important;
  }
  .hero .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 3px !important;
  }
  .hero .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
  }
  .hero-title {
    top: 142px;
  }
  .hero-title img {
    width: 300px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title p {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 3px;
  }
  .news-section,
  .achievement-home,
  .industry-home,
  .supply-home,
  .partners-home {
    padding: 42px 0;
  }
  .news-section::after {
    height: 80px;
  }
  .home-news-grid {
    min-width: 0;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .headline-card,
  .headline-swiper,
  .headline-swiper .swiper-wrapper,
  .headline-swiper .swiper-slide,
  .headline-image,
  .headline-info {
    min-width: 0;
    max-width: 100%;
  }
  .headline-card .swiper,
  .headline-image {
    width: 100%;
  }
  .headline-card .swiper {
    height: auto;
  }
  .headline-image {
    height: 210px;
  }
  .headline-card .swiper-pagination {
    top: 174px !important;
    padding-right: 18px;
  }
  .headline-info {
    display: block;
  }
  .headline-copy {
    padding-left: 18px;
    margin-top: 12px;
    border-left: 0;
  }
  .headline-copy::after {
    left: 0;
    top: 3px;
  }
  .home-news-list li:first-child {
    padding-top: 20px;
  }
  .home-news-list::after {
    left: 0;
  }
  .home-news-list li::before {
    display: none;
  }
  .home-news-list li::after {
    left: 0;
  }
  .headline-copy h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px;
  }
  .headline-copy p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25.6px;
    max-height: 76.8px;
  }
  .home-news-list li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .home-news-list .news-thumb {
    width: 100%;
    height: auto;
  }
  .home-news-list .news-text h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px;
  }
  .home-news-list .news-text p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25.6px;
    max-height: 76.8px;
  }
  .achievement-layout {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .achievement-home {
    min-height: 0;
  }
  .tech-tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: transparent;
  }
  .tech-tabs .swiper-wrapper {
    display: flex;
  }
  .tech-tabs li {
    width: 210px;
    height: 76px;
  }
  .tech-tabs button {
    padding: 0 14px;
    font-size: 16px;
  }
  .tech-tabs button img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .tech-tabs button em {
    display: none;
  }
  .tech-panels {
    grid-column: 1 / -1;
  }
  .tech-panel,
  .tech-panel.active {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tech-feature {
    width: 100%;
  }
  .tech-feature img {
    height: 230px;
  }
  .tech-feature-body {
    height: auto;
    padding: 20px;
  }
  .tech-feature-body h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px;
  }
  .tech-feature-body p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 52px;
  }
  .tech-side-list {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .tech-side-list li {
    height: auto;
    padding: 0 0 18px;
    margin-bottom: 18px;
  }
  .tech-side-list h3 {
    font-size: 18px;
  }
  .tech-side-list p {
    font-size: 16px;
  }
  .tech-side-list time {
    margin-top: 12px;
    font-size: 14px;
  }
  .industry-tabs ul {
    margin-top: 32px;
    display: flex;
    gap: 0;
    height: 112px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #f2f3fa;
  }
  .industry-tabs ul::-webkit-scrollbar {
    display: none;
  }
  .industry-tabs li {
    flex: 0 0 116px;
  }
  .industry-tabs button,
  .industry-tabs li.active button {
    height: 112px;
    padding-top: 2px;
    font-size: 15px;
    line-height: 1.25;
  }
  .industry-tabs img,
  .industry-tabs li.active img {
    width: 58px;
    height: 58px;
    margin-bottom: 9px;
  }
  .industry-panel,
  .industry-panel.active {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .industry-lead {
    height: 240px;
  }
  .industry-news {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .industry-lead-body {
    height: auto;
    min-height: 84px;
    padding: 16px 18px;
  }
  .industry-lead-body h3,
  .industry-news h3,
  .supply-feature h3 {
    font-size: 18px;
  }
  .industry-lead-body p,
  .industry-news p,
  .supply-feature p {
    font-size: 16px;
    margin-top: 5px;
  }
  .supply-accordion {
    margin-top: 32px;
    flex-direction: column;
    height: auto;
    gap: 12px;
    overflow: visible;
  }
  .supply-item,
  .supply-item.active {
    width: 100%;
    min-width: 0;
    display: block;
  }
  .supply-label {
    width: 100%;
    height: 72px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 18px;
    font-size: 18px;
  }
  .supply-label span {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .supply-label img {
    width: 42px;
    height: 56px;
    margin: 0 14px 0 0;
  }
  .supply-main {
    display: none;
    width: 100%;
    flex-basis: auto;
    padding: 20px;
  }
  .supply-item.active .supply-main {
    display: block;
  }
  .supply-feature {
    grid-template-columns: 1fr;
  }
  .supply-feature img {
    width: 100%;
    height: auto;
  }
  .supply-feature div {
    padding: 22px;
  }
  .supply-links {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .supply-links li a {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
    font-size: 16px;
    background-position: 0 18px;
  }
  .partner-grid,
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .partners-home .news-more {
    margin-top: 30px;
  }
  .partner-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .partner-grid li.partner-box {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .partner-grid li.partner-box a {
    height: 120px;
  }
  .partner-grid img {
    max-height: 62px;
  }
  .partners-page {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .inner-partners .partner-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .inner-partners .partner-grid li {
    height: 124px;
  }
  .inner-partners .partner-grid img {
    max-height: 64px;
  }
  .site-footer {
    padding: 30px 15px;
  }
  .footer-brand {
    display: block;
  }
  .footer-brand img {
    width: 270px;
    margin: 0 auto 12px;
  }
  .site-footer p {
    font-size: 14px;
    line-height: 1.75;
  }
  .site-footer p.footer-contact {
    margin-top: 10px;
  }
  .inner-banner {
    height: 280px;
    padding-top: 120px;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .inner-banner p {
    margin-top: 12px;
    font-size: 16px;
  }
  .subnav-row {
    height: auto;
    background: #F9FAFF;
  }
  .has-subnav {
    margin-top: 0;
    height: auto;
    margin-bottom: 12px;
  }
  .subnav-row.has-subnav::before {
    display: none;
  }
  .subnav-row .container {
    display: block;
    padding: 0;
    height: auto;
  }
  .subnav {
    min-width: 0;
    height: auto;
    padding: 0 15px;
    background: #1f82c5;
  }
  .subnav::after {
    display: none;
  }
  .subnav ul {
    height: auto;
    min-height: 56px;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .subnav ul::-webkit-scrollbar {
    display: none;
  }
  .subnav a {
    font-size: 16px;
    line-height: 56px;
  }
  .crumb {
    height: 52px;
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 13px;
  }
  .bread-crumbs .bread-item {
    font-size: 13px;
  }
  .inner-main {
    padding: 0px 0 48px;
  }
  .content-panel {
    box-shadow: 0 5px 18px rgba(18, 74, 120, 0.08);
  }
  .news-list {
    padding: 0;
  }
  .news-list a {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }
  .news-list li.no-image a {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 18px 18px 18px 22px;
  }
  .news-list li.no-image a::before {
    top: 20px;
    bottom: 20px;
    width: 4px;
  }
  .news-list img {
    width: 100%;
    height: auto;
  }
  .news-list .datebox {
    border-right: 0;
  }
  .news-list .datebox strong {
    font-size: 32px;
  }
  .news-list .datebox span {
    margin-top: 8px;
    font-size: 14px;
  }
  .news-list h2,
  .achievement-list h2,
  .download-card h2,
  .product-card h2 {
    font-size: 18px;
    line-height: 1.45;
  }
  .news-list p,
  .achievement-list p,
  .download-card p,
  .item-contact,
  .detail-info,
  .filter-row strong,
  .filter-row .active-filter,
  .filter-row a,
  .details-page .main-cont,
  .details-page .main-page,
  .duty-table table {
    font-size: 16px;
  }
  .news-list p,
  .achievement-list p,
  .download-card p {
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25.6px;
    max-height: 76.8px;
  }
  .pagination {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .article-panel,
  .single-panel,
  .contact-panel,
  .duty-table,
  .text-list-wrap {
    padding: 24px 15px;
  }
  .article-title h2 {
    font-size: 22px;
  }
  .article-meta {
    display: block;
  }
  .share-icons {
    margin-top: 12px;
  }
  .article-content,
  .single-panel p {
    font-size: 16px;
    line-height: 1.9;
  }
  .article-content img {
    width: 100%;
  }
  .filter-panel {
    padding: 20px 0;
  }
  .filter-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }
  .filter-row ul {
    gap: 12px 18px;
  }
  .achievement-list a {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
  .achievement-list li.no-image a {
    min-height: 0;
    padding: 18px 18px 18px 22px;
  }
  .achievement-list li.no-image a::before {
    top: 20px;
    bottom: 20px;
    width: 4px;
  }
  .achievement-list img {
    width: 100%;
    height: auto;
  }
  .item-contact {
    display: block;
  }
  .item-contact span {
    display: block;
    margin-top: 8px;
  }
  .detail-info {
    grid-template-columns: 1fr;
    padding: 18px;
    margin: 24px 0 34px;
    gap: 12px;
  }
  .detail-section-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .download-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .download-card {
    grid-template-columns: 104px 1fr;
    gap: 14px;
    height: auto;
    min-height: 168px;
    padding: 14px;
  }
  .download-card.no-image {
    grid-template-columns: 1fr;
    min-height: 150px;
    padding: 18px 18px 18px 22px;
  }
  .download-card.no-image::before {
    top: 20px;
    bottom: 20px;
    width: 4px;
  }
  .download-card img {
    width: 104px;
    height: 136px;
  }
  .download-card h2 {
    margin-top: 0;
    font-size: 18px;
  }
  .download-meta {
    padding-top: 14px;
    margin-bottom: 0;
  }
  .single-panel .wide-image {
    height: auto;
  }
  .contact-map {
    grid-template-columns: 1fr;
  }
  .contact-info {
    min-height: 0;
    padding: 30px 20px;
  }
  .contact-info h2 {
    font-size: 20px;
  }
  .contact-info li {
    font-size: 16px;
  }
  .contact-map .map-img {
    height: 260px;
  }
  .product-card img {
    height: auto;
  }
  .product-card h2 {
    height: auto;
    line-height: 26px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-list li a {
    min-height: 66px;
    font-size: 16px;
    display: block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  .text-list li a::before {
    position: absolute;
    left: 0;
    top: 16px;
  }
  .text-list time {
    margin-left: 0;
    font-size: 14px;
  }
  .industry-news li a {
    height: auto;
  }
  .industry-news li a::before {
    width: 80px;
    height: 5px;
  }
}
