/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* 微信：wwwadminbuycn */

* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
.logo2{ height:70px}
.logo{ height:70px}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #093AA7;
}

.main_title span {
  font-size: 18px;
  color: #666;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #DD1212;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #DD1212;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
}

.main-header {
  position: relative;
  display: block;


}

.main-menu {
  position: relative;
  background: rgb(255, 255, 255, 0.1);
  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}

.sticky-header-content {
  /* border-bottom: 1px solid rgb(255, 255, 255, 0.3); */
}

.stricky-header .logo {
  display: none;
}

.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper-logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper-main-menu {

  display: block;
  height: 90px;
  line-height: 90px;

}



.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}


.main-menu .main-menu-list {
  display: flex;
}

.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {


  position: relative;
  padding: 0 25px;
}


.main-menu .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;

  position: relative;
  transition: all 500ms ease;


}


.stricky-header .main-menu-list>li>a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;

  transition: all 500ms ease;

}


.main-menu .main-menu-list>li.current>a,
.main-menu .main-menu-list>li:hover>a,
.stricky-header .main-menu-list>li.current>a,
.stricky-header .main-menu-list>li:hover>a {
  color: #DD1212;
}



.main-menu .main-menu-list>li>a:hover {
  color: #DD1212;
}


.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: -15%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 130%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;

  display: inline-block;

}


.main-menu .main-menu-list li:hover>ul,
.stricky-header .main-menu-list li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;


}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {

  position: relative;
  text-align: center;
  line-height: 32px;
  padding: 10px 0;
}



.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {

  color: #DD1212;
}

.main-menu .main-menu-list li ul li>ul,
.stricky-header .main-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li>ul.right-align,
.stricky-header .main-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu-list li ul li>ul ul,
.stricky-header .main-menu-list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: absolute;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;

  width: 100%;


  transition: transform 500ms ease, visibility 500ms ease;

}

.stricky-header.stricky-fixed {
  background: rgba(1, 1, 1, 0.5);
  /* border-bottom: 1px solid #f1f1f1; */
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.stricky-header.stricky-fixed .main-menu-list>li.current>a,
.stricky-header.stricky-fixed .main-menu-list>li:hover>a {
  color: #DD1212;
}

.stricky-header.stricky-fixed .logo {
  display: block;
}

.stricky-header.stricky-fixed .logo2 {
  display: none;
}

/* .stricky-header.stricky-fixed .main-menu-list>li>a {
  color: #333;
} */

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #DD1212;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #DD1212 !important;
}

.top-tel b {
  font-size: 18px;
  color: #333;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #007AFF;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  background: rgba(255, 255, 255, .3);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #DD1212;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #DD1212;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}




/*首页banner图*/
#banner {
  position: relative;
}

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;


}

#banner .swiper-button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 10;

  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;

}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #DD1212;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}

@media (min-width: 991px) {
  #banner {
    height: calc(100vh);
    min-height: 620px;
  }

  #banner .swiper-container,
  #banner .swiper-wrapper,
  #banner .swiper-slide,
  #banner .swiper-slide .content {
    height: 100%;
  }
}


.banner_txt {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  right: 0;

  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt_spe {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;

}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/
/* 首页视频展示 */
.home-video-showcase {
  position: relative;
  margin-top: 0;
  padding: 0;
  background: radial-gradient(circle at 15% 20%, rgba(9, 58, 167, 0.22), transparent 45%),
    radial-gradient(circle at 85% 85%, rgba(221, 18, 18, 0.2), transparent 42%),
    linear-gradient(135deg, #070b18 0%, #0f1f49 55%, #122a69 100%);
  overflow: hidden;
}

.home-video-showcase::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(4px);
}

.home-video-showcase .wal {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.video-headline {
  text-align: center;
  margin-bottom: 0;
}

.video-headline p {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.video-headline h2 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.video-frame {
  position: relative;
  width: 100%;
  height: clamp(240px, 42vh, 600px);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.video-frame iframe {
  width: 100%;
  height: 120%;
  display: block;
  margin-top: -10%;
  transform: scale(1.25);
  transform-origin: center center;
}

/* 分屏滚动模式下，避免 iframe 吞掉滚轮事件 */
body.fullpage-snap-enabled .video-frame iframe {
  pointer-events: none;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.12) 0%, transparent 24%, transparent 72%, rgba(255, 255, 255, 0.1) 100%);
}

/*简介*/
.about {
  position: relative;
  min-height: 100vh;
  padding: 42px 0;
  display: flex;
  align-items: center;
  background: linear-gradient(130deg, #f4f7ff 0%, #eef2fb 52%, #f8fbff 100%);
}

.about-main-title {
  text-align: center;
}

.about-main-title p {
  font-size: 40px;
  font-weight: 700;
  color: #093AA7;
}

.about-main-title span {
  margin-top: 12px;
  display: block;
  font-size: 16px;
  color: #697899;
}

.about-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(22, 45, 95, 0.14);
  overflow: hidden;
}

.about-grid {
  margin-top: 26px;
}

.about-panel-main {
  min-height: 430px;
}

.about-sub-grid {
  margin-top: 18px;
  display: flex;
  gap: 18px;
}

.about-panel-sub {
  width: calc(50% - 9px);
  min-height: 240px;
}

.about-panel-sub .about_fl {
  width: 100%;
  padding: 34px 32px;
}

.about_fl {
  overflow: hidden;
  padding: 42px 48px;
  width: 52%;
}

.about_fl p {
  line-height: 30px;
  color: #5c6680;
  margin-top: 18px;
  font-size: 15px;
}

.about_fl .m_title {
  font-size: 34px;
  font-weight: 700;
  color: #1c2f59;
  line-height: 1.3;
}

.about_fr {
  width: 48%;
  overflow: hidden;
  height: 100%;
}

.about_fr img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.about-alt-visual {
  min-height: 420px;
  height: 100%;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #0a2f86 0%, #164fbf 52%, #0e357f 100%);
  color: #fff;
}

.about-alt-visual i {
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  opacity: .82;
}

.about-alt-visual b {
  margin-top: 12px;
  font-size: 32px;
  line-height: 1.2;
}

.about-alt-visual p {
  margin-top: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.84);
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #093AA7;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #093AA7;
  color: #093AA7;
}

.more_a2:hover::before {
  height: 1px;
}

/* 图标 */
.zyzs-list-box {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0;
}

.zyzs-list {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

@media (min-width: 991px) {
  .home-video-showcase {
    height: 100vh;
  }
}

.zyzs {
  width: calc(25% - 12px);
  display: flex;
  position: relative;
  padding: 1px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04));
  transition: transform .35s ease, box-shadow .35s ease;
}

.zyzs:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
}


.zyzs-content {
  width: 100%;
  flex: 1;
  padding: 28px 22px 24px;
  border-radius: 13px;
  background: rgba(3, 14, 44, 0.58);
  backdrop-filter: blur(6px);
}

.zyzs-num {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
}

.zyzs-en {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.zyzs-content b {
  color: #fff;
  margin: 16px 0 12px;
  font-size: 24px;
  line-height: 1.3;
  display: block;
}

.zyzs-content p {
  line-height: 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.product-center {
  position: relative;
  min-height: 100vh;
  padding: 0;
  background: radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.45), transparent 35%),
    radial-gradient(circle at 86% 78%, rgba(13, 73, 184, 0.18), transparent 30%),
    linear-gradient(135deg, #eef3ff 0%, #e6edff 52%, #f5f8ff 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product-center::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -140px;
  top: -180px;
  border-radius: 50%;
  background: rgba(9, 58, 167, 0.08);
}

.product-center::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(9, 58, 167, 0.1);
}

.product-center .wal {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: none;
  padding: 0 28px;
}

.product-company-grid {
  margin-top: 30px;
  display: block;
  /* background: rgba(255, 255, 255, 0.7); */
  /* border: 1px solid rgba(255, 255, 255, 0.92); */
  border-radius: 28px;
  /* box-shadow: 0 24px 60px rgba(12, 48, 120, 0.16); */
  backdrop-filter: blur(8px);
  padding: 22px;
}

.product-company-card {
  width: 100%;
  background: linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #e4ebfb;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(19, 54, 126, 0.08);
  overflow: hidden;
  padding-bottom: 0px;
}

.product-company-card + .product-company-card {
  margin-top: 20px;
}

.product-company-head {
  padding: 10px 24px 14px;
  border-bottom: 1px solid #edf1fa;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product-company-head b {
  font-size: 32px;
  color: #163675;
  line-height: 1.2;
  letter-spacing: 1px;
}

.product-company-head span {
  margin-left: 14px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #7a8aad;
  white-space: nowrap;
}

.product-company-list {
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 0;
}

.product-company-list li {
  width: calc(16.666% - 11.7px);
}

.product-company-list li a {
  display: block;
  text-align: center;
  padding: 14px 12px 16px;
  border-radius: 14px;
  border: 1px solid #e9effc;
  background: #fff;
  transition: all .3s ease;
  height: 100%;
}

.product-company-list li a:hover {
  border-color: #aec3f4;
  box-shadow: 0 12px 26px rgba(15, 62, 153, 0.16);
  transform: translateY(-4px);
}

.product-company-list li img {
  width: 100%;
  /* height: 170px; */
  object-fit: cover;
  border-radius: 12px;
}

.product-company-info {
  margin-left: 0;
  margin-top: 12px;
}

.product-company-info b {
  display: block;
  font-size: 16px;
  color: #1c2f56;
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-company-info p {
  font-size: 13px;
  color: #667897;
  line-height: 22px;
  text-align: left;
}

.ny-xiaoguo6 {
  clear: both;
  overflow: hidden;
  margin-top: 50px;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny-xiaoguo6 li {
  width: calc(100% / 6);
  float: left;

  border: 1px solid #E0E0E0;
  background: #f5f5f5;

  margin-left: -1px;
  transition: all 0.3s;


}

.ny-xiaoguo6 li a {

  text-decoration: none;
  position: relative;
  display: block;
  padding: 50px 40px;
  transition: all .3s;


}

.ny-xiaoguo6 li img {
  margin-bottom: 30px;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  max-width: 100%;

}

.ny-xiaoguo6 li b {
  display: block;
  color: #333;
  font-weight: bolder;

  text-align: center;
  font-size: 26px;
  margin: 40px 0 20px 0;
}

.ny-xiaoguo6 li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;

}


.ny-xiaoguo6 li:last-child a {
  border-right: none;

}

.ny-xiaoguo6 li:hover {
  background: #093AA7;
  transform: scale(1.1);
}

.ny-xiaoguo6 li:hover p, .ny-xiaoguo6 li:hover b {
  color: #fff;
}

/* 产品名称 */
.sl {

  padding: 50px 0;
  position: relative;
}

.sl .wal {
  position: relative;
}



.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;

}


.xcal .swiper-slide .info img {
  margin-top: 10%;
}

.xcal .swiper-slide .info i {
  display: block;
  line-height: 28px;
  margin-top: 30px;
}


.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
  border: 1px solid #E0E0E0;
  margin: 1px;
}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.xcal .swiper-slide p {
  background-color: #093AA7;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 45%;
  right: -100px;

  color: #DD1212;


  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: -100px;

  color: #DD1212;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 30px;
  transition: all .5s ease;
  outline: none;
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #DD1212;
  border: 2px solid #DD1212;
  color: #fff;
}



.xcal .swiper-slide:hover {
  margin-top: -10px;
}

.xcal .swiper-slide:hover p {
  background: #DD1212;
  color: #fff;
}

/* 我们的优势 */
.our-advantages {
  min-height: 100vh;
  padding: 172px 0;
  background: radial-gradient(circle at 12% 16%, rgba(9, 58, 167, 0.14), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(15, 85, 214, 0.12), transparent 32%),
    linear-gradient(135deg, #eef3ff 0%, #f6f9ff 100%);
}

.our-adv-inner {
  width: 100%;
  padding: 0 32px;
}

.our-advantages .about-main-title {
  margin-bottom: 28px;
}

.our-adv-subtitle {
  margin-bottom: 14px;
}

.our-adv-subtitle b {
  display: block;
  font-size: 34px;
  line-height: 1.2;
  color: #163675;
}

.our-adv-subtitle span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: #6f7f9f;
}

.our-adv-cert-strip,
.our-adv-strength {
  width: 100%;
}

.our-adv-strength {
  margin-top: 28px;
}

.our-adv-strength-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.our-adv-strength-item {
  width: calc(25% - 19px);
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e7ecf8;
  box-shadow: 0 14px 35px rgba(17, 54, 123, 0.1);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.our-adv-strength-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 54, 123, 0.16);
}

.our-adv-strength-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.our-adv-strength-text {
  padding: 16px 14px 18px;
}

.our-adv-strength-text i {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #0f46ae;
  opacity: .85;
}

.our-adv-strength-text b {
  display: block;
  font-size: 20px;
  color: #1d315a;
  margin-top: 10px;
}

.our-adv-strength-text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #60718f;
}

/* 优势 */
.ys {
  background: url(../images/fanga.jpg) no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.ys_con {
  margin-top: 60px;
  background: #fff;
  padding: 30px;
}

.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.zzsc .tab {
  overflow: hidden;


}


.zzsc .tab a {
  display: block;
  font-size: 22px;
  padding: 30px 0;

  width: calc(25% - 10px);
  color: #333;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: all .3s;
}

.zzsc .tab a span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  margin-top: 10px;
}



.zzsc .tab a.on {
  background-color: #093AA7;
  color: #fff;
}

.zzsc .tab a.on span {
  color: #fff;
}

.zzsc .co {
  overflow: hidden;
  margin: 5px;


}

.zzsc .co>ul {
  margin-top: 30px;

}

.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
}

.ys_list {
  margin-top: 40px;

}

.ys_list_right {
  float: left;
  width: 50%;

}

.ys_list_left {
  float: right;
  width: 50%;
  padding: 40px 5%;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  color: #585657;


}

.ys_list_left i {
  font-size: 62px;
  display: block;

  margin-bottom: 10px;
  color: #093AA7;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ys_list_left b {
  line-height: 56px;
  color: #333;
  padding: 28px 0 0;
  font-size: 36px;
  position: relative;
  font-weight: 500;
  display: block;
}

.ys_list_left span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 26px;
  color: #666;
}

.ys_list_left a {
  display: block;
  padding-top: 10px;
  color: #C21125;
}

/* 设备环境 */

#case {

  position: relative;

  padding: 60px 0;
}

#case .swiper-container {
  width: 100%;

  margin-top: 30px;
}

#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;

  position: relative;
  transform: scale(0.85);
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height: 100%;
  border: none;
}

#case .swiper-slide a {
  display: block;
  position: relative;
}

#case .swiper-slide p {
  line-height: 70px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #093AA7;
  height: 70px;
}

#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
}

#case .swiper-slide-active .layer-mask {
  display: none;
}

.layer-mask {
  width: 100%;
  height: calc(100% - 70px);
  transition: all 0.5s;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
}


#case .swiper-button-next {
  right: -80px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-prev {
  left: -80px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #dedede;
  border-radius: 100%;
  --swiper-navigation-size: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  font-size: 36px;
  transition: all .5s ease;
  outline: none;

}

#case .swiper-button-prev:hover, #case .swiper-button-next:hover {
  border: 2px solid #DD1212;
  color: #fff;
  background: #DD1212;
}

#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

.our-advantages #case {
  padding: 0;
  margin-top: 14px;
}

.our-advantages #case .swiper-container {
  margin-top: 0;
}

/* 证书：纯并排展示 */
.our-adv-cert-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: stretch;
}

.our-adv-cert-item {
  flex: 1 1 0;
  border-radius: 16px;
  border: 1px solid rgba(9, 58, 167, 0.10);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 35px rgba(17, 54, 123, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) scale(0.94);
  animation: certPopIn .55s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.our-adv-cert-item:nth-child(1) {
  animation-delay: .05s;
}

.our-adv-cert-item:nth-child(2) {
  animation-delay: .16s;
}

.our-adv-cert-item:nth-child(3) {
  animation-delay: .27s;
}

.our-adv-cert-item:nth-child(4) {
  animation-delay: .38s;
}

.our-adv-cert-item:nth-child(5) {
  animation-delay: .49s;
}

.our-adv-cert-item a {
  display: block;
  height: 100%;
}

.our-adv-cert-item img {
  width: 100%;
  height: 280px;
  object-fit: contain; /* 竖图不裁切 */
  display: block;
  background: transparent;
  transition: transform .45s ease;
}

.our-adv-cert-item p {
  font-size: 15px;
  line-height: 22px;
  color: #1f3e76;
  padding: 12px 12px 14px;
  text-align: center;
  border-top: 1px solid rgba(9, 58, 167, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.our-adv-cert-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 38px rgba(16, 64, 153, 0.16);
}

.our-adv-cert-item:hover img {
  transform: scale(1.06);
}

@keyframes certPopIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.our-advantages #case .swiper-slide {
  margin-top: 0;
  margin-bottom: 0;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
  height: 260px;
  background: transparent;
}

.our-advantages #case .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.our-advantages #case .layer-mask {
  display: none !important;
}

.our-advantages #case .swiper-slide p {
  display: none;
}

.our-advantages #case .swiper-slide-active,
.our-advantages #case .swiper-slide-duplicate-active {
  transform: none !important;
  opacity: 1 !important;
  z-index: 1;
}

.our-advantages #case .swiper-slide-prev,
.our-advantages #case .swiper-slide-next {
  transform: none !important;
  opacity: 1 !important;
  z-index: 1;
}

/* 有的 Swiper 版本会提供“再下一张/再上一张”类名 */
.our-advantages #case .swiper-slide-prev-prev,
.our-advantages #case .swiper-slide-next-next {
  transform: none !important;
  opacity: 1 !important;
  z-index: 1;
}

.our-advantages #case .swiper-button-prev,
.our-advantages #case .swiper-button-next {
  display: none;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}


.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}



/* 流程 */
.liucheng {
  background: -webkit-linear-gradient(#DEE8F4, #F5F9FC);

  background: -o-linear-gradient(#DEE8F4, #F5F9FC);

  background: -moz-linear-gradient(#DEE8F4, #F5F9FC);

  background: linear-gradient(#DEE8F4, #F5F9FC);
  padding: 60px 0;
}

.lc_con {
  position: relative;
}

.lc_bg {
  position: absolute;
  top: 75px;
  left: 30px;
  width: 93%;
  height: 40px;
  background: #093AA7;
  z-index: 1;
}

.lc_bg2 {
  position: absolute;
  top: 265px;
  width: 93%;
  left: 50px;
  height: 40px;
  background: #093AA7;
  z-index: 1;
}

.lc_bg3 {
  position: absolute;
  right: -50px;
  top: 75px;
  width: 230px;
  height: 230px;
  border: 40px solid #093AA7;
  border-radius: 80px;
  clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 3600%, 50% 50%);
}

.lc_bg4 {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 235px;
  width: 0;
  height: 0;
  border-right: 50px solid #093AA7;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;

}

.lc_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.lc_box .item {
  width: calc((100% / 6) - 30px);
  height: 88px;
  line-height: 88px;
  border: 1px solid #093AA7;

  background: #fff;

  border-radius: 20px;
  margin: 50px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.lc_box .item:first-child {
  background: #093AA7;
  color: #fff;


}


.lc_box .item:hover {
  background: #DD1212;
  cursor: pointer;
  color: #fff;
  border: 1px solid #DD1212;
}

.lc_box2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}

.lc_box2 .item {
  width: calc((100% / 6) - 30px);
  height: 88px;
  line-height: 88px;
  border: 1px solid #093AA7;

  background: #fff;

  border-radius: 20px;
  margin: 50px 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.lc_box2 .item:hover {
  background: #DD1212;
  cursor: pointer;
  color: #fff;
  border: 1px solid #DD1212;
}

/* 新闻 */
.news-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 12% 20%, rgba(9, 58, 167, 0.12), transparent 38%),
    radial-gradient(circle at 88% 72%, rgba(221, 18, 18, 0.10), transparent 38%),
    linear-gradient(135deg, #f6f8ff 0%, #eef3ff 52%, #f8fbff 100%);
}

.news-footer-news {
  flex: 1;
  background: transparent !important;
  padding: 56px 0 0 !important;
}

.news-footer .news .main_title {
  margin-top: 0;
}

.news-footer .news_con {
  margin: 34px 0 0;
  gap: 24px;
}

.news-footer .news_con a {
  width: calc(50% - 12px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 233, 252, 0.95);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 16px 40px rgba(16, 64, 153, 0.08);
}

.news-footer .news_con a:first-child {
  border-right: none;
  padding-right: 28px;
}

.news-footer .news-two ul {
  margin-top: 28px;
  gap: 18px;
}

.news-footer .news-two ul li {
  width: calc((100% - 36px) / 3);
}

.news-footer .news-two a {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 233, 252, 0.95);
  padding: 26px 18px;
  box-shadow: 0 16px 40px rgba(16, 64, 153, 0.06);
}

.news-footer .news-two a:hover {
  transform: translateY(-3px);
}

.news-footer .foot {
  padding: 46px 0;
}

.news-footer .copyright {
  padding: 16px 10px;
}

.news_bg {

  background: #f5f5f5;
  padding: 50px 0;

}



.news_con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 50px 0;

}

.news_con a {
  width: 50%;


}

.news_con a span {
  color: #868686;
  display: block;
}

.news_con a b {
  color: #000;
  display: block;
  font-size: 28px;
  margin: 15px 0;
}

.news_con a p {
  color: #5F636F;
  font-size: 16px;
  line-height: 28px;
}

.news_con a i {
  display: block;
  width: 160px;
  border-radius: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  text-align: center;
  color: #57789E;
  border: 1px solid #57789E;
}

.news_con a i:hover {
  background: #093AA7;
  color: #fff;
}

.news_con a:first-child {
  border-right: 1px solid #e0e0e0;
  padding-right: 60px;
}

.news_con a:last-child {
  padding-left: 60px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.news-two ul li {
  width: 33.33%;
  margin-top: 10px;

}

.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  transition: .3s;
  margin-left: -1px;
  border: 1px solid #e0e0e0;

}


.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #093AA7;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

/* 新闻列表页（独立于首页新闻模块） */
.news-list-page {
  margin-top: 24px;
  margin-bottom: 56px;
}

.news-list-page .pro_bodyb {
  background: linear-gradient(160deg, #f8faff 0%, #f2f6ff 60%, #f9fbff 100%);
  border: 1px solid #e7eefc;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(9, 58, 167, 0.06);
}

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

.news-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 190px;
  border-radius: 14px;
  border: 1px solid #e2e9fa;
  background: #fff;
  padding: 22px 20px 16px;
  box-sizing: border-box;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.news-list-item a:hover {
  transform: translateY(-4px);
  border-color: #b8ccf5;
  box-shadow: 0 14px 30px rgba(17, 70, 169, 0.12);
}

.news-list-body b {
  display: block;
  font-size: 21px;
  line-height: 1.45;
  color: #1c2f58;
}

.news-list-body p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #677896;
}

.news-list-card-main {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.news-list-thumb {
  width: 150px;
  min-width: 150px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e9fa;
  background: #f3f6fc;
}

.news-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #edf1fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.news-list-date {
  font-size: 13px;
  letter-spacing: 1px;
  color: #7485a4;
}

.news-list-more {
  font-size: 13px;
  color: #23498d;
  white-space: nowrap;
}

.news-list-more i {
  margin-left: 4px;
}

/* 下载/视频中心分类导航 */
.resource-sort-nav {
  margin-bottom: 20px;
}

/* 下载页顶部商务背景 */
.download-hero {
  width: 100%;
  min-height: 360px;
  background: url(/static/upload/image/20260417/1776422105711996.jpg) center center no-repeat;
  background-size: cover;
}

/* .download-hero-mask {
  min-height: 360px;
  background: linear-gradient(120deg, rgba(11, 26, 58, 0.86), rgba(20, 53, 110, 0.7));
  display: flex;
  align-items: center;
} */

.download-hero-content {
  color: #fff;
  padding-top: 130px;
}

.download-hero-content h1 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.download-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

/* 下载卡片缩略图 */
.download-list-grid .news-list-item a {
  min-height: 230px;
}

.download-card-main {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.download-thumb {
  width: 160px;
  min-width: 160px;
  height: 112px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e9fa;
  padding: 5px;
  box-sizing: content-box;
  text-align: center;
}

.download-thumb img {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .download-hero,
  .download-hero-mask {
    min-height: 260px;
  }

  .download-hero-content {
    padding-top: 70px;
  }

  .download-hero-content h1 {
    font-size: 30px;
  }

  .download-hero-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .download-card-main {
    gap: 14px;
  }

  .download-thumb {
    width: 120px;
    min-width: 120px;
    height: 84px;
  }

  .news-list-card-main {
    gap: 12px;
  }

  .news-list-thumb {
    width: 110px;
    min-width: 110px;
    height: 78px;
  }

  .resource-sort-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .resource-sort-nav .p1 {
    flex: 0 0 auto;
    margin: 0;
  }

  .resource-sort-nav .p1 a {
    margin-bottom: 0;
    line-height: 1.3;
    padding: 10px 14px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 8px;
  }
}

/* 视频弹窗播放器 */
.video-modal {
  display: none;
}

.video-modal.video-modal-open {
  display: block;
}

.video-modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .72);
  z-index: 10000;
}

.video-modal-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 980px;
  transform: translate(-50%, -50%);
  z-index: 10001;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal-close {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-modal-frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 40%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #DD1212;
}

.foot .ft-contact {
  width: 35%;
  margin-left: 5%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.foot .ewm {

  width: 132px;
}

.foot .ewm img {
  max-width: 120px;



}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}

/*返回*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #DD1212;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #DD1212;
  transition: background 0.2s ease-in-out;
}
.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{
  text-wrap: inherit !important;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  margin: 0 0 10px;
}
.adminbuy_cn p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}