:root {
  --brand: #0a6fb5;
  --brand-dark: #0a6fb5;
  --accent: #0a6fb5;
  --navy: #0a6fb5;
  --ink: #43515b;
  --muted: #6f7b83;
  --line: #dfe7ec;
  --surface: #f4f8fa;
  --white: #fff;
  --shadow-sm: 0 8px 24px rgba(13, 37, 56, .08);
  --shadow-md: 0 18px 50px rgba(13, 37, 56, .14);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
img { max-width: 100%; }
.wh, .content, .main, .subTitle { width: min(1240px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.section-kicker, .hero-kicker {
  display: inline-block;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
}

/* Header */
.top1 {
  height: 34px;
  line-height: 34px;
  color: rgba(255,255,255,.72);
  background: var(--navy);
  border: 0;
  font-size: 13px;
}
.top1 p { margin: 0; }
.top2 { height: 106px; overflow: visible; background: #fff; }
.top2 .wh { height: 100%; display: flex; align-items: center; gap: 28px; }
.top2 .logo { position: static; flex: 0 0 210px; }
.top2 .logo img { width: 190px !important; margin-top: 0 !important; display: block; }
.top2 .kk { float: none; flex: 1; padding-left: 28px; border-left: 1px solid var(--line); }
.top2 .kk p { margin: 0 0 5px; color: var(--ink); font-size: 19px; }
.top2 .kk strong { font-weight: 750; }
.head-ms-icon { color: var(--muted); font-size: 14px; }
.head-ms-icon .icon { color: var(--accent); }
.top2 .k2 {
  float: none;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 18px;
  min-width: 330px;
  text-align: right;
}
.head-contact-label { grid-column: 1; color: var(--muted); font-size: 12px; }
.head-phone { grid-column: 1; color: var(--navy); font-size: 20px; font-weight: 800; white-space: nowrap; }
.head-phone:hover { color: var(--brand); }
.head-quote {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
  font-weight: 750;
}
.top2 .k2 .head-quote:link, .top2 .k2 .head-quote:visited { color: #fff; font-size: 15px; }
.head-quote:hover { color: #fff; background: var(--brand-dark); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.dao { position: sticky; top: 0; z-index: 100; height: auto; background: var(--brand); box-shadow: 0 6px 18px rgba(7, 88, 143, .18); }
.x-menu { width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; }
.x-menu > li { float: none; flex: 1 1 auto; width: auto; min-width: 0; border: 0; }
.x-menu > li > a { height: 58px; line-height: 58px; color: rgba(255,255,255,.92); font-size: 15px; font-weight: 650; border: 0; }
.x-menu > li > a::after { display: none; }
.x-menu > li.active > a, .x-menu > li:hover > a { color: #fff; background: rgba(255,255,255,.12); }
.x-sub-menu { border: 0; border-radius: 0 0 10px 10px; box-shadow: var(--shadow-md); overflow: hidden; }
.x-sub-menu li a { padding: 12px 20px; background: #fff; color: var(--ink); }
.x-sub-menu li a:hover { color: var(--brand); background: var(--surface); }

/* Hero */
.x-banner { position: relative; overflow: hidden; background: var(--navy); }
.x-banner .owl-carousel .banner-item a { height: clamp(570px, 35vw, 650px); }
.x-banner .owl-carousel .banner-item img { width: 100%; height: clamp(570px, 35vw, 650px); object-fit: cover; object-position: center; opacity: 1; }
.x-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10,111,181,.72) 0%, rgba(10,111,181,.42) 44%, rgba(10,111,181,.06) 78%);
}
.hero-overlay { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.hero-content { height: 100%; display: flex; align-items: center; }
.hero-copy { width: 660px; color: #fff; pointer-events: auto; }
.hero-kicker { margin-bottom: 20px; color: rgba(255,255,255,.86); }
.hero-copy h1 { margin: 0 0 20px; color: #fff; font-size: clamp(38px, 3.65vw, 56px); line-height: 1.08; font-weight: 800; letter-spacing: -.035em; }
.hero-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.btn-modern { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 750; }
.btn-primary-modern { color: #fff; background: var(--accent); }
.btn-primary-modern:link, .btn-primary-modern:visited { color: #fff; }
.btn-primary-modern:hover { color: #fff; background: var(--brand); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.btn-outline-modern { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.btn-outline-modern:link, .btn-outline-modern:visited { color: #fff; }
.btn-outline-modern:hover { color: var(--navy); background: #fff; border-color: #fff; }
.hero-facts { display: flex; gap: 0; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 18px; }
.hero-facts span { padding: 0 24px; color: rgba(255,255,255,.7); font-size: 13px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-facts span:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { display: block; margin-bottom: 2px; color: #fff; font-size: 22px; }
.x-banner .owl-nav { z-index: 6; }
.sou { min-height: 58px; height: auto; background: #fff; border-bottom: 1px solid var(--line); }
.sou .wh { min-height: 58px; display: flex; align-items: center; }
.hotSearch { color: var(--muted); font-size: 14px; }
.hotSearch a { display: inline-block; margin-left: 20px; color: var(--ink); font-weight: 600; }
.hotSearch a:hover { color: var(--brand); }

/* Shared section styling */
.content { max-width: 1240px; }
.content-title { margin-bottom: 34px; text-align: center; }
.content-title h1, .content-title h2 { margin: 0 0 10px; color: var(--navy); font-size: 38px; line-height: 1.25; font-weight: 800; letter-spacing: -.025em; }
.content-title h1 span, .content-title h2 span { color: inherit; }
.content-title h4 { color: var(--muted); font-size: 16px; font-weight: 400; }
body.index > section.content { padding: 74px 0 46px !important; }
body.index > section.content .wh { max-width: 980px; color: var(--muted) !important; font-size: 16px !important; text-align: center; }
.content1 { padding: 76px 0 88px; }
.bg-grey { background: var(--surface); }
.tab-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: min(1160px, calc(100% - 48px)); margin: 0 auto 26px; }
.tab-buttons .tab-button { float: none; display: flex; width: 100%; min-height: 112px; margin: 0; padding: 18px 16px; align-items: center; justify-content: center; flex-direction: column; line-height: 1.35; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: 15px; text-align: center; cursor: pointer; box-shadow: var(--shadow-sm); }
.tab-buttons .tab-button::after { display: none; }
.tab-buttons .tab-button.cur, .tab-buttons .tab-button:hover { color: #fff; background: var(--brand); border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(10,111,181,.2); }
.procon { width: calc(25% - 18px); margin: 0 9px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.procon:hover { transform: translateY(-6px); border-color: rgba(10,111,181,.35); box-shadow: var(--shadow-md); }
.procon a { display: block; }
.procon .pimg { width: 100%; height: auto; margin: 0; aspect-ratio: 1 / 1; background: #edf3f6; overflow: hidden; }
.procon .pimg img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.procon:hover .pimg img { transform: scale(1.035); }
.procon .ptit { min-height: 118px; padding: 20px; }
.procon .p1 { color: var(--navy); font-size: 18px; font-weight: 800; }
.procon .p3 { margin-top: 8px; color: var(--muted); line-height: 1.55; }

/* Advantages and about */
.advantages-section { position: relative; padding: 84px 0 92px; background: linear-gradient(180deg, #f3f8fa 0%, #eaf3f6 100%); }
.advantages-section::after { display: none; }
.advantages-section .content-title { margin-bottom: 40px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.advantage-card { position: relative; min-height: 238px; padding: 30px 26px; background: rgba(255,255,255,.9); border: 1px solid #d8e6eb; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 32px rgba(36,86,111,.07); }
.advantage-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--brand); }
.advantage-number { display: block; margin-bottom: 30px; color: #9ebcc9; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.advantage-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 20px; line-height: 1.3; font-weight: 800; }
.advantage-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.advantage-card:hover { transform: translateY(-5px); border-color: #bad5df; box-shadow: 0 18px 42px rgba(36,86,111,.12); }
.box5 { margin-top: 0; padding: 86px 0 0; background: #fff; }
.in-about-contentwp { display: flex; align-items: center; gap: 66px; }
.in-about-content { float: none; flex: 1; width: auto; }
.in-about-img { float: none; flex: 0 0 46%; width: auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.in-about-img img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.in-comname { color: var(--navy); font-size: 34px; font-weight: 800; }
.in-about-line { width: 58px; height: 4px; margin: 18px 0 24px; background: var(--accent); }
.in-content { color: var(--muted); font-size: 16px; line-height: 1.85; }
.box5 > .wh { height: auto; margin-top: 42px; padding: 26px 30px; background: var(--surface); border: 0; border-radius: 12px; }
.zhuan p:first-child { color: var(--navy); font-size: 17px; font-weight: 750; }
.box5 .lian { width: auto; height: auto; margin-left: 15px; background: transparent; }
.box5 .lian a.zx1 { float: none; display: inline-flex; width: auto; min-width: 148px; min-height: 46px; margin: 0; padding: 0 22px; align-items: center; justify-content: center; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: 7px; font-weight: 750; }
.box5 .lian a.zx1:link, .box5 .lian a.zx1:visited { color: #fff; }
.box5 .lian a.zx1:hover { color: var(--brand); background: #fff; }
.home-consultation { margin-top: 86px; padding: 62px 0; background: linear-gradient(120deg, var(--brand-dark), var(--brand)); }
.consultation-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.consultation-copy { max-width: 760px; }
.consultation-copy .section-kicker { color: rgba(255,255,255,.82); }
.consultation-copy h2 { margin: 12px 0 10px; color: #fff; font-size: 34px; line-height: 1.25; font-weight: 800; }
.consultation-copy p { margin: 0; color: rgba(255,255,255,.76); }
.consultation-actions { min-width: 260px; text-align: center; }
.btn-light-modern { color: var(--navy); background: #fff; }
.btn-light-modern:link, .btn-light-modern:visited { color: var(--navy); }
.btn-light-modern:hover { color: var(--brand); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.consultation-phone { display: block; margin-top: 14px; color: #fff; font-size: 20px; font-weight: 800; }

/* News */
.news_index { padding: 74px 0 86px; background: var(--surface); border: 0; }
.sort_news_wap { padding-top: 0; }
.sort3 li { width: auto; }
.sort3 li::before { display: none; }
.sort3 li a { color: var(--navy); font-size: 36px; font-weight: 800; }
.tabz_content3 { margin-top: 42px; }
.news_left { width: 48%; padding: 0; }
.news_left .news_img { padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.news_left .news_img p { margin: 0; }
.news_list11 { padding: 0 4px; }
.news_list11 li h3 { color: var(--navy); font-size: 22px; font-weight: 800; }
.news_list11 li span { color: var(--muted); }
.news_right { width: 48%; }
.news_right li { min-height: 102px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.news_right li + li { margin-top: 14px; }
.news_right li:hover { border-color: rgba(10,111,181,.35); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.news_right li .time1 { width: 72px; }
.news_right li .time1 h3 { color: var(--brand); font-size: 27px; }
.news_right li .time2 { width: calc(100% - 92px); }
.news_right li .time2 h3 a { color: var(--navy); font-weight: 750; }

/* Inner pages */
#HJZF_Z__innerBanner { position: relative; height: 300px; overflow: hidden; background: var(--navy); }
#HJZF_Z__innerBanner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,31,48,.8), rgba(6,31,48,.12)); }
#HJZF_Z__innerBanner .in_banner, #HJZF_Z__innerBanner .in_banner img { width: 100%; height: 100%; }
#HJZF_Z__innerBanner .in_banner img { object-fit: cover; }
.in_banner-textwp { z-index: 2; width: min(1240px, calc(100% - 48px)); left: 50%; transform: translateX(-50%); }
.in_banner-text-t { color: #fff; font-size: 42px; font-weight: 800; letter-spacing: -.02em; }
.in_banner-des { color: rgba(255,255,255,.74); }
.subTitlebg { background: var(--surface); border-bottom: 1px solid var(--line); }
.subTitle { height: 58px; }
.position { height: 58px; line-height: 58px; color: var(--muted); background-size: 18px; padding-left: 28px; }
.position a { color: var(--muted); }
.position a:hover { color: var(--brand); }
.main { padding-top: 58px; padding-bottom: 82px; }
.ny-leftwp { width: 270px; }
.ny_left { margin-bottom: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.ny-about-twp { padding: 22px; background: var(--navy); }
.ny-about-title { color: #fff; font-size: 20px; font-weight: 800; }
.ny-about-ten { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .08em; }
.list_con { border-bottom: 1px solid var(--line); }
.list_con a { padding-left: 20px; color: var(--ink); }
.list_con:hover { background: var(--surface); }
.list_con:hover a { color: var(--brand); }
.ny_left-lxbg { padding-bottom: 10px; background-image: none; }
.ny-left-lxwp { padding: 20px; }
.ny-left-lxhm { color: var(--brand); font-size: 21px; font-weight: 800; }
.ny_content_wp, .ny_right { width: calc(100% - 310px); }
.ny-about-content-wp { color: var(--muted); font-size: 16px; line-height: 1.9; }
.ny-about-content-wp h1, .ny-about-content-wp h2 { color: var(--navy); font-weight: 800; letter-spacing: -.02em; }
.ny-about-content-wp h1 { font-size: 36px; }
.ny-about-content-wp h2 { margin-top: 30px; font-size: 27px; }
.ny-about-content-wp img, .ab_img img { height: auto !important; border-radius: 8px; }
.nypro-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nypro-list li { float: none; width: auto; margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.nypro-list li:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ny_sbzs-img { width: 100%; height: auto; aspect-ratio: 1 / 1; background: var(--surface); overflow: hidden; }
.ny_sbzs-img img { width: 100%; height: 100%; object-fit: contain; }
.ny_sbzs-t { min-height: 64px; margin: 0; padding: 18px 16px; color: var(--navy); font-size: 17px; font-weight: 750; }
.newspage ul li { margin-bottom: 14px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.newspage ul li:hover { border-color: rgba(10,111,181,.35); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.ny-news-title { color: var(--navy); font-size: 18px; font-weight: 750; }
.news-des { color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 34px; }
.pagination .page-link, .pagination .page-num { border-radius: 7px !important; border-color: var(--line); }

/* Product detail */
.ny_protu_wp { display: flex; gap: 48px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.ny_img_left { float: none; width: 48%; }
.ny_img_left #DB_gallery, .ny_img_left #DB_gallery .DB_imgSet { width: 100%; }
.ny_img_left #DB_gallery .DB_imgSet { height: auto; aspect-ratio: 1 / 1; background: var(--surface); }
.ny_img_left #DB_gallery .DB_imgSet .DB_imgWin { width: 100%; height: 100%; }
.ny_img_left #DB_gallery .DB_imgSet .DB_imgWin img { width: 100%; height: 100%; object-fit: contain; }
.ny_img_left #DB_gallery .DB_thumSet { width: 100%; }
.ny_img_center { float: none; flex: 1; width: auto; }
.tit_h1 { color: var(--navy); font-size: 34px; line-height: 1.25; font-weight: 800; }
.tit_h2 { color: var(--muted); border-color: var(--line); }
.tit_h3 { padding: 22px; background: var(--surface); border-radius: 10px; color: var(--ink); }
.tit_message a, .tit_fasong a { border-radius: 8px; overflow: hidden; }
.tit_message .p1, .tit_fasong .p1 { background: var(--brand); }
.tit_message a:hover .p1, .tit_fasong a:hover .p1 { background: var(--brand-dark); }
.ny-cpxqwp { margin-top: 44px; }
.ny_right_tit { height: auto; padding: 18px 22px; background: var(--navy); border-radius: 10px 10px 0 0; }
.neiye_left, .neiye_right { color: #fff; }
.ny_cpxq_content { padding: 30px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 10px 10px; line-height: 1.85; }

/* Contact and form */
.ny-contact-intro { max-width: 900px; margin: 0 auto 32px; text-align: center; }
.ny-contact-intro h1, .ny-contact-intro h2 { color: var(--navy); font-weight: 800; }
.ny-contact-intro p { color: var(--muted); }
.ctas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lianfs { float: none; width: auto; min-height: 130px; margin: 0; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); }
.ny-contact-request { padding: 42px; background: var(--surface); border-radius: var(--radius); }
.ny-contact-request a { display: inline-flex; margin-top: 8px; padding: 13px 24px; color: #fff; background: var(--brand); border-radius: 8px; font-weight: 750; }
.ny-message-wp { max-width: 820px; margin: 0 auto; padding: 44px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.form-heading { margin-bottom: 30px; text-align: center; }
.form-heading h1 { margin: 10px 0 8px; color: var(--navy); font-size: 34px; line-height: 1.25; font-weight: 800; }
.form-heading p { color: var(--muted); }
.modern-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modern-form .mess-ny { grid-column: 1 / -1; width: 100%; height: 150px; }
.modern-form .mess-xm, .modern-form .mess-sj { width: 100%; }
.modern-form input, .modern-form textarea { padding: 15px 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; outline: none; }
.modern-form input:focus, .modern-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(10,111,181,.1); }
.captcha-row { grid-column: 1 / -1; display: flex; gap: 12px; align-items: center; }
.captcha-input { flex: 1; }
.captcha-image { width: 120px; height: 48px; object-fit: cover; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
.modern-form .mess-tj { grid-column: 1 / -1; width: 100%; min-height: 54px; color: #fff; background: var(--brand); border: 0; border-radius: 8px; font-weight: 800; }
.modern-form .mess-tj:hover { background: var(--brand-dark); box-shadow: var(--shadow-sm); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 12px; text-align: center; }

/* Footer */
.foot { height: auto; padding: 44px 0 34px; background: var(--navy); overflow: visible; }
.foot .wh { display: grid; grid-template-columns: 1.4fr .72fr .9fr .72fr 1.15fr; gap: 28px; align-items: start; }
.foot .wh::before, .foot .wh::after { display: none; content: none; }
.foot .fl, .foot .fr { float: none; width: auto !important; }
.foot .f1 { width: auto !important; }
.foot .logos { margin-top: 0; }
.foot .wei { margin-top: 18px; padding-right: 0; }
.foot .f2, .foot .f3, .foot .f4 { padding-right: 0; }
.foot .logos p { color: #fff; font-size: 22px; font-weight: 800; }
.footer-tagline { display: block; margin-top: 6px; color: rgba(255,255,255,.9); font-size: 13px; line-height: 1.5; }
.foot .wei, .foot .lx p { color: rgba(255,255,255,.88); line-height: 1.75; }
.foot .ftt { margin: 0 0 18px; padding-top: 0; color: #fff; font-size: 17px; font-weight: 800; text-align: left; }
.foot .fnav li, .foot .fnav2 li { float: none; width: 100%; padding-left: 0; }
.foot .fnav li a, .foot .fnav2 li a { color: rgba(255,255,255,.9); font-weight: 500; }
.foot .fnav li a:hover, .foot .fnav2 li a:hover { color: #fff; padding-left: 4px; }
.footer-cta { display: inline-flex; margin-top: 14px; padding: 10px 16px; color: var(--brand); background: #fff; border: 1px solid #fff; border-radius: 7px; font-weight: 750; }
.footer-cta:link, .footer-cta:visited { color: var(--brand); }
.footer-cta:hover { color: #fff; background: transparent; border-color: rgba(255,255,255,.8); }
.copyright { padding: 18px 0; background: var(--brand); border: 0; border-top: 1px solid rgba(255,255,255,.14); }
.copyright p, .copyright a { color: rgba(255,255,255,.84); }
.copyright a:hover { color: #fff; }
#toolbar li { border-color: var(--line); }
#toolbar li:hover { background: var(--brand); }

@media (max-width: 1100px) {
  .top2 .kk { display: none; }
  .top2 .k2 { margin-left: auto; }
  .hero-copy { width: 600px; }
  .x-banner .owl-carousel .banner-item a, .x-banner .owl-carousel .banner-item img { height: 570px; }
  .procon { width: calc(33.333% - 18px); }
  .foot .wh { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .wh, .content, .main, .subTitle { width: min(100% - 28px, 1240px); }
  .top1, .top2, .dao { display: none; }
  .tab-buttons { grid-template-columns: repeat(2, 1fr); width: calc(100% - 28px); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .procon { width: calc(50% - 14px); margin: 0 7px 16px; }
  .consultation-inner, .in-about-contentwp { flex-direction: column; align-items: flex-start; }
  .in-about-img { flex-basis: auto; width: 100%; }
  .news_left, .news_right { float: none; width: 100%; }
  .news_right { margin-top: 28px; }
  .ny-leftwp { display: none; }
  .ny_content_wp, .ny_right { width: 100%; }
  .nypro-list { grid-template-columns: repeat(2, 1fr); }
  .ny_protu_wp { flex-direction: column; padding: 20px; }
  .ny_img_left { width: 100%; }
  .ctas { grid-template-columns: 1fr; }
  .foot .wh { grid-template-columns: 1fr 1fr; }
}
