
#c-placeholder {}

.headBox {transition: .5s; position: fixed; width: 100%; top: 0; left: 0; z-index: 99; z-index: 99; border-bottom: 1px solid rgba(255, 255, 255,.5);}
.headBox .inner {gap: .2rem; height: 1.4rem;}
.headBox .logo {padding:.1rem 0;height: 100%;}
.headBox .logo img {max-width: 100%; height: .72rem; max-height: 100%; object-fit: contain;    filter: brightness(0) invert(1); transition: .5s;}
.headBox .le {height: 100%; flex-shrink: 0; width: auto;}
.headBox .le .logo a {height: 100%; display: flex; align-items: center;}
.headBox .re {height: 100%;gap: .15rem; display: inline-flex; align-items: center;}

/* 导航 */
nav {height: 100%;width: 30%; margin-left: 18%;}
nav > ul {display: flex; height: 100%; align-items: center;justify-content: space-between;}
nav > ul > li {height: 100%; display: flex; align-items: center;}
nav > ul > li > a {height: 100%; gap: 5px; display: flex; align-items: center; color: #fff; transition: all 0.4s;  font-size: var(--font20); position: relative;}
nav > ul > li > a span {transition: .3s; height: 100%; display: flex; align-items: center; position: relative;}
nav > ul > li > a span::after {content: '';  position: absolute; left: 50%; transform: translateX(-50%) translateY(300%) scale(0);  width: .1rem; height: .1rem; border-radius: 50%; background: #fff;  transition: .5s; }
nav > ul > li.on > a {font-weight: 700;}
nav > ul > li.on > a span::after {transform: translateX(-50%) translateY(300%) scale(1);}
@media (any-hover: hover) {
  nav > ul > li:hover > a span {font-weight: 700;}
  nav > ul > li:hover a span::after { transform: translateX(-50%) translateY(300%) scale(1);}
}

/* 二级导航 mega-menu */
/* nav > ul > li.has-dropdown {position: static;} */
.navTwo {display: none; position: absolute; left: 0; top: 100%; width: 100%; background: #fff; z-index: 98; border-top: 1px solid rgba(0, 0, 0, 0.05);}
.navTwo .container {max-width: 1100px;}
.navTwo-inner {padding: .36rem 0 .42rem;}
.navTwo-box {display: flex; align-items: center; gap: .5rem;}
.navTwo-img {flex: 0 0 33%; border-radius: .28rem; overflow: hidden;}
.navTwo-img img {width: 100%; height: 100%; object-fit: cover; display: block; min-height: 2.4rem;}
.navTwo-list {flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: .16rem;}
.navTwo-item {position: relative; z-index: 1; overflow: hidden; display: flex; align-items: center; justify-content: space-between; padding: .3rem; min-height: .8rem; border-radius: .1rem; background: #F2F4F7; color: #333; font-size: var(--font20); transition: background .4s, color .4s;}
.navTwo-item::after {content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #000F84; transition: all .4s; z-index: -1;}
.navTwo-tit {font-weight: 500; line-height: 1.3;}
.navTwo-arrow {display: inline-flex; align-items: center; flex-shrink: 0; margin-left: .15rem; color: #666; transition: color .4s;}
.navTwo-arrow i { line-height: 1; }
.navTwo-arrow i + i {margin-left: -.125rem;}
/* .navTwo-item.on {background: #000F84; color: #fff;}
.navTwo-item.on .navTwo-arrow {color: #fff;} */
@media (any-hover: hover) {
  .navTwo-item:hover { color: #fff;}
  .navTwo-item:hover::after {width: 100%;}
  .navTwo-item:hover .navTwo-arrow {color: #fff;}
}


.head_lang > a, .head_search > a {width: .6rem; height: .6rem; background: #F2F2F2;border-radius: 50%;transition: .5s;}
.head_us {margin-left: .6rem;}
.head_us a {padding: .2rem; background: #000F84;border-radius: 6px; line-height: 1.2; display: inline-block; transition: .5s;}
@media (any-hover: hover) {
  .head_lang > a:hover , .head_search > a:hover {background: #000F84; color: #fff;}
  .head_us a:hover {background: #000F84; box-shadow: 0 0 0 .1rem rgba(0, 15, 132,.2);}
}
/* 搜索 */
.head_search {cursor: pointer; position: relative;}
.search-dropdown {position: absolute;top: 110%;right: 0;width: 3.5rem;background: #fff;box-shadow: 0 .1rem .3rem rgba(0, 0, 0, 0.1);padding: .2rem;border-radius: .1rem;margin-top: .15rem;opacity: 0;visibility: hidden;transform: translateX(3%);transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);z-index: 100;}
.search-dropdown.active {opacity: 1;visibility: visible;}
/* 小三角 */
.search-dropdown::before {content: "";position: absolute;bottom: 100%;right: .25rem;border-width: .1rem;border-style: solid;border-color: transparent transparent #fff transparent;}
.search-dropdown .search-form {display: flex;align-items: center;background: #f5f5f5;border-radius: .5rem;padding: .05rem .15rem;border: 1px solid transparent;transition: all 0.3s;width: 100%;}
.search-dropdown .search-form:focus-within {background: #fff;border-color: #000F84;box-shadow: 0 0 .1rem rgba(102, 45, 145, 0.1);}
.search-dropdown .search-input {flex: 1;border: none;background: transparent;padding: .1rem;font-size: var(--font14);color: #333;outline: none;}
.search-dropdown .search-submit {background: transparent;border: none;color: #000F84;font-size: var(--font18);cursor: pointer;display: flex;align-items: center;justify-content: center;transition: transform 0.3s;}
.search-dropdown .search-submit:hover {transform: scale(1.1);}
@media screen and (max-width: 767px) {
  .search-dropdown {position: fixed;top: 1.2rem; left: 5%;right: 5%;width: 90%;margin-top: 0;   transform: translateX(0%);}
  .search-dropdown::before {display: none;}
  
}

header.c-style2 {}
header.c-style2 .headBox {border-color: rgba(222, 222, 222,.8);}
header.c-style2 .headBox .logo img {filter: none;}
header.c-style2 nav > ul > li > a {color: #333;}
header.c-style2 nav > ul > li.on > a {color: #000F84;}
header.c-style2 nav > ul > li > a span::after {background: #000F84;}

header.c-style3 {background: #fff;}
header.c-style3 .headBox {border-color: rgba(222, 222, 222,.8);background: #fff;}
header.c-style3 .headBox .logo img {filter: none;}
header.c-style3 nav > ul > li > a {color: #333;}
header.c-style3 nav > ul > li.on > a {color: #000F84;}
header.c-style3 nav > ul > li > a span::after {background: #000F84;}

/* =================头部 end!!!=================== */



/* ===============公用css star!!!!===================*/
.more1 {display: inline-flex; border-radius: 6px; background: #000F84; color: #fff;  padding: .25rem .64rem;   transition: .5s;}

.more2 {display: inline-flex; border-radius: 100px; background: #001e62; color: #fff;  padding: .15rem .24rem;   transition: .5s;}
.more2 i {font-size: var(--font14); margin-left: .1rem; font-weight: 600; transform: rotate(145deg); display: inline-block; transition: .5s;}

@media (any-hover: hover) {
  .more1:hover {background: #000F84; box-shadow: 0 0 0 .1rem rgba(0, 15, 132,.2);}
}

/* ===============公用css end!!!!===================*/


/* ======首页======= */
.indexSwiper {height: 100vh;position: relative;overflow: hidden;}
.indexSwiper >.swiper-wrapper >.home-slide {height: 100%; position: relative; overflow: hidden; z-index: 2;}
.indexSwiper >.swiper-wrapper >.home-slide >.bjBox {height: 100%;position: absolute; width: 100%;left: 0;top: 0; z-index: -1;}
.indexSwiper >.swiper-wrapper >.home-slide >.bjBox > img ,.indexSwiper .swiper-wrapper >.home-slide .bjBox video {width: 100%; height: 100%; object-fit: cover; display: block;}
/* 控件 */
.indexpagtion {right: 1% !important; left: auto;}
.indexpagtion span {margin: .15rem!important; width: .12rem; height: .13rem;  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); opacity: 1; background: #fff; background-size: contain; transition: .35s;}
.indexpagtion .swiper-pagination-bullet-active { background: #000F84;}

/* 第一屏 */
.indexBanner {position: relative; overflow: hidden; }
.indexBanner .swiper,
.indexBanner .swiper-wrapper,
.indexBanner .slide {height: 100%;}
.indexBanner .swiper {position: relative;}
.indexBanner .slide {overflow: hidden;}
.indexBanner .slide .imgBox video{display: block; width: 100%; height: 100%;  }
.indexBanner .slide .imgBox img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: 1s linear 2s;transform: scale(1.1, 1.1);}
/* 当前 */
.indexBanner .swiper-slide-active .imgBox img, .indexBanner .swiper-slide-duplicate-active .imgBox img {transition: 6s linear;transform: scale(1, 1);}
.indexBanner .slide .box {position: relative; z-index: 2; width: 100%; height: 100%;}
.indexBanner .slide.slide1 .p2 {font-size: .52rem; color: #fff; font-weight: 900; text-transform: uppercase;  font-style: italic;}
.indexBanner .slide.slide1 .more {margin-top: .5rem;}
.indexBanner .slide.slide1 .other {position: absolute; bottom: .8rem; left: 0; width: 100%; z-index: 2;}
.indexBanner .slide.slide1 .other .container {gap: 2rem;}
.indexBanner .slide.slide1 .other .num {font-size: .64rem; font-weight: 700;}
/* 分页器 */
.indexBanner .pagtion {width: auto; left: auto; right: 5%; bottom: 5%;}
.indexBanner .pagtion span {opacity: 1; background: #fff; border: 1px solid #fff; transition: .5s; margin: 0 .1rem !important;}
.indexBanner .pagtion .swiper-pagination-bullet-active {background: none; transform: scale(1.8);}

/* =================第二屏 (About Us)=================== */
.indexOne {background: #FCFCFC;position: relative;overflow: hidden;height: 100%;}
.indexOne-box {width: 100%;height: 100%;padding-top: 1.4rem;position: relative;z-index: 2;box-sizing: border-box;}
.indexOne-content {display: flex;justify-content: space-between;align-items: center;gap: 0.5rem;height: 100%;width: 100%;}
/* 左侧内容样式 */
.indexOne-left {flex: 0 0 47%;position: relative;z-index: 5;}
.indexOne-title {font-size: var(--font48);font-weight: 900;color: #000F84;font-style: italic;line-height: 1.2;margin-bottom: 0.15rem;font-family: 'Montserrat', sans-serif;}
.indexOne-sub {font-size: var(--font28);color: #333;font-weight: 600;margin-bottom: 0.4rem;}
.indexOne-line {width: 1rem;height: 4px;background-color: #000F84;margin-bottom: 0.5rem;border-radius: 100px;}
.indexOne-desc {max-height: 3rem; overflow-y: scroll;}
.indexOne-desc p {margin-bottom: 0.2rem;font-weight: 500;}
.indexOne-desc p:last-child {margin-bottom: 0;}
.indexOne-more {margin-top: 0.6rem;}
/* 右侧图片样式 */
.indexOne-right {flex: 0 0 49%;display: flex;gap: 0.4rem;align-items: flex-start;position: relative;z-index: 5;}
.indexOne-col {flex: 1;display: flex;flex-direction: column;}
.img1-col {margin-top: 0;}
.img2-col {margin-top: 0.8rem; /* 错落布局偏移量 */}
.indexOne-img-box {width: 100%;aspect-ratio: 3 / 4;border-radius: 0.2rem;overflow: hidden;box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);transition: box-shadow 0.5s ease;}
.indexOne-img-box:hover {box-shadow: 0 25px 50px rgba(0, 15, 132, 0.15);}
.indexOne-img-box .img-wrap {width: 100%;height: 100%;overflow: hidden;border-radius: 0.2rem;}
.indexOne-img-box img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);}
.indexOne-img-box:hover img {transform: scale(1.06);}
/* 图片标签样式 */
.indexOne-col .img-label {display: flex;align-items: center;color: #888;font-style: italic;transition: color 0.4s ease;}
.img1-col .img-label {margin-top: 0.45rem;justify-content: flex-end;}
.img2-col .img-label {margin-bottom: 0.42rem;margin-top: 0;}
.indexOne-col .img-label .label-line {display: inline-block;width: 0.4rem;height: 1px;background-color: #ccc;margin-right: 0.15rem;transition: width 0.4s ease, background-color 0.4s ease;}
.indexOne-col:hover .img-label {color: #000F84;}
.indexOne-col:hover .img-label .label-line {width: 0.8rem;background-color: #000F84;}
/* 背景模糊装饰图 */
.indexOne-bg-decor {position: absolute;left: -15%;bottom: -49%;width: calc(9.24rem + 1.85rem);height: calc(9.24rem + 1.85rem);border-radius: 50%;border: 1.85rem solid rgba(0, 15, 132,.06);}

/* =================第三屏 (Product Center)=================== */
.indexTwo {background: #fff;position: relative;overflow: hidden;height: 100%;}
.indexTwo-box {width: 100%;height: 100%;padding-top: 1.4rem;position: relative;z-index: 2;box-sizing: border-box;}
.indexTwo-content {gap: 0.8rem;height: 100%;width: 100%;}
.indexTwo-left {flex: 0 0 25%;max-width: 5.5rem;display: flex;flex-direction: column;position: relative;z-index: 5;}
.indexTwo-title {margin-bottom: 1rem;}
.indexTwo-nav {display: flex;flex-direction: column;gap: 0.35rem;}
.indexTwo-nav-item {font-size: var(--font24);color: #888;cursor: pointer;transition: all 0.3s ease;line-height: 1.4;}
.indexTwo-nav-item .nav-text {position: relative;padding-bottom: 0.1rem;display: inline-block;}
.indexTwo-nav-item .nav-text::after {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: #333;transition: width 0.3s ease;}
.indexTwo-nav-item.active .nav-text {color: #333;font-weight: 700;}
.indexTwo-nav-item.active .nav-text::after {width: 100%;}
.indexTwo-more {margin-top: 0.6rem;}
.indexTwo-right {flex: 0 0 70%;position: relative;z-index: 5; opacity: 0;}
.product-cards-wrapper {position: relative;width: 100%;height: 6.25rem;}
.product-card {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;pointer-events: none;transition: opacity 0.5s ease, visibility 0.5s ease;z-index: 1;}
.product-card.active {opacity: 1;visibility: visible;pointer-events: auto;z-index: 2;}
.card-inner {width: 100%;height: 100%;background: #F7F8FD;border-radius: 0.15rem;padding: 0.8rem;box-sizing: border-box;position: relative;overflow: hidden;display: flex;flex-direction: column;}
.card-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.3rem;position: relative;z-index: 10;}
.card-title {font-size: var(--font32);font-weight: 700;line-height: 1.2;}
.card-arrows {display: flex;gap: 0.1rem;align-items: center;}
.arrow-btn {width: 0.6rem;height: 0.6rem;border-radius: 50%;background: #E4E4E4;display: flex;align-items: center;justify-content: center;border: none;cursor: pointer;color: #000F84;font-size: var(--font30);transition: all 0.3s ease;}
.arrow-btn:hover {background: #000F84;color: #fff;}
.card-desc {max-width: 80%;position: relative;z-index: 2;}
.card-body {flex: 1;position: relative;}
.product-image {position: absolute;left: 0;bottom: 0rem;width: 6.2rem;max-width: 50%;height: 3.5rem;z-index: 0;transition: transform 0.5s ease; z-index: 1;}
.product-image img {width: 100%;height: 100%;display: block;object-fit: contain;}
.card-more {position: absolute;right: 0.8rem;bottom: 0.6rem;z-index: 10;}
.card-bg-circle {z-index: 0; position: absolute;right: -45%;bottom: -110%;width: calc(9.24rem + 1.85rem);height: calc(9.24rem + 1.85rem);border-radius: 50%;border: 1.85rem solid #000F84;opacity: 0.06;}

/* =================第四屏 (Value We Offer)=================== */
.indexThre {position: relative;overflow: hidden;height: 100%;}
.indexThre-box {width: 100%;height: 100%;padding-top: 1.4rem;position: relative;z-index: 2;box-sizing: border-box;}
.indexThre-title {margin-bottom: 0.6rem;}
.indexThre-list {display: flex;justify-content: space-between;align-items: center;gap: 0.3rem;width: 100%;z-index: 5;}
.indexThre-card {flex: 1;position: relative;transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;}
.indexThre-card:nth-child(even) .card-label {background: #4353D0;}
.indexThre-card:hover {transform: translateY(-.1rem);}
.indexThre-card .card-img-wrap {width: 100%;height: 100%;overflow: hidden;border-radius: .35rem .35rem .58rem .58rem;}
.indexThre-card img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);}
.indexThre-card:hover img {transform: scale(1.05);}
.indexThre-card .card-label {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;height: 1.2rem;padding: .2rem;border-radius: .6rem;display: flex;align-items: center;justify-content: center;transition: transform 0.3s ease, background-color 0.3s ease;z-index: 10;text-align: center;background: #000F84;}
.indexThre-card:hover .card-label {transform: translateX(-50%) scale(1.025);}
.label-txt {color: #fff;font-size: var(--font20);}

/* =================第五屏 (News Center)=================== */
.indexFour {background: #FCFCFC;position: relative;overflow: hidden;height: 100%;}
.indexFour-box {width: 100%;height: 100%;padding-top: 1.4rem;position: relative;z-index: 2;box-sizing: border-box;}
.indexFour-header {margin-bottom: 0.75rem;width: 100%;z-index: 5;}
.indexFour-list {display: flex;justify-content: space-between;align-items: center;gap: 0.6rem;width: 100%;z-index: 5;}
.indexFour-card {flex: 1;position: relative;border-radius: 0.12rem;overflow: hidden;transition: transform 0.5s ease, box-shadow 0.5s ease;}
.indexFour-card:hover {transform: translateY(-.1rem);box-shadow: 0 .25rem .5rem rgba(0, 15, 132, 0.15);}
.indexFour-card .card-img-wrap {width: 100%;height: 100%;overflow: hidden;position: relative;padding-bottom: 90%;}
.indexFour-card img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.8s ease;}
.indexFour-card:hover img {transform: scale(1.05);}
.indexFour-card .card-overlay {border-radius: .12rem;position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0, 4, 35,.9);padding: 0.15rem;padding-left: .35rem;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 10;transition: background-color 0.3s ease;}
.indexFour-card:hover .card-overlay {background: #000F84;}
.overlay-left {flex: 1;overflow: hidden;padding-right: 0.2rem;}
.overlay-date {font-size: var(--font15);margin-bottom: 0.1rem;color: #fff;}
.overlay-title {color: #fff;font-size: var(--font18);font-weight: 600;line-height: 1.4;}
.overlay-right {flex-shrink: 0;}
.circle-more {width: 1rem;height: 1rem;border-radius: 50%;background-color: #000F84;color: #fff;display: flex;align-items: center;justify-content: center;text-decoration: none;transition: all 0.3s ease;}
.indexFour-card:hover .circle-more {background-color: #fff;color: #000F84;border-color: #fff;transform: scale(1.05);}

/* =================Footer=================== */
.footer {background-color: #fff;width: 100%;position: relative;display: flex;flex-direction: column;}
.footer-top-card {  width: 100%;position: relative;z-index: 10;margin-top: 2rem;margin-bottom: .6rem;}
.footer-banner-box {background: url(../images/footer-top-card.jpg) no-repeat center; background-size: cover;width: 100%;position: relative;border-radius: 0.15rem;overflow: hidden; display: flex;justify-content: space-between;min-height: 4.8rem;}
.footer-top-card .left {padding: .5rem; padding-bottom: 1rem; display: flex; flex-direction: column; width: 50%;}
.footer-top-card .left .more {margin-top: auto;}
.footer-top-card .left .more1 { padding: .15rem .25rem;}

.footer-form-wrapper {width: 50%; padding: .5rem; background: #fcfcfc;}
.form-flex-row {display: flex;gap: 0.3rem;align-items: flex-end;width: 100%; flex-wrap: wrap;}
.form-col {flex: none; width: calc(50% - 0.3rem); min-width: 0;display: flex;flex-direction: column;gap: 0.12rem;position: relative;}
.form-col.message-col {width: calc(100% - 0.3rem);}
.form-col.message-col textarea {height: 1.2rem; padding: .2rem;}
.form-col.btn-col {flex: 0 0 1.8rem;}
.form-col .form-label {font-size: var(--font15);color: #333;font-weight: 700;line-height: 1.2;}
.footer-form .layui-input {height: 0.56rem;min-height: 42px;border: 1px solid #ccc;background-color: #fff;border-radius: 4px;color: #333;font-size: var(--font14);padding: 0 0.1rem;transition: all 0.3s;}
.footer-form .layui-input:focus {border-color: #000F84 !important;box-shadow: 0 0 8px rgba(0, 15, 132, 0.15) !important;}
.form-code-col .layui-input {padding-right: 1rem;}
.verification-code {width: .8rem;height: 0.56rem;min-height: 42px;border-radius: 4px;position: absolute;right: .1rem;bottom: 0;display: flex;align-items: center;justify-content: center;}
.verification-code img {max-width: 100%;object-fit: contain;}
.footer-form .submit-btn {width: 100%;height: 0.56rem;min-height: 42px;background-color: #000F84 !important;color: #fff !important;border-radius: 4px !important;font-size: var(--font18);font-weight: 700;border: none;cursor: pointer;transition: background 0.3s ease;padding: 0;}
.footer-form .submit-btn:hover {background-color: #3B4FC4 !important;}
.footer-bottom-info {background: #FCFCFC;padding-bottom: 0.3rem;border-radius: .4rem .4rem 0 0;position: relative;overflow: hidden;z-index: 5;}
.footer-bottom-info::before {z-index: -1; content: ''; position: absolute;left: -25%;bottom: -92%;width: 7.24rem;height: 7.24rem;border-radius: 50%;border: 1.85rem solid #000F84;opacity: 0.06;}
.footer-bottom-info .container {}
.footer-search-wrap {margin-top: .5rem;margin-bottom: 0.7rem;width: 100%;}
.footer-search-bar {background: #E3E3E3;border-radius: .1rem;height: 1rem;width: 100%;overflow: hidden;border: 1px solid #D2D2D2;}
.footer-search-bar .search-input {flex: 1;height: 100%;border: none;background: transparent;padding: 0 0.4rem;font-size: var(--font16);color: #333;outline: none;}
.footer-search-bar .search-btn {width: 2.4rem;height: 100%;background: #000F84;color: #fff;font-size: var(--font18);border: none;cursor: pointer;transition: background 0.3s;}
.footer-search-bar .search-btn:hover {background: #3B4FC4;}
.footer-links-grid {gap: .5rem;padding-bottom: 0.8rem;border-bottom: 1px solid #E3E3E3;width: 100%;position: relative;z-index: 2;}
.footer-info-col {display: flex;flex-direction: column;flex: 1;}
.footer-col-title {font-size: var(--font36);margin-bottom: 0.3rem;}
.contact-item { margin-bottom: 0.1rem; font-size: var(--font18);}
.contact-item a {color: #333; transition: color 0.3s; display: inline-block; font-size: var(--font18); }
.contact-item a:hover {color: #000F84;}
.social-icons {display: flex;gap: 0.15rem;margin-top: 0.3rem;}
.social-icon {width: 0.5rem;height: 0.5rem; min-height: 36px; min-width: 36px; border-radius: 50%;background: #E4E4E4;color: #4a4a4a;font-size: var(--font20);transition: all 0.3s;}
.social-icon:hover {background: #000F84;color: #fff;transform: translateY(-3px);}
.footer-col-list {display: flex;flex-direction: column;}
.footer-col-list li {margin-bottom: 0.1rem;}
.footer-col-list li a {transition: color 0.3s; font-size: var(--font18);}
.footer-col-list li a:hover {color: #000F84;}
.nav-list {gap: 0.3rem;}
.nav-large-link {font-size: var(--font36) !important;transition: color 0.3s;color: #333;}
.nav-large-link:hover {color: #000F84;}
.footer-copyright {padding-top: 0.3rem;font-size: var(--font14);color: #999;position: relative;z-index: 2;width: 100%;}
.copyright-left {flex: 1;}
.copyright-right {display: flex;align-items: center;gap: 0.2rem;}
.copyright-link {color: #999;transition: color 0.3s;}
.copyright-link:hover {color: #000F84;}
.copyright-right .divider {width: 1px;height: 12px;background-color: #ccc;}

@media (max-width: 767px) {
  .footer-top-card {margin-top: 0.4rem;} 
  .footer-banner-box {border-radius: 0.2rem; flex-wrap: wrap;} 
  .footer-top-card .left {width: 100%;}
  .footer-top-card .left .more {margin-top: 0.3rem;}
  .footer-bg-img {border-radius: 0.2rem;} 
  .footer-form-wrapper {position: relative; border-radius: 0.12rem; margin-top: .5rem; bottom: 0; width: 100%;} 
  .form-col {flex: 0 0 100%;} 
  .footer-links-grid {flex-direction: column;gap: 0.6rem;} 
  .nav-list {flex-direction: row;flex-wrap: wrap;gap: 0.4rem;}
  .footer-search-bar {height: 0.8rem;} 
  .footer-search-bar .search-input {padding: 0 0.2rem;font-size: var(--font14);} 
  .footer-search-bar .search-btn {width: 1.6rem;font-size: var(--font14);} 
  .footer-col-title {font-size: var(--font36);} 
  .nav-large-link {font-size: var(--font24);} 
  .footer-copyright {flex-direction: column;gap: 0.2rem;text-align: center;} 
  .copyright-right {justify-content: center;flex-wrap: wrap;gap: 0.15rem;}
}


/* ========================================================================================内页==================================================================================== */
/* 内页banner */
.ny-banner {position: relative; overflow: hidden;}
.ny-banner .banner-bg {}
.ny-banner .banner-bg img {width: 100%; min-height: 4rem;}
.ny-banner .banner-content {padding-top: 1rem;}
.ny-banner h1 {font-size: .74rem; font-style: italic;}

/* ===== 关于我们页 */
/* Banner */
.aboutBanner {position: relative;overflow: hidden;}
.aboutBanner-bg img {width: 100%;height: 100%;object-fit: cover;display: block; min-height: 5.5rem;}
.aboutBanner-content {width: 100%;}
.aboutBanner-title {font-size: 0.74rem;font-style: italic;color: #fff;text-transform: uppercase;line-height: 1;margin-bottom: 0.3rem;}
.aboutBanner-title span {position: relative;}
.aboutBanner-title span::after {content: '';z-index: -1;position: absolute;left: 0;bottom: .05rem;width: 110%;left: -5%;height: .22rem;background: #000F84;clip-path: ellipse(50% 100% at 50% 50%);}
.aboutBanner-nav {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 3;}
.aboutBanner-nav ul {display: flex;align-items: center;justify-content: center;gap: 1rem;padding: 0.65rem 0;}
.aboutBanner-nav li a {display: block;color: #fff;font-size: var(--font20);position: relative;transition: opacity 0.3s;}
.aboutBanner-nav li a::after {content: '';position: absolute;left: 50%;bottom: -.2rem;transform: translateX(-50%) scale(0);width: 0.1rem;height: 0.1rem;border-radius: 50%;background: #fff;transition: transform 0.3s;}
.aboutBanner-nav li.on a::after,
.aboutBanner-nav li a.active::after {transform: translateX(-50%) scale(1);}
@media (any-hover: hover) {
  .aboutBanner-nav li a:hover::after {
    transform: translateX(-50%) scale(1);
  }
}

/* Company Profile */
.aboutProfile {padding: 1.4rem 0 0.8rem;background: #fff;}
.aboutProfile-head {align-items: flex-start;gap: 0.8rem;margin-bottom: 0.6rem;}
.aboutProfile-le {flex: 0 0 42%;}
.aboutProfile-ri {flex: 1;}
.aboutProfile-ri p:last-child {margin-bottom: 0;}
.aboutProfile-img {border-radius: 0.2rem;overflow: hidden;}
.aboutProfile-img img {width: 100%;display: block;object-fit: cover;}

/* Corporate Culture */
.aboutCulture {padding: 0.8rem 0 1rem;background: #FCFCFC;}
.aboutCulture-grid {margin-top: .7rem;display: grid;grid-template-columns: repeat(3, 1fr);gap: 0.45rem;}
.aboutCulture-card {position: relative;border-radius: 0.15rem;overflow: hidden;}
.aboutCulture-card img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.6s ease;}
.aboutCulture-card::before {content: '';position: absolute;inset: 0;background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 4, 35, 1) 100%);z-index: 1;height: 0;transition: .5s;}
.aboutCulture-card::after {content: '';position: absolute;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 4, 35, 1) 100%);z-index: 1;opacity: 1;bottom: 0;width: 100%;left: 0;height: 100%;transform: translateY(0);transition: transform .5s;}
.aboutCulture-card-info {padding: .3rem;position: absolute;left: 0;top: 0;z-index: 2;color: #fff;transform: translateY(180%);transition: transform .5s;}
.aboutCulture-card-info .icon {height: .5rem;margin-bottom: .1rem;}
.aboutCulture-card-info .icon img {width: auto;max-height: 100%;max-width: 100%;object-fit: contain;}
.aboutCulture-card-info span {font-size: var(--font22);font-weight: 700;text-transform: uppercase;letter-spacing: 0.04em;}
@media (any-hover: hover) {.aboutCulture-card:hover::after {
    transform: translateY(100%);
  }
  .aboutCulture-card:hover::before {
    height: 100%;
  }
  .aboutCulture-card:hover>img {
    transform: scale(1.05);
  }
  .aboutCulture-card:hover .aboutCulture-card-info {
    transform: translateY(0);
  }
}

/* Vision & Mission */
.aboutVision {}
.aboutVision-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 0;overflow: hidden;}
.aboutVision-item {position: relative;min-height: 8rem;padding: 0.5rem 1rem;display: flex;flex-direction: column;justify-content: flex-start;overflow: hidden;}
.aboutVision-item-bg {position: absolute;inset: 0;z-index: 0;}
.aboutVision-item-bg img {width: 100%;height: 100%;object-fit: cover;display: block;}
.aboutVision-item-inner {position: relative;z-index: 2;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.aboutVision-item .icon {height: .6rem;margin-bottom: .3rem;}
.aboutVision-item .icon img {width: auto;max-height: 100%;max-width: 100%;object-fit: contain;}
.aboutVision-item h3 {font-size: var(--font36);font-weight: 700;font-family: 'Montserrat', sans-serif;color: #fff;margin-bottom: 0.3rem;}
.aboutVision-item p {font-size: var(--font20);color: #fff;max-width: 90%;}
.aboutVision-num {position: absolute;bottom: 0;padding-top: 0.4rem;font-family: 'Montserrat', sans-serif;font-style: italic;font-size: var(--font48);color: #fff;line-height: 1;}
/* Development History */
.aboutHistory {padding: 0.8rem 0 1rem;background: #fff;}
.aboutHistory-head {margin-bottom: 0.7rem;}
.aboutHistory-arrows {display: flex;gap: 0.12rem;}
.aboutHistory-arrows .history-btn {width: 0.8rem;height: 0.8rem;background: #F2F2F2;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background 0.3s, color 0.3s;border: none;border-radius: .1rem;font-size: var(--font30);}
.aboutHistory-arrows .history-btn:hover {background: #000F84;color: #fff;}
.aboutHistory-arrows .history-btn.swiper-button-disabled {opacity: 0.4;cursor: not-allowed;}
.aboutHistory-swiper {}
.aboutHistory-item {height: auto;}
.aboutHistory-item .con {border-left: 1px solid #F2F2F2;padding-left: .24rem;}
.aboutHistory-item .con::before {content: '';position: absolute;left: 0;top: 0;width: 3px;height: var(--font48);border-radius: 100px;background: #000F84;}
.aboutHistory-year {margin-bottom: 0.2rem;}
.aboutHistory-year .year {font-size: var(--font48);font-weight: 700;line-height: 1;}
.aboutHistory-item h4 {font-size: var(--font20);font-weight: 700;margin-bottom: 0.2rem;}
.aboutHistory-item .desc {color: #555;}
.aboutHistory-item .thumb {border-radius: 0.1rem;overflow: hidden;margin-top: .3rem;position: relative;padding-bottom: 56.25%;}
.aboutHistory-item .thumb img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;object-fit: cover;}
/* Company Honors */
.aboutHonors {position: relative;padding: 1rem 0;overflow: hidden;z-index: 2;}
.aboutHonors-bg {position: absolute;inset: 0;z-index: -1;}
.aboutHonors-bg img {width: 100%;height: 100%;object-fit: cover;display: block;}
.aboutHonors-content {align-items: center;min-height: calc(8.7rem - 2rem);}
.aboutHonors-le {flex: 0 0 50%;}
.aboutHonors-line {width: 1rem;height: 3px;background: #FFFFFF;border-radius: 100px;margin-top: .5rem;margin-bottom: 0.4rem;}
.aboutHonors-le .desc {color: #fff;line-height: 1.7;}
.aboutHonors-iso {margin-top: 2rem;display: flex;gap: 0.4rem;flex-wrap: wrap;}
.aboutHonors-iso-item {color: #fff;font-size: var(--font20);font-family: 'Montserrat', sans-serif;position: relative;padding: 0 .4rem;}
.aboutHonors-iso-item::before {content: '';position: absolute;left: 0;top: 0;transform: translateY(-25%);width: .4rem;height: .6rem;background: url(../images/aboutHonors-iso-bg.png) no-repeat left;background-size: contain;}
.aboutHonors-iso-item::after {content: '';position: absolute;right: 0;top: 0;transform: translateY(-25%);width: .4rem;height: .6rem;background: url(../images/aboutHonors-iso-bg.png) no-repeat right;background-size: contain;transform: translateY(-25%) scaleX(-1);}
.aboutHonors-iso-item span {}

/* ================= 产品中心页 ================= */
/* Main Content */
.productMain {padding: 0.8rem 0;background: #fff;padding-bottom: 0;}
.productCategory-title {font-size: var(--font48);font-weight: 700;color: #000F84;margin-bottom: 0.4rem;}
/* Primary Filter Bar */
.productFilter-bar {display: flex;flex-wrap: wrap;gap: 0.2rem;background: #EEEEEE;border-radius: 0.1rem;padding: 0.15rem;margin-bottom: .1rem;}
.productFilter-tabs {display: flex;flex-wrap: wrap;gap: 0.1rem;min-width: 0;}
.productFilter-tab a {display: block;padding: 0.25rem 0.5rem;background: #fff;color: #333;font-size: var(--font20);transition: background 0.3s, color 0.3s;border-radius: 0.1rem;}
.productFilter-tab.active a {background: #000F84;color: #fff;}
.productFilter-tab a:hover:not(.active) {color: #fff;background: #000F84;}
/* Search expand */
.productFilter-search {margin-left: auto;flex-shrink: 0;width: .8rem;height: .8rem;border: none;border-radius: 0.1rem;background: #fff;color: #333;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: var(--font20);transition: background 0.3s, color 0.3s;}
.productFilter-search:hover {background: #000F84;color: #fff;}
.productSearch-box {display: none;margin-bottom: 0.35rem;}
.productSearch-box.active {display: block;}
.productSearch-form {display: flex;align-items: center;background: #F5F5F5;border-radius: 0.1rem;padding: 0.08rem 0.15rem;border: 1px solid #E0E0E0;}
.productSearch-form:focus-within {border-color: #000F84;background: #fff;}
.productSearch-input {flex: 1;border: none;background: transparent;padding: 0.1rem;font-size: var(--font14);color: #333;outline: none;}
.productSearch-submit {background: transparent;border: none;color: #000F84;font-size: var(--font20);cursor: pointer;padding: 0.05rem;}
/* Subnav panels per category */
.productSubnav-panel {margin-top: 1rem;display: flex;align-items: center;flex-wrap: wrap;gap: 0.2rem 0.5rem;}
.productSubnav-panel a {color: #666;padding: 0.08rem 0;position: relative;transition: color 0.3s; display: block;}
.productSubnav-panel a::after {content: '';position: absolute;left: 0;bottom: -0.04rem;width: 0;height: 2px;background: #000F84;transition: width 0.3s;}
.productSubnav-panel a.active {color: #000F84;font-weight: 600;}
.productSubnav-panel a.active::after {width: 100%;}
.productSubnav-panel a:hover {color: #000F84;}
.productSubnav-panel a:hover::after {width: 100%;}
/* Product Grid */
.productGrid-wrap {position: relative;margin-top: .6rem;}
.productGrid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 0.9rem;row-gap: .6rem;}
.productCard {display: block;border-radius: 0.12rem;overflow: hidden;transition: transform 0.35s ease, box-shadow 0.35s ease;background: #F2F2F2;}
.productCard:hover {transform: translateY(-0.05rem);}
.productCard:hover .productCard-img img {transform: scale(1.05);}
.productCard-img {position: relative;padding-bottom: 63.25%;overflow: hidden;border-radius: 0.12rem;}
.productCard-img img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.35s ease;}
.productCard-name {padding: 0.35rem 0.2rem;text-align: center;font-size: var(--font18);color: #333}

/* ================= 产品详情页 ================= */
.pd-hero {position: relative;background: url(../images/pd-hero-bg.webp) no-repeat center;background-size: cover;overflow: hidden;padding: 2rem 0 0.8rem;}
.pd-hero .container {position: relative;z-index: 2;}
.pd-hero-inner {align-items: center;gap: 10%;}
.pd-hero-le {flex: 0 0 45%;}
.pd-hero-title {font-family: 'Montserrat', sans-serif;font-size: 0.74rem;font-style: italic;color: #222;text-transform: uppercase;line-height: 1.15;margin-bottom: 0.3rem;}
.pd-hero-desc {font-size: var(--font18);color: #666;line-height: 1.75;margin-bottom: 0.45rem;}
.pd-download-btn {display: inline-flex;align-items: center;justify-content: center;padding: 0.15rem 0.28rem;background: #000F84;color: #fff;font-size: var(--font20);border-radius: 0.05rem;transition: background 0.3s, box-shadow 0.3s;}
.pd-download-btn:hover {background: #001a6e;box-shadow: 0 0.06rem 0.2rem rgba(0, 15, 132, 0.25);}
.pd-hero-ri {flex: 1;display: flex;justify-content: flex-end;}
.pd-hero-img {width: 100%;border-radius: 0.15rem;overflow: hidden;}
.pd-hero-img img {width: 100%;object-fit: contain;display: block;}

/* 移动端样式 */
.filter-toggle {padding: 0 .1rem; position: fixed; top: 50%;background: #000F84; z-index: 2;} 
/* 遮罩层样式 */
.mask-layer {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 998;display: none;}

/* Main Body */
.pd-body {padding: 0.8rem 0 0rem;background: #fff;}
.pd-body-inner {display: flex;align-items: flex-start;gap: 1rem;}
/* Sidebar */
.pd-sidebar {flex: 0 0 25%;position: sticky;top: 1.5rem;}
.pd-side-nav {margin-bottom: 0.5rem;}
.pd-side-item {border-bottom: 1px solid #F0F0F0;}
.pd-side-item:last-child {border-bottom: none;}
.pd-side-tit {padding: 0.2rem 0;cursor: pointer;font-size: var(--font22);font-weight: 600;color: #333;line-height: 1.4;transition: color 0.3s;user-select: none;}
.pd-side-tit span {flex: 1;padding-right: 0.15rem;}
.pd-side-tit i {font-size: var(--font22);color: #999;flex-shrink: 0;transition: transform 0.3s;}
.pd-side-item.on .pd-side-tit {color: #000F84;}
.pd-side-item.on .pd-side-tit i {color: #000F84;}
.pd-side-sub {display: none;padding-bottom: 0.2rem;}
.pd-side-item.on .pd-side-sub {display: block;}
.pd-side-sub a {display: block;padding: 0.05rem 0 0.05rem 0.05rem;color: #888;line-height: 1.5;transition: color 0.3s;}
.pd-side-sub a.active,
.pd-side-sub a:hover {color: #000F84;}
.pd-side-contact {display: flex;align-items: center;gap: 0.2rem;background: #000F84;border-radius: 0.12rem;padding: 0.3rem 0.25rem;color: #fff;}
.pd-side-contact > i {font-size: var(--font36);flex-shrink: 0;line-height: 1;}
.pd-side-contact .label {margin-bottom: 0.06rem;line-height: 1.3;}
.pd-side-contact a {font-size: var(--font24);font-weight: 700;color: #fff;line-height: 1.2;}
.pd-side-contact a:hover {opacity: 0.9;}
/* Content */
.pd-content {flex: 1;min-width: 0;}
.pd-section {margin-bottom: 0.6rem;}
.pd-section:last-child {margin-bottom: 0;}
.pd-section-title {font-size: var(--font36);font-weight: 700;color: #444;margin-bottom: 0.2rem;line-height: 1.2;padding-bottom: .3rem;border-bottom: 1px solid #F0F0F0;}
.pd-section-text {margin-top: .2rem;}
.pd-section-text img {max-width: 100%;}
/* PC端隐藏切换按钮 */
@media screen and (min-width: 1023px) {
  .filter-toggle {display: none;}
}
@media screen and (max-width: 1024px) {
  .pd-sidebar {position: fixed;left: -100%;top: 0;bottom: 0;width: 70%;background: #fff; padding: .3rem .15rem; z-index: 999;transition: all 0.3s; box-shadow: none;}
  .pd-sidebar.show {left: 0; overflow-y: auto;}
}

/* ================= 新闻中心页 ================= */
.newsFeatured {padding: 1.6rem 0 0.9rem;background: #fff;}
.newsFeatured-inner {align-items: center;gap: 5%;}
.newsFeatured-le {flex: 0 0 50%;}
.newsFeatured-text {position: relative;}
.newsFeatured-item {display: none;}
.newsFeatured-item.active {display: block;animation: fadeIn 0.5s ease-in-out;}
.newsFeatured-date {color: #666;margin-bottom: 0.1rem;}
.newsFeatured-title {font-size: var(--font28);font-weight: 700;color: #222;line-height: 1.35;margin-bottom: 0.25rem;}
.newsFeatured-desc {color: #888;}
.newsFeatured-btn {margin-top: 1rem;display: inline-flex;align-items: center;justify-content: center;padding: 0.25rem 0.6rem;background: #000F84;color: #fff;border-radius: 0.05rem;transition: background 0.3s, box-shadow 0.3s;}
.newsFeatured-btn:hover {background: #001a6e;box-shadow: 0 0.06rem 0.2rem rgba(0, 15, 132, 0.2);}
.newsFeatured-ri {flex: 1;min-width: 0;}
.newsFeatured-swiper {position: relative;border-radius: 0.12rem;overflow: hidden;}
.newsFeatured-swiper .swiper-slide {position: relative;aspect-ratio: 16 / 10;}
.newsFeatured-swiper .swiper-slide img {width: 100%;height: 100%;object-fit: cover;display: block;}
.newsFeatured-pagination {position: absolute;bottom: 0.25rem !important;left: 0;width: 100%;z-index: 2;display: flex;align-items: center;justify-content: center;gap: 0.1rem;}
.newsFeatured-pagination .swiper-pagination-bullet {width: 0.1rem;height: 0.1rem;margin: 0 !important;background: #fff;opacity: 1;transition: background 0.3s, transform 0.3s;}
.newsFeatured-pagination .swiper-pagination-bullet-active {background: #000F84;transform: scale(1.1);}
/* News List */
.newsList {padding: 1.2rem 0;background: #F5F5F5;}
.newsGrid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 0.8rem;}
.newsCard {display: block;background: #fff;border-radius: 0.18rem;overflow: hidden;transition: transform 0.35s ease, box-shadow 0.35s ease;}
.newsCard:hover {transform: translateY(-0.04rem);box-shadow: 0 0.12rem 0.35rem rgba(0, 0, 0, 0.08);}
.newsCard-img {position: relative;padding-bottom: 60%;overflow: hidden;}
.newsCard-img img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.5s ease;}
.newsCard:hover .newsCard-img img {transform: scale(1.04);}
.newsCard-body {padding: 0.3rem;}
.newsCard-title {font-size: var(--font18);font-weight: 700;color: #333;line-height: 1.45;margin-bottom: 0.25rem;min-height: 0.78rem;}
.newsCard-foot {align-items: center;gap: 0.15rem;}
.newsCard-date {display: flex;flex-direction: column;align-items: center;justify-content: center;min-width: 0.7rem;padding: 0.15rem 0.05rem;background: #F0F0F0;border-radius: 0.06rem;line-height: 1.2;}
.newsCard-date .day {font-size: var(--font18);font-weight: 700;color: #333;}
.newsCard-date .year {font-size: var(--font14);color: #999;}
.newsCard-btn {display: inline-flex;align-items: center;justify-content: center;padding: 0.2rem 0.5rem;background: #EEEEEE;color: #666;border-radius: 0.1rem;transition: background 0.3s, color 0.3s;flex-shrink: 0;}
.newsCard:hover .newsCard-btn {background: #000F84;color: #fff;}

/* ================= 新闻详情页  */
.newsDetail {padding: 2.4rem 0 1.2rem;background: #fff;}
.newsDetail-inner {display: flex;align-items: flex-start;gap: 0.9rem;}
.newsDetail-article {flex: 1;min-width: 0;}
.newsDetail-title {font-size: var(--font28);font-weight: 700;color: #222;line-height: 1.35;margin-bottom: 0.4rem;}
.newsDetail-meta {display: flex;align-items: center;flex-wrap: wrap;gap: 0.3rem;color: #555;margin-bottom: 0.3rem;}
.newsDetail-line {width: 100%;height: 1px;background: #E8E8E8;margin-bottom: 0.35rem;}
.newsDetail-body img {max-width: 100%;}
.newsDetail-nav {margin-top: 0.7rem;align-items: center;gap: 0.2rem;}
.newsDetail-prev,
.newsDetail-next {flex: 1;color: #666;font-size: var(--font16);transition: color 0.3s;}
.newsDetail-prev {justify-content: flex-start;}
.newsDetail-next {justify-content: flex-end;}
.newsDetail-prev:hover,
.newsDetail-next:hover {color: #000F84;}
.newsDetail-nav-txt {line-height: 1.2;}
.newsDetail-arrow {width: 0.64rem;height: 0.64rem;background: #F2F2F2;border-radius: 4px;display: inline-flex;align-items: center;justify-content: center;font-size: var(--font22);color: #666;flex-shrink: 0;transition: background 0.3s, color 0.3s;}
.newsDetail-prev .newsDetail-arrow {margin-right: 0.2rem;}
.newsDetail-next .newsDetail-arrow {margin-left: 0.2rem;}
.newsDetail-prev:hover .newsDetail-arrow,
.newsDetail-next:hover .newsDetail-arrow {background: #000F84;color: #fff;}
.newsDetail-back {flex-shrink: 0;padding: 0.2rem 0.5rem;background: #000F84;color: #fff;font-size: var(--font20);text-align: center;border-radius: 4px;transition: background 0.3s, box-shadow 0.3s;}
.newsDetail-back:hover {background: #001a6e;box-shadow: 0 0.06rem 0.2rem rgba(0, 15, 132, 0.2);}
.newsDetail-side {flex: 0 0 30%;}
.newsDetail-side-title {font-size: var(--font32);font-weight: 700;color: #222;padding-bottom: 0.3rem;line-height: 1.3; border-bottom: 1px solid #D8D8D8;}
.newsDetail-recommend-item {display: flex;align-items: flex-start;gap: 0.4rem;padding: 0.35rem 0;transition: opacity 0.3s;border-bottom: 1px solid #D8D8D8;}
.newsDetail-recommend-item:hover {opacity: 0.85;}
.newsDetail-recommend-item:hover .newsDetail-recommend-info .more {color: #000F84;}
.newsDetail-recommend-img {flex: 0 0 44%;border-radius: 0.08rem;overflow: hidden;aspect-ratio: 16 / 10;}
.newsDetail-recommend-img img {width: 100%;height: 100%;object-fit: cover;display: block;}
.newsDetail-recommend-info {flex: 1;min-width: 0;}
.newsDetail-recommend-info .date {display: block;font-size: var(--font14);color: #666;margin-bottom: 0.06rem;}
.newsDetail-recommend-info .title {color: #333;line-height: 1.45;margin-bottom: 0.2rem;}
.newsDetail-recommend-info .more {font-size: var(--font14);color: #666;transition: color 0.3s;}

/* ================= 联系我们页 ================= */
.contactMap {margin: .8rem 0;position: relative;overflow: hidden;}
.contactMap .container {position: relative;}
.contactMap-bg {position: absolute;inset: 0;z-index: 0;border-radius: .2rem;overflow-x: hidden;z-index: 1;}
.contactMap-bg img {width: 100%;height: 100%;object-fit: cover;display: block;}
.contactMap-inner {position: relative;min-height: 8.5rem;display: flex;align-items: center;padding: 0.4rem 0;}
.contactCard {position: relative;width: 100%;max-width: 4.8rem;margin-left: .6rem;background: #fff;border-radius: 0.38rem;padding: 0.4rem;z-index: 2;}
.contactCard-block {padding: 0.4rem 0 .2rem;border-bottom: 1px solid #D8D8D8;}
.contactCard-block:first-child {padding-top: .5rem;}
.contactCard-label {display: flex;align-items: center;gap: 0.1rem;color: #333;margin-bottom: 0.1rem;line-height: 1.2;}
.contactCard-label i {font-size: var(--font20);color: #333;line-height: 1;}
.contactCard-tel,
.contactCard-email {display: block;font-size: var(--font24);color: #222;line-height: 1.25;transition: color 0.3s;}
.contactCard-tel:hover,
.contactCard-email:hover {color: #000F84;}
.contactCard-addr {font-size: var(--font18);color: #333;}
.contactCard-social {display: flex;align-items: center;gap: 0.12rem;margin-top: 0.8rem;}
.contactCard-social a {width: 0.44rem;height: 0.44rem; min-height: 36px; min-width: 36px; border-radius: 50%;background: #E8E8E8;color: #666;font-size: var(--font18);display: inline-flex;align-items: center;justify-content: center;transition: background 0.3s, color 0.3s;}
.contactCard-social a:hover {background: #000F84;color: #fff;}