/* 蓝色调前台模板：只在后台启用 blue 模板时加载，不影响默认模板。 */
:root {
  --brand: #0875cf;
  --brand-dark: #034c96;
  --brand-deep: #052f63;
  --accent: #ff8a00;
  --soft: #f3f8ff;
  --line: #dce8f6;
  --ink: #1d2b3f;
  --muted: #66758a;
}

/* deepblue 独立模板：参考深蓝色页面重新定义视觉层，不影响 blue/blue2。 */
:root {
  --brand: #075aa8;
  --brand-dark: #003f7d;
  --brand-deep: #002d5f;
  --accent: #ff8a00;
  --soft: #f1f6fb;
  --line: #d8e4f0;
  --ink: #182a3f;
  --muted: #64748b;
}

body {
  color: var(--ink);
  background: #fff;
}

.site-header {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 45, 95, .12);
}

.topbar {
  background: #003b79;
}

.main-nav-bg {
  background: #075aa8;
}

.main-nav a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.main-nav a:hover,
.main-nav a.active {
  background: #024682;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  background: #ff8a00;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-hero-panel {
  max-width: 620px;
  padding: 24px 0;
  background: transparent;
  box-shadow: none;
}

.home-hero-title {
  color: #fff;
  font-size: 42px !important;
  font-weight: 700 !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28);
}

.home-hero-panel p {
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
}

.home-red-btn {
  border-radius: 0;
  background: #ff8a00;
  box-shadow: 0 8px 20px rgba(255, 138, 0, .28);
}

.home-products {
  background: #fff;
}

.home-products-bg {
  padding-top: 16px;
  background: #fff;
}

.home-title {
  margin-bottom: 24px;
}

.home-section-title {
  color: #073b78;
  font-weight: 700 !important;
}

.home-title span {
  color: #9aa8b8;
}

.home-product-tabs {
  justify-content: center;
  border-bottom: 2px solid #075aa8;
}

.home-product-tabs a {
  min-width: 112px;
  border: 1px solid #dbe7f4;
  border-radius: 0;
  color: #075aa8;
  background: #fff;
}

.home-product-tabs a:hover {
  color: #fff;
  background: #075aa8;
}

.home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-product-item {
  border: 1px solid #dbe7f4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-product-item:hover {
  border-color: #075aa8;
  box-shadow: 0 10px 24px rgba(0, 63, 125, .12);
}

.home-product-img {
  height: 236px;
  background: #fff;
}

.home-product-title,
.home-product-title a {
  color: #053a73;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.home-product-info p {
  color: #66758a;
  font-size: 14px;
}

.home-product-btn {
  border-radius: 0;
  color: #fff;
  background: #075aa8;
}

.home-product-btn:last-child {
  background: #ff8a00;
}

.home-strengths,
.home-process,
.home-apply,
.home-news-blue2 {
  background: #f3f7fb;
}

.home-news-blue2-wrap {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}

.home-news-blue2-left,
.home-news-blue2-right {
  border: 1px solid #dbe7f4;
  border-radius: 0;
  box-shadow: none;
}

.home-news-blue2-tabs,
.home-news-blue2-sidehead {
  border-bottom: 2px solid #075aa8;
  background: #fff;
}

.home-news-blue2-tabs a,
.home-news-blue2-sidehead span {
  color: #075aa8;
  font-weight: 600;
}

.home-news-blue2-feature {
  grid-template-columns: 300px minmax(0, 1fr);
}

.home-news-blue2-feature .feature-img {
  height: 195px;
  border-radius: 0;
}

.home-news-blue2-feature .feature-body h3,
.home-news-blue2-feature .feature-body h3 a {
  color: #053a73;
  font-size: 18px !important;
}

.home-news-blue2-list a {
  color: #253449;
}

.home-news-blue2-list a:hover,
.home-news-blue2-feature .feature-more:hover,
.home-news-blue2-sidehead a:hover {
  color: #ff8a00;
}

.order-badge {
  background: #075aa8;
}

.home-order-marquee-track {
  animation: blue2OrderMarquee 40s linear infinite;
}

.posv-inner-banner {
  background: linear-gradient(100deg, rgba(0, 45, 95, .92), rgba(7, 90, 168, .68)), url("static/image/nybanner.jpg") center / cover no-repeat;
}

.posv-inner-banner .container {
  background: none;
}

.inner-l-tit,
.inner-l-tit2 {
  background: #075aa8;
}

.market-list li,
.news-list2 li,
.news-dt-wrap,
.product-dt-wrap,
.posv-card,
.posv-apply-form {
  border-color: #dbe7f4;
  border-radius: 0;
  box-shadow: none;
}

.market-list li:hover,
.news-list2 li:hover {
  border-color: #075aa8;
  box-shadow: 0 10px 24px rgba(0, 63, 125, .12);
}

.market-li-r h3 {
  color: #075aa8;
  font-weight: 600 !important;
}

.market-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.market-list li {
  padding: 12px 12px 16px;
  background: #fff;
}

.market-img {
  display: block;
  width: 100%;
  height: 246px;
  border: 1px solid #dbe7f4;
  background: #fff;
}

.market-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-li-r {
  margin-top: 8px;
  text-align: center;
}

.market-li-r p,
.market-li-r div {
  display: none;
}

.news-list2-c a,
.news-dt-tit h1,
.posv-product-summary h2 {
  color: #053a73;
}

.site-footer {
  background: #002d5f;
}

.site-footer h2 {
  color: #fff;
}

.copyright {
  background: #00244d;
}

@media (max-width: 1100px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-product-grid,
  .home-news-blue2-wrap,
  .home-news-blue2-feature {
    grid-template-columns: 1fr;
  }

  .home-product-img {
    height: 210px;
  }
}

/* deepblue final polish: match blue2 ordering and primary-color accents. */
body:has(.home-products) .home-videos {
  order: 7;
}

body:has(.home-products) .home-news-blue2 {
  order: 8;
}

body:has(.home-products) .home-faq {
  order: 9;
}

body:has(.home-products) .home-related {
  order: 10;
}

.faq-category-tabs a:hover,
.faq-category-tabs a.active,
.image-gallery-tabs a:hover,
.image-gallery-tabs a.active,
.category-filter a.active {
  border-color: #075aa8 !important;
  background-color: #075aa8 !important;
  background-image: none !important;
  color: #fff !important;
}

.faq-news-list li::before,
.home-news-faq-item::before,
.red-border {
  background: #075aa8 !important;
}

.faq-news-list a:hover,
.home-news-faq-item:hover strong,
.image-gallery-card:hover strong,
.home-news-blue2-list a:hover,
.home-news-blue2-feature .feature-more:hover,
.home-news-blue2-sidehead a:hover {
  color: #075aa8 !important;
}

.posv-inner-banner h1,
.posv-inner-banner p,
.baike-hero h1,
.baike-hero p {
  color: #fff !important;
}

/* Front font-size baseline for deepblue: keep normal page text at 16px after theme overrides. */
body,
.page-wrap,
.inner-r,
.article-page,
.content-body,
.content-body p,
.content-body li,
.content-body span,
.content-body a,
.news-dt-txt,
.news-dt-txt p,
.news-dt-txt li,
.news-dt-txt span,
.news-dt-txt a,
.pro-dt-txt,
.pro-dt-txt p,
.pro-dt-txt li,
.pro-dt-txt span,
.pro-dt-txt a,
.baike-content,
.baike-content p,
.baike-content li,
.baike-content span,
.baike-content a,
.market-li-r p,
.news-list2-c p,
.home-product-info p,
.home-news-list p,
.home-news-blue2-feature .feature-body p,
.home-news-blue2-list a,
.home-news-blue2-side p,
.home-faq-grid span,
.product-comment-question p,
.product-comment-reply p,
.faq-item p,
.faq-detail-card p,
.video-detail-page p,
.video-list-card p,
.site-search-results p,
.mobile-market-content,
.mobile-market-content p,
.mobile-market-content li {
  font-size: 16px !important;
}

/* Final font-size recovery for the deepblue template. */
body {
  font-size: 16px;
}

.home-product-info p,
.home-news-list p,
.home-news-blue2-feature .feature-body p,
.home-news-blue2-list a,
.home-news-blue2-side p,
.home-faq-grid span,
.market-li-r p,
.news-list2-c p,
.news-dt-txt,
.news-dt-txt p,
.news-dt-txt li,
.pro-dt-txt,
.pro-dt-txt p,
.pro-dt-txt li,
.baike-content,
.baike-content p,
.baike-content li,
.posv-product-summary p,
.product-comment-question p,
.product-comment-reply p,
.inner-l p,
.recom-pro li p,
.side-news-list a {
  font-size: 16px;
}

.home-product-title,
.home-product-title a,
.home-news-list h3,
.home-news-list h3 a,
.home-news-blue2-feature .feature-body h3,
.home-news-blue2-feature .feature-body h3 a,
.market-li-r h3,
.news-list2-c a,
.recom-pro li h3 {
  font-size: 17px !important;
}

.home-hotword,
.home-hotword strong,
.home-hotword a,
.home-product-info span,
.home-default-faq-feature p,
.home-faq-grid span,
.news-list2-c p,
.inner-l-tit span,
.inner-l-tit2,
.side-news-list time,
.home-news-blue2-feature .feature-more,
.home-news-blue2-sidehead a {
  font-size: 15px;
}

body {
  color: var(--ink);
  background: #fff;
}

a:hover {
  color: var(--brand);
}

.container {
  width: min(1200px, calc(100% - 32px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 6px 18px rgba(5, 47, 99, .08);
  backdrop-filter: none;
}

.topbar {
  background: var(--brand-deep);
  color: rgba(255, 255, 255, .9);
}

.topbar a,
.topbar .topbar-home-link {
  color: #fff;
}

.topbar .geo-city-switcher button {
  background: rgba(255, 255, 255, .16);
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
}

.topbar .geo-city-panel a {
  color: #334155;
}

.topbar .geo-city-panel a:hover,
.topbar .geo-city-panel a.active {
  color: #fff;
  background: var(--brand);
}

.nav-wrap {
  min-height: 92px;
}

.brand {
  color: var(--brand-deep);
}

.brand img {
  max-height: 70px;
  max-width: 185px;
}

.brand-mark {
  border-radius: 4px;
  background: linear-gradient(135deg, var(--brand), #18a7ff);
}

.header-contact {
  padding-left: 56px;
  background: url("static/picture/icon_askw.png") no-repeat left center;
  background-size: 42px auto;
}

.header-contact span {
  color: #60708a;
  font-size: 14px;
  font-weight: 400;
}

.header-contact strong {
  color: var(--brand);
  font-size: 27px;
  font-weight: 700;
}

.main-nav-bg {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
}

.main-nav {
  gap: 0;
  justify-content: flex-start;
}

.main-nav a {
  min-height: 46px;
  padding: 0 34px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-nav a.active,
.main-nav a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .18);
}

.posv-banner,
.posv-banner .hero-track,
.posv-banner .hero-slide {
  min-height: 450px;
}

.home-hero-panel {
  max-width: 600px;
  padding: 30px 34px;
  color: #fff;
  background: rgba(3, 76, 150, .62);
}

.home-hero-panel p {
  color: #dff1ff;
  font-size: 18px;
  font-weight: 400;
}

.home-hero-title {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.home-red-btn,
.home-product-btn:hover,
.home-more-btn:hover {
  color: #fff;
  background: var(--accent);
}

.hero-dots button.is-active,
.hero-dots button:hover {
  background: var(--brand);
}

.home-hotword {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.home-hotword strong {
  color: var(--brand);
}

.home-hotword a {
  color: #39465a;
}

.home-hotword a:hover {
  color: var(--brand);
}

.home-section-title {
  color: var(--brand-deep);
  font-weight: 700 !important;
}

.home-title span {
  color: #7b8798;
  font-weight: 400;
}

.home-title span::before,
.home-title span::after {
  background: var(--line);
}

.home-strengths {
  background: #fff;
}

.home-strength-grid article {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 117, 207, .08);
}

.strength-icon,
.home-strength-grid article:nth-child(2) .strength-icon,
.home-strength-grid article:nth-child(3) .strength-icon,
.home-strength-grid article:nth-child(4) .strength-icon {
  background: linear-gradient(135deg, var(--brand), #36a7ff);
}

.home-strength-grid h3 {
  color: var(--brand-deep);
}

.home-process {
  background: var(--soft);
}

.home-process-title h2 {
  color: var(--brand-deep);
}

.home-process-img::after {
  background: #b5ddff;
}

.home-products {
  background: #fff;
}

.home-products-bg {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.home-product-tabs {
  border-bottom: 2px solid var(--brand);
}

.home-product-tabs a {
  border: 1px solid var(--line);
  color: var(--brand-dark);
  background: #fff;
}

.home-product-tabs a:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.home-product-item {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(5, 47, 99, .06);
}

.home-product-item:hover {
  border-color: #b9d8f5;
  box-shadow: 0 14px 32px rgba(5, 47, 99, .12);
}

.home-product-title,
.home-product-title a {
  color: var(--brand-deep);
}

.home-product-title a:hover {
  color: var(--brand);
}

.home-product-info p {
  color: var(--muted);
}

.home-product-btn {
  border-color: var(--line);
  color: var(--brand-dark);
  background: #f7fbff;
}

.home-apply {
  background: linear-gradient(120deg, rgba(3, 76, 150, .9), rgba(8, 117, 207, .72)), url("static/image/bj_incont.jpg") center / cover no-repeat;
}

.home-apply-info,
.home-apply-form {
  background: rgba(255, 255, 255, .94);
}

.home-apply-form {
  color: var(--brand-deep);
}

.home-apply-form .home-panel-title {
  color: var(--brand);
}

.home-apply-form button {
  background: var(--brand);
}

.home-apply-form button:hover {
  background: var(--brand-dark);
}

.home-news {
  background: #fff;
}

.home-title-left .home-section-title,
.home-title-row .home-section-title {
  border-left-color: var(--brand);
}

.home-feature-date,
.home-news-list article:hover time,
.home-news-tabs a:hover {
  background: var(--brand);
}

.home-news-tabs {
  border-bottom-color: var(--brand);
}

.home-news-tabs a {
  color: var(--brand);
}

.home-news-list h3 a:hover,
.home-news-list h3 a:active {
  color: var(--brand);
}

.home-faq {
  background: var(--soft);
}

.posv-inner-banner {
  background: linear-gradient(100deg, rgba(3, 76, 150, .9), rgba(8, 117, 207, .66)), url("static/image/banner1.jpg") center / cover no-repeat;
}

.posv-inner-banner h1 {
  color: #fff;
}

.posv-inner-banner p {
  color: rgba(255, 255, 255, .8);
}

.posv-crumbs a {
  color: var(--brand);
}

.inner-l-tit,
.inner-l-tit2 {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.red-border {
  background: var(--accent);
}

.erji {
  border-color: var(--line);
}

.erji li {
  border-bottom-color: var(--line);
}

.erji li a {
  color: #27364b;
}

.erji li a:hover,
.erji li.on a {
  color: var(--brand);
  background: var(--soft);
}

.part2-l-bt {
  background: linear-gradient(135deg, var(--brand), #22a6ff);
}

.recom-pro li,
.side-news-list {
  border-color: var(--line);
}

.recom-pro li h3,
.recom-pro li a.dt-link {
  color: var(--brand-dark);
}

.recom-pro li a.ljsq {
  background: var(--brand);
}

.side-news-list a::before {
  background: var(--brand);
}

.side-news-list a:hover {
  color: var(--brand);
}

.market-list-bg,
.news-list-bg {
  background: var(--soft);
}

.market-list li,
.news-list li,
.news-dt-wrap,
.product-dt-wrap,
.page-dt-wrap {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(5, 47, 99, .06);
}

.content-body h2,
.baike-content h2 {
  border-left-color: var(--brand);
}

.baike-title-card {
  border-color: var(--line);
  background: #fff;
}

.baike-title-card:hover {
  border-color: var(--brand);
}

.baike-title-card a:hover,
.baike-card h3 a:hover,
.baike-more:hover {
  color: var(--brand);
}

.site-footer {
  color: rgba(255, 255, 255, .86);
  background: #062d5d;
}

.footer-grid {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.footer-grid h2 {
  color: #fff;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, .84);
}

.footer-grid a:hover,
.footer-phone-link:hover,
.footer-wechat-copy:hover strong,
.copyright .icp-link:hover {
  color: #fff;
}

.footer-wechat-copy {
  color: rgba(255, 255, 255, .84);
}

.footer-wechat-copy strong {
  color: #fff;
}

.copyright {
  color: rgba(255, 255, 255, .72);
  background: #041f42;
}

.copyright .icp-link {
  color: rgba(255, 255, 255, .82);
}

.back-top {
  background: var(--brand);
}

.back-top:hover {
  background: var(--accent);
}

@media (max-width: 900px) {
  .main-nav {
    background: #fff;
  }

  .main-nav a {
    color: var(--brand-deep);
  }

  .main-nav a.active,
  .main-nav a:hover {
    color: #fff;
    background: var(--brand);
  }

  .header-contact {
    display: none;
  }
}

/* blue2 深改版：进一步贴近参考站的蓝色企业官网块面风格。 */
:root {
  --brand: #228dcc;
  --brand-dark: #4567ee;
  --brand-deep: #184f9a;
  --accent: #00b7ff;
  --soft: #f5f9ff;
  --line: #e5eef8;
}

.site-header {
  box-shadow: 0 8px 24px rgba(34, 141, 204, .12);
}

.nav-wrap {
  min-height: 88px;
}

.main-nav-bg {
  background: linear-gradient(180deg, #51b5ee, #228dcc);
}

.main-nav a {
  min-height: 48px;
  padding: 0 30px;
  font-size: 15px;
}

.main-nav a.active,
.main-nav a:hover {
  background: rgba(0, 61, 129, .26);
}

.posv-banner,
.posv-banner .hero-track,
.posv-banner .hero-slide {
  min-height: 470px;
}

.home-hero-panel {
  border-left: 5px solid rgba(255, 255, 255, .78);
  background: linear-gradient(90deg, rgba(24, 79, 154, .74), rgba(34, 141, 204, .36));
  box-shadow: 0 16px 34px rgba(0, 49, 108, .18);
}

.home-red-btn {
  border-radius: 4px;
  background: linear-gradient(180deg, #51b5ee, #228dcc);
}

.home-red-btn:hover {
  background: linear-gradient(180deg, #00b7ff, #228dcc);
}

.home-section {
  padding: 54px 0;
}

.home-section-title {
  font-size: 30px !important;
  color: #222;
  font-weight: 400 !important;
}

.home-title span {
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home-title span::before,
.home-title span::after {
  width: 34px;
  height: 2px;
  background: var(--brand);
}

.home-title span::before {
  right: calc(100% + 18px);
}

.home-title span::after {
  left: calc(100% + 18px);
}

.home-products-bg {
  padding: 28px 0 54px;
  background: url("static/image/bj_inpro.png") center repeat;
}

.home-product-tabs {
  justify-content: center;
  gap: 10px;
  padding: 0 0 16px;
  border-bottom: 0;
}

.home-product-tabs a {
  min-width: 108px;
  height: 38px;
  border: 1px solid #d9e7f2;
  border-radius: 2px;
  color: #39546d;
  background: linear-gradient(180deg, #fff, #edf4fb);
  font-size: 14px;
}

.home-product-tabs a:hover {
  border-color: var(--brand);
  background: linear-gradient(180deg, #51b5ee, #228dcc);
}

.home-product-grid {
  gap: 24px;
  margin-top: 8px;
}

.home-product-item {
  border: 1px solid #dfe7ef;
  background: linear-gradient(180deg, #fff, #f2f6fb);
  box-shadow: none;
}

.home-product-img {
  border-bottom: 1px solid #e6edf5;
  background: #fff;
}

.home-product-info {
  padding: 18px 22px 20px;
  text-align: center;
}

.home-product-title {
  margin-bottom: 8px;
  color: #222;
  font-size: 16px !important;
}

.home-product-info p {
  min-height: 48px;
  color: #666;
  line-height: 24px;
  -webkit-line-clamp: 2;
}

.home-product-actions {
  justify-content: center;
  margin-top: 16px;
}

.home-product-btn {
  flex: 0 0 auto;
  min-width: 110px;
  min-height: 34px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: #2c90e8;
}

.home-product-btn:last-child {
  background: #00b7ff;
}

.home-product-btn:hover {
  background: #184f9a;
}

.home-strength-grid article {
  border: 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(34, 141, 204, .12);
}

.home-process {
  background: #f5f5f5;
}

.home-apply {
  background: url("static/image/bj_incont.jpg") center / cover no-repeat;
}

.home-apply-top p,
.home-apply-top strong {
  color: #fff;
}

.home-apply-info,
.home-apply-form {
  box-shadow: 0 0 22px rgba(12, 69, 125, .16);
}

.home-news {
  background: #fff;
}

.home-news-wrap {
  gap: 28px;
}

.home-news-tabs {
  border-bottom: 1px dotted #cacaca;
}

.home-news-tabs a {
  height: 42px;
  color: #666;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
}

.home-news-tabs a:hover {
  color: var(--brand);
  background: transparent;
}

.home-feature-date,
.home-news-list article:hover time {
  background: var(--brand);
}

.home-news-list article {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 12px;
}

.home-news-list h3 a:hover {
  color: var(--brand);
}

.home-news-blue2 {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #f7f9fc;
}

.home-news-blue2 .home-title {
  margin-bottom: 22px;
}

.home-news-blue2 .home-title p {
  margin: 10px 0 0;
  color: #333;
  font-size: 14px;
}

.home-news-blue2-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
}

.home-news-blue2-left,
.home-news-blue2-right {
  min-width: 0;
  background: #fff;
  box-shadow: 0 0 18px rgba(34, 141, 204, .10);
}

.home-news-blue2-left {
  padding: 0 0 6px;
}

.home-news-blue2-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 62px;
  padding: 0 20px;
  border-bottom: 1px dotted #cacaca;
}

.home-news-blue2-tabs a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.home-news-blue2-tabs a:hover {
  color: var(--brand);
}

.home-news-blue2-tabs .more {
  margin-left: auto;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.home-news-blue2-feature {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 24px 12px;
  border-bottom: 1px dotted #ddd;
}

.home-news-blue2-feature .feature-img {
  display: block;
  overflow: hidden;
}

.home-news-blue2-feature .feature-img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-news-blue2-feature .feature-body h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 18px !important;
  line-height: 1.45;
}

.home-news-blue2-feature .feature-body h3 a:hover {
  color: var(--brand);
}

.home-news-blue2-feature .feature-body p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.85;
}

.home-news-blue2-feature .feature-more {
  display: inline-block;
  margin-top: 12px;
  color: #999;
  font-size: 14px;
}

.home-news-blue2-feature .feature-more:hover {
  color: var(--brand);
}

.home-news-blue2-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
  margin: 0;
  padding: 14px 24px 18px;
  list-style: none;
}

.home-news-blue2-list li {
  min-width: 0;
  border-bottom: 1px dotted #e3e3e3;
}

.home-news-blue2-list a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 16px;
  color: #333;
  font-size: 14px;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-blue2-list a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--brand);
  content: "";
}

.home-news-blue2-list a:hover {
  color: var(--brand);
}

.home-news-blue2-right {
  padding-bottom: 0;
  max-height: 475px;
  overflow: hidden;
}

.home-news-blue2-sidehead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px dotted #cacaca;
}

.home-news-blue2-sidehead span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.home-news-blue2-sidehead a {
  color: #333;
  font-size: 14px;
}

.home-news-blue2-sidehead a:hover {
  color: var(--brand);
}

.home-news-blue2-side article {
  padding: 16px 18px 14px;
  border-bottom: 1px dotted #ddd;
}

.home-news-blue2-side {
  max-height: 413px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b7d8f1 #f3f7fb;
}

.home-news-blue2-side::-webkit-scrollbar {
  width: 6px;
}

.home-news-blue2-side::-webkit-scrollbar-track {
  background: #f3f7fb;
}

.home-news-blue2-side::-webkit-scrollbar-thumb {
  background: #b7d8f1;
  border-radius: 999px;
}

.home-news-blue2-side article:last-child {
  border-bottom: 0;
}

.home-news-blue2-side h4 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.45;
}

.home-news-blue2-side h4 a {
  color: #222;
}

.home-news-blue2-side h4 a:hover {
  color: var(--brand);
}

.home-news-blue2-side p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.75;
}

.home-order-marquee {
  position: relative;
  overflow: hidden;
}

.home-order-marquee-track {
  display: grid;
  gap: 0;
  animation: blue2OrderMarquee 45s linear infinite;
}

.home-order-marquee:hover .home-order-marquee-track {
  animation-play-state: paused;
}

.home-order-marquee article {
  display: grid;
  gap: 6px;
  padding: 16px 18px 14px;
  border-bottom: 1px dotted #ddd;
}

.home-order-marquee h4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}

.home-order-marquee .order-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #fff;
  background: #0aa84f;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1;
}

.home-order-marquee em {
  color: #999;
  font-size: 12px;
  font-style: normal;
}

@keyframes blue2OrderMarquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.posv-inner-banner {
  min-height: 210px;
  margin-bottom: 15px;
  padding: 0;
  background: linear-gradient(100deg, rgba(3, 76, 150, .9), rgba(8, 117, 207, .66)), url("static/image/banner1.jpg") center / cover no-repeat;
}

.posv-inner-banner .container {
  min-height: 210px;
  display: grid;
  align-content: center;
  background: none;
}

.posv-inner-banner h1 {
  font-size: 32px !important;
  font-weight: 400 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.posv-inner-banner p {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.posv-crumbs {
  border-bottom: 1px solid #edf1f5;
  font-size: 14px;
}

.in-wrap {
  padding-top: 30px;
}

.inner-l {
  width: 260px;
}

.inner-r {
  width: calc(100% - 290px);
}

.inner-l-tit {
  height: auto;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(180deg, #51b5ee, #4567ee);
}

.inner-l-tit h2 {
  font-size: 22px !important;
}

.inner-l-tit span {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
}

.erji {
  border: 0;
  box-shadow: 0 0 18px rgba(34, 141, 204, .14);
}

.erji li {
  min-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.erji li a {
  min-height: 50px;
  padding-left: 25px;
  color: #333;
  font-size: 15px;
}

.erji li a:hover,
.erji li.on a {
  color: #fff;
  background: var(--brand);
}

.red-border {
  display: none;
}

.inner-l-recom-title,
.inner-l-tit2 {
  margin-top: 18px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(180deg, #51b5ee, #228dcc);
}

.inner-l-recom-title h2 {
  line-height: 1.2;
}

.inner-l .inner-l-tit.inner-l-recom-title {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 86px;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.2;
}

.inner-l .inner-l-tit.inner-l-recom-title h2 {
  width: 100%;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.inner-l .inner-l-tit.inner-l-recom-title span {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.recom-pro li,
.side-news-list {
  border: 1px solid #e5eef8;
  border-top: 0;
  box-shadow: 0 0 14px rgba(34, 141, 204, .08);
}

.recom-pro li h3,
.recom-pro li a.dt-link {
  color: var(--brand);
}

.side-news-list a::before {
  width: 0;
  height: 0;
  top: 10px;
  border-radius: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid var(--brand);
  border-bottom: 4px solid transparent;
  background: transparent;
}

.market-list-bg {
  padding: 0;
  background: transparent;
}

.market-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.market-list::before,
.market-list::after {
  display: none !important;
  content: none !important;
}

.market-list li {
  display: block;
  float: none;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 12px 12px 16px;
  border: 1px solid #dce8f4;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.market-list li:hover {
  border-color: #b6d9f3;
  box-shadow: 0 10px 22px rgba(34, 141, 204, .13);
  transform: translateY(-2px);
}

.market-img {
  display: block;
  float: none;
  width: 100%;
  height: 246px;
  border: 1px solid #e8eef5;
  background: #fff;
}

.market-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.market-li-r {
  display: block;
  float: none;
  width: auto;
  min-width: 0;
  margin-top: 8px;
  text-align: center;
}

.market-li-r h3 {
  overflow: hidden;
  margin: 0;
  color: #2d87d8;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.market-li-r p {
  display: none;
}

.market-li-r div a {
  display: none;
}

.market-li-r div a.a1 {
  background: #2c90e8;
}

.market-li-r div a.a2 {
  background: #00b7ff;
}

.news-list2 {
  padding: 0;
}

.news-list2 li {
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid #e3edf7;
  background: #fff;
  box-shadow: 0 0 15px rgba(34, 141, 204, .07);
}

.news-date2 {
  background: #b8c7d7;
}

.news-list2 li:hover .news-date2 {
  background: var(--brand);
}

.news-date2 p {
  font-size: 46px;
}

.news-list2-c a {
  color: #222;
  font-size: 16px;
}

.news-list2-c a:hover,
.ckxq:hover {
  color: var(--brand);
}

a.ckxq {
  border-radius: 3px;
  background: linear-gradient(180deg, #51b5ee, #228dcc);
  text-align: center;
  padding-left: 0;
}

a.ckxq:hover {
  color: #fff;
  background: linear-gradient(180deg, #00b7ff, #228dcc);
}

.page-wrap .page-current,
.page-wrap .page-current:hover {
  background: var(--brand);
  border-color: var(--brand);
}

.page-wrap .page-link:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.news-dt-wrap,
.product-dt-wrap,
.page-dt-wrap {
  padding: 28px 32px 36px;
  border: 1px solid #e3edf7;
  background: #fff;
  box-shadow: 0 0 18px rgba(34, 141, 204, .08);
}

.news-dt-tit {
  border-bottom: 1px dashed #d7e3ef;
}

.news-dt-tit h2 {
  color: #222;
  font-size: 24px !important;
  font-weight: 400;
}

.news-anchor-toc {
  border: 1px solid #dcebf8;
  border-left: 4px solid var(--brand);
  background: #f8fbff;
}

.news-anchor-toc li,
.news-anchor-toc a {
  color: var(--brand);
}

.news-dt-txt,
.pro-dt-txt {
  border-bottom-color: #e3edf7;
  font-size: 16px;
  line-height: 1.9;
}

.news-dt-txt h2,
.pro-dt-txt h2,
.content-body h2 {
  color: var(--brand-deep) !important;
  border-left-color: var(--brand);
  font-weight: 700;
}

.news-dt-txt h3,
.pro-dt-txt h3,
.content-body h3 {
  color: #222 !important;
  font-weight: 700;
}

.pro-dt-top {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #e3edf7;
  background: #fff;
  box-shadow: 0 0 18px rgba(34, 141, 204, .08);
}

.posv-product-gallery {
  border-color: #dcebf8;
}

.pro-dt-top-r {
  background: linear-gradient(180deg, #51b5ee, #228dcc);
}

.pro-dt-tit {
  border-bottom: 2px solid var(--brand);
}

.pro-dt-tit span {
  background: var(--brand);
  border-radius: 3px 3px 0 0;
}

.posv-product-summary {
  border-left-color: var(--brand);
  background: #f8fbff;
}

.product-comment-item,
.product-comment-form {
  border-color: #e3edf7;
}

.product-comment-question strong,
.product-comment-reply strong {
  color: var(--brand);
}

.product-comment-form button {
  background: var(--brand);
}

.product-comment-form button:hover {
  background: var(--brand-deep);
}

.pro-dt-part3,
.xiangguan {
  border-color: #e3edf7;
  box-shadow: 0 0 15px rgba(34, 141, 204, .07);
}

.pro-dt-part3 .tj-list li a em,
.xiangguan .ol li::before {
  border-radius: 0;
  background: transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid var(--brand);
  border-bottom: 4px solid transparent;
}

.pro-dt-part3 .tj-list li a:hover,
.xiangguan li a:hover {
  color: var(--brand);
}

.baike-layout {
  gap: 26px;
}

.baike-side {
  border: 0;
  box-shadow: 0 0 18px rgba(34, 141, 204, .12);
}

.baike-side h2,
.baike-list-head h2,
.baike-related h2 {
  color: var(--brand-deep);
}

.baike-side a.active,
.baike-side a:hover {
  background: var(--brand);
}

.baike-list.baike-title-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.baike-title-card {
  min-height: 54px;
  border-color: #dcebf8;
  background: linear-gradient(180deg, #fff, #f6fbff);
  box-shadow: none;
}

.baike-title-card:hover {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 141, 204, .12);
}

.baike-title-card a {
  color: #222;
  font-size: 15px;
}

.baike-hero {
  background: linear-gradient(90deg, rgba(24, 79, 154, .92), rgba(34, 141, 204, .72)), url("static/image/banner2.jpg") center / cover no-repeat;
}

.baike-hero h1 {
  font-size: 30px !important;
}

.baike-entry {
  border: 1px solid #e3edf7;
  box-shadow: 0 0 18px rgba(34, 141, 204, .08);
}

.baike-toc {
  border-color: #dcebf8;
  background: #f8fbff;
}

.baike-toc-title,
.baike-content h2,
.baike-content h3 {
  color: var(--brand-deep);
}

.site-footer {
  background: #1f2933;
}

.copyright {
  background: #151d25;
}

/* blue2 首页顺序：把“产品与服务”提到主体内容最上方，保留现有产品排版。 */
body:has(.home-products) main {
  display: flex;
  flex-direction: column;
}

body:has(.home-products) .posv-banner {
  order: 1;
}

body:has(.home-products) .home-hotword {
  order: 2;
}

body:has(.home-products) .home-products {
  order: 3;
}

body:has(.home-products) .home-strengths {
  order: 4;
}

body:has(.home-products) .home-process {
  order: 5;
}

body:has(.home-products) .home-apply {
  order: 6;
}

body:has(.home-products) .home-news-blue2 {
  order: 7;
}

body:has(.home-products) .home-faq {
  order: 8;
}

body:has(.home-products) .home-related {
  order: 9;
}

@media (max-width: 1100px) {
  .market-list {
    grid-template-columns: 1fr;
  }

  .home-news-blue2-wrap {
    grid-template-columns: 1fr;
  }

  .home-news-blue2-feature {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .baike-list.baike-title-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-product-grid,
  .market-list,
  .baike-list.baike-title-grid {
    grid-template-columns: 1fr;
  }

  .market-list li {
    padding: 14px;
  }

  .market-img {
    width: 100%;
    height: 220px;
  }

  .market-li-r h3 {
    font-size: 15px !important;
    line-height: 22px;
  }

  .news-date2 {
    display: none;
  }

  .home-news-blue2-tabs {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 16px;
  }

  .home-news-blue2-tabs .more {
    margin-left: 0;
  }

  .home-news-blue2-feature,
  .home-news-blue2-list {
    grid-template-columns: 1fr;
  }

  .home-news-blue2-feature {
    padding: 18px 16px 10px;
  }

  .home-news-blue2-list {
    padding: 10px 16px 16px;
  }

  .news-list2-c {
    width: 100%;
    margin-left: 0;
  }

  a.ckxq {
    float: none;
    margin-top: 14px;
  }
}

/* deepblue final overrides: 放在文件末尾，确保深蓝模板样式最终生效。 */
:root {
  --brand: #075aa8;
  --brand-dark: #003f7d;
  --brand-deep: #002d5f;
  --accent: #ff8a00;
  --soft: #f1f6fb;
  --line: #d8e4f0;
  --ink: #182a3f;
  --muted: #64748b;
}

.site-header {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 45, 95, .12);
}

.topbar {
  background: #003b79;
}

.main-nav-bg {
  background: #075aa8;
}

.main-nav a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.main-nav a:hover,
.main-nav a.active {
  background: #024682;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  background: #ff8a00;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-hero-panel {
  max-width: 620px;
  padding: 24px 0;
  background: transparent;
  box-shadow: none;
}

.home-hero-title {
  color: #fff;
  font-size: 42px !important;
  font-weight: 700 !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28);
}

.home-hero-panel p {
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
}

.home-red-btn {
  border-radius: 0;
  background: #ff8a00;
  box-shadow: 0 8px 20px rgba(255, 138, 0, .28);
}

.home-products,
.home-products-bg {
  background: #fff;
}

.home-products-bg {
  padding-top: 16px;
}

.home-section-title {
  color: #073b78;
  font-weight: 700 !important;
}

.home-title span {
  color: #9aa8b8;
}

.home-product-tabs {
  justify-content: center;
  border-bottom: 2px solid #075aa8;
}

.home-product-tabs a {
  min-width: 112px;
  border: 1px solid #dbe7f4;
  border-radius: 0;
  color: #075aa8;
  background: #fff;
}

.home-product-tabs a:hover {
  color: #fff;
  background: #075aa8;
}

.home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-product-item {
  border: 1px solid #dbe7f4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-product-item:hover {
  border-color: #075aa8;
  box-shadow: 0 10px 24px rgba(0, 63, 125, .12);
}

.home-product-img {
  height: 236px;
  background: #fff;
}

.home-product-title,
.home-product-title a {
  color: #053a73;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.home-product-info p {
  color: #66758a;
  font-size: 14px;
}

.home-product-btn {
  border-radius: 0;
  color: #fff;
  background: #075aa8;
}

.home-product-btn:last-child {
  background: #ff8a00;
}

.home-strengths,
.home-process,
.home-apply,
.home-news-blue2 {
  background: #f3f7fb;
}

.home-news-blue2-wrap {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}

.home-news-blue2-left,
.home-news-blue2-right {
  border: 1px solid #dbe7f4;
  border-radius: 0;
  box-shadow: none;
}

.home-news-blue2-tabs,
.home-news-blue2-sidehead {
  border-bottom: 2px solid #075aa8;
  background: #fff;
}

.home-news-blue2-tabs a,
.home-news-blue2-sidehead span {
  color: #075aa8;
  font-weight: 600;
}

.home-news-blue2-feature {
  grid-template-columns: 300px minmax(0, 1fr);
}

.home-news-blue2-feature .feature-img {
  height: 195px;
  border-radius: 0;
}

.home-news-blue2-feature .feature-body h3,
.home-news-blue2-feature .feature-body h3 a {
  color: #053a73;
  font-size: 18px !important;
}

.home-news-blue2-list a {
  color: #253449;
}

.home-news-blue2-list a:hover,
.home-news-blue2-feature .feature-more:hover,
.home-news-blue2-sidehead a:hover {
  color: #ff8a00;
}

.order-badge {
  background: #075aa8;
}

.home-order-marquee-track {
  animation: blue2OrderMarquee 40s linear infinite;
}

.posv-inner-banner {
  background: linear-gradient(100deg, rgba(0, 45, 95, .92), rgba(7, 90, 168, .68)), url("static/image/nybanner.jpg") center / cover no-repeat;
}

.posv-inner-banner .container {
  background: none;
}

.inner-l-tit,
.inner-l-tit2 {
  background: #075aa8;
}

.market-list li,
.news-list2 li,
.news-dt-wrap,
.product-dt-wrap,
.posv-card,
.posv-apply-form {
  border-color: #dbe7f4;
  border-radius: 0;
  box-shadow: none;
}

.market-list li:hover,
.news-list2 li:hover {
  border-color: #075aa8;
  box-shadow: 0 10px 24px rgba(0, 63, 125, .12);
}

.market-li-r h3 {
  color: #075aa8;
  font-weight: 600 !important;
}

.news-list2-c a,
.news-dt-tit h1,
.posv-product-summary h2 {
  color: #053a73;
}

.site-footer {
  background: #002d5f;
}

.site-footer h2 {
  color: #fff;
}

.copyright {
  background: #00244d;
}

@media (max-width: 1100px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-product-grid,
  .home-news-blue2-wrap,
  .home-news-blue2-feature {
    grid-template-columns: 1fr;
  }

  .home-product-img {
    height: 210px;
  }
}

/* deepblue final overrides 20260630: keep this block at the very end. */
body:has(.home-products) .home-videos {
  order: 7;
}

body:has(.home-products) .home-news-blue2 {
  order: 8;
}

body:has(.home-products) .home-faq {
  order: 9;
}

body:has(.home-products) .home-related {
  order: 10;
}

.faq-category-tabs a:hover,
.faq-category-tabs a.active,
.image-gallery-tabs a:hover,
.image-gallery-tabs a.active,
.category-filter a.active {
  border-color: #075aa8 !important;
  background-color: #075aa8 !important;
  background-image: none !important;
  color: #fff !important;
}

.faq-news-list li::before,
.home-news-faq-item::before,
.red-border {
  background: #075aa8 !important;
}

.faq-news-list a:hover,
.home-news-faq-item:hover strong,
.image-gallery-card:hover strong,
.home-news-blue2-list a:hover,
.home-news-blue2-feature .feature-more:hover,
.home-news-blue2-sidehead a:hover {
  color: #075aa8 !important;
}

.posv-inner-banner h1,
.posv-inner-banner p,
.baike-hero h1,
.baike-hero p {
  color: #fff !important;
}

/* deepblue final overrides 20260630-2: sidebar and apply section polish. */
.inner-l .erji > li:first-child,
.image-gallery-tabs > a:first-child,
.faq-category-tabs > a:first-child {
  display: none !important;
}

.inner-l-tit {
  min-height: 0 !important;
  height: auto !important;
  padding: 14px 0 !important;
  text-align: center !important;
  background: #075aa8 !important;
}

.inner-l-tit h2 {
  margin: 0 0 4px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.inner-l-tit span {
  margin: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.erji li,
.erji li a {
  min-height: 48px !important;
}

.erji li a {
  padding-left: 24px !important;
}

.home-apply {
  min-height: 620px !important;
  padding: 58px 0 70px !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(0, 65, 128, .88), rgba(0, 92, 168, .72)), url("../../images/posv/part3-bg.jpg") center top / cover no-repeat !important;
}

.home-apply-top {
  justify-content: flex-end !important;
  gap: 70px !important;
  margin-bottom: 46px !important;
}

.home-apply-top p,
.home-apply-top span,
.home-apply-top strong {
  color: #fff !important;
}

.home-apply-top strong {
  color: #ffbc4d !important;
}

.home-apply-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  box-shadow: 0 18px 42px rgba(0, 36, 77, .22) !important;
}

.home-apply-info {
  min-height: 430px !important;
  padding: 52px 64px !important;
  color: #1f2933 !important;
  background: rgba(255, 255, 255, .92) url("../../images/posv/part3-l.jpg") center / cover no-repeat !important;
  box-shadow: none !important;
}

.home-apply-form {
  min-height: 430px !important;
  padding: 52px 76px !important;
  color: #fff !important;
  background: linear-gradient(180deg, rgba(255, 138, 0, .96), rgba(255, 102, 0, .96)), url("../../images/posv/part3-r.jpg") center / cover no-repeat !important;
  box-shadow: none !important;
}

.home-apply-info .home-panel-title {
  color: #ff6600 !important;
}

.home-apply-form .home-panel-title {
  color: #fff !important;
}

.home-apply-form button {
  background: #ffb12a !important;
  color: #fff !important;
}

.home-apply-form button:hover {
  background: #ffc04d !important;
}

@media (max-width: 900px) {
  .home-apply-grid {
    grid-template-columns: 1fr !important;
  }
}

/* deepblue final overrides 20260630-3: video title polish. */
.home-video-card h3,
.home-video-card h3 a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

/* deepblue final overrides 20260630-4: keep city blocks in the footer-side area. */
body:has(.home-products) .geo-city-faq-section {
  order: 11 !important;
}
